[COMMITTERS] pgsql: Add support for logging the current role.

2011-01-12 Thread Robert Haas
Add support for logging the current role. Stephen Frost, with some editorialization by me. Branch -- master Details --- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=a8a8867912c46a68c9ac14903b3dba2fab8f7097 Modified Files -- doc/src/sgml/config.sgml

[COMMITTERS] pgsql: Revert patch adding support for logging the current role.

2011-01-12 Thread Robert Haas
Revert patch adding support for logging the current role. This reverts commit a8a8867912c46a68c9ac14903b3dba2fab8f7097, committed by me earlier today (2011-01-12). This isn't safe inside an aborted transaction. Noted by Tom Lane. Branch -- master Details --- http://git.postgresql.org/g

[COMMITTERS] pgsql: Fix PlanRowMark/ExecRowMark structures to handle inheritance cor

2011-01-12 Thread Tom Lane
Fix PlanRowMark/ExecRowMark structures to handle inheritance correctly. In an inherited UPDATE/DELETE, each target table has its own subplan, because it might have a column set different from other targets. This means that the resjunk columns we add to support EvalPlanQual might be at different p

[COMMITTERS] pgsql: Fix PlanRowMark/ExecRowMark structures to handle inheritance cor

2011-01-12 Thread Tom Lane
Fix PlanRowMark/ExecRowMark structures to handle inheritance correctly. In an inherited UPDATE/DELETE, each target table has its own subplan, because it might have a column set different from other targets. This means that the resjunk columns we add to support EvalPlanQual might be at different p

[COMMITTERS] pgsql: Apply libpq documentation patches submitted by Leslie S Satenste

2011-01-12 Thread Bruce Momjian
Apply libpq documentation patches submitted by Leslie S Satenstein and reviewed by Robert Haas. Branch -- master Details --- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=a0423ec02df3e311d6d5888170cb25a8c14bc6bf Modified Files -- doc/src/sgml/libpq.sgml |

[COMMITTERS] pgsql: Don't run regression tests in SQL_ASCII encoding by default

2011-01-12 Thread Peter Eisentraut
Don't run regression tests in SQL_ASCII encoding by default Instead, run them in the encoding that the locale selects, which is more representative of real use. Also document how locale and encoding for regression test runs can be selected. Branch -- master Details --- http://git.postgr

[COMMITTERS] pgsql: Workaround for recursive make breakage

2011-01-12 Thread Peter Eisentraut
Workaround for recursive make breakage Changing a file two directory levels deep under src/backend/ would not cause the postgres binary to be rebuilt. This change fixes it, but no one knows why. Branch -- master Details --- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;