threads listlengths 1 2.99k |
|---|
[
{
"msg_contents": "Hi,\n\nI've attached a couple minor fixes to the docs. One relating to\nSECURITY LABEL and the other for pg_class.relpersistence\n\n-- \nThom Brown\nTwitter: @darkixion\nIRC (freenode): dark_ixion\nRegistered Linux user: #516935",
"msg_date": "Wed, 19 Jan 2011 18:05:59 +0000",
"msg_f... |
[
{
"msg_contents": "Is there a reason we only use O_DIRECT with open_* sync options?\nxlogdefs.h says:\n\n/*\n * Because O_DIRECT bypasses the kernel buffers, and because we never\n * read those buffers except during crash recovery, it is a win to use\n * it in all cases where we sync on each write(). We cou... |
[
{
"msg_contents": "Here's an issue for feedback from the community -- do we want to\nsupport truly serializable transactions on hot standby machines?\n \nThe best way Dan and I have been able to think to do this is to\nbuild on the SERIALIZABLE READ ONLY DEFERRABLE behavior. We are\nable to obtain a snapshot a... |
[
{
"msg_contents": "Robert Haas wrote:\n> Kevin Grittner wrote:\n>> I agree it's pretty late in the cycle, but I'm going through all\n>> the loose ends and found this one -- which has been hanging out on\n>> the Wiki page as an R&D item for over a full year without\n>> discussion. :-( If we provide the snaps... |
[
{
"msg_contents": "Simon Riggs wrote:\n \n> I gave you a quick response to let you know that HS need not be a\n> blocker, for this release. If you are saying you have knowingly\n> ignored a requirement for a whole year, then I am shocked. How\n> exactly did you think this would ever be committed?\n \nI was ask... |
[
{
"msg_contents": "Greetings,\n\nOn 2010-01-15 11:37 PM +200, Marko Tiikkaja wrote:\n> On 2010-11-18 5:45 PM +0200, Marko Tiikkaja wrote:\n> > Here's a patch for showing in EXPLAIN ANALYZE the number of rows a plan\n> > qual filtered from a node's input.\n> \n> Rebased against master.\n\nThis patch looked good,... |
[
{
"msg_contents": "Hi,\n\nBoth the user with REPLICATION privilege and the superuser can\ncall pg_stop_backup. But only superuser can connect to the server\nto cancel online backup during shutdown. The non-superuser with\nREPLICATION privilege cannot. Is this behavior intentional? Or just\noversight?\n\nRegards... |
[
{
"msg_contents": "Hi,\n\tWe are using R to work with 64bit PostgreSQL client libraries, and\nto avoid compiler compatibility issues the R development community suggest\nusing the same compiler for both the main application and dlls. So do you\nhave any experience to build libpq.dll using MinGW 64 bit. Thanks.\... |
[
{
"msg_contents": "Hackers,\n\nOne of our clients is seeing an unusual issue with statements which are\nwaiting going into sleep forever and never completing. This first\ne-mail is for a \"has anyone else seen this problem before?\" while we try\nto collect additional information for a diagnosis.\n\nThis prob... |
[
{
"msg_contents": "Hi folks,\n\nWe've discovered (or possibly rediscovered?) a corruption when restoring large\nobjects.\n\nIf 'standard_conforming_strings = on' is set in our DB (which is required for\nour app) then the piped restore method (e.g. pg_restore -O backup.dat | psql)\nresults in the large objects b... |
[
{
"msg_contents": "Hello list,\n\nI wanted to test the waters on how receptive people might be to an\nextension that would allow Postgres to support two passwords for a\ngiven role. I have recently encountered a case where this would be\nhighly useful when performing rolling password upgrades across many\nclien... |
[
{
"msg_contents": "What happened to our work to add a JSON data type for PG 9.1?\n\n-- \n Bruce Momjian <bruce@momjian.us> http://momjian.us\n EnterpriseDB http://enterprisedb.com\n\n + It's impossible for everything to be true. +\n",
"msg_date": "Thu, 20 Jan 2011 19:1... |
[
{
"msg_contents": "Tom Lane wrote:\n \n> I'm pretty concerned about the performance implications, too. In\n> particular that sounds like you could get an unbounded amount of\n> WAL emitted from a *purely read only* transaction flow.\n \nNo. Read only transactions wouldn't create any flow at all. And I\nsugge... |
[
{
"msg_contents": "Tom Lane wrote:\n> Simon Riggs writes:\n>> On Wed, 2011-01-19 at 19:05 -0600, Kevin Grittner wrote:\n>>> The idea is that whenever we see a valid snapshot which would\n>>> yield a truly serializable view of the data for a READ ONLY\n>>> transaction, we add a WAL record with that snapshot in... |
[
{
"msg_contents": "> Robert Haas wrote:\n> On Thu, Jan 20, 2011 at 3:57 PM, Kevin Grittner\n> wrote:\n>> Robert Haas wrote:\n>>\n>>> I think filtered is pretty clear and like it...\n>>\n>> I find it ambiguous. [Takes sip of filtered water.]\n> \n> Oh, you mean water that had some things you didn't want taken... |
[
{
"msg_contents": "Robert Haas wrote:\n> Kevin Grittner wrote:\n>> Attached is a rebased roll-up of the 3 and 3a patches from last\n>> month.\n \n> do you have a link to previous discussion?\n \nhttp://archives.postgresql.org/pgsql-hackers/2010-12/msg00582.php\n \nThat thread seems to break, but if you look a... |
[
{
"msg_contents": "> Robert Haas wrote:\n> Jeff Janes wrote:\n>> I found the following message somewhat confusing:\n>> ERROR: read-only property must be set before any query\n> \n> I think what we need here is two messages, this one and a similar one\n> that starts with \"read-write property...\".\n> \n>> Whe... |
[
{
"msg_contents": "Robert Haas wrote:\n> Kevin Grittner wrote:\n>> As I mentioned in another email, we might want to throttle this.\n>> My thinking was that we could start a timer on capturing a\n>> snapshot, and continue to gather new ones as they become\n>> available. When you hit the timer limit (maybe 100... |
[
{
"msg_contents": "Heikki Linnakangas wrote:\n \n> It's not the order in which the xid was assigned that matters, but\n> the order the transactions started and got their snapshots. The\n> xids might be assigned a lot later, after the transactions have\n> already read data.\n \n>From the \"Apparent Serial Order... |
[
{
"msg_contents": "I came across a case this week where I wanted to be able to determine\nmore detailed auth information on already logged in sessions - not\nfrom the client, but from the server. In this specific case, I wanted\nto examine the \"is ssl\" flag on the connection. But I can see other\nthings being... |
[
{
"msg_contents": "Move test_fsync to /contrib.\n\nBranch\n------\nmaster\n\nDetails\n-------\nhttp://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=606a3d54fcd053c31e52886f4c69848a68777480\n\nModified Files\n--------------\ncontrib/pg_test_fsync/Makefile | 23 ++\ncontrib/pg_test_fsync/test_fsy... |
[
{
"msg_contents": "Anyone else seeing anything like this on `make world`?\n \nmake[3]: Entering directory\n`/home/kgrittn/git/postgresql/kgrittn/doc/src/sgml'\n{ \\\n echo \"<!entity version \\\"9.1devel\\\">\"; \\\n echo \"<!entity majorversion \\\"9.1\\\">\"; \\\n } > version.sgml\n\"... |
[
{
"msg_contents": "Since 8.4, we've been using the definition that join selectivity for\na clause in a semijoin is the fraction of outer-relation tuples that\npass the clause (or more strictly, for which there exists at least\none inner-relation tuple with which the clause succeeds). While this\nlooks fairly s... |
[
{
"msg_contents": "> Jeff Davis wrote:\n> On Fri, 2011-01-21 at 18:52 -0600, Kevin Grittner wrote:\n>> My assumption is that when we have a safe snapshot (which should\n>> be pretty close to all the time), we immediately provide it to any\n>> serializable transaction requesting a snapshot, except it seems to\n... |
[
{
"msg_contents": "Robert Haas wrote:\n \n> Upon further review, I am wondering if it wouldn't be simpler and\n> more logical to allow idempotent changes of these settings at any\n> time, and to restrict only changes that actually change something.\n \nI don't care a lot about that either -- if I remember corr... |
[
{
"msg_contents": "Hi,\n\nSomething is wrong with contrib/pg_test_fsync on Ubuntu 10.10 maverick.\n\nI've changed method:\nstatic void\ndie(char *str)\n{\nfprintf(stderr, \"%s errno=%d(%s)\\n\", str, errno, strerror(errno));\nexit(1);\n}\n\n===\nroot@vlD-kuci:/media/sda5/postgresql-9.1devel# ./build.sh\nset -e\... |
[
{
"msg_contents": "This is a review for https://commitfest.postgresql.org/action/patch_view?id=460\n\n== Submission ==\nThe patch applies and compiles with success, on the top of the general\nrefactor patch. It is possible it cannot in HEAD now that the part of\nthe refactor patch applied in the core. I'll chec... |
[
{
"msg_contents": "Buildfarm members bobcat (Fedora 14 x86) and frogmouth (mingw) have\nbeen showing an assertion failure in the plpython regression tests\nsince this patch went in:\nhttp://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=740e54c\n\nI have been able to reproduce the problem locally on ... |
[
{
"msg_contents": "Get rid of the global variable holding the error state\n\nGlobal error handling led to confusion and was hard to manage. With\nthis change, errors from PostgreSQL are immediately reported to Python\nas exceptions. This requires setting a Python exception after\nreporting the caught PostgreS... |
[
{
"msg_contents": "On Fedora 14 I see these warnings while building ecpg's preproc.y:\n\nUse of assignment to $[ is deprecated at ./parse.pl line 21.\nUse of assignment to $[ is deprecated at ./check_rules.pl line 18.\n\nAny Perl experts want to make those go away?\n\n\t\t\tregards, tom lane\n",
"msg_date":... |
[
{
"msg_contents": "Hi,\n I know you people have talked a lot about this, but until now I still\ncan't install the newest release installed on my new Win7 Home basic 64 bit\nnotebook, the user I run has administration previliege, and I have tried C\nand POSIX locale, neither works. The error message are the sa... |
[
{
"msg_contents": "Hi\nThere is a good news to you, after I manually set the postgres user to have full access privilege to the D:\\amber\\program\\postgresql installation directory, the database service can be installed and started, but there is still errors in the installation process, I have attached the log... |
[
{
"msg_contents": "Only show pg_stat_replication details to superusers\n\nBranch\n------\nmaster\n\nDetails\n-------\nhttp://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=f88a638199d8505e7a01548cb647f908ae1e469f\n\nModified Files\n--------------\ndoc/src/sgml/monitoring.sgml | 4 +++-\nsrc/... |
[
{
"msg_contents": "Hi,\n\nI tested the patch from\nhttp://archives.postgresql.org/message-id/AANLkTikVxx6_AjZB52OnA7MBzijCPDqSZoMCD-3u1ATq@mail.gmail.com\nwhich adds GIN and GIST index support for wildcard LIKE queries using\npg_trgm.\n\nThe patch is a context diff that applies cleanly. Regression test work\naf... |
[
{
"msg_contents": "Unexpected argument handling in pl/python variadic argument function\n\ncreate or replace function variadic_sql\n\t(template text, variadic args text[], out text)\n\tlanguage sql as\n\t$$\n\t\tselect $1 || ' -- ' || $2::text\n\t$$;\n\ncreate or replace function variadic_python\n\t(template ... |
[
{
"msg_contents": "Tom Lane wrote:\n \n> I seem to recall pointing out upthread that the FK check triggers\n> are designed on the assumption that the constraint does hold\n> currently. Has any analysis been done on exactly how badly they'll\n> fail when it doesn't hold? I remain unconvinced that this behavior... |
[
{
"msg_contents": "I found the following warning with Fedora 14 / gcc 4.5.1.\n----\npg_backup_archiver.c: In function ‘_discoverArchiveFormat’:\npg_backup_archiver.c:1736:11: warning: ‘fh’ may be used uninitialized\nin this function\n----\nTo suppress it, I'm thinking to add noreturn to die_horribly().\nAny obj... |
[
{
"msg_contents": "Dan is still beating up on the latest patch with DBT-2, but I expect\nthat I'll be posting a patch tomorrow with all known issues fixed, no\nknown bugs, and reasonable performance -- except for the issue of how\nthis work relates to hot standby in the 9.1 release. (We did find\nand fix a few... |
[
{
"msg_contents": "I discovered today that hstore's Makefile currently does not support\nPGXS; namely, the ability to install it like so:\n\n USE_PGXS=1 make\n sudo USE_PGXS=1 make install\n\nMoreover, hstore is the *only* contrib module whose Makefile does not\ncontain \"PGXS\".\n\nThe attached patch cha... |
[
{
"msg_contents": "Hi,\n\nFollowing recent commit of the hstore Makefile cleaning, that I included\ninto my extension patch too, I have a nice occasion to push version 27\nof the patch. Please find it enclosed. This time I'm not including the\ncontrib-only and doc-src split versions, just ask for them if that... |
[
{
"msg_contents": "Hello\n\nI see that the gist README file (src/backend/access/gist/README) hasn't \nseen any major content updates, since its initial creation, apart from \ngist insertion recovery issues [1].\n\nI would like to ask if there are any major differences between the \nREADME file and postrges' cod... |
[
{
"msg_contents": "Hello\n\nI see that the gist README file (src/backend/access/gist/README) hasn't \nseen any major content updates, since its initial creation, apart from \ngist insertion recovery issues [1].\n\nI would like to ask if there are any major differences between the \nREADME file and postrges' cod... |
[
{
"msg_contents": "PgUS is preparing to fund a grant for PgUS members to learn and\nparticipate in the patch review process. We looking for experienced\nreviewers that can assist a candidate through to process of testing a\npatch - to submitting the final review. The ultimate deliverable\nwould be the actual ... |
[
{
"msg_contents": "Just to put this on the record for 9.2: I've just thought of a way\nto further extend the READ ONLY optimizations to de facto READ ONLY\ntransactions. Right now, when a dangerous structure is formed with\nthree transactions (which consists of read-write dependencies from\nT0 -> T1 -> T2) and... |
[
{
"msg_contents": "Somehow, pgindent appears to have this approach to push lines that are\nlonger than the defined line length limit back to the left to make it\nfit. That results in something like this:\n\n printfPQExpBuffer(&buf,\n \"SELECT n.nspname as \\\"%s\\\",\\n\"\n ... |
[
{
"msg_contents": "Attached.\n \nDan and I have spent many, many hours desk-check and testing,\nincluding pounding for many hours in DBT-2 at high concurrency\nfactors on a 16 processor box. In doing so, we found and fixed a few\nissues. Neither of us is aware of any bugs or deficiencies\nremaining, even afte... |
[
{
"msg_contents": "On Mon, Jan 24, 2011 at 7:41 AM, Magnus Hagander <magnus@hagander.net> wrote:\n> Make walsender options order-independent\n>\n> While doing this, also move base backup options into\n> a struct instead of increasing the number of parameters\n> to multiple functions for each new option.\n\nWhen... |
[
{
"msg_contents": "I've just noticed that we were guilty of very sloppy thinking in\ndefining pg_class.relhasexclusion. The only place that actually\n*uses* that value, rather than jumping through hoops to maintain it,\nis BuildIndexInfo --- and what it's looking at is not the pg_class\nentry of the table, but... |
[
{
"msg_contents": "Thanks for the review, Jeff!\n\nDan Ports wrote:\n> On Tue, Jan 25, 2011 at 01:07:39AM -0800, Jeff Davis wrote:\n>> At a high level, there is a nice conceptual simplicity. Let me\n>> try to summarize it as I understand it:\n>> * RW dependencies are detected using predicate locking.\n>> * RW ... |
[
{
"msg_contents": "Hello.\nI did:\ngit clone git://git.postgresql.org/git/postgresql.git && cd postgresql\n&& ./configure --prefix=/home/marcin/pg91 --enable-cassert\n--enable-debug && make check\n\nwhich gave me the attached regression.diffs\n\nmarcin@skpsms:~/postgresql$ gcc -v\nUsing built-in specs.\nTarget:... |
[
{
"msg_contents": "\nI had a requirement the other day to support a connection using an SSL \nClient certificate. I set this up, and it worked nicely. But there's a \nfly in the ointment. While the openssl libraries will ask for a pass \nphrase for the key file if required when running psql, this is not \nusabl... |
[
{
"msg_contents": "Hi,\n\nWhen log_checkpoints is enabled, checkpoint logs the number of\nWAL files created/deleted/recycled, but restartpoint doesn't.\nThis is OK before 9.0 because restartpoint had never created/\ndeleted/recycled WAL files. But, in 9.0 or later, restartpoint might\ndo that while walreceiver ... |
[
{
"msg_contents": "hi,\n\nafter systable_getnext_ordered returned NULL, is it ok to call it again?\nif yes, will it always returns NULL again?\n\ni'm wondering because inv_truncate seems to do it and expecting NULL.\n\nYAMAMOTO Takashi\n",
"msg_date": "Wed, 26 Jan 2011 09:56:37 +0000 (UTC)",
"msg_from":... |
[
{
"msg_contents": "I recently started getting these:\n\nplpython.c: In function ‘PLy_output’:\nplpython.c:3468: warning: format not a string literal and no format arguments\nplpython.c: In function ‘PLy_elog’:\nplpython.c:3620: warning: format not a string literal and no format arguments\nplpython.c:3627: warni... |
[
{
"msg_contents": "Remove arbitrary ALTER TABLE .. ADD COLUMN restriction.\n\nThe previous coding prevented ALTER TABLE .. ADD COLUMN from being used\nwith a non-NULL default in situations where the table's rowtype was being\nused elsewhere. But this is a completely arbitrary restriction since\nyou could do th... |
[
{
"msg_contents": "Everybody,\n\nI'm interested in the query optimizer of PostgreSQL DB. Where could I\nfind useful documentation or could you send me a pointer in the source code?\n\nWhat kind of parallelism does PostgreSQL use for operators, like\nselection or join?\n\nThank you\n- felix\n",
"msg_date": "... |
[
{
"msg_contents": "For those of you using git, I wanted to point out that it is fairly easy\nto remove git branches. For example, I can easily remove a branch on\nmy github repository using:\n\n\t$ git branch -d :branch_name\n\nI don't believe that is revertable. What is scarey is that this could\nbe done on ... |
[
{
"msg_contents": "Greetings,\n\nI was thinking about an old 2007 topic, where schema \nqualification was proposed on the EXPLAIN output \n(http://archives.postgresql.org/pgsql-\nhackers/2007-06/msg00473.php). \n\nBesides my need for this \"feature\" for my own PgFoundry \nproject (that need to parse the explai... |
[
{
"msg_contents": "Greetings,\n\nI was thinking about an old 2007 topic, where schema \nqualification was proposed on the EXPLAIN output \n(http://archives.postgresql.org/pgsql-\nhackers/2007-06/msg00473.php). \n\nBesides my need for this \"feature\" for my own PgFoundry \nproject (that need to parse the explai... |
[
{
"msg_contents": "Building for coverage and running the reports littered my tree with\nfiles which should probably be in .gitignore for just such a\ncontingency. Patch attached.\n \n-Kevin",
"msg_date": "Wed, 26 Jan 2011 15:04:33 -0600",
"msg_from": "\"Kevin Grittner\" <Kevin.Grittner@wicourts.gov>",
... |
[
{
"msg_contents": "We use small \"k\" in postgresql.conf, so pg_test_fsync should use the\nsame. Using \"kB\" would be more accurate in any case.\n\n",
"msg_date": "Wed, 26 Jan 2011 23:10:40 +0200",
"msg_from": "Peter Eisentraut <peter_e@gmx.net>",
"msg_from_op": true,
"msg_subject": "Re: In pg... |
[
{
"msg_contents": "I've been working closely with Black Duck Software, and their customer,\nto get to the bottom of $subject, and we have just declared success.\nHere is a summary of the problem and solution for the archives.\n\nThe end-customer has a fairly beefy server, lots of RAM and CPUs, and is\nrunning a... |
[
{
"msg_contents": "Hi,\n\nI get reproducible \"make -j2\" compile error in ecpg/pgtypeslib.\nThe problem is that after this below is executed:\n\nrm -f pgstrcasecmp.c && ln -s ../../../../src/port/pgstrcasecmp.c .\n\nthe compilation of pgstrcasecmp.c doesn't happen and this fails:\n\nar crs libpgtypes.a numeric... |
[
{
"msg_contents": "It seems that psql's \\copyright haven't been kept up-to-date with the \nchanges to COPYRIGHT file around 2001. psql \\copyright says:\n\n> PostgreSQL Data Base Management System\n>\n> Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group\n>\n> This software is based on Postgr... |
[
{
"msg_contents": "Hi all,\n\nI see now the following lines in libintl.h of version\n0.18.1.1 which didn't exist in 0.17 version.\n\n/* Support for the locale chosen by the user. */\n#if (defined __APPLE__ && defined __MACH__) || defined _WIN32 || defined\n__WIN32__ || defined __CYGWIN__\n\n#undef setlocale\n#... |
[
{
"msg_contents": "The Postgres core team will be wrapping update releases for all\nsupported back branches this evening. These updates are prompted by\na minor security issue (reported by Apple, curiously enough) as well\nas desire to push out some significant bug fixes that have been made\nin the last few we... |
[
{
"msg_contents": "With the attached patch I have managed to get Postgres built and running \na clean set of regression tests using the Mingw64 toolset on my 64bit \nWindows7Pro machine.\n\nThere's lots of work still to do (lots of warnings to make go away, for \nexample), but this is a pretty encouraging start... |
[
{
"msg_contents": "I was thinking about full-page writes again tonight. I'm still\nwondering about the feasibility of getting rid of full-page writes for\ncertain operations. We can do this, I think, in any case where we can\nconvince ourselves that if the original operation, or a redo of the\noriginal operat... |
[
{
"msg_contents": "\nWe have had format warnings in mingw builds for years, and it doesn't \nlook like we're ever going to do anything about them. Can we just add \n-Wno-format to the CFLAGS for Mingw and be done with them?\n\ncheers\n\nandrew\n",
"msg_date": "Fri, 28 Jan 2011 14:12:05 -0500",
"msg_from... |
[
{
"msg_contents": "I just tried doing pg_upgrade on a database when logged in as user\n\"mha\" rather than \"postgres\" on my system. And it failed. Even though\nthe db was initialized with superuser \"mha\". The reason for this was\nthat pg_upgrade tried to connect to the database \"mha\" (hardcoded to\nbe the... |
[
{
"msg_contents": "The people who write my paychecks have insisted on me chunking out\nsome items which are part of our long-term plan besides the one I've\nbeen focusing on lately. Most of it isn't of interest to anyone\noutside Wisconsin Courts, but this piece might be; so I'm posting it\nand putting onto th... |
[
{
"msg_contents": "Hi,\nOr can you give some instructions about how to do this, thanks.\n\n\nXiaobo Gu\n",
"msg_date": "Sat, 29 Jan 2011 17:49:29 +0800",
"msg_from": "Xiaobo Gu <guxiaobo1982@gmail.com>",
"msg_from_op": true,
"msg_subject": "Do you have a plan to support Simplified Chinese Locale... |
[
{
"msg_contents": "The snapshot builds are failing with:\n\nopenjade:installation.sgml:1010:58:X: reference to non-existent ID \"UUID-OSSP\"\nopenjade:installation.sgml:1044:54:X: reference to non-existent ID \"XML2\"\nopenjade:/usr/local/share/sgml/docbook/dsssl/modular/html/dblink.dsl:203:1:E:\nXRef LinkEnd t... |
[
{
"msg_contents": "Hello\n\nI am playing with demos for PostgreSQL's Prague Developer Day and I\nfound a strange behave. SPI_exec should to return to proc context. But\nit isn't true. In following demo, I have to play with MemoryContext\nwhen I would to get a correct result. Is it ok?\n\n/*\n * contrib/citext/p... |
[
{
"msg_contents": "The attached patch allows building a 64 bit Windows Postgres using the \nmingw64 compiler from \n<http://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win64/Automated%20Builds/>. \nIt works both as a native compiler and for cross-compiling (which I \ntested on 32 bit Wind... |
[
{
"msg_contents": "Hello\n\nI resend a patch with last update of this patch\n\nRegards\n\nPavel Stehule",
"msg_date": "Sun, 30 Jan 2011 20:28:41 +0100",
"msg_from": "Pavel Stehule <pavel.stehule@gmail.com>",
"msg_from_op": true,
"msg_subject": "updated patch for foreach stmt"
},
{
"msg_c... |
[
{
"msg_contents": "> Dan Ports wrote:\n> On Thu, Jan 27, 2011 at 09:18:23AM -0800, Jeff Davis wrote:\n>\n>> Is there a reason we can't check for a real cycle, which would let\n>> T1 succeed?\n>\n> I talked today with someone who experimented with doing exactly\n> that in MySQL as part of a research project (Pe... |
[
{
"msg_contents": "Hi,\n\nWhile working on PL/Perl patch for arrays as input arguments I've noticed that\nPostgreSQL reports one less dimension in the 'number of array dimensions (%d)\nexceeds the maximum allowed (%d)\", i.e.\n\nselect '{{{{{{{1,2},{3,4}},{{5,6},{7,8}}},{{{9,10},{11,12}},{{13,14},{15,16}}}}, ... |
[
{
"msg_contents": "Dear all,\n\nfor the sake academic teaching, a colleague asked me in how far \nPostgreSQL does support object functionality these days.\n\nI am afraid my web research was not very fruitful to him; the impression \nis that hardly anybody is occupied in working on PostgreSQL object \nfunctional... |
[
{
"msg_contents": "Hello,\n\nI discussed my problem at www.pg-forum.de with Mr. Scherbaum (ADS) and he recommended me to inform you about this problem.\n\nI worked on my Mac-Book (Mac OS X 10.6.6) with postgresql database version 9 (postgresql-9.0.1-1-osx.dmg). After installing and connecting my HUAWEI E122 da... |
[
{
"msg_contents": "\nThe following bug has been logged online:\n\nBug reference: 5856\nLogged by: Naoya Anzai\nEmail address: anzai-naoya@mxu.nes.nec.co.jp\nPostgreSQL version: 8.4.5\nOperating system: Red Hat Enterprise Linux Server release 5.5\nDescription: pg_attribute.attinhcount... |
[
{
"msg_contents": "Jeff Davis wrote:\n \n> 1. In CheckForSerializableConflictIn(), I think the comment above\n> may be out of date. It says:\n \n> 2. Also in the comment above CheckForSerializableConflictIn(), I\n> see:\n \n> 3. The comment above CheckForSerializableConflictOut() seems to\n> trail off, as thou... |
[
{
"msg_contents": "Hi,\n\nI've attached a small patch for the docs which adds a reference to the\nclient_encoding parameter description. This is in response to someone\nattempting to submit a comment which explains where available\nencodings can be found.\n\nThanks\n\nThom Brown\nTwitter: @darkixion\nIRC (free... |
[
{
"msg_contents": "Following recent discussions and the enabling of 64 bit Mingw builds, I \npropose to make the attached changes to the docs. I don't see any great \nreason for us to advise against building with Mingw, especially now that \nwe have 64 bit support for it, so I removed that, amd also clarified \... |
[
{
"msg_contents": "Update docs on building for Windows to accomodate current reality.\n\nDocument how to build 64 bit Windows binaries using the MinGW64 tool set.\nRemove recommendation against using Mingw as a build platform.\nBe more specific about when Cygwin is useful and when it's not, in\nparticular note... |
[
{
"msg_contents": "All,\n\nThis year we will be having a \"Cluster Hackers\" summit at pgCon. You\nare invited if you are currently working on any PostgreSQL replication\nor clustering solution, or core features to support such solutions.\nThis includes, but is not limited to: PostgreXC, GridSQL, Postgres-R,\n... |
[
{
"msg_contents": "Hi,\n\nI've noticed that if I try to use generate_series to include the upper\nboundary of int4, it never returns:\n\nSELECT x FROM generate_series(2147483643::int4, 2147483647::int4) AS a(x);\n\nBut the same query with int8 returns instantly:\n\nSELECT x FROM generate_series(2147483643::int8... |
[
{
"msg_contents": "To All,\nI would like to propose (and volunteer to do if its considered to be a\ndecent idea) to extend the mapping of users to roles in the pg_ident.conf to\nincorporate groups. This would allow any user who belonged to a particular\ngroup in certain authentication systems to be mapped to a ... |
[
{
"msg_contents": "Hello\n\nThere are broken links inside messages from commiters.\n\nprojects /\n\n\n404 - No such project\n\n\nOPML TXT\n\nRegards\n\nPavel Stehule\n",
"msg_date": "Tue, 1 Feb 2011 05:53:02 +0100",
"msg_from": "Pavel Stehule <pavel.stehule@gmail.com>",
"msg_from_op": true,
"msg... |
[
{
"msg_contents": "List,\n\nCan anyone suggest where the below error comes from, given I'm attempting to load HTTP access log data with reasonably small row and column value lengths?\n\n\tlogs=# COPY raw FROM '/path/to/big/log/file' DELIMITER E'\\t' CSV;\n\tERROR: out of memory\n\tDETAIL: Cannot enlarge strin... |
[
{
"msg_contents": "Hi,\n\nPFA version 3 of the ALTER EXTENSION PATCH, cleaned and merged against\nrecent HEAD and extension's branch from which I just produced the v30\npatch.\n\nIt includes a way to upgrade \"from null\", that is from pre-9.1, and the\nspecific upgrade files to achieve that for all contribs. ... |
[
{
"msg_contents": "Hi everyone, I just want to know something about postgresql parser, because\nI want to add a new feature for pgAdmin graphical query builder (GQB) that\nallow an user to create a query graphical model from a sql statment, and I\njust want to reuse postgres parser code (reuse this) to do the t... |
[
{
"msg_contents": "Attached patch adds some more \"metadata\" to walsender results:\n\n* Adds the current xlog insert location as a third column in IDENTIFY_SYSTEM\n* Adds a resultset at the start of a base backup that contains the\nstart xlog location (as returned by do_pg_start_backup)\n* Adds a resultset at ... |
[
{
"msg_contents": "Heikki Linnakangas wrote:\n> On 02.02.2011 12:20, Heikki Linnakangas wrote:\n \n>> The tests don't seem very complicated, and they don't seem to\n>> depend much on the dtester features. How hard would it be to\n>> rewrite the test engine in C or perl?\n>>\n>> I'm thinking of defining each te... |
[
{
"msg_contents": "Heikki Linnakangas wrote:\n \n> I converted the next test, receipt-report, grab that from my git\n> repository first.\n \nWill do.\n \n> It produces over two hundred permutations, so it's going to be a\n> bit tedious to check the output for that, but I think it's still\n> acceptable so that ... |
[
{
"msg_contents": "When running pg_basebackup with -x to include all transaction log, the\nserver will still throw a warning about xlog archiving if it's not\nenabled - that is completely irrelevant since pg_basebackup has\nincluded it already (and if it was gone, the base backup step itself\nwill fail - actual... |
[
{
"msg_contents": "This review is mostly about trying to break stuff by using brute force. \nI am not skilled enough in C to do a code level review.\n\nThe patch applies cleanly after applying the extensions support for \npg_dump patch. The patch is in context format.\n\nThere is one make check error:\ntest rul... |
[
{
"msg_contents": "Heikki Linnakangas wrote:\n \n> I converted the next test, receipt-report, grab that from my git\n> repository first. It produces over two hundred permutations, so\n> it's going to be a bit tedious to check the output for that, but I\n> think it's still acceptable so that we don't need more ... |
[
{
"msg_contents": "\nI'm trying to follow where we are on SQL-MED and it's difficult. We have \npatches on patches and working out what's current is by no means easy. \nIs there an available git repo I can pull from that contains the current \nstate? That would be *so* much easier than trying to extract a \nnon... |
[
{
"msg_contents": "Heikki Linnakangas wrote:\n \n> Suppressing detail seems easiest. AFAICS all the variable parts are\n> in errdetail.\n \nI pushed that with some work on the tests. If you could review the\nchanges to isolationtester.c to confirm that they look sane, I'd\nappreciate it.\n \nhttp://git.postgr... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.