aboutsummaryrefslogtreecommitdiff
path: root/src/bin/pg_dump/common.c
Commit message (Expand)AuthorAge
* Use binary search instead of brute-force scan in findNamespace().Tom Lane2012-05-25
* Fix O(N^2) behavior in pg_dump for large numbers of owned sequences.Tom Lane2012-03-31
* Fix pg_dump for better handling of inherited columns.Tom Lane2012-02-10
* Fix pg_dump to dump casts between auto-generated types.Tom Lane2011-10-18
* Obtain table locks as soon as practical during pg_dump.Tom Lane2011-06-17
* Clean up most -Wunused-but-set-variable warnings from gcc 4.6Peter Eisentraut2011-04-11
* Revert addition of third argument to format_type().Tom Lane2011-03-10
* DDL support for collationsPeter Eisentraut2011-02-12
* Fix pg_upgrade to handle extensions.Tom Lane2011-02-09
* Rethink order of operations for dumping extension member objects.Tom Lane2011-02-09
* Core support for "extensions", which are packages of SQL objects.Tom Lane2011-02-08
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Create an ALTER DEFAULT PRIVILEGES command, which allows users to adjustTom Lane2009-10-05
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Update copyright for 2009.Bruce Momjian2009-01-01
* SQL/MED catalog manipulation facilitiesPeter Eisentraut2008-12-19
* Change the rules for inherited CHECK constraints to be essentially the sameTom Lane2008-05-09
* Reduce the need for frontend programs to include "postgres.h" by refactoringTom Lane2008-03-27
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian2007-11-15
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Fix a couple of issues with pg_dump's handling of inheritance child tablesTom Lane2007-10-28
* Replace linear searches with binary searches in pg_dump's code toTom Lane2007-09-23
* Tsearch2 functionality migrates to core. The bulk of this work is byTom Lane2007-08-21
* Update pg_dump to support dumping operator families.Tom Lane2007-01-23
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Revise psql pattern-matching switches as per discussion. The rule is nowTom Lane2006-10-09
* Remove separate strdup.h header file; it's redundant with port.h.Tom Lane2006-09-27
* Allow multiple -n (schema) and -t (table) pg_dump options, and add -TBruce Momjian2006-08-01
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* Add strerror to pg_dump error messages where missing.Peter Eisentraut2006-05-22
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Fix up pg_dump to emit shell-type definitions at the proper time, toTom Lane2006-03-02
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Modify pg_dump to assume that a check constraint is inherited if itsTom Lane2005-06-27
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Rename static variables to avoid possible name conflicts on systems withTom Lane2004-05-20
* Modify pg_dump so that the preferred dump order is by name withinTom Lane2004-03-03
* Work around naming conflict between zlib and OpenSSL by tweaking inclusionTom Lane2003-12-08
* Speed up findObjectByCatalogId() to get rid of the other salientTom Lane2003-12-07
* Massive overhaul of pg_dump: make use of dependency information fromTom Lane2003-12-06
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* COMMENT ON casts, conversions, languages, operator classes, andTom Lane2003-11-21
* 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