[COMMITTERS] pgsql: Make the walwriter close it's handle to an old xlog segment if

2010-06-09 Thread Magnus Hagander
Log Message: --- Make the walwriter close it's handle to an old xlog segment if it's no longer the current one. Not doing this would leave the walwriter with a handle to a deleted file if there was nothing for it to do for a long period of time, preventing the file from being completely re

[COMMITTERS] pgsql: Make the walwriter close it's handle to an old xlog segment if

2010-06-09 Thread Magnus Hagander
Log Message: --- Make the walwriter close it's handle to an old xlog segment if it's no longer the current one. Not doing this would leave the walwriter with a handle to a deleted file if there was nothing for it to do for a long period of time, preventing the file from being completely re

[COMMITTERS] pgsql: Make the walwriter close it's handle to an old xlog segment if

2010-06-09 Thread Magnus Hagander
Log Message: --- Make the walwriter close it's handle to an old xlog segment if it's no longer the current one. Not doing this would leave the walwriter with a handle to a deleted file if there was nothing for it to do for a long period of time, preventing the file from being completely re

Re: [COMMITTERS] pgsql: Fix connection leak in dblink when dblink_connect() or

2010-06-09 Thread Tom Lane
[email protected] (Takahiro Itagaki) writes: > Log Message: > --- > Fix connection leak in dblink when dblink_connect() or dblink_connect_u() > end with "duplicate connection name" errors. > Backported to release 7.4. The buildfarm says this patch broke 8.0 and 7.4.

[COMMITTERS] pgsql: In standby mode, respect checkpoint_segments in addition to

2010-06-09 Thread Heikki Linnakangas
Log Message: --- In standby mode, respect checkpoint_segments in addition to checkpoint_timeout to trigger restartpoints. We used to deliberately only do time-based restartpoints, because if checkpoint_segments is small we would spend time doing restartpoints more often than really necessar

[COMMITTERS] pgsql: Add index entry for ::, per complaint from John Gage.

2010-06-09 Thread Alvaro Herrera
Log Message: --- Add index entry for ::, per complaint from John Gage. Modified Files: -- pgsql/doc/src/sgml: syntax.sgml (r1.145 -> r1.146) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/syntax.sgml?r1=1.145&r2=1.146) -- Sent via pgsql-comm

[COMMITTERS] pgsql: Add index entry for ::, per complaint from John Gage.

2010-06-09 Thread Alvaro Herrera
Log Message: --- Add index entry for ::, per complaint from John Gage. Tags: REL8_4_STABLE Modified Files: -- pgsql/doc/src/sgml: syntax.sgml (r1.133.2.1 -> r1.133.2.2) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/syntax.sgml?r1=1.133.

[COMMITTERS] pgsql: Update ALTER TABLE docs to account for exclusion and deferrable

2010-06-09 Thread Alvaro Herrera
Log Message: --- Update ALTER TABLE docs to account for exclusion and deferrable uniqueness constraints Dean Rasheed Modified Files: -- pgsql/doc/src/sgml/ref: alter_table.sgml (r1.113 -> r1.114) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml

[COMMITTERS] pgsql: Fix incorrect change in dblink introduced by the previous commit

2010-06-09 Thread Takahiro Itagaki
Log Message: --- Fix incorrect change in dblink introduced by the previous commit "Fix connection leak in dblink". Tags: REL8_0_STABLE Modified Files: -- pgsql/contrib/dblink: dblink.c (r1.38.4.6 -> r1.38.4.7) (http://anoncvs.postgresql.org/cvsweb.cgi

[COMMITTERS] pgsql: Fix incorrect change in dblink introduced by the previous commit

2010-06-09 Thread Takahiro Itagaki
Log Message: --- Fix incorrect change in dblink introduced by the previous commit "Fix connection leak in dblink". Tags: REL7_4_STABLE Modified Files: -- pgsql/contrib/dblink: dblink.c (r1.25.4.8 -> r1.25.4.9) (http://anoncvs.postgresql.org/cvsweb.cgi

Re: [COMMITTERS] pgsql: Fix connection leak in dblink when dblink_connect() or

2010-06-09 Thread Takahiro Itagaki
Tom Lane wrote: > [email protected] (Takahiro Itagaki) writes: > > Log Message: > > --- > > Fix connection leak in dblink when dblink_connect() or dblink_connect_u() > > end with "duplicate connection name" errors. > > > Backported to release 7.4. > > The buildfarm says this patch

[COMMITTERS] pgsql: Remove stray word from comment.

2010-06-09 Thread Robert Haas
Log Message: --- Remove stray word from comment. Modified Files: -- pgsql/src/backend/catalog: pg_largeobject.c (r1.39 -> r1.40) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/catalog/pg_largeobject.c?r1=1.39&r2=1.40) -- Sent via pgsql-commit

[COMMITTERS] pgsql: Quote all string values in EXPLAIN (FORMAT YAML) output.

2010-06-09 Thread Robert Haas
Log Message: --- Quote all string values in EXPLAIN (FORMAT YAML) output. While my previous attempt seems to always produce valid YAML, it doesn't always produce YAML that means what it appears to mean, because of tokens like "0xa" and "true", which without quotes will be interpreted as in

[COMMITTERS] pgsql: Fix quite-bogus handling of arrays in plpython datum-to-PyObject

2010-06-09 Thread Tom Lane
Log Message: --- Fix quite-bogus handling of arrays in plpython datum-to-PyObject conversion. Per bug #5497 from David Gardner. Modified Files: -- pgsql/src/pl/plpython: plpython.c (r1.143 -> r1.144) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/pl/p