[COMMITTERS] pgsql: Document the interaction of write-barrier-enabled file systems,

2010-07-07 Thread Bruce Momjian
Log Message: --- Document the interaction of write-barrier-enabled file systems, and BBU caches, per June email thread. Modified Files: -- pgsql/doc/src/sgml: wal.sgml (r1.66 -> r1.67) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/wal.sgml?r1

[COMMITTERS] pgsql: Adjust mbutils.c so it won't get broken by future pgindent runs.

2010-07-07 Thread Tom Lane
Log Message: --- Adjust mbutils.c so it won't get broken by future pgindent runs. To do that, replace L'\0' by (WCHAR) 0. Perhaps someday we should teach pgindent about wide-character literals, but so long as this is the only use-case in the entire Postgres sources, a workaround seems easi

[COMMITTERS] pgsql: Fix "cannot handle unplanned sub-select" error that can occur

2010-07-07 Thread Tom Lane
Log Message: --- Fix "cannot handle unplanned sub-select" error that can occur when a sub-select contains a join alias reference that expands into an expression containing another sub-select. Per yesterday's report from Merlin Moncure and subsequent off-list investigation. Back-patch to 7

[COMMITTERS] pgsql: Fix "cannot handle unplanned sub-select" error that can occur

2010-07-07 Thread Tom Lane
Log Message: --- Fix "cannot handle unplanned sub-select" error that can occur when a sub-select contains a join alias reference that expands into an expression containing another sub-select. Per yesterday's report from Merlin Moncure and subsequent off-list investigation. Back-patch to 7

[COMMITTERS] pgsql: Fix "cannot handle unplanned sub-select" error that can occur

2010-07-07 Thread Tom Lane
Log Message: --- Fix "cannot handle unplanned sub-select" error that can occur when a sub-select contains a join alias reference that expands into an expression containing another sub-select. Per yesterday's report from Merlin Moncure and subsequent off-list investigation. Back-patch to 7

[COMMITTERS] pgsql: Fix "cannot handle unplanned sub-select" error that can occur

2010-07-07 Thread Tom Lane
Log Message: --- Fix "cannot handle unplanned sub-select" error that can occur when a sub-select contains a join alias reference that expands into an expression containing another sub-select. Per yesterday's report from Merlin Moncure and subsequent off-list investigation. Back-patch to 7

[COMMITTERS] pgsql: Fix "cannot handle unplanned sub-select" error that can occur

2010-07-07 Thread Tom Lane
Log Message: --- Fix "cannot handle unplanned sub-select" error that can occur when a sub-select contains a join alias reference that expands into an expression containing another sub-select. Per yesterday's report from Merlin Moncure and subsequent off-list investigation. Back-patch to 7

[COMMITTERS] pgsql: Fix "cannot handle unplanned sub-select" error that can occur

2010-07-07 Thread Tom Lane
Log Message: --- Fix "cannot handle unplanned sub-select" error that can occur when a sub-select contains a join alias reference that expands into an expression containing another sub-select. Per yesterday's report from Merlin Moncure and subsequent off-list investigation. Back-patch to 7

[COMMITTERS] pgsql: Fix "cannot handle unplanned sub-select" error that can occur

2010-07-07 Thread Tom Lane
Log Message: --- Fix "cannot handle unplanned sub-select" error that can occur when a sub-select contains a join alias reference that expands into an expression containing another sub-select. Per yesterday's report from Merlin Moncure and subsequent off-list investigation. Back-patch to 7