summaryrefslogtreecommitdiff
path: root/src/bin/pg_dump/common.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* First pass at schema-fying pg_dump/pg_restore. Much to do still,Tom Lane2002-05-101-332/+283
* The attached patch cleans up some code in pg_dump. It cuts someBruce Momjian2002-04-241-5/+7
* Be more wary about mixed-case database names and user names. GetTom Lane2002-02-111-63/+1
* Fix pg_dump to read-lock all tables to be dumped as soon as it's readTom Lane2002-01-111-2/+2
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-27/+31
* Generate correct syntax for DROP OPERATOR with unary operators.Tom Lane2001-10-221-1/+3
* DROP AGGREGATE and COMMENT ON AGGREGATE now accept the expected syntaxTom Lane2001-10-031-11/+4
* More message munging and localization for pg_dump, especially thePeter Eisentraut2001-07-031-39/+22
* National language support for pg_dump and pg_restore. Combined with bigPeter Eisentraut2001-06-271-28/+34
* - Handle overridden attrs as per discussions 2-Apr-2001Philip Warner2001-04-031-19/+107
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-25/+31
* Restructure the key include files per recent pghackers discussion: thereTom Lane2001-02-101-5/+2
* Used LEFT OUTER JOIN for various queriesPhilip Warner2001-01-281-1/+1
* Applied (slightly modified) patches from Tatsuo:Philip Warner2001-01-281-6/+6
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Fixed handling of renamed columns in PK constraintsPhilip Warner2001-01-121-30/+19
* Ensure that all uses of <ctype.h> functions are applied to unsigned-charTom Lane2000-12-031-4/+7
* Minor code cleanup (cast away const-ness)Philip Warner2000-09-151-2/+2
* - Support for relkind = RELKIND_VIEW.Philip Warner2000-09-151-6/+29
* Support SQL99 embedded double-quote syntax for quoted identifiers.Thomas G. Lockhart2000-08-061-2/+11
* pg_dump patch from Philip WarnerBruce Momjian2000-07-041-19/+19
* Big warnings cleanup for Solaris/GCC. Down to about 40 now, butPeter Eisentraut2000-06-141-4/+4
* pg_dump barfs on negative values for index column numbers --- like, say,Tom Lane2000-05-191-2/+2
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-5/+5
* Add:Bruce Momjian2000-01-261-2/+3
* Bruce,Bruce Momjian2000-01-181-1/+9
* Fix quoting bugs and incorrect trigger argument printout.Tom Lane2000-01-181-18/+29
* Clean up pg_dump coredumps caused by change of output formatting forTom Lane2000-01-161-20/+28
* Hi, allBruce Momjian1999-12-271-7/+14
* Add system indexes to match all caches.Bruce Momjian1999-11-221-3/+3
* Look Ma, no MAX_PARSE_BUFFER! (At least not in the backend.Tom Lane1999-10-231-5/+2
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-4/+1
* Make pg_dump dump ACL's by default, print warning on use of -z, and addBruce Momjian1999-05-271-3/+3
* Fix pg_dump to use the same maximum-query-size constant asTom Lane1999-05-261-2/+2
* pgindent run over code.Bruce Momjian1999-05-251-6/+6
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-3/+3
* Adjust handling of data type names to suppress double quotesThomas G. Lockhart1998-12-131-5/+5
* Playing around with pg_dump for a while resulted in someBruce Momjian1998-10-061-2/+10
* Surround all identifiers with double quotes.Thomas G. Lockhart1998-10-021-5/+9
* I also noticed that pg_dump contains a copy of the sameBruce Momjian1998-09-201-2/+20
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-5/+3
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-2/+2
* Solaris cleanup.Bruce Momjian1998-06-191-2/+2
* Remove un-needed braces around single statements.Bruce Momjian1998-06-151-7/+1
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-8/+12
* More archive cleanup.Bruce Momjian1997-11-211-12/+1
* Support SQL92 delimited identifiers by checking some attribute namesThomas G. Lockhart1997-10-301-1/+28
* Dump DEFAULT, CHECK, Triggers.Vadim B. Mikheev1997-10-021-3/+3
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-18/+18