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
*
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
*
Fix pg_dump for better handling of inherited columns.
Tom Lane
2012-02-10
*
Fix pg_dump to dump casts between auto-generated types.
Tom Lane
2011-10-18
*
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
*
Modify pg_dump to assume that a check constraint is inherited if its
Tom Lane
2005-06-27
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
*
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
*
Update copyright to 2004.
Bruce Momjian
2004-08-29
*
Rename static variables to avoid possible name conflicts on systems with
Tom Lane
2004-05-20
*
Modify pg_dump so that the preferred dump order is by name within
Tom Lane
2004-03-03
*
Work around naming conflict between zlib and OpenSSL by tweaking inclusion
Tom Lane
2003-12-08
*
Speed up findObjectByCatalogId() to get rid of the other salient
Tom Lane
2003-12-07
*
Massive overhaul of pg_dump: make use of dependency information from
Tom Lane
2003-12-06
*
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-11-29
*
COMMENT ON casts, conversions, languages, operator classes, and
Tom Lane
2003-11-21
*
Update copyrights to 2003.
Bruce Momjian
2003-08-04
*
pgindent run.
Bruce Momjian
2003-08-04
*
Apply message style guide to frontend programs.
Peter Eisentraut
2003-07-23
[next]