| Commit message (Expand) | Author | Age |
* | Issue 'SET check_function_bodies = false' to suppress possible restore | Tom Lane | 2003-10-03 |
* | Apply message style guide to frontend programs. | Peter Eisentraut | 2003-07-23 |
* | Use libpq's new logic to get the server version, instead of doing it ourselves. | Tom Lane | 2003-06-22 |
* | Backend support for autocommit removed, per recent discussions. The | Tom Lane | 2003-05-14 |
* | Make pg_dump/restore safer for autocommit=off in postgresql.conf. | Bruce Momjian | 2003-02-14 |
* | [ dumping schemas ] | Bruce Momjian | 2003-02-13 |
* | Cleaner solution to the problem of loading pre-7.3 dumps containing | Tom Lane | 2003-02-01 |
* | Allow 8-byte off_t to properly pg_dump, from Philip Warner with mods by Bruce. | Bruce Momjian | 2002-10-22 |
* | Make pg_dump save for autocommit = off. | Bruce Momjian | 2002-10-16 |
* | Allow pg_dumpall to work with previous releases again. Don't pass the -c | Peter Eisentraut | 2002-09-07 |
* | pgindent run. | Bruce Momjian | 2002-09-04 |
* | Reimplement pg_dumpall in C. Currently no change in functionality, | Peter Eisentraut | 2002-08-27 |
* | Enable large file support. | Peter Eisentraut | 2002-08-20 |
* | Make pg_dump output more portable and more pleasing to look at. | Peter Eisentraut | 2002-08-18 |
* | Make sure all clients have the same understanding of default user name | Peter Eisentraut | 2002-08-10 |
* | Move simple_prompt() into its own file to be shared with psql and pg_dump. | Bruce Momjian | 2002-07-06 |
* | More clearly document in pg_dump when we are dealing with an object name | Bruce Momjian | 2002-07-04 |
* | Fix some more not-schema-aware queries in pg_dump. Also fix some places | Tom Lane | 2002-05-29 |
* | First pass at schema-fying pg_dump/pg_restore. Much to do still, | Tom Lane | 2002-05-10 |
* | You might want to run pg_indent on pg_backup_db.c however ... | Bruce Momjian | 2002-01-18 |
* | Fix pg_restore to handle the 'set max oid' entry correctly in archives | Tom Lane | 2002-01-18 |
* | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 |
* | Fix several problems with simple_prompt() --- the nastiest being that | Tom Lane | 2001-10-18 |
* | Prompt for password from /dev/tty and fall back to stdin/stderr. | Bruce Momjian | 2001-10-15 |
* | For consistency with the rest of PostgreSQL, rename BLOBs to large objects | Peter Eisentraut | 2001-09-21 |
* | Change FixupBlobXrefs() to take 'lo' type into account. | Hiroshi Inoue | 2001-09-17 |
* | Add option to output SET SESSION AUTHORIZATION commands rather than | Peter Eisentraut | 2001-08-22 |
* | Make pg_dump handle the new privileges. | Peter Eisentraut | 2001-08-12 |
* | Fix pg_dump so that comments on views are dumped in the proper sequence. | Tom Lane | 2001-08-03 |
* | More message munging and localization for pg_dump, especially the | Peter Eisentraut | 2001-07-03 |
* | National language support for pg_dump and pg_restore. Combined with big | Peter Eisentraut | 2001-06-27 |
* | Add -U and -W options to pg_dump and friends to support non-interactive | Peter Eisentraut | 2001-05-17 |
* | - Fixed CONSTRAINT TRIGGER dump to record tgconstrelid properly | Philip Warner | 2001-04-25 |
* | Fix comments that were mis-wrapped, for Tom Lane. | Bruce Momjian | 2001-03-23 |
* | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 |
* | - Added CVS headers to files | Philip Warner | 2001-03-19 |
* | Restructure the key include files per recent pghackers discussion: there | Tom Lane | 2001-02-10 |
* | - Check ntuples == 1 for various SELECT statements. | Philip Warner | 2001-01-12 |
* | Ensure that all uses of <ctype.h> functions are applied to unsigned-char | Tom Lane | 2000-12-03 |
* | Pay attention to fgets() failure return. | Tom Lane | 2000-11-27 |
* | Remove -k unix socketpath option from client side, allow hostname with | Bruce Momjian | 2000-11-13 |
* | UUNET is looking into offering PostgreSQL as a part of a managed web | Bruce Momjian | 2000-11-13 |
* | Added long-standing transaction when restoring BLOBS (uses commit every BLOB_... | Philip Warner | 2000-10-31 |
* | - Support for relkind = RELKIND_VIEW. | Philip Warner | 2000-09-15 |
* | - Minor fix to create temp table for xrefs | Philip Warner | 2000-08-05 |
* | - Only disable triggers for the table being loaded | Philip Warner | 2000-08-05 |
* | - Added --create, --no-owner, --superuser, --no-reconnect (pg_dump & pg_restore) | Philip Warner | 2000-08-01 |
* | - no longer put ACLs at end of dump | Philip Warner | 2000-07-24 |
* | Fix typo in version-mismatch error report. | Tom Lane | 2000-07-21 |
* | - Support for TAR output | Philip Warner | 2000-07-21 |