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
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
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(-
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
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
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
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
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