[COMMITTERS] pgsql: Change test tables in copy2 regression test to be temporary

2009-06-13 Thread Tom Lane
Log Message: --- Change test tables in copy2 regression test to be temporary tables. This prevents autovacuum from reclaiming free space in them and causing the test's output row order to change, which is causing intermittent bogus failure reports in the buildfarm. Backpatch to 8.3. The i

[COMMITTERS] pgsql: Change test tables in copy2 regression test to be temporary

2009-06-13 Thread Tom Lane
Log Message: --- Change test tables in copy2 regression test to be temporary tables. This prevents autovacuum from reclaiming free space in them and causing the test's output row order to change, which is causing intermittent bogus failure reports in the buildfarm. Backpatch to 8.3. The i

[COMMITTERS] pgsql: Fix get_sort_group_operators() so that it doesn't think arrays

2009-06-13 Thread Tom Lane
Log Message: --- Fix get_sort_group_operators() so that it doesn't think arrays can be grouped via hashing. Eventually we ought to make that possible, but it won't happen for 8.4. Per yesterday's report from Robert Haas. Modified Files: -- pgsql/src/backend/parser:

[COMMITTERS] pgsql: Tweak the display of incoming foreign-key constraints in \d, per

2009-06-13 Thread Peter Eisentraut
Log Message: --- Tweak the display of incoming foreign-key constraints in \d, per discussion on hackers. Also, take that string out of the translation roster, since it's now entirely pseudo-SQL. Modified Files: -- pgsql/src/bin/psql: describe.c (r1.217 -> r1.218)

[COMMITTERS] autodoc - autodoc: Correct the synopsis (Peter Eisentraut)

2009-06-13 Thread User Rbt
Log Message: --- Correct the synopsis (Peter Eisentraut) Modified Files: -- autodoc: postgresql_autodoc.pl (r1.27 -> r1.28) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/autodoc/autodoc/postgresql_autodoc.pl?r1=1.27&r2=1.28) -- Sent via pgsql-committers ma