[COMMITTERS] autodoc - autodoc: Do not prepare() the statistics query if it is not

2006-03-17 Thread User Rbt
Log Message: --- Do not prepare() the statistics query if it is not going to be used. Prepare() and finish() on an empty string causes DBD::Pg to complain about the finish(). Modified Files: -- autodoc: postgresql_autodoc.pl (r1.12 -> r1.13) (http://cvs.p

[COMMITTERS] pgsql: Fix bug introduced into mergejoin logic by performance

2006-03-17 Thread Tom Lane
Log Message: --- Fix bug introduced into mergejoin logic by performance improvement patch of 2005-05-13. When we find that a new inner tuple can't possibly match any outer tuple (because it contains a NULL), we can't immediately skip the tuple when we are in NEXTINNER state. Doing so can

[COMMITTERS] pgsql: Fix bug introduced into mergejoin logic by performance

2006-03-17 Thread Tom Lane
Log Message: --- Fix bug introduced into mergejoin logic by performance improvement patch of 2005-05-13. When we find that a new inner tuple can't possibly match any outer tuple (because it contains a NULL), we can't immediately skip the tuple when we are in NEXTINNER state. Doing so can

[COMMITTERS] pgsql: Document long names for format options (plain, tar, custom).

2006-03-17 Thread Peter Eisentraut
Log Message: --- Document long names for format options (plain, tar, custom). They already worked and someone asked about them, so we might as well document them. Modified Files: -- pgsql/doc/src/sgml/ref: pg_dump.sgml (r1.81 -> r1.82) (http://developer.po

[COMMITTERS] pgsql: Fixed bug 2330: Wrong error code in case of a duplicate key

2006-03-17 Thread Michael Meskes
Log Message: --- Fixed bug 2330: Wrong error code in case of a duplicate key Modified Files: -- pgsql/src/interfaces/ecpg: ChangeLog (r1.300 -> r1.301) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/ChangeLog.diff?r1=1.300&r2=1.301)