[COMMITTERS] pgsql: Extract tarballs with "o" option (tar xof), to behave reasonably

2009-06-25 Thread Peter Eisentraut
Log Message: --- Extract tarballs with "o" option (tar xof), to behave reasonably when run as root, as would usually be the case during make install. per bug #4883 Modified Files: -- pgsql/doc: Makefile (r1.35 -> r1.36) (http://anoncvs.postgresql.org/cvswe

[COMMITTERS] pgsql: Use $(TAR) instead of tar in makefiles.

2009-06-25 Thread Peter Eisentraut
Log Message: --- Use $(TAR) instead of tar in makefiles. Modified Files: -- pgsql/doc: Makefile (r1.34 -> r1.35) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/Makefile?r1=1.34&r2=1.35) -- Sent via pgsql-committers mailing list (pgsql-committers@post

[COMMITTERS] press - pr: Modifying release date

2009-06-25 Thread User Sas
Log Message: --- Modifying release date Modified Files: -- pr/releases/8.4/fr: presskit84.html.fr (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/press/pr/releases/8.4/fr/presskit84.html.fr?r1=1.1&r2=1.2) release.fr.txt (r1.3 -> r1.4)

[COMMITTERS] press - pr: Updated release date to 1July

2009-06-25 Thread User Gevik
Log Message: --- Updated release date to 1July Modified Files: -- pr/releases/8.4/nl: presskit84.html.nl (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/press/pr/releases/8.4/nl/presskit84.html.nl?r1=1.1&r2=1.2) release.txt.nl (r1.1 -> r

[COMMITTERS] libpqtypes - libpqtypes: Updated configure.ac to reflect version 1.3.4

2009-06-25 Thread User Achernow
Log Message: --- Updated configure.ac to reflect version 1.3.4 Modified Files: -- libpqtypes: configure.ac (r1.20 -> r1.21) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/configure.ac?r1=1.20&r2=1.21) -- Sent via pgsql-committers maili

[COMMITTERS] npgsql - Npgsql2: simplified boolean expressions when a not is applied.

2009-06-25 Thread User Jbcooley
Log Message: --- simplified boolean expressions when a not is applied. Also added subsecond precision for timestamps. (reported by Ibaidul Sahib) Modified Files: -- Npgsql2/src/Npgsql/SqlGenerators: VisitedExpression.cs (r1.12 -> r1.13) (http://cvs.pgfoun

[COMMITTERS] npgsql - Npgsql2: simplified boolean expressions when a not is applied

2009-06-25 Thread User Jbcooley
Log Message: --- simplified boolean expressions when a not is applied Modified Files: -- Npgsql2/src/Npgsql/SqlGenerators: SqlBaseGenerator.cs (r1.22 -> r1.23) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql/SqlGenerators/SqlBaseGener

[COMMITTERS] libpqtypes - libpqtypes: update PQspecPrepare.3 man page

2009-06-25 Thread User Achernow
Log Message: --- update PQspecPrepare.3 man page Modified Files: -- libpqtypes/docs/man3: PQspecPrepare.3 (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/docs/man3/PQspecPrepare.3?r1=1.2&r2=1.3) -- Sent via pgsql-committe

[COMMITTERS] libpqtypes - libpqtypes: ironed out a few bugs in PQspecPrepare function

2009-06-25 Thread User Achernow
Log Message: --- ironed out a few bugs in PQspecPrepare function Modified Files: -- libpqtypes/src: events.c (r1.8 -> r1.9) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/src/events.c?r1=1.8&r2=1.9) param.c (r1.18 -> r1.19)

[COMMITTERS] libpqtypes - libpqtypes: Modified the PQspecPrepare interface to work

2009-06-25 Thread User Achernow
Log Message: --- Modified the PQspecPrepare interface to work off prepared names. Names are referenced in putf and getf spec format strings using $name. $name must be used alone. Modified Files: -- libpqtypes/docs/man3: PQspecPrepare.3 (r1.1 -> r1.2) (h

[COMMITTERS] press - pr: Added DE, IT from e-mailed files.

2009-06-25 Thread User Aglio
Log Message: --- Added DE, IT from e-mailed files. Added Files: --- pr/releases/8.4/it: presskit84.html (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/press/pr/releases/8.4/it/presskit84.html?rev=1.1&content-type=text/x-cvsweb-markup) -- Sent via pgsql-c

[COMMITTERS] press - pr: New Directory

2009-06-25 Thread User Aglio
Update of /cvsroot/press/pr/releases/8.4/de In directory pgfoundry.org:/tmp/cvs-serv28433/de Log Message: Directory /cvsroot/press/pr/releases/8.4/de added to the repository -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) To make changes to your subscription: http://

[COMMITTERS] press - pr: Update dateline

2009-06-25 Thread Alvaro Herrera
Log Message: --- Update dateline Modified Files: -- pr/releases/8.4/es: presskit84.html.es (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/press/pr/releases/8.4/es/presskit84.html.es?r1=1.3&r2=1.4) release.txt.es (r1.2 -> r1.3)

[COMMITTERS] pgsql: Add __attribute__((format_arg(1))) to the declaration of

2009-06-25 Thread Tom Lane
Log Message: --- Add __attribute__((format_arg(1))) to the declaration of err_gettext(), to restore gcc's ability to crosscheck format arguments within elog.c. Noted in a test compilation with -Wformat-nonliteral enabled. Modified Files: -- pgsql/src/backend/utils/error:

[COMMITTERS] pgsql: Fix some serious bugs in archive recovery, now that bgwriter is

2009-06-25 Thread Heikki Linnakangas
Log Message: --- Fix some serious bugs in archive recovery, now that bgwriter is active during it: When bgwriter is active, the startup process can't perform mdsync() correctly because it won't see the fsync requests accumulated in bgwriter's private pendingOpsTable. Therefore make bgwrite

[COMMITTERS] pgsql: Man pages back to lowercase names, with additional fixup to make

2009-06-25 Thread Peter Eisentraut
Log Message: --- Man pages back to lowercase names, with additional fixup to make the .so links work. Modified Files: -- pgsql/doc/src/sgml: Makefile (r1.116 -> r1.117) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/Makefile?r1=1.116&r2=1.117)

