[COMMITTERS] pgsql: Added script to check if all rule re-definition in ecpg.addons

2009-11-27 Thread Michael Meskes
Log Message: --- Added script to check if all rule re-definition in ecpg.addons are indeed used in the build process. If not the build process will stop with an error message. Modified Files: -- pgsql/src/interfaces/ecpg/preproc: Makefile (r1.146 -> r1.147)

[COMMITTERS] pgsql: If no result is given NOTFOUND should be returned.

2009-11-27 Thread Michael Meskes
Log Message: --- If no result is given NOTFOUND should be returned. Check for empty result string too. Modified Files: -- pgsql/src/interfaces/ecpg/ecpglib: data.c (r1.45 -> r1.46) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/ecpglib/

[COMMITTERS] psqlodbc - psqlodbc: Suppress timeout in SSL connections.

2009-11-27 Thread User Hinoue
Log Message: --- Suppress timeout in SSL connections. Modified Files: -- psqlodbc: socket.c (r1.68 -> r1.69) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/socket.c?r1=1.68&r2=1.69) version.h (r1.150 -> r1.151) (http://cvs.p

[COMMITTERS] pgsql: Remove */ characters from declare cursor statements before

2009-11-27 Thread Michael Meskes
Log Message: --- Remove */ characters from declare cursor statements before putting them into a comment. Modified Files: -- pgsql/src/interfaces/ecpg/preproc: ecpg.addons (r1.10 -> r1.11) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/p

[COMMITTERS] pgsql: Remove */ characters from declare cursor statements before

2009-11-27 Thread Michael Meskes
Log Message: --- Remove */ characters from declare cursor statements before putting them into a comment. Tags: REL8_4_STABLE Modified Files: -- pgsql/src/interfaces/ecpg/preproc: ecpg.addons (r1.4 -> r1.4.2.1) (http://anoncvs.postgresql.org/cvsweb.cgi

[COMMITTERS] pgsql: Document ath vacuumdb --analyze does analyze _also_, not in place

2009-11-27 Thread Bruce Momjian
Log Message: --- Document ath vacuumdb --analyze does analyze _also_, not in place of vacuum. Modified Files: -- pgsql/doc/src/sgml/ref: vacuumdb.sgml (r1.44 -> r1.45) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/vacuumdb.sgml?r1=1.44&r2

[COMMITTERS] psqlodbc - psqlodbc: added some change.

2009-11-27 Thread User H-saito
Log Message: --- added some change. Modified Files: -- psqlodbc/docs: release.html (r1.56 -> r1.57) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/docs/release.html?r1=1.56&r2=1.57) -- Sent via pgsql-committers mailing list (pgsql-committe

[COMMITTERS] pgsql: Eliminate a lot of list-management overhead within

2009-11-27 Thread Tom Lane
Log Message: --- Eliminate a lot of list-management overhead within join_search_one_level by adding a requirement that build_join_rel add new join RelOptInfos to the appropriate list immediately at creation. Per report from Robert Haas, the list_concat_unique_ptr() calls that this change e