[COMMITTERS] pgbouncer - pgbouncer: Make crypt authentication optional.

2008-11-22 Thread User Mkz
Log Message: --- Make crypt authentication optional. It was removed from PostgreSQL 8.4 sources. Modified Files: -- pgbouncer: configure.ac (r1.48 -> r1.49) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/configure.ac.diff?r1=1.48&r2=1.49)

[COMMITTERS] pgsql: Switch the planner over to treating qualifications of a JOIN_SEMI

2008-11-22 Thread Tom Lane
Log Message: --- Switch the planner over to treating qualifications of a JOIN_SEMI join as though it is an inner rather than outer join type. This essentially means that we don't bother to separate "pushed down" qual conditions from actual join quals at a semijoin plan node; which is okay

[COMMITTERS] psqlodbc - psqlodbc: The version is now 8.3.0401.

2008-11-22 Thread User Hinoue
Log Message: --- The version is now 8.3.0401. 1) Avoid a crash on exit when using SSL connections by resetting CRTPTO_xx_callbacks before unloding libpq. 2) Correct the funtion name DiscardRollbackState pointed out by Zoltan Boszormenyi. 3) Correct the value of INDEX_QUALIFIER column w

[COMMITTERS] pgsql: Teach RequestCheckpoint() to wait and retry a few times if it

2008-11-22 Thread Tom Lane
Log Message: --- Teach RequestCheckpoint() to wait and retry a few times if it can't signal the bgwriter immediately. This covers the case where the bgwriter is still starting up, as seen in a recent buildfarm failure. In future it might also assist with clean recovery after a bgwriter te

[COMMITTERS] psqlodbc - psqlodbc: take some notes.

2008-11-22 Thread User H-saito
Log Message: --- take some notes. Modified Files: -- psqlodbc/docs: release.html (r1.41 -> r1.42) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/docs/release.html.diff?r1=1.41&r2=1.42) -- Sent via pgsql-committers mailing list (pgsql-commi

[COMMITTERS] psqlodbc - psqlodbc: The specification method of the ROLLBACK option is

2008-11-22 Thread User H-saito
Log Message: --- The specification method of the ROLLBACK option is added. Suggestion of Andrus-san. Modified Files: -- psqlodbc/docs: config.html (r1.8 -> r1.9) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/docs/config.html.diff?r1=1.8&r2