[COMMITTERS] reorg - pg_reorg: Fixed a bug reorganizing tables without toast tables.

2009-01-22 Thread User Itagaki
Log Message: --- Fixed a bug reorganizing tables without toast tables. Modified Files: -- pg_reorg/bin/expected: reorg.out (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/reorg/pg_reorg/bin/expected/reorg.out.diff?r1=1.1&r2=1.2) pg_reorg/bin

[COMMITTERS] pgsql: Document that SELECT FOR UPDATE/SHARE with ORDER BY might return

2009-01-22 Thread Bruce Momjian
Log Message: --- Document that SELECT FOR UPDATE/SHARE with ORDER BY might return results in the incorrect order, per bug 4593. Backpatch to 8.3.X. Tags: REL8_3_STABLE Modified Files: -- pgsql/doc/src/sgml/ref: select.sgml (r1.102 -> r1.102.2.1) (htt

[COMMITTERS] pgsql: Recreate ecpg_config.h with a stamp file created by

2009-01-22 Thread Peter Eisentraut
Log Message: --- Recreate ecpg_config.h with a stamp file created by config.status, same way pg_config.h is handled. This avoids reruns of config.status on every build, if configure has been rerun. Modified Files: -- pgsql: configure (r1.629 -> r1.630) (ht

[COMMITTERS] pgsql: Support column-level privileges, as required by SQL standard.

2009-01-22 Thread Tom Lane
Log Message: --- Support column-level privileges, as required by SQL standard. Stephen Frost, with help from KaiGai Kohei and others Modified Files: -- pgsql/doc/src/sgml: catalogs.sgml (r2.190 -> r2.191) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc

[COMMITTERS] pgsql: Only skip pages marked as clean in the visibility map, if the

2009-01-22 Thread Heikki Linnakangas
Log Message: --- Only skip pages marked as clean in the visibility map, if the last 32 pages were marked as clean as well. The idea is to avoid defeating OS readahead by skipping a page here and there, and also makes it less likely that we miss an opportunity to advance relfrozenxid, for th

[COMMITTERS] pgsql: Update comments to reflect that tgenabled is not a boolean

2009-01-22 Thread Heikki Linnakangas
Log Message: --- Update comments to reflect that tgenabled is not a boolean anymore. Jonah Harris, with minor tinkering by me. Modified Files: -- pgsql/src/include/commands: trigger.h (r1.70 -> r1.71) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/inc

[COMMITTERS] pgsql: Automatic view update rules Bernd Helmle

2009-01-22 Thread Peter Eisentraut
Log Message: --- Automatic view update rules Bernd Helmle Modified Files: -- pgsql/doc/src/sgml: catalogs.sgml (r2.189 -> r2.190) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/catalogs.sgml?r1=2.189&r2=2.190) intro.sgml (r1.32 -> r1.

[COMMITTERS] pgsql: Explicitly bind gettext to the correct encoding on Windows.

2009-01-22 Thread Magnus Hagander
Log Message: --- Explicitly bind gettext to the correct encoding on Windows. Original patch from Hiroshi Inoue. Modified Files: -- pgsql/src/backend/utils/mb: mbutils.c (r1.77 -> r1.78) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/mb/m