aboutsummaryrefslogtreecommitdiff
path: root/src/bin/pg_dump/pg_dump.c
Commit message (Expand)AuthorAge
* Remove overenthusiastic free'ing of comment dependencies; could lead toTom Lane2002-12-27
* pg_dump should consider information_schema to be a system schema.Tom Lane2002-12-21
* Don't produce bogus COPY command when there are no undropped columnsTom Lane2002-12-12
* Fix pg_dump failure against 7.1 or older servers, perTom Lane2002-12-01
* This patch fixes two tiny memory leaks in pg_dump and two in pg_dumpall.Bruce Momjian2002-11-29
* This patch implements FOR EACH STATEMENT triggers, per my email toBruce Momjian2002-11-23
* pg_dump for domain constraints.Bruce Momjian2002-11-15
* Add extra_float_digits GUC parameter to allow adjustment of displayedTom Lane2002-11-08
* Allow 8-byte off_t to properly pg_dump, from Philip Warner with mods by Bruce.Bruce Momjian2002-10-22
* Improve formatting of --help output.Peter Eisentraut2002-10-18
* Make pg_dump save for autocommit = off.Bruce Momjian2002-10-16
* > Alvaro Herrera <alvherre@atentus.com> writes:Bruce Momjian2002-10-09
* Change default privileges for languages and functions to be PUBLIC USAGETom Lane2002-09-24
* Translation updates, some messages tweaked.Peter Eisentraut2002-09-22
* Extend pg_cast castimplicit column to a three-way value; this allows usTom Lane2002-09-18
* Allow pg_dumpall to work with previous releases again. Don't pass the -cPeter Eisentraut2002-09-07
* pgindent run.Bruce Momjian2002-09-04
* I checked all the previous string handling errors and most of them wereBruce Momjian2002-09-02
* Code review for standalone composite types, query-specified compositeTom Lane2002-08-29
* Break up the long usage messages in pg_dump and pg_restore andPeter Eisentraut2002-08-28
* Disable use of -c and -a together in pg_dump; they don't make sense together.Bruce Momjian2002-08-27
* Reimplement pg_dumpall in C. Currently no change in functionality,Peter Eisentraut2002-08-27
* Fix bit rot in pg_dump's ability to dump from 7.2 and 7.1 servers.Tom Lane2002-08-22
* Fixed-size buffer in dumpClasses is not big enough anymore given theTom Lane2002-08-22
* Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane2002-08-22
* Enable large file support.Peter Eisentraut2002-08-20
* Fix pg_dump to dump serial columns as serials. Per pghackers discussion,Tom Lane2002-08-19
* Fix small copy-and-pasteo.Tom Lane2002-08-18
* Make pg_dump output more portable and more pleasing to look at.Peter Eisentraut2002-08-18
* Modify pg_dump to dump foreign-key constraints as constraints, not asTom Lane2002-08-16
* Code review for patch to dump primary and unique constraints asTom Lane2002-08-16
* Tom Lane wrote:Bruce Momjian2002-08-15
* Make sure all clients have the same understanding of default user namePeter Eisentraut2002-08-10
* This trivial patch fixes a small memory leak in pg_dump.Bruce Momjian2002-08-04
* ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne,Tom Lane2002-08-02
* Instead of having a configure-time DEFAULT_ATTSTATTARGET, store -1 inTom Lane2002-07-31
* Teach pg_dump to dump user-defined operator classes. For the moment,Tom Lane2002-07-30
* Remove extra comma.Peter Eisentraut2002-07-25
* Remove unused system table columns:Peter Eisentraut2002-07-24
* pg_cast table, and standards-compliant CREATE/DROP CAST commands, plusPeter Eisentraut2002-07-18
* Unique and primary key constraints are both dumped using ALTER TABLEBruce Momjian2002-07-18
* The attached patch (against HEAD) implementsBruce Momjian2002-07-18
* Second phase of committing Rod Taylor's pg_depend/pg_constraint patch.Tom Lane2002-07-12
* More clearly document in pg_dump when we are dealing with an object nameBruce Momjian2002-07-04
* Document function args are required for pg_restore -P.Bruce Momjian2002-07-04
* The attached patch fixes 2 memory leaks in pg_dump, as well as correctsBruce Momjian2002-07-02
* Update copyright to 2002.Bruce Momjian2002-06-20
* Suppress 'owner of datatype appears to be invalid' warning message forTom Lane2002-06-13
* Rework pg_dump namespace search criteria so that dumping of user objectsTom Lane2002-05-28
* Add optional "validator" function to languages that can validate thePeter Eisentraut2002-05-22