[COMMITTERS] libpqtypes - libpqtypes: Fixed a doc error in v1.3.4

2009-06-25 Thread User Achernow
Log Message: --- Fixed a doc error in v1.3.4 Modified Files: -- libpqtypes: ChangeLog (r1.33 -> r1.34) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/ChangeLog?r1=1.33&r2=1.34) -- Sent via pgsql-committers mailing list (pgsql-committer

[COMMITTERS] libpqtypes - libpqtypes: Added support for PQspecPrepare.

2009-06-25 Thread User Achernow
Log Message: --- Added support for PQspecPrepare. This required centralizing spec format parsing code into spec.c, so several functions like putf and getf can make use of it. Added a man page for the new function, a regression test and updated the change log. Added Files: ---

[COMMITTERS] libpqtypes - libpqtypes: Added support for PQspecPrepare.

2009-06-25 Thread User Achernow
Log Message: --- Added support for PQspecPrepare. This required centralizing spec format parsing code into spec.c, so several functions like putf and getf can make use of it. Added a man page for the new function, a regression test and updated the change log. Added Files: ---

[COMMITTERS] libpqtypes - libpqtypes: Added support for PQspecPrepare.

2009-06-25 Thread User Achernow
Log Message: --- Added support for PQspecPrepare. This required centralizing spec format parsing code into spec.c, so several functions like putf and getf can make use of it. Added a man page for the new function, a regression test and updated the change log. Modified Files: -

[COMMITTERS] press - pr: Update release date, per Josh.

2009-06-25 Thread User Devrim
Log Message: --- Update release date, per Josh. Modified Files: -- pr/releases/8.4/tr: presskit84.html.tr (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/press/pr/releases/8.4/tr/presskit84.html.tr?r1=1.2&r2=1.3) -- Sent via pgsql-committers m

[COMMITTERS] pgsql: Make prior patch pgindent-safe.

2009-06-25 Thread Tom Lane
Log Message: --- Make prior patch pgindent-safe. Modified Files: -- pgsql/contrib/pg_standby: pg_standby.c (r1.25 -> r1.26) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/pg_standby/pg_standby.c?r1=1.25&r2=1.26) -- Sent via pgsql-committers maili

