[COMMITTERS] pgsql: Add documentation cross-reference for JSON functions.

2012-07-31 Thread Tom Lane
Add documentation cross-reference for JSON functions. Thom Brown Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/7c0fecdaefb10212d65652607833a4c8061e64e9 Modified Files -- doc/src/sgml/datatype.sgml |3 ++- 1 files changed, 2 insertions(+), 1 deletion

[COMMITTERS] pgsql: Add documentation cross-reference for JSON functions.

2012-07-31 Thread Tom Lane
Add documentation cross-reference for JSON functions. Thom Brown Branch -- REL9_2_STABLE Details --- http://git.postgresql.org/pg/commitdiff/f6fb9f103ff534193f4132e0c6a47bf441cfad42 Modified Files -- doc/src/sgml/datatype.sgml |3 ++- 1 files changed, 2 insertions(+), 1 d

[COMMITTERS] pgsql: Fix WITH attached to a nested set operation (UNION/INTERSECT/EXC

2012-07-31 Thread Tom Lane
Fix WITH attached to a nested set operation (UNION/INTERSECT/EXCEPT). Parse analysis neglected to cover the case of a WITH clause attached to an intermediate-level set operation; it only handled WITH at the top level or WITH attached to a leaf-level SELECT. Per report from Adam Mackler. In HEAD,

[COMMITTERS] pgsql: Fix WITH attached to a nested set operation (UNION/INTERSECT/EXC

2012-07-31 Thread Tom Lane
Fix WITH attached to a nested set operation (UNION/INTERSECT/EXCEPT). Parse analysis neglected to cover the case of a WITH clause attached to an intermediate-level set operation; it only handled WITH at the top level or WITH attached to a leaf-level SELECT. Per report from Adam Mackler. In HEAD,

[COMMITTERS] pgsql: Fix WITH attached to a nested set operation (UNION/INTERSECT/EXC

2012-07-31 Thread Tom Lane
Fix WITH attached to a nested set operation (UNION/INTERSECT/EXCEPT). Parse analysis neglected to cover the case of a WITH clause attached to an intermediate-level set operation; it only handled WITH at the top level or WITH attached to a leaf-level SELECT. Per report from Adam Mackler. In HEAD,

[COMMITTERS] pgsql: Fix WITH attached to a nested set operation (UNION/INTERSECT/EXC

2012-07-31 Thread Tom Lane
Fix WITH attached to a nested set operation (UNION/INTERSECT/EXCEPT). Parse analysis neglected to cover the case of a WITH clause attached to an intermediate-level set operation; it only handled WITH at the top level or WITH attached to a leaf-level SELECT. Per report from Adam Mackler. In HEAD,

[COMMITTERS] pgsql: Fix WITH attached to a nested set operation (UNION/INTERSECT/EXC

2012-07-31 Thread Tom Lane
Fix WITH attached to a nested set operation (UNION/INTERSECT/EXCEPT). Parse analysis neglected to cover the case of a WITH clause attached to an intermediate-level set operation; it only handled WITH at the top level or WITH attached to a leaf-level SELECT. Per report from Adam Mackler. In HEAD,

[COMMITTERS] pgsql: Fix syslogger so that log_truncate_on_rotation works in the firs

2012-07-31 Thread Tom Lane
Fix syslogger so that log_truncate_on_rotation works in the first rotation. In the original coding of the log rotation stuff, we did not bother to make the truncation logic work for the very first rotation after postmaster start (or after a syslogger crash and restart). It just always appended in

[COMMITTERS] pgsql: Fix syslogger so that log_truncate_on_rotation works in the firs

2012-07-31 Thread Tom Lane
Fix syslogger so that log_truncate_on_rotation works in the first rotation. In the original coding of the log rotation stuff, we did not bother to make the truncation logic work for the very first rotation after postmaster start (or after a syslogger crash and restart). It just always appended in

[COMMITTERS] pgsql: Fix syslogger so that log_truncate_on_rotation works in the firs

2012-07-31 Thread Tom Lane
Fix syslogger so that log_truncate_on_rotation works in the first rotation. In the original coding of the log rotation stuff, we did not bother to make the truncation logic work for the very first rotation after postmaster start (or after a syslogger crash and restart). It just always appended in

[COMMITTERS] pgsql: Fix syslogger so that log_truncate_on_rotation works in the firs

2012-07-31 Thread Tom Lane
Fix syslogger so that log_truncate_on_rotation works in the first rotation. In the original coding of the log rotation stuff, we did not bother to make the truncation logic work for the very first rotation after postmaster start (or after a syslogger crash and restart). It just always appended in

[COMMITTERS] pgsql: Fix syslogger so that log_truncate_on_rotation works in the firs

2012-07-31 Thread Tom Lane
Fix syslogger so that log_truncate_on_rotation works in the first rotation. In the original coding of the log rotation stuff, we did not bother to make the truncation logic work for the very first rotation after postmaster start (or after a syslogger crash and restart). It just always appended in

[COMMITTERS] pgsql: Fix syslogger so that log_truncate_on_rotation works in the firs

2012-07-31 Thread Tom Lane
Fix syslogger so that log_truncate_on_rotation works in the first rotation. In the original coding of the log rotation stuff, we did not bother to make the truncation logic work for the very first rotation after postmaster start (or after a syslogger crash and restart). It just always appended in

[COMMITTERS] pgsql: pg_basebackup: stylistic adjustments

2012-07-31 Thread Alvaro Herrera
pg_basebackup: stylistic adjustments The most user-visible part of this is to change the long options --statusint and --noloop to --status-interval and --no-loop, respectively, per discussion. Also, consistently enclose file names in double quotes, per our conventions; and consistently use the te

[COMMITTERS] pgsql: Fix memory and file descriptor leaks in pg_receivexlog/pg_baseba

2012-07-31 Thread Alvaro Herrera
Fix memory and file descriptor leaks in pg_receivexlog/pg_basebackup When the internal loop mode was added, freeing memory and closing filedescriptors before returning became important, and a few cases in the code missed that. This is a backpatch of commit 058a050e to the 9.2 branch, which seems

[COMMITTERS] pgsql: pg_basebackup: stylistic adjustments

2012-07-31 Thread Alvaro Herrera
pg_basebackup: stylistic adjustments The most user-visible part of this is to change the long options --statusint and --noloop to --status-interval and --no-loop, respectively, per discussion. Also, consistently enclose file names in double quotes, per our conventions; and consistently use the te