Log Message:
---
Add vacuum_defer_cleanup_age to postgresql.conf.sample.
Modified Files:
--
pgsql/src/backend/utils/misc:
postgresql.conf.sample (r1.278 -> r1.279)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/postgresql.conf.sample
Log Message:
---
Add restartpoint_command option to recovery.conf. Fix bug in %r handling
in recovery_end_command, it always came out as 0 because InRedo was
cleared before recovery_end_command was executed. Also, always take
ControlFileLock when reading checkpoint location for %r.
The rec
Log Message:
---
Fix bug in %r handling in recovery_end_command, it always came out as 0
because InRedo was cleared before recovery_end_command was executed.
Also, always take ControlFileLock when reading checkpoint location for
%r. That didn't matter before, but in 8.4 bgwriter is active d
Log Message:
---
Use data-type specific conversion functions also in plpy.execute
In PLy_spi_execute_plan, use the data-type specific Python-to-PostgreSQL
conversion function instead of passing everything through InputFunctionCall
as a string. The equivalent fix was already done months ag
Log Message:
---
Fix missing parentheses for current_query(), per bug #5378.
Also make a couple other minor editorial improvements.
Tags:
REL8_4_STABLE
Modified Files:
--
pgsql/doc/src/sgml:
func.sgml (r1.482.2.2 -> r1.482.2.3)
(http://anoncvs.postgre
Log Message:
---
Fix missing parentheses for current_query(), per bug #5378.
Also make a couple other minor editorial improvements.
Modified Files:
--
pgsql/doc/src/sgml:
func.sgml (r1.509 -> r1.510)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/s
Log Message:
---
Mention way to get commit details for release notes.
Modified Files:
--
pgsql/src/tools:
RELEASE_CHANGES (r1.92 -> r1.93)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/tools/RELEASE_CHANGES?r1=1.92&r2=1.93)
--
Sent via pgsql-committ
Log Message:
---
Message style tuning
Modified Files:
--
pgsql/src/pl/plperl:
plperl.c (r1.172 -> r1.173)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/pl/plperl/plperl.c?r1=1.172&r2=1.173)
--
Sent via pgsql-committers mailing list (pgsql-committers
Log Message:
---
Prevent the injection of invalidly encoded strings by PL/Python into PostgreSQL
with a few strategically placed pg_verifymbstr calls.
Modified Files:
--
pgsql/doc/src/sgml:
plpython.sgml (r1.45 -> r1.46)
(http://anoncvs.postgresql.org/cvswe
Log Message:
---
Also print the libpq error message when lo_create or lo_open fails
Modified Files:
--
pgsql/src/bin/pg_dump:
pg_backup_archiver.c (r1.182 -> r1.183)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_backup_archiver.c?r1=1.1
10 matches
Mail list logo