[COMMITTERS] pgsql: Remove docs for "Incrementally Updated Backups" because it was of

2010-08-25 Thread Bruce Momjian
Log Message: --- Remove docs for "Incrementally Updated Backups" because it was of questionable reliability; information moved to a wiki: http://wiki.postgresql.org/wiki/Incrementally_Updated_Backups Backpatch to 9.0. Tags: REL9_0_STABLE Modified Files: --

[COMMITTERS] pgsql: Remove docs for "Incrementally Updated Backups" because it was of

2010-08-25 Thread Bruce Momjian
Log Message: --- Remove docs for "Incrementally Updated Backups" because it was of questionable reliability; information moved to a wiki: http://wiki.postgresql.org/wiki/Incrementally_Updated_Backups Backpatch to 9.0. Modified Files: -- pgsql/doc/src/sgml:

[COMMITTERS] pgsql: Document filtering dictionaries in textsearch.sgml.

2010-08-25 Thread Tom Lane
Log Message: --- Document filtering dictionaries in textsearch.sgml. While at it, copy-edit the description of prefix-match marker support in synonym dictionaries, and clarify the description of the default unaccent dictionary a bit more. Modified Files: -- pgsql/doc/src/s

[COMMITTERS] pgsql: Document filtering dictionaries in textsearch.sgml.

2010-08-25 Thread Tom Lane
Log Message: --- Document filtering dictionaries in textsearch.sgml. While at it, copy-edit the description of prefix-match marker support in synonym dictionaries, and clarify the description of the default unaccent dictionary a bit more. Tags: REL9_0_STABLE Modified Files:

[COMMITTERS] pgsql: Improve hint message for ENOMEM failure from shmget().

2010-08-25 Thread Tom Lane
Log Message: --- Improve hint message for ENOMEM failure from shmget(). It turns out that some platforms return ENOMEM for a request that violates SHMALL, whereas we were assuming that ENOSPC would always be used for that. Apparently the latter is a Linuxism while ENOMEM is the BSD traditi

[COMMITTERS] pgsql: Improve hint message for ENOMEM failure from shmget().

2010-08-25 Thread Tom Lane
Log Message: --- Improve hint message for ENOMEM failure from shmget(). It turns out that some platforms return ENOMEM for a request that violates SHMALL, whereas we were assuming that ENOSPC would always be used for that. Apparently the latter is a Linuxism while ENOMEM is the BSD traditi

[COMMITTERS] pgsql: Update release notes, per comments from Simon Riggs.

2010-08-25 Thread Bruce Momjian
Log Message: --- Update release notes, per comments from Simon Riggs. Tags: REL9_0_STABLE Modified Files: -- pgsql/doc/src/sgml: release-9.0.sgml (r2.39.2.10 -> r2.39.2.11) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release-9.0.sgml?

[COMMITTERS] pgsql: Update release notes, per comments from Simon Riggs.

2010-08-25 Thread Bruce Momjian
Log Message: --- Update release notes, per comments from Simon Riggs. Modified Files: -- pgsql/doc/src/sgml: release-9.0.sgml (r2.53 -> r2.54) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release-9.0.sgml?r1=2.53&r2=2.54) -- Sent via pgsql

[COMMITTERS] pgsql: Catch null pointer returns from PyCObject_AsVoidPtr and

2010-08-25 Thread Peter Eisentraut
Log Message: --- Catch null pointer returns from PyCObject_AsVoidPtr and PyCObject_FromVoidPtr This is reproducibly possible in Python 2.7 if the user turned PendingDeprecationWarning into an error, but it's theoretically also possible in earlier versions in case of exceptional conditions

[COMMITTERS] pgsql: Catch null pointer returns from PyCObject_AsVoidPtr and

2010-08-25 Thread Peter Eisentraut
Log Message: --- Catch null pointer returns from PyCObject_AsVoidPtr and PyCObject_FromVoidPtr This is reproducibly possible in Python 2.7 if the user turned PendingDeprecationWarning into an error, but it's theoretically also possible in earlier versions in case of exceptional conditions

[COMMITTERS] pgsql: Catch null pointer returns from PyCObject_AsVoidPtr and

2010-08-25 Thread Peter Eisentraut
Log Message: --- Catch null pointer returns from PyCObject_AsVoidPtr and PyCObject_FromVoidPtr This is reproducibly possible in Python 2.7 if the user turned PendingDeprecationWarning into an error, but it's theoretically also possible in earlier versions in case of exceptional conditions

[COMMITTERS] pgsql: Catch null pointer returns from PyCObject_AsVoidPtr and

2010-08-25 Thread Peter Eisentraut
Log Message: --- Catch null pointer returns from PyCObject_AsVoidPtr and PyCObject_FromVoidPtr This is reproducibly possible in Python 2.7 if the user turned PendingDeprecationWarning into an error, but it's theoretically also possible in earlier versions in case of exceptional conditions

[COMMITTERS] pgsql: Catch null pointer returns from PyCObject_AsVoidPtr and

