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
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
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
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
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
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
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
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
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)
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:
--
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/
11 matches
Mail list logo