[COMMITTERS] pgsql: have pg_regress fall back on testing with the canonical results

2006-08-01 Thread Andrew Dunstan
Log Message: --- have pg_regress fall back on testing with the canonical results file if an alternative test is specified but none succeeds. Modified Files: -- pgsql/src/test/regress: pg_regress.c (r1.17 -> r1.18) (http://developer.postgresql.org/cvsweb.c

[COMMITTERS] pgsql: Remove extra argument to printf().

2006-08-01 Thread Bruce Momjian
Log Message: --- Remove extra argument to printf(). Modified Files: -- pgsql/src/test/regress: pg_regress.c (r1.18 -> r1.19) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/pg_regress.c.diff?r1=1.18&r2=1.19) ---(e

[COMMITTERS] pgsql: Allow multiple -n (schema) and -t (table) pg_dump options, and

2006-08-01 Thread Bruce Momjian
Log Message: --- Allow multiple -n (schema) and -t (table) pg_dump options, and add -T and -N options to exclude objects. Also support regular expressions for option object names. Greg Sabino Mullane Modified Files: -- pgsql/doc/src/sgml/ref: pg_dump.sgml (r1.86

[COMMITTERS] pgsql: Done: < o %Allow pg_dump to use multiple -t and -n switches

2006-08-01 Thread Bruce Momjian
Log Message: --- Done: < o %Allow pg_dump to use multiple -t and -n switches [pg_dump] < < http://archives.postgresql.org/pgsql-patches/2006-01/msg00190.php < > o -Allow pg_dump to use multiple -t and -n switches, exclusion > ability, and regular expression

[COMMITTERS] pgsql: Remove TODO.detail/pg_dump.

2006-08-01 Thread Bruce Momjian
Log Message: --- Remove TODO.detail/pg_dump. Removed Files: - pgsql/doc/TODO.detail: pg_dump (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.detail/pg_dump) ---(end of broadcast)--- TIP 1: if posti

[COMMITTERS] pgsql: Add pg_dump -X no-data-for-failed-tables option to suppress

2006-08-01 Thread Bruce Momjian
Log Message: --- Add pg_dump -X no-data-for-failed-tables option to suppress loading data if table creation failed (the table already exists). Martin Pitt Modified Files: -- pgsql/doc/src/sgml/ref: pg_restore.sgml (r1.59 -> r1.60) (http://developer.postgre

[COMMITTERS] pgsql: Add support for loadable modules to allocated shared memory and

2006-08-01 Thread Bruce Momjian
Log Message: --- Add support for loadable modules to allocated shared memory and lightweight locks. Marc Munro Modified Files: -- pgsql/src/backend/storage/ipc: ipci.c (r1.86 -> r1.87) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/i

[COMMITTERS] pgsql: Editorialize a bit on the recent patch, reverting to the original

2006-08-01 Thread Alvaro Herrera
Log Message: --- Editorialize a bit on the recent patch, reverting to the original versions of the text where appropiate. Modified Files: -- pgsql/doc/src/sgml: maintenance.sgml (r1.57 -> r1.58) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml

[COMMITTERS] pgsql: Fix bug I introduced while cleaning up pg_dump -t/-n patch.

2006-08-01 Thread Bruce Momjian
Log Message: --- Fix bug I introduced while cleaning up pg_dump -t/-n patch. Modified Files: -- pgsql/src/bin/pg_dump: pg_dump.c (r1.443 -> r1.444) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_dump.c.diff?r1=1.443&r2=1.444)

[COMMITTERS] pgsql: Add support for multi-row VALUES clauses as part of INSERT

2006-08-01 Thread Joe Conway
Log Message: --- Add support for multi-row VALUES clauses as part of INSERT statements (e.g. "INSERT ... VALUES (...), (...), ...") and elsewhere as allowed by the spec. (e.g. similar to a FROM clause subselect). initdb required. Joe Conway and Tom Lane. Modified Files: --

[COMMITTERS] pgsql: Done: o -Allow INSERT INTO tab (col1, ..) VALUES (val1,

2006-08-01 Thread Bruce Momjian
Log Message: --- Done: o -Allow INSERT INTO tab (col1, ..) VALUES (val1, ..), (val2, ..) Modified Files: -- pgsql/doc: TODO (r1.1930 -> r1.1931) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1930&r2=1.1931) pgsql/doc/src/