aboutsummaryrefslogtreecommitdiff
path: root/src/bin/pg_dump/pg_dump_sort.c
Commit message (Expand)AuthorAge
* Add parallel pg_dump option.Andrew Dunstan2013-03-24
* Add a materialized view relations.Kevin Grittner2013-03-03
* Create libpgcommon, and move pg_malloc et al to itAlvaro Herrera2013-02-12
* Update copyrights for 2013Bruce Momjian2013-01-01
* pg_dump: Output functions deterministically sortedAlvaro Herrera2012-10-18
* Standardize naming of malloc/realloc/strdup wrapper functions.Tom Lane2012-10-02
* Fix dumping of security_barrier views with circular dependencies.Tom Lane2012-08-21
* Add translator comments to module namesAlvaro Herrera2012-07-25
* Syntax support and documentation for event triggers.Robert Haas2012-07-18
* Improve pg_dump's dependency-sorting logic to enforce section dump order.Tom Lane2012-06-25
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Message style improvementsPeter Eisentraut2012-06-07
* 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
* pg_dump: Dump operators with the same name ordered by arityPeter Eisentraut2012-01-05
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Simplify the pg_dump/pg_restore error reporting macros, and allowBruce Momjian2011-11-29
* Move pg_dump memory routines into pg_dumpmem.c/h and restore common.cBruce Momjian2011-11-26
* Modify pg_dump to use error-free memory allocation macros. This avoidsBruce Momjian2011-11-25
* Further review of range-types patch.Tom Lane2011-11-18
* Remove many -Wcast-qual warningsPeter Eisentraut2011-09-11
* 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