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
*
Add parallel pg_dump option.
Andrew Dunstan
2013-03-24
*
Add a materialized view relations.
Kevin Grittner
2013-03-03
*
Create libpgcommon, and move pg_malloc et al to it
Alvaro Herrera
2013-02-12
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
pg_dump: Output functions deterministically sorted
Alvaro Herrera
2012-10-18
*
Standardize naming of malloc/realloc/strdup wrapper functions.
Tom Lane
2012-10-02
*
Fix dumping of security_barrier views with circular dependencies.
Tom Lane
2012-08-21
*
Add translator comments to module names
Alvaro Herrera
2012-07-25
*
Syntax support and documentation for event triggers.
Robert Haas
2012-07-18
*
Improve pg_dump's dependency-sorting logic to enforce section dump order.
Tom Lane
2012-06-25
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Message style improvements
Peter Eisentraut
2012-06-07
*
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
*
pg_dump: Dump operators with the same name ordered by arity
Peter Eisentraut
2012-01-05
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Simplify the pg_dump/pg_restore error reporting macros, and allow
Bruce Momjian
2011-11-29
*
Move pg_dump memory routines into pg_dumpmem.c/h and restore common.c
Bruce Momjian
2011-11-26
*
Modify pg_dump to use error-free memory allocation macros. This avoids
Bruce Momjian
2011-11-25
*
Further review of range-types patch.
Tom Lane
2011-11-18
*
Remove many -Wcast-qual warnings
Peter Eisentraut
2011-09-11
*
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
[next]