]> granicus.if.org Git - postgresql/history - src/bin/pg_dump/pg_dump_sort.c
Fix dumping of a materialized view that depends on a table's primary key.
[postgresql] / src / bin / pg_dump / pg_dump_sort.c
2014-03-29 Tom LaneFix dumping of a materialized view that depends on...
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-03-27 Heikki LinnakangasMove some pg_dump function around.
2013-03-24 Andrew DunstanAdd parallel pg_dump option.
2013-03-04 Kevin GrittnerAdd a materialized view relations.
2013-02-12 Alvaro HerreraCreate libpgcommon, and move pg_malloc et al to it
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-10-18 Alvaro Herrerapg_dump: Output functions deterministically sorted
2012-10-02 Tom LaneStandardize naming of malloc/realloc/strdup wrapper...
2012-08-21 Tom LaneFix dumping of security_barrier views with circular...
2012-07-25 Alvaro HerreraAdd translator comments to module names
2012-07-18 Robert HaasSyntax support and documentation for event triggers.
2012-06-26 Tom LaneImprove pg_dump's dependency-sorting logic to enforce...
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-06-07 Peter EisentrautMessage style improvements
2012-03-31 Tom LaneFix O(N^2) behavior in pg_dump when many objects are...
2012-02-10 Tom LaneFix pg_dump for better handling of inherited columns.
2012-01-05 Peter Eisentrautpg_dump: Dump operators with the same name ordered...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-11-29 Bruce MomjianSimplify the pg_dump/pg_restore error reporting macros...
2011-11-27 Bruce MomjianMove pg_dump memory routines into pg_dumpmem.c/h and...
2011-11-25 Bruce MomjianModify pg_dump to use error-free memory allocation...
2011-11-18 Tom LaneFurther review of range-types patch.
2011-09-11 Peter EisentrautRemove many -Wcast-qual warnings
2011-03-06 Tom LaneFix pg_dump's dump order for collations versus extensions.
2011-02-12 Peter EisentrautDDL support for collations
2011-02-08 Tom LaneCore support for "extensions", which are packages of...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-18 Tom LaneFix up pg_dump's treatment of large object ownership...
2010-02-15 Peter EisentrautWhen sorting functions in pg_dump, break ties (same...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-10-05 Tom LaneCreate an ALTER DEFAULT PRIVILEGES command, which allow...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-01-18 Tom LaneFix a pg_dump output ordering problem introduced in...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-19 Peter EisentrautSQL/MED catalog manipulation facilities
2008-09-08 Tom LaneMake pg_dump --data-only try to order the table dumps...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-08-21 Tom LaneTsearch2 functionality migrates to core. The bulk...
2007-03-18 Neil ConwayCode cleanup: mark some variables with the "const"...
2007-01-23 Tom LaneUpdate pg_dump to support dumping operator families.
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-03-02 Tom LaneFix up pg_dump to emit shell-type definitions at the...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-06-30 Tom LaneDump comments for large objects.
2005-02-03 Tom LaneFix minor thinko in logic to set dump order when dumpin...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-12-14 Tom LaneCope with circularities involving a view's ON SELECT...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-03-03 Tom LaneModify pg_dump so that the preferred dump order is...
2003-12-07 Tom LaneOne more pass at reducing the cost of pg_dump's new...
2003-12-06 Tom LaneReplace not-very-bright implementation of topological...
2003-12-06 Tom LaneMassive overhaul of pg_dump: make use of dependency...