[COMMITTERS] pgsql: The code to unlink dropped relations in

2009-06-25 Thread Heikki Linnakangas
Log Message: --- The code to unlink dropped relations in FinishPreparedTransaction() was acting like runs inside WAL recovery, but it doesn't. I must've copy-pasted this from a redo-function in the relation forks patch. Noticed by Tom Lane while he was looking through callers of smgrdounlin

[COMMITTERS] press - pr: Header 'Contents' was not translated.

2009-06-25 Thread User Jcasanov
Log Message: --- Header 'Contents' was not translated. Fixed. Modified Files: -- pr/releases/8.4/es: presskit84.html.es (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/press/pr/releases/8.4/es/presskit84.html.es?r1=1.2&r2=1.3) -- Sent via pgsq

[COMMITTERS] pgbouncer - pgbouncer: sbuf.c: Fix connection hang if sbuf_loopcnt is

2009-06-25 Thread User Mkz
Log Message: --- sbuf.c: Fix connection hang if sbuf_loopcnt is set. If query or result length nearby of multiple of (pktlen*sbuf_loopcnt) [10k by default], it could stay waiting for more data which will not appear. Fix it by resyncing and final processing before exiting loop. Modified F

[COMMITTERS] pgbouncer - pgbouncer: usage.txt: Time units are microseconds, not

2009-06-25 Thread User Mkz
Log Message: --- usage.txt: Time units are microseconds, not milliseconds Modified Files: -- pgbouncer/doc: usage.txt (r1.7 -> r1.8) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/doc/usage.txt?r1=1.7&r2=1.8) -- Sent via pgsql-committers

[COMMITTERS] pgbouncer - pgbouncer: admin.c: mention SHOW STATS in help msg

2009-06-25 Thread User Mkz
Log Message: --- admin.c: mention SHOW STATS in help msg Modified Files: -- pgbouncer/src: admin.c (r1.42 -> r1.43) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/src/admin.c?r1=1.42&r2=1.43) -- Sent via pgsql-committers mailing list (pg

[COMMITTERS] press - pr: HTML fixes

2009-06-25 Thread User Devrim
Log Message: --- HTML fixes Modified Files: -- pr/releases/8.4/tr: presskit84.html.tr (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/press/pr/releases/8.4/tr/presskit84.html.tr?r1=1.1&r2=1.2) -- Sent via pgsql-committers mailing list (pgsql-c

[COMMITTERS] pgsql: Disable pg_standby -l option because the backend doesn't expect

2009-06-25 Thread Heikki Linnakangas
Log Message: --- Disable pg_standby -l option because the backend doesn't expect the recovered file to be a symlink. We tried to fix this issue with an earlier server-side patch, but it didn't fix the whole issue. The same bug is present in older releases as well, but the 8.4 train is abou

[COMMITTERS] pgsql: Disallow empty passwords in LDAP authentication, the same way we

2009-06-25 Thread Magnus Hagander
Log Message: --- Disallow empty passwords in LDAP authentication, the same way we already do it for PAM. Tags: REL8_3_STABLE Modified Files: -- pgsql/src/backend/libpq: auth.c (r1.164.2.1 -> r1.164.2.2) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/

[COMMITTERS] pgsql: Disallow empty passwords in LDAP authentication, the same way we

2009-06-25 Thread Magnus Hagander
Log Message: --- Disallow empty passwords in LDAP authentication, the same way we already do it for PAM. Tags: REL8_2_STABLE Modified Files: -- pgsql/src/backend/libpq: auth.c (r1.146.2.1 -> r1.146.2.2) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/

[COMMITTERS] pgsql: Disallow empty passwords in LDAP authentication, the same way we

2009-06-25 Thread Magnus Hagander
Log Message: --- Disallow empty passwords in LDAP authentication, the same way we already do it for PAM. Modified Files: -- pgsql/src/backend/libpq: auth.c (r1.182 -> r1.183) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/auth.c?r1=1.182&