[COMMITTERS] pgsql: Add vacuum_defer_cleanup_age to postgresql.conf.sample.

2010-03-18 Thread Simon Riggs
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

[COMMITTERS] pgsql: Add restartpoint_command option to recovery.conf.

2010-03-18 Thread Heikki Linnakangas
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

[COMMITTERS] pgsql: Fix bug in %r handling in recovery_end_command, it always came

2010-03-18 Thread Heikki Linnakangas
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

[COMMITTERS] pgsql: Use data-type specific conversion functions also in plpy.execute

2010-03-18 Thread Peter Eisentraut
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

[COMMITTERS] pgsql: Fix missing parentheses for current_query(), per bug #5378.

2010-03-18 Thread Tom Lane
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

[COMMITTERS] pgsql: Fix missing parentheses for current_query(), per bug #5378.

2010-03-18 Thread Tom Lane
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

[COMMITTERS] pgsql: Mention way to get commit details for release notes.

2010-03-18 Thread Bruce Momjian
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

[COMMITTERS] pgsql: Message style tuning

2010-03-18 Thread Peter Eisentraut
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

[COMMITTERS] pgsql: Prevent the injection of invalidly encoded strings by PL/Python

2010-03-18 Thread Peter Eisentraut
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

[COMMITTERS] pgsql: Also print the libpq error message when lo_create or lo_open

2010-03-18 Thread Peter Eisentraut
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