summaryrefslogtreecommitdiff
path: root/src/bin/pg_dump/common.c
Commit message (Expand)AuthorAgeFilesLines
* Change the rules for inherited CHECK constraints to be essentially the sameTom Lane2008-05-091-43/+4
* Reduce the need for frontend programs to include "postgres.h" by refactoringTom Lane2008-03-271-5/+4
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian2007-11-151-5/+5
* pgindent run for 8.3.Bruce Momjian2007-11-151-12/+14
* Fix a couple of issues with pg_dump's handling of inheritance child tablesTom Lane2007-10-281-9/+43
* Replace linear searches with binary searches in pg_dump's code toTom Lane2007-09-231-42/+84
* Tsearch2 functionality migrates to core. The bulk of this work is byTom Lane2007-08-211-1/+25
* Update pg_dump to support dumping operator families.Tom Lane2007-01-231-1/+7
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Revise psql pattern-matching switches as per discussion. The rule is nowTom Lane2006-10-091-14/+130
* Remove separate strdup.h header file; it's redundant with port.h.Tom Lane2006-09-271-5/+1
* Allow multiple -n (schema) and -t (table) pg_dump options, and add -TBruce Momjian2006-08-011-4/+2
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-3/+1
* Add strerror to pg_dump error messages where missing.Peter Eisentraut2006-05-221-3/+3
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Fix up pg_dump to emit shell-type definitions at the proper time, toTom Lane2006-03-021-4/+5
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-13/+12
* Modify pg_dump to assume that a check constraint is inherited if itsTom Lane2005-06-271-11/+12
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Pgindent run for 8.0.Bruce Momjian2004-08-291-14/+14
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Rename static variables to avoid possible name conflicts on systems withTom Lane2004-05-201-11/+11
* Modify pg_dump so that the preferred dump order is by name withinTom Lane2004-03-031-5/+7
* Work around naming conflict between zlib and OpenSSL by tweaking inclusionTom Lane2003-12-081-1/+2
* Speed up findObjectByCatalogId() to get rid of the other salientTom Lane2003-12-071-11/+71
* Massive overhaul of pg_dump: make use of dependency information fromTom Lane2003-12-061-227/+378
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* COMMENT ON casts, conversions, languages, operator classes, andTom Lane2003-11-211-1/+14
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-5/+3
* Apply message style guide to frontend programs.Peter Eisentraut2003-07-231-8/+8
* Allow fseeko in pg_dump only if fseeko() will work for all supported fileBruce Momjian2002-10-251-2/+2
* > Alvaro Herrera <alvherre@atentus.com> writes:Bruce Momjian2002-10-091-5/+13
* pgindent run.Bruce Momjian2002-09-041-5/+5
* Code review for standalone composite types, query-specified compositeTom Lane2002-08-291-7/+5
* Tom Lane wrote:Bruce Momjian2002-08-151-5/+7
* Teach pg_dump to dump user-defined operator classes. For the moment,Tom Lane2002-07-301-1/+14
* pg_cast table, and standards-compliant CREATE/DROP CAST commands, plusPeter Eisentraut2002-07-181-1/+25
* 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