index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
/
pg_dump
/
pg_dump_sort.c
Commit message (
Expand
)
Author
Age
*
Improve pg_dump's dependency-sorting logic to enforce section dump order.
Tom Lane
2012-06-25
*
Fix O(N^2) behavior in pg_dump when many objects are in dependency loops.
Tom Lane
2012-03-31
*
Fix pg_dump for better handling of inherited columns.
Tom Lane
2012-02-10
*
Fix pg_dump's dump order for collations versus extensions.
Tom Lane
2011-03-06
*
DDL support for collations
Peter Eisentraut
2011-02-12
*
Core support for "extensions", which are packages of SQL objects.
Tom Lane
2011-02-08
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
*
Fix up pg_dump's treatment of large object ownership and ACLs. We now emit
Tom Lane
2010-02-18
*
When sorting functions in pg_dump, break ties (same name) by number of arguments
Peter Eisentraut
2010-02-15
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
Create an ALTER DEFAULT PRIVILEGES command, which allows users to adjust
Tom Lane
2009-10-05
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
*
Fix a pg_dump output ordering problem introduced in 8.3 by the addition of
Tom Lane
2009-01-18
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
*
SQL/MED catalog manipulation facilities
Peter Eisentraut
2008-12-19
*
Make pg_dump --data-only try to order the table dumps so that foreign keys'
Tom Lane
2008-09-08
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
*
Tsearch2 functionality migrates to core. The bulk of this work is by
Tom Lane
2007-08-21
*
Code cleanup: mark some variables with the "const" modifier, when they
Neil Conway
2007-03-18
*
Update pg_dump to support dumping operator families.
Tom Lane
2007-01-23
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
*
Remove 576 references of include files that were not needed.
Bruce Momjian
2006-07-14
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
*
Fix up pg_dump to emit shell-type definitions at the proper time, to
Tom Lane
2006-03-02
*
Re-run pgindent, fixing a problem where comment lines after a blank
Bruce Momjian
2005-11-22
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
*
Dump comments for large objects.
Tom Lane
2005-06-30
*
Fix minor thinko in logic to set dump order when dumping from a pre-7.3
Tom Lane
2005-02-03
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
*
Cope with circularities involving a view's ON SELECT rule. I originally
Tom Lane
2004-12-14
*
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
*
Update copyright to 2004.
Bruce Momjian
2004-08-29
*
Modify pg_dump so that the preferred dump order is by name within
Tom Lane
2004-03-03
*
One more pass at reducing the cost of pg_dump's new implementation:
Tom Lane
2003-12-07
*
Replace not-very-bright implementation of topological sort with a better
Tom Lane
2003-12-06
*
Massive overhaul of pg_dump: make use of dependency information from
Tom Lane
2003-12-06