[COMMITTERS] pgsql: Replace libpq's "row processor" API with a "single row" mode.

2012-08-02 Thread Tom Lane
Replace libpq's "row processor" API with a "single row" mode. After taking awhile to digest the row-processor feature that was added to libpq in commit 92785dac2ee7026948962cd61c4cd84a2d052772, we've concluded it is over-complicated and too hard to use. Leave the core infrastructure changes in pl

[COMMITTERS] pgsql: Replace libpq's "row processor" API with a "single row" mode.

2012-08-02 Thread Tom Lane
Replace libpq's "row processor" API with a "single row" mode. After taking awhile to digest the row-processor feature that was added to libpq in commit 92785dac2ee7026948962cd61c4cd84a2d052772, we've concluded it is over-complicated and too hard to use. Leave the core infrastructure changes in pl

[COMMITTERS] pgsql: Update release notes for libpq feature change.

2012-08-02 Thread Tom Lane
Update release notes for libpq feature change. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/7719ed04bc4b8f08dab85ffe9c79a52fdb4756dd Modified Files -- doc/src/sgml/release-9.2.sgml | 16 1 files changed, 8 insertions(+), 8 deletions(-

[COMMITTERS] pgsql: Update release notes for libpq feature change.

2012-08-02 Thread Tom Lane
Update release notes for libpq feature change. Branch -- REL9_2_STABLE Details --- http://git.postgresql.org/pg/commitdiff/87a237956860c05c6c0d64a7f443b338d99ee38e Modified Files -- doc/src/sgml/release-9.2.sgml | 16 1 files changed, 8 insertions(+), 8 dele

[COMMITTERS] pgsql: Fix race conditions associated with SPGiST redirection tuples.

2012-08-02 Thread Tom Lane
Fix race conditions associated with SPGiST redirection tuples. The correct test for whether a redirection tuple is removable is whether tuple's xid < RecentGlobalXmin, not OldestXmin; the previous coding failed to protect index searches being done in concurrent transactions that have no XID. This

[COMMITTERS] pgsql: Fix race conditions associated with SPGiST redirection tuples.

2012-08-02 Thread Tom Lane
Fix race conditions associated with SPGiST redirection tuples. The correct test for whether a redirection tuple is removable is whether tuple's xid < RecentGlobalXmin, not OldestXmin; the previous coding failed to protect index searches being done in concurrent transactions that have no XID. This

[COMMITTERS] pgsql: Translation updates

2012-08-02 Thread Peter Eisentraut
Translation updates Branch -- REL9_2_STABLE Details --- http://git.postgresql.org/pg/commitdiff/095bcf93a8cdf71b7809877a14f94c9cbf7c47fd Modified Files -- src/backend/nls.mk |2 +- src/backend/po/de.po|18406 +++--- s

[COMMITTERS] pgsql: Stamp 9.2beta3.

2012-08-02 Thread Tom Lane
Stamp 9.2beta3. Branch -- REL9_2_STABLE Details --- http://git.postgresql.org/pg/commitdiff/f30b05b8a468d0240d18251dbf2907793da676ba Modified Files -- configure | 18 +- configure.in |2 +- doc/bug.template