[COMMITTERS] pgsql: Document how pglesslog can be used to reduce the storage

2009-01-12 Thread Bruce Momjian
Log Message: --- Document how pglesslog can be used to reduce the storage requirements of PITR. Modified Files: -- pgsql/doc/src/sgml: backup.sgml (r2.121 -> r2.122) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/backup.sgml?r1=2.121&r2=2.122)

[COMMITTERS] pgsql: Simplify the writing of amoptions routines by introducing a

2009-01-12 Thread Alvaro Herrera
Log Message: --- Simplify the writing of amoptions routines by introducing a convenience fillRelOptions routine that stores the parsed values in the struct using a table-based approach. Per Tom suggestion. Also remove the "continue" in HANDLE_*_RELOPTION macros, which were useless and in

[COMMITTERS] pgsql: Tweak order of operations in BitmapHeapNext() to avoid the case

2009-01-12 Thread Tom Lane
Log Message: --- Tweak order of operations in BitmapHeapNext() to avoid the case of prefetching the same page we are nanoseconds away from reading for real. There should be something left to do on the current page before we consider issuing a prefetch. Modified Files: -- p

[COMMITTERS] pgsql: Add some minimal documentation that the SQL standard requires

2009-01-12 Thread Peter Eisentraut
Log Message: --- Add some minimal documentation that the SQL standard requires parentheses after ONLY. Modified Files: -- pgsql/doc/src/sgml/ref: select.sgml (r1.116 -> r1.117) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/select.sgml?r1=

[COMMITTERS] npgsql - Npgsql2: Use Kana-width-insensitive comparisons supplied by

2009-01-12 Thread User Talliesin
Log Message: --- Use Kana-width-insensitive comparisons supplied by System.Globalization.CompareInfo rather than rolling our own. Modified Files: -- Npgsql2/src/Npgsql: NpgsqlRowDescription.cs (r1.7 -> r1.8) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npg

[COMMITTERS] pgsql: Use qualified_name instead of relation_expr for commands that

2009-01-12 Thread Peter Eisentraut
Log Message: --- Use qualified_name instead of relation_expr for commands that have no business with inheritance recursion: ALTER INDEX, ALTER SEQUENCE, ALTER TRIGGER, ALTER VIEW. They would just silently ignore the ONLY. ALTER TABLE has mixed behavior and cannot be dealt with this way be

[COMMITTERS] pgsql: Add ONLY support to LOCK and TRUNCATE.

2009-01-12 Thread Peter Eisentraut
Log Message: --- Add ONLY support to LOCK and TRUNCATE. By default, these commands are now recursive. => Note this incompatibility in the release notes. Modified Files: -- pgsql/doc/src/sgml/ref: lock.sgml (r1.51 -> r1.52) (http://anoncvs.postgresql.org/c