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
/
common.c
Commit message (
Expand
)
Author
Age
*
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
*
Support multiple -t/--table arguments for more commands
Magnus Hagander
2013-01-17
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Syntax support and documentation for event triggers.
Robert Haas
2012-07-18
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Use binary search instead of brute-force scan in findNamespace().
Tom Lane
2012-05-25
*
Fix O(N^2) behavior in pg_dump for large numbers of owned sequences.
Tom Lane
2012-03-31
*
Invent on_exit_nicely for pg_dump.
Robert Haas
2012-02-16
*
Fix pg_dump for better handling of inherited columns.
Tom Lane
2012-02-10
*
pg_dump: Remove global Archive pointer.
Robert Haas
2012-02-06
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Add --section option to pg_dump and pg_restore.
Andrew Dunstan
2011-12-16
*
Clean up after recent pg_dump patches.
Tom Lane
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
*
Fix pg_dump to dump casts between auto-generated types.
Tom Lane
2011-10-18
*
Remove many -Wcast-qual warnings
Peter Eisentraut
2011-09-11
*
Obtain table locks as soon as practical during pg_dump.
Tom Lane
2011-06-17
*
Clean up most -Wunused-but-set-variable warnings from gcc 4.6
Peter Eisentraut
2011-04-11
*
Revert addition of third argument to format_type().
Tom Lane
2011-03-10
*
DDL support for collations
Peter Eisentraut
2011-02-12
*
Fix pg_upgrade to handle extensions.
Tom Lane
2011-02-09
*
Rethink order of operations for dumping extension member objects.
Tom Lane
2011-02-09
*
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
*
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
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
*
SQL/MED catalog manipulation facilities
Peter Eisentraut
2008-12-19
*
Change the rules for inherited CHECK constraints to be essentially the same
Tom Lane
2008-05-09
*
Reduce the need for frontend programs to include "postgres.h" by refactoring
Tom Lane
2008-03-27
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
*
Re-run pgindent with updated list of typedefs. (Updated README should
Bruce Momjian
2007-11-15
*
pgindent run for 8.3.
Bruce Momjian
2007-11-15
*
Fix a couple of issues with pg_dump's handling of inheritance child tables
Tom Lane
2007-10-28
*
Replace linear searches with binary searches in pg_dump's code to
Tom Lane
2007-09-23
*
Tsearch2 functionality migrates to core. The bulk of this work is by
Tom Lane
2007-08-21
*
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
*
Revise psql pattern-matching switches as per discussion. The rule is now
Tom Lane
2006-10-09
*
Remove separate strdup.h header file; it's redundant with port.h.
Tom Lane
2006-09-27
*
Allow multiple -n (schema) and -t (table) pg_dump options, and add -T
Bruce Momjian
2006-08-01
*
Remove 576 references of include files that were not needed.
Bruce Momjian
2006-07-14
*
Add strerror to pg_dump error messages where missing.
Peter Eisentraut
2006-05-22
*
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
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
[next]