summaryrefslogtreecommitdiff
path: root/src/bin/pg_dump
Commit message (Expand)AuthorAgeFilesLines
* Make all commands that link a program look likePeter Eisentraut2000-11-301-3/+3
* This patch allow pg_dump save name of primary key constraint (if primaryBruce Momjian2000-11-272-3/+52
* Pay attention to fgets() failure return.Tom Lane2000-11-271-8/+15
* Print bit strings as B'...' when INSERT commands are dumped.Peter Eisentraut2000-11-241-1/+6
* Extend CREATE DATABASE to allow selection of a template database to beTom Lane2000-11-143-41/+33
* Remove -k unix socketpath option from client side, allow hostname withBruce Momjian2000-11-136-35/+7
* UUNET is looking into offering PostgreSQL as a part of a managed webBruce Momjian2000-11-136-8/+36
* Dump identity of alternative location, if any.Peter Eisentraut2000-11-081-6/+12
* Add pg_dumpall --accounts-only option.Peter Eisentraut2000-11-021-2/+10
* Added long-standing transaction when restoring BLOBS (uses commit every BLOB_...Philip Warner2000-10-318-21/+109
* Final (?) fix for tar (null block at end)Philip Warner2000-10-253-3/+24
* Various fixes to TAR header formatPhilip Warner2000-10-243-15/+37
* Major overhaul of large-object implementation, by Denis Perchine withTom Lane2000-10-241-8/+6
* Cleanup error messages in findLastBuiltinOidPhilip Warner2000-10-221-9/+8
* Use new datlastsysoid field in pg_database + some cleanups & fixesPhilip Warner2000-10-223-8/+16
* BACKED OUT.Bruce Momjian2000-10-221-2/+2
* here it is as requested by Bruce.Bruce Momjian2000-10-211-2/+2
* Add support for VPATH builds, that is, building somewhere else than in thePeter Eisentraut2000-10-201-4/+3
* I submitted three patches to pgsql-patches@postgresql.org on Oct 13.Bruce Momjian2000-10-161-1/+1
* Minor buglet in dumping functions onltPhilip Warner2000-10-131-3/+3
* Fix bug in sequence dumping using new setval functionPhilip Warner2000-10-134-9/+26
* - Be more paranoid when getting viewsPhilip Warner2000-10-103-16/+107
* Only retrieve view definition if relation is a view (case statement)Philip Warner2000-09-181-2/+5
* Uses column select expressions to get object object owners and tests for blan...Philip Warner2000-09-182-22/+46
* Improve error message for dumpRules() failureTom Lane2000-09-171-2/+2
* Support for DESTDIR make variable. This is used as in `make installPeter Eisentraut2000-09-171-7/+7
* Minor code cleanup (cast away const-ness)Philip Warner2000-09-151-2/+2
* - Support for relkind = RELKIND_VIEW.Philip Warner2000-09-155-200/+217
* O.K. -Bruce Momjian2000-09-121-2/+12
* Make building scripts kind of consistent in look and feel, kind of immunePeter Eisentraut2000-09-082-9/+10
* Fix relative path references so that make knowns which dependencies referPeter Eisentraut2000-08-311-8/+8
* Buf fix to pg_restire -S option in getoptsPhilip Warner2000-08-081-2/+2
* - version # change in headerPhilip Warner2000-08-071-1/+1
* - Support for iscachable when dumping functionsPhilip Warner2000-08-072-4/+16
* Support SQL99 embedded double-quote syntax for quoted identifiers.Thomas G. Lockhart2000-08-061-2/+11
* - Minor fix to create temp table for xrefsPhilip Warner2000-08-051-3/+0
* - Only disable triggers for the table being loadedPhilip Warner2000-08-053-27/+70
* - Added --create, --no-owner, --superuser, --no-reconnect (pg_dump & pg_restore)Philip Warner2000-08-018-101/+569
* Some pedantic compile syntax errors to fix with the following patchBruce Momjian2000-07-272-3/+5
* pg_backup_plain_text.c replaced by pg_backup_null.cPhilip Warner2000-07-241-0/+0
* - no longer put ACLs at end of dumpPhilip Warner2000-07-246-147/+122
* Fix typo in version-mismatch error report.Tom Lane2000-07-211-1/+1
* - Support for TAR outputPhilip Warner2000-07-215-0/+1794
* - Support for BLOB output from pg_dump and input via pg_restorePhilip Warner2000-07-219-1774/+2924
* Revise aggregate functions per earlier discussions in pghackers.Tom Lane2000-07-172-97/+37
* Done. In backend/commands/define.c unused field is set to '-' for theBruce Momjian2000-07-112-199/+215
* Please find attached a patch for the pg_dump directory which addresses:Jan Wieck2000-07-066-68/+69
* Fix broken pg_dump makefilePeter Eisentraut2000-07-041-7/+13
* make TEMP -> TEMPORARYBruce Momjian2000-07-041-3/+3
* Make pgdump_oid a temp table. Rename to pg_dump_oid.Bruce Momjian2000-07-041-10/+10