threads listlengths 1 2.99k |
|---|
[
{
"msg_contents": "I have observed that currently incase there is a network break between\nmaster and standby, walsender process gets terminated immediately, however \nwalreceiver detects the breakage after long time. \nThe main reason I could see is due to replication_timeout configuration\nparameter, walsende... |
[
{
"msg_contents": "Below mentioned issue might be current behavior of PostgreSQL, but I am not\nable to find that in documentation so I have done brief analysis as well.\n\n\nIssue: cascade standby server raise errors as “FATAL: the database system\nis starting up” when trying to connect a client. Cascaded sta... |
[
{
"msg_contents": "I have developed a patch to make the python3 regression test setup a bit\nsimpler. Currently, we are making mangled copies of\nplpython/{expected,sql} to plpython/python3/{expected,sql}, and run the\ntests in plpython/python3. This has the disadvantage that the\nregression.diffs file, if an... |
[
{
"msg_contents": "I'm looking at the following code in pg_dump.c\n\n/*\n * Start transaction-snapshot mode transaction to dump consistent data.\n */\n ExecuteSqlStatement(fout, \"BEGIN\");\n if (fout->remoteVersion >= 90100)\n {\n if (serializable_deferrable)\n ExecuteSqlStat... |
[
{
"msg_contents": "Pavan Deolasee wrote:\n> I'm looking at the following code in pg_dump.c\n> \n> /*\n> * Start transaction-snapshot mode transaction to dump\n> * consistent data.\n> */\n> ExecuteSqlStatement(fout, \"BEGIN\");\n> if (fout->remoteVersion >= 90100)\n> {\n> if (serializ... |
[
{
"msg_contents": "Hello\n\nThis patch disable bypassing of parameters for variadic function with\n\"ANY\" type variadic parameter. Now - this functionality is just\nbroken. Because there are no any requests for fixing this issue, I\npropose the most simply solution - just disable using this type of\nvariadic f... |
[
{
"msg_contents": "This question comes about after reading the VLDB paper \"Serializable\nSnapshot Isolation in PostgreSQL\".\n\nWe release predicate locks after a transaction abort, but not after a\nsubtransaction abort. The paper says that the reason is:\n\n\"We do not drop SIREAD locks acquired during a subt... |
[
{
"msg_contents": "After reading the recent thread about python 2 vs python 3 support,\nI thought I'd amuse myself by trying to get plpython3 supported in\nthe Fedora packages. That turned out to be unreasonably painful\n(which is something we oughta fix eventually), but it worked,\nat least with F16/F17. Whe... |
[
{
"msg_contents": "I propose that we try and develop better commit_delay advice, to make\nit easier to set the parameter in a way that actually helps\nperformance. I have been researching a way to make commit_delay\nadaptive, though have yet to develop any further insight that is worth\nsharing. This may change... |
[
{
"msg_contents": "Here's a patch to provide for the pg_upgrade tests to be run in MSVC \nbuilds. I want to get this running on the buildfarm before long on HEAD \nand REL9_2_STABLE.\n\ncheers\n\nandrew",
"msg_date": "Sat, 08 Sep 2012 17:31:02 -0400",
"msg_from": "Andrew Dunstan <andrew@dunslane.net>",
... |
[
{
"msg_contents": "I wrote:\n> After reading the recent thread about python 2 vs python 3 support,\n> I thought I'd amuse myself by trying to get plpython3 supported in\n> the Fedora packages. That turned out to be unreasonably painful\n> (which is something we oughta fix eventually), but it worked,\n\nTo give... |
[
{
"msg_contents": "I noticed a sentence in sepgsql says 180-degree opposite at:\n\n When <literal>DROP</> command is executed, <literal>drop</> will be\n checked on the object being removed for each object types. Permissions\n \"will not be\" checked for objects dropped indirectly via <literal>CASCADE</>.\n... |
[
{
"msg_contents": "Hi there,\n\nwe tried to create the libpqtypes enum binary send but it doesn't work:\n\n// register types\nPGregisterType user_def[] = { {\"seqtype\", enum_put, enum_get} };\nPQregisterTypes(connector->getConn(), PQT_USERDEFINED, user_def, 1, 0);\n\n// enum_put throws format error\nint enum_p... |
[
{
"msg_contents": "The attached patch adds argument of OAT_POST_CREATE hook;\nto inform extensions type of the context of this object creation. It allows\nextensions to know whether the new object is indirectly created apart\nfrom user's operations, or not.\n\nI found out this flag is necessary to add feature t... |
[
{
"msg_contents": "Hackers,\n\nI ran into an issue building 9.2 with the OSSP UUID module today. A bit of Googling and I found that the MacPorts guys ran into the same issue a few weeks ago. Their discussion:\n\n https://trac.macports.org/ticket/35153\n\nAnd the fix:\n\nhttps://trac.macports.org/browser/trunk/... |
[
{
"msg_contents": "I ran across a minor typo while reviewing the full-text search\ndocumentation. Attached is a patch to address the one usage of \"lexems\"\nin a sea of \"lexemes\".",
"msg_date": "Mon, 10 Sep 2012 23:59:18 -0400",
"msg_from": "Dan Scott <dan@coffeecode.net>",
"msg_from_op": true,
... |
[
{
"msg_contents": "On 08/18/2012 10:11 AM, John Lumby wrote:\n >\n> I've recently tried extending the postgresql prefetch mechanism on linux\n> to use the posix (i.e. librt)\n> aio_read and friends where possible. In other words, in\n> PrefetchBuffer(), try getting a buffer\n> and issuing aio_read befor... |
[
{
"msg_contents": "I'd like to propose moving postgresql_fdw_validator into contrib/dblink\nas dblink's own validator.\n\nMain purpose of this proposal is to reserve the name \"postgresql_fdw\"\nfor concrete FDW for PostgreSQL. I used to use \"pgsql_fdw\" as the name,\nbut in previous CF I got comments that fu... |
[
{
"msg_contents": "Hello Folks,\n\nI hope this is the right place to ask for this feature.\n\nI have just started working with Postgres seriously, and I come from a SQL\nServer background. In SQL Server when one develops complex stored\nprocedures, it is possible to see the query plans of the stored procedure,\... |
[
{
"msg_contents": "While reflecting on\nhttp://archives.postgresql.org/pgsql-performance/2012-09/msg00030.php\nI discovered that tsquery selectivity is capable of concluding that\n\"word:*\" matches less stuff than \"word\":\n\npub=# explain analyze select * from publications_test where to_tsvector('simple', ti... |
[
{
"msg_contents": "I've been working on the often-requested feature to handle timeline \nchanges over streaming replication. At the moment, if you kill the \nmaster and promote a standby server, and you have another standby server \nthat you'd like to keep following the new master server, you need a WAL \narchi... |
[
{
"msg_contents": "Hackers,\n\nI found this surprising:\n\t\ndavid=# CREATE DOMAIN STATUS AS INTEGER CHECK ( VALUE IN (1, 2, 3) );\nCREATE DOMAIN\n\ndavid=# select -4::status;\nERROR: value for domain status violates check constraint \"status_check\"\n\ndavid=# select -1::status;\n ?column? \n----------\n ... |
[
{
"msg_contents": "This comment in UpdateFullPageWrites() seems to be inaccurate:\n\n * It's safe to check the shared full_page_writes without the lock,\n * because we assume that there is no concurrently running process which\n * can update it.\n\nThat assumption does not hold on any sane SMP syste... |
[
{
"msg_contents": "Dan Scott wrote:\n> I ran across a minor typo while reviewing the full-text search\n> documentation. Attached is a patch to address the one usage of\n> \"lexems\" in a sea of \"lexemes\".\n \nApplied to HEAD.\n \n-Kevin\n\n",
"msg_date": "Tue, 11 Sep 2012 19:52:45 -0500",
"msg_from":... |
[
{
"msg_contents": "This is a little patch to fix a typo in a comment.\n\nBest regards,\nEtsuro Fujit",
"msg_date": "Wed, 12 Sep 2012 16:20:21 +0900",
"msg_from": "\"Etsuro Fujita\" <fujita.etsuro@lab.ntt.co.jp>",
"msg_from_op": true,
"msg_subject": "Comment typo"
}
] |
[
{
"msg_contents": "Hello\n\nI try to identify of our slow queries - we have lot of queries like\n\n select count(*) from a,b where a.a = b.b;\n\nour servers has usually enough memory (we do OLAP) - we use some\npooling for limiting memory expensive queries - and I found so\nhashjoin based queries are significan... |
[
{
"msg_contents": "The following bug has been logged on the website:\n\nBug reference: 7534\nLogged by: Amit Kapila\nEmail address: amit.kapila@huawei.com\nPostgreSQL version: 9.2.0\nOperating system: Suse 10\nDescription: \n\n1. Both master and standby machine are connected normally... |
[
{
"msg_contents": "Magnus Hagander wrote:\n> \"Kevin Grittner\" wrote:\n> Dan Scott wrote:\n>>> I ran across a minor typo while reviewing the full-text search\n>>> documentation. Attached is a patch to address the one usage of\n>>> \"lexems\" in a sea of \"lexemes\".\n>>\n>> Applied to HEAD.\n>>\n> No back pa... |
[
{
"msg_contents": "Magnus Hagander wrote:\n\"Kevin Grittner\" wrote:\n \n> I'd back patch it in the docs. It's docs that people are going to\n> be referring to for years to come.. And the effort is close to zero\n> to back patch it. If it was more complex, I'd think twice about it.\n \nOK, done. Back-patched... |
[
{
"msg_contents": "I was surprised to find that psql -f file.sql with a file such as this\n\nselect 1;\nselect 2\n\nexecutes both commands even though the second one is not terminated.\n\nI realize that this is inconsistently handled throughout the system, for\nexample libpq APIs don't care about the missing se... |
[
{
"msg_contents": "A while ago I wanted to cherry-pick a patch from master to a back-branch\nthat was initially committed by someone else. That was rejected because\nour git server requires author==committer. I don't think that\nrestriction is particularly useful and should be lifted. I'm not saying\nwe shou... |
[
{
"msg_contents": "See test case at: http://titus.apartia.fr/stuff/pg_92_error_sql.txt\n\nWorks fine on 9.1\n\n",
"msg_date": "Wed, 12 Sep 2012 16:36:34 +0200",
"msg_from": "Louis-David Mitterrand <vindex+lists-pgsql-hackers@apartia.org>",
"msg_from_op": true,
"msg_subject": "9.2 bug? \"variable... |
[
{
"msg_contents": "It looks like commit 09ff76fcdb275769ac4d1a45a67416735613d04b that \nchanged the name of pg_constraint.conisonly to connoinherit neglected to \nchange the System Catalog docs :-(\n\ncheers\n\nandrew\n\n",
"msg_date": "Wed, 12 Sep 2012 11:57:06 -0400",
"msg_from": "Andrew Dunstan <andr... |
[
{
"msg_contents": "\"Etsuro Fujita\" wrote:\n> This is a little patch to fix a typo in a comment.\n \nApplied to HEAD and 9.2, which as far back as it went. I figured it\nwas easy and eliminated any back-patch issues for subsequent changes.\n \nThanks!\n \n-Kevin\n\n",
"msg_date": "Wed, 12 Sep 2012 22:40:... |
[
{
"msg_contents": "Hi,\n\nGiven the recent decision to switch from SYSV shared memory to mmap and\nthe concerns which were made with regard to performance on *BSD kernels,\nI've run a few Pgbench tests on a spare Xeon box.\n\nI tested PostgreSQL-9.3 from June 28th, as of commits:\n- c5b3451a8e72cb7825933d4f4827... |
[
{
"msg_contents": "Hello.\n\nA very simple query shown below on partitioned tables can run for\nfour times as long as that on non-partitioned tables when the\nwhole data can be loaded onto memory.\n\n* QUERY : SELECT * FROM t;\n* EXEC TREE : Result(Append(SeqScan)) for partitioned\n : SeqScan ... |
[
{
"msg_contents": "I'd like to add the following options to the SQL COPY command and the psql \\copy\ninstruction:\n\n * PREPROCESSOR: Specifies the user-supplied program for COPY IN. The data\nfrom an input file is preprocessed by the program before the data is loaded into\na postgres table.\n * POSTPRO... |
[
{
"msg_contents": "Dear all,\n\nwe talked a while ago about a possible integration between Zorba\n(http://www.zorba-xquery.com/html/index), the Apache open source XML (XQuery) and JSON query\n(jsoniq.org) processor into Postgress.\n\nI think this would add a lot of functionality to Postgres, and the Zorba query... |
[
{
"msg_contents": "I looked into why buildfarm member hamerkop has been failing regression\ntests for the last two months. The symptoms appear consistent with the\ntheory that the src/test/regress/data/tenk.data test file has been\nconverted to have DOS style line endings (\\r\\n). The test cases that\nare fa... |
[
{
"msg_contents": "I am trying to test the upgrade from my 9.1.3 db to 9.2 on ubuntu 10.10 \nserver. I got error below when run the pg_upgrade command. What can I do \nfor this?\n\n$ /opt/PostgreSQL/9.2/bin/pg_upgrade -b /opt/PostgreSQL/9.1/bin -B \n/opt/PostgreSQL/9.2/bin -d /raid/pgsql -D /raid/pg92data\nPerf... |
[
{
"msg_contents": "-- \nhttp://www.feteknoloji.com\nRegards, Feridun Türk\n\n-- http://www.feteknoloji.comRegards, Feridun Türk",
"msg_date": "Fri, 14 Sep 2012 09:22:33 +0300",
"msg_from": "=?UTF-8?Q?Feridun_t=C3=BCrk?= <feridunturk@gmail.com>",
"msg_from_op": true,
"msg_subject": ""
}
] |
[
{
"msg_contents": "Hello, I will propose reduce palloc's in numeric operations.\n\nThe numeric operations are slow by nature, but usually it is not\na problem for on-disk operations. Altough the slowdown is\nenhanced on on-memory operations.\n\nI inspcted them and found some very short term pallocs. These\npall... |
[
{
"msg_contents": "-- \nhttp://www.feteknoloji.com\nRegards, Feridun Türk\n\n-- http://www.feteknoloji.comRegards, Feridun Türk",
"msg_date": "Fri, 14 Sep 2012 11:47:12 +0300",
"msg_from": "=?UTF-8?Q?Feridun_t=C3=BCrk?= <feridunturk@gmail.com>",
"msg_from_op": true,
"msg_subject": ""
}
] |
[
{
"msg_contents": "Someone asked me about translations for pg_upgrade, and I don't see 'po'\ndirectories for any of the contrib tools. Do we not translate contrib\nstuff? Why?\n\n-- \n Bruce Momjian <bruce@momjian.us> http://momjian.us\n EnterpriseDB http://enterprisedb.c... |
[
{
"msg_contents": "Properly set relpersistence for fake relcache entries.\n\nThis can result in buffers failing to be properly flushed at\ncheckpoint time, leading to data loss.\n\nReport, diagnosis, and patch by Jeff Davis.\n\nBranch\n------\nREL9_1_STABLE\n\nDetails\n-------\nhttp://git.postgresql.org/pg/comm... |
[
{
"msg_contents": "On Thu, 6 Sep 2012 14:50:05 -0400 Robert Hass wrote:\n\nOn Tue, Aug 28, 2012 at 6:40 AM, Amit Kapila <amit(dot)kapila(at)huawei(dot)com> wrote:\n>> AFAICT during Update also, it doesn't contain useful. The only chance it\n>> would have contain something useful is when it goes for EvalPlanQu... |
[
{
"msg_contents": "Hi all,\n\nI'd like to propose FDW for PostgreSQL as a contrib module again.\nAttached patch is updated version of the patch proposed in 9.2\ndevelopment cycle.\n\nFor ease of review, I summarized what the patch tries to achieve.\n\nAbstract\n========\nThis patch provides FDW for PostgreSQL w... |
[
{
"msg_contents": "According to the CommitFest site, 2012-06 is still in progress with four\nunresolved patches. With CF 2012-09 scheduled to start tomorrow, let's get it\nclosed. I propose changing two patches from Waiting on Author to Returned\nwith Feedback and moving the other two to CF 2012-09.\n\n",
... |
[
{
"msg_contents": "I came across a new behavior in 9.2 with nested plpgsql functions and\ntemporary table.\n\ncreate or replace function chck(tname text) returns void as $$\ndeclare\n cnt int;\nbegin\n select count(*) from pg_attribute where attrelid = tname::regclass::oid\n into cnt;\nend;\n$$ language pl... |
[
{
"msg_contents": "Hi,\n\nIt took me far longer than I planned, its not finished, but time is running \nout. I would like some feedback that I am not going astray at this point... \n*I* think the general approach is sound and a good way forward that provides \nthe basic infrastructure for many (all?) of the sce... |
[
{
"msg_contents": "This is just a rebased version of the patch by Simon here:\n\nhttp://archives.postgresql.org/message-id/CA\n+U5nMKw_GBs6qQ_Y8-RjGL1V7MVW2HWBHartB8LoJhnPfxL8g@mail.gmail.com\n\nThere are other things I'd like to do, like:\n\n* include page# in checksum, and perhaps relfilenode or object OID (b... |
[
{
"msg_contents": "_FORTIFY_SOURCE=2 appears to be the default for package building on many\nLinux distributions now, as part of harding or security options. But we\noften hear about problems related to this only when we hand the source\nover to the packagers. So I think we might as well add this to our\nstan... |
[
{
"msg_contents": "I noticed that xlog.h uses PGDLLIMPORT, but it does not include c.h\ndirectly or indirectly. Also, in timestamp.h different code is enabled\ndepending on HAVE_INT64_TMESTAMP being defined, but even though that macro\nis defined in pg_config.h, it does not automatically trickle down into this\... |
[
{
"msg_contents": "It's annoying that the buildfarm animals running on older versions of\nSolaris randomly fail with \"Connection refused\" errors, such as in\ntoday's example:\nhttp://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=castoroides&dt=2012-09-15%2015%3A42%3A52\n\nI believe what's probably happening... |
[
{
"msg_contents": "Fix bufmgr so CHECKPOINT_END_OF_RECOVERY behaves as a shutdown checkpoint.\nRecovery code documents clearly that a shutdown checkpoint is executed at\nend of recovery - a shutdown checkpoint WAL record is written but the buffer\nmanager had been altered to treat end of recovery as a normal ch... |
[
{
"msg_contents": "Jeff Davis wrote:\nOn Mon, 2012-09-10 at 11:15 -0500, Kevin Grittner wrote:\n \n>> Do you have any suggested wording [...] ?\n \n> Attached. I thought about putting it as a \"note\", but it seems like\n> it's easy to go overboard with those.\n \nI agree about a note being overkill for this.\... |
[
{
"msg_contents": "Hi all,\n\nIn PostgreSQL 9.1 and 9.2 (possibly also in earlier versions), the query\n\n--8<--\nWITH source AS (\n SELECT i FROM generate_series(1,10) AS i\n)\nSELECT\n i\nFROM\n source, (\n SELECT\n count(*) AS _n\n FROM source\n ) AS _stats\nWHERE\n ra... |
[
{
"msg_contents": "On 31 August 2012 07:59, Dean Rasheed <dean(dot)a(dot)rasheed(at)gmail(dot)com> wrote:\n> On 30 August 2012 20:05, Robert Haas <robertmhaas(at)gmail(dot)com> wrote:\n>> On Sun, Aug 12, 2012 at 5:14 PM, Dean Rasheed <dean(dot)a(dot)rasheed(at)gmail(dot)com> wrote:\n\n> Here's an updated patch ... |
[
{
"msg_contents": "I looked into bug #7557, which demonstrates a case where a session fails\nto notice a just-committed change in table permissions. This is pretty\nobviously due to a failure to read the sinval message notifying other\nbackends of the pg_class.relacl update. Some digging in the git history\ns... |
[
{
"msg_contents": "I would like to have the option of disabling the CTE optimization fence for \ncertain CTEs and/or queries. Can that be added to the official todo list? If \nnot, why not?\n\nI would find the option beneficial because large, complicated queries are \noften a lot clearer, simpler, and easier to... |
[
{
"msg_contents": "I have received a number of bug reports about plsh choking on\nWindows-style line endings. The problem is that the user uses some\nWindows-based tool or other to execute an SQL command line this:\n\nCREATE FUNCTION foo() RETURNS something<CR><LF>\nLANGUAGE plsh<CR><LF>\nAS $$<CR><LF>\n#!/bin... |
[
{
"msg_contents": "On Sun, 01 Jul 2012 13:02:17 +0200 Boszormenyi Zoltan wrote:\n\n>attached is a patch that does $SUBJECT.\n\n \n\n>It's a usability enhancement, to take a backup, write\n\n>a minimalistic recovery.conf and start the streaming\n\n>standby in one go.\n\n \n\n>Comments?\n\n \n\n[Review of Patch]\... |
[
{
"msg_contents": "In commit da4efa13d801ccc179f1d2c24d8a60c4a2f8ede9, sending of keepalive\nmessages have been disabled in walsender. \nCommit message is \" Turn off WalSender keepalives by default, users can\nenable if desired.\"\n\nBut I am not able to see how users can enable it, can you please point me if\... |
[
{
"msg_contents": "On 16.08.2012 14:43, Pavel Stehule wrote:\n\n> Hello\n\n> \n\n> here is updated patch\n\n \n\n[Review of Patch]\n\n \n\nBasic stuff: \n------------ \n- Patch applies OK. but offset difference in line numbers. \n- Compiles with errors in contrib [pg_stat_statements, sepgsql] modules \n- Regres... |
[
{
"msg_contents": "I've been slowly continuing to work that I started last winder to make \nXLogInsert scale better. I have tried quite a few different approaches \nsince then, and have settled on the attached. This is similar but not \nexactly the same as what I did in the patches I posted earlier.\n\nThe basi... |
[
{
"msg_contents": "Hi,\n\nI've had problems using pg_restore --data-only when\nrestoring individual schemas (which contain data which\nhas had bad things done to it). --clean does not work\nwell because of dependent objects in other schemas.\n\nPatch to the docs attached (before I go and do any\nreal coding.)\... |
[
{
"msg_contents": "Hello\n\n>\n>\n> Basic stuff:\n> ------------\n> - Patch applies OK. but offset difference in line numbers.\n> - Compiles with errors in contrib [pg_stat_statements, sepgsql] modules\n> - Regression failed; one test-case in COPY due to incomplete test-case\n> attached patch. – same as reporte... |
[
{
"msg_contents": "Related to bug #6123, Wisconsin Courts are now using triggers with\nthe workaround to be safe with the patch put forward by Tom, even\nthough they are still running with the earlier patch proposal by me\n(which tolerates an UPDATE or DELETE of a row being deleted). The\ngeneral structure of ... |
[
{
"msg_contents": "Hi all,\n\nDuring the last PGCon, I heard that some community members would be\ninterested in having pg_reorg directly in core.\nJust to recall, pg_reorg is a functionality developped by NTT that allows\nto redistribute a table without taking locks on it.\nThe technique it uses to reorganize ... |
[
{
"msg_contents": "Hi,\nI'm sakamoto, maintainer of reorg.\n\n>> What could be also great is to move the project directly into github to\n>> facilitate its maintenance and development.\n>No argument from me there, especially as I have my own fork in github,\n>but that's up to the current maintainers.\nYup, I am... |
[
{
"msg_contents": "During the execution of ProcessUtility() function in \n/src/backend/xxx/utility.c,\n\nthe CreateStmt node type is processed to create a table.\n\nIs there a global function in the context of the backend process that \nwill deliver what the current database and schema names?\n\nThe querystring... |
[
{
"msg_contents": "Hi friends, wich context is the apropiate to install this plugin?\nI have\n\n - Ubuntu 11\n - x64 architecture\n - postgresql 9,2\n - libv8-3.1 (system package)\n\nbut not get install it. Some ideas?\n\n\n/\\/\\;/-----------------------------------------------------\nMilton Labanda ... |
[
{
"msg_contents": "A while back, I posted a pathological minimal-case query where, in order \nto select one row from a users table, Postgres needed to scan the whole \nusers table, because the restriction was not visible to the GROUP BY.\n\nAt the time, Tom wrote:\n\n > Don't hold your breath waiting for that t... |
[
{
"msg_contents": "Hi All,\n\nI'm currently using PQexecParams() as part of a bridge to allow Postgres to be used in another programming language. Not specifying the OIDs simplifies things (for the end user), but bytea params still cause headaches, since they need to be formatted differently and I receive the d... |
[
{
"msg_contents": "Hi all,\n\nI have just written the first PoC code to enable load balancing\nin the libpq library.\n\nThis libpq enhancement is intended to allow PostgreSQL users to\ntake advantage of the replication in easier way.\n\nWith using this patch, PQconnectdb() function accepts multiple\nconnection ... |
[
{
"msg_contents": "There's a typo in src/tools/RELEASE_CHANGES\n\nIt just ticked off my OCD I guess...\n\nCheers,\nJan",
"msg_date": "Sun, 23 Sep 2012 19:21:53 +0200",
"msg_from": "=?UTF-8?B?SmFuIFVyYmHFhHNraQ==?= <wulczer@wulczer.org>",
"msg_from_op": true,
"msg_subject": "trivial typo in src/t... |
[
{
"msg_contents": "The patch I reviewd is listed among CommitFest 2012-09 patches. I hope\nit can be of some help, despite the fact, that I don't really feel like\nbeing terribly qualified here.\n\n\nSubmission review\n----\nThe patch goes cleanly against v9.3, as fetched by clonig current HEAD\nfrom postgres g... |
[
{
"msg_contents": "Hi,\n\nThe attached patch documents the oid column of those\nsystem catalogs having an oid.\n\nDistinguish system catalogs with an oid from those without\nand make the primary key clear to the newbie.\n\nFound catalogs with an oid by querying a 9.2 installation:\n\nselect pg_class.relkind, pg... |
[
{
"msg_contents": "Hi,\n\nAdds a caution to the pg_restore docs....\n\nAgainst git master.\n\n\nKarl <kop@meme.com>\nFree Software: \"You don't pay back, you pay forward.\"\n -- Robert A. Heinlein",
"msg_date": "Sun, 23 Sep 2012 21:22:05 -0500",
"msg_from": "\"Karl O. Pinc\" <kop@meme.c... |
[
{
"msg_contents": "Hi,\n\nPatch to add CREATE TABLE AS to the See Also: section\nof the CREATE TABLE docs.\n\nAgainst git master.\n\n(Builds, as do all the previous doc patches.)\n\n\nKarl <kop@meme.com>\nFree Software: \"You don't pay back, you pay forward.\"\n -- Robert A. Heinlein",
"msg... |
[
{
"msg_contents": "From: Heikki Linnakangas [mailto:heikki(dot)linnakangas(at)enterprisedb(dot)com]\nSent: Monday, August 27, 2012 5:58 PM\nTo: Amit kapila\nOn 27.08.2012 15:18, Amit kapila wrote:\n>>> I have implemented the WAL Reduction Patch for the case of HOT Update as\npointed out by Simon and Robert. In ... |
[
{
"msg_contents": "Hi,\n\nProblem 1: concurrency:\n\nTestcase:\n\nSession 1:\nCREATE TABLE test_drop_concurrently(id serial primary key, data int);\nINSERT INTO test_drop_concurrently(data) SELECT * FROM generate_series(1, \n100000);\nCREATE INDEX test_drop_concurrently_data ON test_drop_concurrently(data);\nBE... |
[
{
"msg_contents": "\nDear devs,\n\nFor your information, \"PostgreSQL\" appears explicitely in the list of \n\"Free software\" cited by the French Prime Minister, Jean-Marc Ayrault, in \nhis \"Circulaire\" (i.e. a kind of \"instruction\" to civil servants) signed \nlast week. See on page 9 and 18 of the pdf (no... |
[
{
"msg_contents": "This rather overdue mail arises out the developer's meeting back in May, \nwhere we discussed an item I raised suggesting an Oid registry.\n\nThe idea came from some difficulties I encountered when I did the \nbackport of the JSON work we did in 9.2 to 9.1, but has wider \napplication. Say so... |
[
{
"msg_contents": "While researching the way streaming replication works I was examining\nthe construction of the tar file header. By comparing documentation on\nthe tar header format from various sources I certain the following\npatch should be applied to so the group identifier is put into thee\nheader proper... |
[
{
"msg_contents": "I wanted to refactor the highly redundant flex and bison rules\nthroughout the source into common pattern rules. (Besides saving some\nredundant code, this could also help some occasionally flaky code in\npgxs modules.) The only outlier that breaks this is in plpgsql\n\npl_gram.c: gram.y\n\... |
[
{
"msg_contents": "As part of the PostgreSQL Development process, we agreed that\neverybody that supplies a patch would also review a patch. Doing that\ngives the process balance and avoids focusing on particular\nindividuals for review. It's Peer Review, not Free Review.\n\nIn Sept 2012 review process we have ... |
[
{
"msg_contents": "Hi,\n\nI just performed a test upgrade from 9.1 to 9.2, and used --new-port\nvariable. However, the analyze_new_cluster.sh does not include the new\nport, thus when I run it, it fails. Any chance to add the port number to\nthe script?\n\nAlso, is it worth to add the value specified in --new-b... |
[
{
"msg_contents": "Is there any reason we don't use ldap_err2string() to get readable error\nmessages from LDAP, instead something like \"error code 49\"? It's\nalready used in some places, so it's apparently OK to use. Proposed\npatch attached.",
"msg_date": "Tue, 25 Sep 2012 15:57:37 -0400",
"msg_fr... |
[
{
"msg_contents": "There is a new release of the PostgreSQL buildfarm client available, It \ncan be downloaded at \n<https://github.com/downloads/PGBuildFarm/client-code/build-farm-4_8.tgz>\n\nApart from some bug fixes, changes of note include:\n\n * A new --only-steps command line option, requested by Stephen... |
[
{
"msg_contents": "I haven't followed the details of the htup header reorganization, but I\nhave noticed that a number of external extension modules will be broken\nbecause of the move of GETSTRUCT() and to a lesser extent\nheap_getattr(). Of course some #ifdefs can fix that, but it seems\nannoying to make eve... |
[
{
"msg_contents": "Patch looks good, all concerns that had been raised previously have\nbeen addressed in this version of the patch.\n\nThe only thing that IMO needs to change is a stylistic issue:\n\nif (fout->remoteVersion >= 80200)\n{\n [...]\n (fout->remoteVersion >= 80400) ?\n\"pg_catalog.pg_get_func... |
[
{
"msg_contents": "Hello hackers:\n\nI need a list of all triggers created in my database, but the view \nsystem_information.triggers does not show truncate triggers, but it does \nfor insert, update and delete triggers.\n\nThe same problem is found in versions 9.1 and 9.2.\n\nRegards.\n\n10mo. ANIVERSARIO DE L... |
[
{
"msg_contents": "Hi,\n\nI've been struggling with autovacuum generating a lot of I/O and CPU on \nsome of our\nsystems - after a night spent analyzing this behavior, I believe the \ncurrent\nautovacuum accidentally behaves a bit like a stress-test in some corner \ncases (but\nI may be seriously wrong, after a... |
[
{
"msg_contents": "Drawing together various discussions both here and elsewhere (e.g. the \nPostgresOpen hallway track) I propose to work on the following:\n\n1. make datum_to_json() honor a type's cast to json if it exists. The \nfallback is to use the type's string representation, as now.\n2. add a cast hstor... |
[
{
"msg_contents": "I think I just got bitten hard by a commit in mid July... git sha1 3855968.\n\nIn some of our old tables going back several years we a column named\n'event' as in:\n\nCREATE TABLE tblaudittrail (\n id bigint NOT NULL,\n siteid integer NOT NULL,\n entrytype character varying(25),\n ... |
[
{
"msg_contents": "I've had it with mopping up after oversights like this one:\nhttp://archives.postgresql.org/pgsql-hackers/2012-09/msg01057.php\n\nWe made a script (src/tools/check_keywords.pl) to check for this type of\nerror years ago, and even added it to the top-level \"maintainer-check\"\ntarget awhile b... |
[
{
"msg_contents": "Hi,\n\nThis patch eliminates the #include of psqlscan.c\nat the bottom of mainloop.c.\n\nThe attached patch uses the %top{} flex feature \nintroduced in flex 2.5.30 released 2003-4-1.\n(See the NEWS file for flex.)\n\nThe good news is that config/programs.m4\nrequires flex >= 2.5.31. The bad... |
[
{
"msg_contents": "Hi,\n\nThis patch (psql_remove_include.patch) eliminates \nthe #include of psqlscan.c at the bottom of mainloop.c.\n\nThe attached patch uses the %top{} flex feature \nintroduced in flex 2.5.30 released 2003-4-1.\n(See the NEWS file for flex.)\n\nThe good news is that config/programs.m4\nrequ... |
[
{
"msg_contents": "Example:\n\ncreate temporary table foo (a int);\ninsert into foo values (1);\nalter role peter set temp_buffers = 120;\nERROR: 22023: invalid value for parameter \"temp_buffers\": 120\nDETAIL: \"temp_buffers\" cannot be changed after any temporary tables\nhave been accessed in the session.\... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.