2010-08-25 Thread Peter Eisentraut
Log Message: --- Catch null pointer returns from PyCObject_AsVoidPtr and PyCObject_FromVoidPtr This is reproducibly possible in Python 2.7 if the user turned PendingDeprecationWarning into an error, but it's theoretically also possible in earlier versions in case of exceptional conditions

[COMMITTERS] pgsql: Catch null pointer returns from PyCObject_AsVoidPtr and

2010-08-25 Thread Peter Eisentraut
Log Message: --- Catch null pointer returns from PyCObject_AsVoidPtr and PyCObject_FromVoidPtr This is reproducibly possible in Python 2.7 if the user turned PendingDeprecationWarning into an error, but it's theoretically also possible in earlier versions in case of exceptional conditions

[COMMITTERS] pgsql: Catch null pointer returns from PyCObject_AsVoidPtr and

2010-08-25 Thread Peter Eisentraut
Log Message: --- Catch null pointer returns from PyCObject_AsVoidPtr and PyCObject_FromVoidPtr This is reproducibly possible in Python 2.7 if the user turned PendingDeprecationWarning into an error, but it's theoretically also possible in earlier versions in case of exceptional conditions

Re: [COMMITTERS] pgsql: Make LockDatabaseObject() AcceptInvalidationMessages().

2010-08-25 Thread Tom Lane
Robert Haas writes: > On Wed, Aug 25, 2010 at 11:46 AM, Simon Riggs wrote: >> I have a horrible nagging feeling this breaks something. > Well, the only place it's used at the moment is in the drop-object > code. Not sure if that might be enough to jog your memory? Also, it's pretty hard to see

[COMMITTERS] pgsql: Add missing description of reloftype field

2010-08-25 Thread Peter Eisentraut
Log Message: --- Add missing description of reloftype field Tags: REL9_0_STABLE Modified Files: -- pgsql/doc/src/sgml: catalogs.sgml (r2.225.2.1 -> r2.225.2.2) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/catalogs.sgml?r1=2.225.2.1&r2=

[COMMITTERS] pgsql: Add missing description of reloftype field

2010-08-25 Thread Peter Eisentraut
Log Message: --- Add missing description of reloftype field Modified Files: -- pgsql/doc/src/sgml: catalogs.sgml (r2.226 -> r2.227) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/catalogs.sgml?r1=2.226&r2=2.227) -- Sent via pgsql-committers

Re: [COMMITTERS] pgsql: Make LockDatabaseObject() AcceptInvalidationMessages().

2010-08-25 Thread Robert Haas
On Wed, Aug 25, 2010 at 11:46 AM, Simon Riggs wrote: > On Mon, 2010-08-16 at 02:02 +, Robert Haas wrote: >> Log Message: >> --- >> Make LockDatabaseObject() AcceptInvalidationMessages(). >> >> This is appropriate for the same reasons we already do it in >> LockSharedObject(): things mi

Re: [COMMITTERS] pgsql: Make LockDatabaseObject() AcceptInvalidationMessages().

2010-08-25 Thread Simon Riggs
On Mon, 2010-08-16 at 02:02 +, Robert Haas wrote: > Log Message: > --- > Make LockDatabaseObject() AcceptInvalidationMessages(). > > This is appropriate for the same reasons we already do it in > LockSharedObject(): things might have changed while we were waiting > for the lock. There

Re: [COMMITTERS] pgsql: Correct sundry errors in Hot Standby-related comments.

2010-08-25 Thread Simon Riggs
On Thu, 2010-08-12 at 23:24 +, Robert Haas wrote: > Log Message: > --- > Correct sundry errors in Hot Standby-related comments. These look good, thanks. -- Simon Riggs www.2ndQuadrant.com PostgreSQL Development, 24x7 Support, Training and Services -- Sent via pgsql-com

Re: [COMMITTERS] pgsql: Make RecordTransactionCommit() respect wal_level.

2010-08-25 Thread Simon Riggs
On Fri, 2010-08-13 at 15:42 +, Robert Haas wrote: > Log Message: > --- > Make RecordTransactionCommit() respect wal_level. > > Since the only purpose of WAL-loggin SharedInvalidationMessages is to support > Hot Standby operation, they needn't be included when wal_level < hot_standby. >

[COMMITTERS] pgbulkload - pgbulkload: Workaround for RelFileNodeBackend in 9.1.

2010-08-25 Thread User Itagaki
Log Message: --- Workaround for RelFileNodeBackend in 9.1. Modified Files: -- pgbulkload/lib: pg_btree.c (r1.19 -> r1.20) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbulkload/pgbulkload/lib/pg_btree.c?r1=1.19&r2=1.20) writer_direct.c (r1.10 -> r1

[COMMITTERS] slony1-ctl - slony-ctl: typos

2010-08-25 Thread User Sas
Log Message: --- typos Modified Files: -- slony-ctl/outils: 01_create_init.sh (r1.12 -> r1.13) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/slony1-ctl/slony-ctl/outils/01_create_init.sh?r1=1.12&r2=1.13) -- Sent via pgsql-committers mailing list (pgsql-com