[COMMITTERS] pgsql: Fixed more parsing bugs in other CREATE statements.

2005-02-10 Thread Michael Meskes
Log Message: --- Fixed more parsing bugs in other CREATE statements. Tags: REL8_0_STABLE Modified Files: -- pgsql/src/interfaces/ecpg/preproc: preproc.y (r1.303.4.2 -> r1.303.4.3) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/p

[COMMITTERS] pgsql: Fixed changelog entry to list correct bug reporter.

2005-02-10 Thread Michael Meskes
Log Message: --- Fixed changelog entry to list correct bug reporter. Modified Files: -- pgsql/src/interfaces/ecpg: ChangeLog (r1.286 -> r1.287) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/ChangeLog.diff?r1=1.286&r2=1.287)

[COMMITTERS] pgsql: Fixed more parsing bugs in other CREATE statements as pointed out

2005-02-10 Thread Michael Meskes
Log Message: --- Fixed more parsing bugs in other CREATE statements as pointed out by TANIDA Yutaka <[EMAIL PROTECTED]>. Modified Files: -- pgsql/src/interfaces/ecpg: ChangeLog (r1.285 -> r1.286) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfa

[COMMITTERS] pgsql: Fix SPI cursor support to allow scanning the results of utility

2005-02-10 Thread Tom Lane
Log Message: --- Fix SPI cursor support to allow scanning the results of utility commands that return tuples (such as EXPLAIN). Per gripe from Michael Fuhr. Side effect: fix an old bug that unintentionally disabled backward scans for all SPI-created cursors. Modified Files: --

[COMMITTERS] pgsql: Fix SPI cursor support to allow scanning the results of utility

2005-02-10 Thread Tom Lane
Log Message: --- Fix SPI cursor support to allow scanning the results of utility commands that return tuples (such as EXPLAIN). Per gripe from Michael Fuhr. Side effect: fix an old bug that unintentionally disabled backward scans for all SPI-created cursors. Tags: REL8_0_STABLE Modi

[COMMITTERS] pgsql: Back-patch fix for a typo that unintentionally disabled backward

2005-02-10 Thread Tom Lane
Log Message: --- Back-patch fix for a typo that unintentionally disabled backward scans for all SPI-created cursors. Tags: REL7_4_STABLE Modified Files: -- pgsql/src/backend/executor: spi.c (r1.107 -> r1.107.2.1) (http://developer.postgresql.org/cvswe

[COMMITTERS] pgsql: Fix ANALYZE to accumulate some minimal statistics for an all-null

2005-02-10 Thread Tom Lane
Log Message: --- Fix ANALYZE to accumulate some minimal statistics for an all-null column. Per gripes from Mike Mascari and Bernd Heller. Modified Files: -- pgsql/src/backend/commands: analyze.c (r1.81 -> r1.82) (http://developer.postgresql.org/cvsweb.cgi/p

[COMMITTERS] pgsql: Adjust input routines for float4, float8 and oid to reject the

2005-02-10 Thread Neil Conway
Log Message: --- Adjust input routines for float4, float8 and oid to reject the empty string as valid input (it was previously treated as 0). This input was deprecated in 8.0 (and a warning was emitted). Regression tests updated. Modified Files: -- pgsql/src/backend/utils/a

[COMMITTERS] pgsql: Mention that some psql environment variables come from libpq and

2005-02-10 Thread Bruce Momjian
Log Message: --- Mention that some psql environment variables come from libpq and note more variables can be found in the libpq manual section. Mention .pgpass in the psql manual page section dealing with connection parameters and point to the libpq section for more details. Backpatch to

[COMMITTERS] pgsql: Mention that some psql environment variables come from libpq and

2005-02-10 Thread Bruce Momjian
Log Message: --- Mention that some psql environment variables come from libpq and note more variables can be found in the libpq manual section. Mention .pgpass in the psql manual page section dealing with connection parameters and point to the libpq section for more details. Backpatch to

[COMMITTERS] pgsql: Make clearer warning about using 'now' with DEFAULT: SELECT

2005-02-10 Thread Bruce Momjian
Log Message: --- Make clearer warning about using 'now' with DEFAULT: SELECT CURRENT_TIMESTAMP; SELECT now(); SELECT TIMESTAMP 'now'; -- incorrect for use with DEFAULT Modified Files: -- pgsql/doc/src/sgml: func.sgml (r1.237 -> r1.2

[COMMITTERS] pgsql: Update to Russian FAQ, HEAD and 8.0.X.

2005-02-10 Thread Bruce Momjian
Log Message: --- Update to Russian FAQ, HEAD and 8.0.X. Modified Files: -- pgsql/doc: FAQ_russian (r1.23 -> r1.24) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ_russian.diff?r1=1.23&r2=1.24) pgsql/doc/src/FAQ: FAQ_russian.html (r1.24

[COMMITTERS] pgsql: Update to Russian FAQ, HEAD and 8.0.X.

2005-02-10 Thread Bruce Momjian
Log Message: --- Update to Russian FAQ, HEAD and 8.0.X. Tags: REL8_0_STABLE Modified Files: -- pgsql/doc: FAQ_russian (r1.23 -> r1.23.4.1) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ_russian.diff?r1=1.23&r2=1.23.4.1) pgsql/doc/src/FA