[COMMITTERS] pgsql: Fix a rare race condition when commit_siblings > 0 and a

2009-03-30 Thread Heikki Linnakangas
Log Message: --- Fix a rare race condition when commit_siblings > 0 and a transaction commits at the same instant as a new backend is spawned. Since CountActiveBackends() doesn't hold ProcArrayLock, it needs to be prepared for the case that a pointer at the end of the proc array is still NU

[COMMITTERS] pgsql: Fix a rare race condition when commit_siblings > 0 and a

2009-03-30 Thread Heikki Linnakangas
Log Message: --- Fix a rare race condition when commit_siblings > 0 and a transaction commits at the same instant as a new backend is spawned. Since CountActiveBackends() doesn't hold ProcArrayLock, it needs to be prepared for the case that a pointer at the end of the proc array is still NU

[COMMITTERS] pgsql: Fix a rare race condition when commit_siblings > 0 and a

2009-03-30 Thread Heikki Linnakangas
Log Message: --- Fix a rare race condition when commit_siblings > 0 and a transaction commits at the same instant as a new backend is spawned. Since CountActiveBackends() doesn't hold ProcArrayLock, it needs to be prepared for the case that a pointer at the end of the proc array is still NU

[COMMITTERS] pgsql: Fix a rare race condition when commit_siblings > 0 and a

2009-03-30 Thread Heikki Linnakangas
Log Message: --- Fix a rare race condition when commit_siblings > 0 and a transaction commits at the same instant as a new backend is spawned. Since CountActiveBackends() doesn't hold ProcArrayLock, it needs to be prepared for the case that a pointer at the end of the proc array is still NU

[COMMITTERS] pgsql: Update release note introductory description.

2009-03-30 Thread Bruce Momjian
Log Message: --- Update release note introductory description. Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.620 -> r1.621) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml?r1=1.620&r2=1.621) -- Sent via pgsql-committers

[COMMITTERS] pgsql: Add PQinitOpenSSL() function to support applications that use

2009-03-30 Thread Tom Lane
Log Message: --- Add PQinitOpenSSL() function to support applications that use libcrypto but not OpenSSL (or perhaps vice versa, if that's possible). Andrew Chernow, with minor editorialization by me. Modified Files: -- pgsql/doc/src/sgml: libpq.sgml (r1.280 -> r1.

[COMMITTERS] pgsql: More new subsections in release notes.

2009-03-30 Thread Bruce Momjian
Log Message: --- More new subsections in release notes. Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.619 -> r1.620) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml?r1=1.619&r2=1.620) -- Sent via pgsql-committers mailin

[COMMITTERS] pgsql: More release note changes, including a lower level of

2009-03-30 Thread Bruce Momjian
Log Message: --- More release note changes, including a lower level of subsections. Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.618 -> r1.619) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml?r1=1.618&r2=1.619) -- Sent

[COMMITTERS] pgsql: More release note adjustments, reordering.

2009-03-30 Thread Bruce Momjian
Log Message: --- More release note adjustments, reordering. Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.617 -> r1.618) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml?r1=1.617&r2=1.618) -- Sent via pgsql-committers ma

[COMMITTERS] pgsql: More release note wording improvements; section order

2009-03-30 Thread Bruce Momjian
Log Message: --- More release note wording improvements; section order adjustments. Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.616 -> r1.617) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml?r1=1.616&r2=1.617) -- Sen

[COMMITTERS] pgsql: Reorder release note sections.

2009-03-30 Thread Bruce Momjian
Log Message: --- Reorder release note sections. Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.615 -> r1.616) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml?r1=1.615&r2=1.616) -- Sent via pgsql-committers mailing list (

[COMMITTERS] pgsql: Fix window function plan generation to cope with volatile sort

2009-03-30 Thread Tom Lane
Log Message: --- Fix window function plan generation to cope with volatile sort expressions. (Not clear how useful these really are, but failing is no good...) Per report from David Fetter and Robert Treat. Modified Files: -- pgsql/src/backend/optimizer/plan: planne

[COMMITTERS] pgsql: Update URL to Python bug tracker.

2009-03-30 Thread Alvaro Herrera
Log Message: --- Update URL to Python bug tracker. Backpatch to 8.3; doesn't seem worthy of further backpatch. Tags: REL8_3_STABLE Modified Files: -- pgsql/doc/src/sgml: plpython.sgml (r1.38 -> r1.38.2.1) (http://anoncvs.postgresql.org/cvsweb.cgi/pg

[COMMITTERS] pgsql: Update URL to Python bug tracker.

2009-03-30 Thread Alvaro Herrera
Log Message: --- Update URL to Python bug tracker. Backpatch to 8.3; doesn't seem worthy of further backpatch. Modified Files: -- pgsql/doc/src/sgml: plpython.sgml (r1.39 -> r1.40) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/plpython.sgml?