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
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
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
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
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
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
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
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
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
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:
--
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
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)
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
13 matches
Mail list logo