aboutsummaryrefslogtreecommitdiff
path: root/src/bin/pg_dump/common.c
Commit message (Expand)AuthorAge
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Apply message style guide to frontend programs.Peter Eisentraut2003-07-23
* Allow fseeko in pg_dump only if fseeko() will work for all supported fileBruce Momjian2002-10-25
* > Alvaro Herrera <alvherre@atentus.com> writes:Bruce Momjian2002-10-09
* pgindent run.Bruce Momjian2002-09-04
* Code review for standalone composite types, query-specified compositeTom Lane2002-08-29
* Tom Lane wrote:Bruce Momjian2002-08-15
* Teach pg_dump to dump user-defined operator classes. For the moment,Tom Lane2002-07-30
* pg_cast table, and standards-compliant CREATE/DROP CAST commands, plusPeter Eisentraut2002-07-18
* Update copyright to 2002.Bruce Momjian2002-06-20
* First pass at schema-fying pg_dump/pg_restore. Much to do still,Tom Lane2002-05-10
* The attached patch cleans up some code in pg_dump. It cuts someBruce Momjian2002-04-24
* Be more wary about mixed-case database names and user names. GetTom Lane2002-02-11
* Fix pg_dump to read-lock all tables to be dumped as soon as it's readTom Lane2002-01-11
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Generate correct syntax for DROP OPERATOR with unary operators.Tom Lane2001-10-22
* DROP AGGREGATE and COMMENT ON AGGREGATE now accept the expected syntaxTom Lane2001-10-03
* More message munging and localization for pg_dump, especially thePeter Eisentraut2001-07-03
* National language support for pg_dump and pg_restore. Combined with bigPeter Eisentraut2001-06-27
* - Handle overridden attrs as per discussions 2-Apr-2001Philip Warner2001-04-03
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Restructure the key include files per recent pghackers discussion: thereTom Lane2001-02-10
* Used LEFT OUTER JOIN for various queriesPhilip Warner2001-01-28
* Applied (slightly modified) patches from Tatsuo:Philip Warner2001-01-28
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Fixed handling of renamed columns in PK constraintsPhilip Warner2001-01-12
* Ensure that all uses of <ctype.h> functions are applied to unsigned-charTom Lane2000-12-03
* Minor code cleanup (cast away const-ness)Philip Warner2000-09-15
* - Support for relkind = RELKIND_VIEW.Philip Warner2000-09-15
* Support SQL99 embedded double-quote syntax for quoted identifiers.Thomas G. Lockhart2000-08-06
* pg_dump patch from Philip WarnerBruce Momjian2000-07-04
* Big warnings cleanup for Solaris/GCC. Down to about 40 now, butPeter Eisentraut2000-06-14
* pg_dump barfs on negative values for index column numbers --- like, say,Tom Lane2000-05-19
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Add:Bruce Momjian2000-01-26
* Bruce,Bruce Momjian2000-01-18
* Fix quoting bugs and incorrect trigger argument printout.Tom Lane2000-01-18
* Clean up pg_dump coredumps caused by change of output formatting forTom Lane2000-01-16
* Hi, allBruce Momjian1999-12-27
* Add system indexes to match all caches.Bruce Momjian1999-11-22
* Look Ma, no MAX_PARSE_BUFFER! (At least not in the backend.Tom Lane1999-10-23
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
* Make pg_dump dump ACL's by default, print warning on use of -z, and addBruce Momjian1999-05-27
* Fix pg_dump to use the same maximum-query-size constant asTom Lane1999-05-26
* pgindent run over code.Bruce Momjian1999-05-25
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* Adjust handling of data type names to suppress double quotesThomas G. Lockhart1998-12-13
* Playing around with pg_dump for a while resulted in someBruce Momjian1998-10-06
* Surround all identifiers with double quotes.Thomas G. Lockhart1998-10-02