aboutsummaryrefslogtreecommitdiff
path: root/src/bin/pg_dump/pg_dump_sort.c
Commit message (Expand)AuthorAge
* Improve pg_dump's dependency-sorting logic to enforce section dump order.Tom Lane2012-06-25
* Fix O(N^2) behavior in pg_dump when many objects are in dependency loops.Tom Lane2012-03-31
* Fix pg_dump for better handling of inherited columns.Tom Lane2012-02-10
* Fix pg_dump's dump order for collations versus extensions.Tom Lane2011-03-06
* DDL support for collationsPeter Eisentraut2011-02-12
* 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
* pgindent run for 9.0Bruce Momjian2010-02-26
* Fix up pg_dump's treatment of large object ownership and ACLs. We now emitTom Lane2010-02-18
* When sorting functions in pg_dump, break ties (same name) by number of argumentsPeter Eisentraut2010-02-15
* 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
* Fix a pg_dump output ordering problem introduced in 8.3 by the addition ofTom Lane2009-01-18
* Update copyright for 2009.Bruce Momjian2009-01-01
* SQL/MED catalog manipulation facilitiesPeter Eisentraut2008-12-19
* Make pg_dump --data-only try to order the table dumps so that foreign keys'Tom Lane2008-09-08
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Tsearch2 functionality migrates to core. The bulk of this work is byTom Lane2007-08-21
* Code cleanup: mark some variables with the "const" modifier, when theyNeil Conway2007-03-18
* 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
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* 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
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Dump comments for large objects.Tom Lane2005-06-30
* Fix minor thinko in logic to set dump order when dumping from a pre-7.3Tom Lane2005-02-03
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Cope with circularities involving a view's ON SELECT rule. I originallyTom Lane2004-12-14
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Modify pg_dump so that the preferred dump order is by name withinTom Lane2004-03-03
* One more pass at reducing the cost of pg_dump's new implementation:Tom Lane2003-12-07
* Replace not-very-bright implementation of topological sort with a betterTom Lane2003-12-06
* Massive overhaul of pg_dump: make use of dependency information fromTom Lane2003-12-06