]> granicus.if.org Git - postgresql/history - src/bin/pg_dump/common.c
Create libpgcommon, and move pg_malloc et al to it
[postgresql] / src / bin / pg_dump / common.c
2013-02-12 Alvaro HerreraCreate libpgcommon, and move pg_malloc et al to it
2013-01-17 Magnus HaganderSupport multiple -t/--table arguments for more commands
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-07-18 Robert HaasSyntax support and documentation for event triggers.
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-05-25 Tom LaneUse binary search instead of brute-force scan in findNa...
2012-03-31 Tom LaneFix O(N^2) behavior in pg_dump for large numbers of...
2012-02-16 Robert HaasInvent on_exit_nicely for pg_dump.
2012-02-10 Tom LaneFix pg_dump for better handling of inherited columns.
2012-02-06 Robert Haaspg_dump: Remove global Archive pointer.
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-12-17 Andrew DunstanAdd --section option to pg_dump and pg_restore.
2011-11-30 Tom LaneClean up after recent pg_dump patches.
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-10-18 Tom LaneFix pg_dump to dump casts between auto-generated types.
2011-09-11 Peter EisentrautRemove many -Wcast-qual warnings
2011-06-17 Tom LaneObtain table locks as soon as practical during pg_dump.
2011-04-11 Peter EisentrautClean up most -Wunused-but-set-variable warnings from...
2011-03-10 Tom LaneRevert addition of third argument to format_type().
2011-02-12 Peter EisentrautDDL support for collations
2011-02-10 Tom LaneFix pg_upgrade to handle extensions.
2011-02-09 Tom LaneRethink order of operations for dumping extension membe...
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-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-01 Bruce MomjianUpdate copyright for 2009.
2008-12-19 Peter EisentrautSQL/MED catalog manipulation facilities
2008-05-09 Tom LaneChange the rules for inherited CHECK constraints to...
2008-03-27 Tom LaneReduce the need for frontend programs to include "postg...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce MomjianRe-run pgindent with updated list of typedefs. (Update...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-10-28 Tom LaneFix a couple of issues with pg_dump's handling of inher...
2007-09-23 Tom LaneReplace linear searches with binary searches in pg_dump...
2007-08-21 Tom LaneTsearch2 functionality migrates to core. The bulk...
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-10-09 Tom LaneRevise psql pattern-matching switches as per discussion...
2006-09-27 Tom LaneRemove separate strdup.h header file; it's redundant...
2006-08-01 Bruce MomjianAllow multiple -n (schema) and -t (table) pg_dump...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-05-22 Peter EisentrautAdd strerror to pg_dump error messages where missing.
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-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-06-27 Tom LaneModify pg_dump to assume that a check constraint is...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-05-20 Tom LaneRename static variables to avoid possible name conflict...
2004-03-03 Tom LaneModify pg_dump so that the preferred dump order is...
2003-12-08 Tom LaneWork around naming conflict between zlib and OpenSSL...
2003-12-07 Tom LaneSpeed up findObjectByCatalogId() to get rid of the...
2003-12-06 Tom LaneMassive overhaul of pg_dump: make use of dependency...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-11-21 Tom LaneCOMMENT ON casts, conversions, languages, operator...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-07-23 Peter EisentrautApply message style guide to frontend programs.
2002-10-25 Bruce MomjianAllow fseeko in pg_dump only if fseeko() will work...
2002-10-09 Bruce Momjian> Alvaro Herrera <alvherre@atentus.com> writes:
2002-09-04 Bruce Momjianpgindent run.
2002-08-29 Tom LaneCode review for standalone composite types, query-speci...
2002-08-15 Bruce MomjianTom Lane wrote:
2002-07-30 Tom LaneTeach pg_dump to dump user-defined operator classes...
2002-07-18 Peter Eisentrautpg_cast table, and standards-compliant CREATE/DROP...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-05-10 Tom LaneFirst pass at schema-fying pg_dump/pg_restore. Much...
2002-04-24 Bruce MomjianThe attached patch cleans up some code in pg_dump....
2002-02-11 Tom LaneBe more wary about mixed-case database names and user...
2002-01-11 Tom LaneFix pg_dump to read-lock all tables to be dumped as...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-22 Tom LaneGenerate correct syntax for DROP OPERATOR with unary...
2001-10-03 Tom LaneDROP AGGREGATE and COMMENT ON AGGREGATE now accept...
2001-07-03 Peter EisentrautMore message munging and localization for pg_dump,...
2001-06-27 Peter EisentrautNational language support for pg_dump and pg_restore...
2001-04-03 Philip Warner- Handle overridden attrs as per discussions 2-Apr...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-02-10 Tom LaneRestructure the key include files per recent pghackers...
2001-01-28 Philip WarnerUsed LEFT OUTER JOIN for various queries
2001-01-28 Philip WarnerApplied (slightly modified) patches from Tatsuo:
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2001-01-12 Philip WarnerFixed handling of renamed columns in PK constraints
2000-12-03 Tom LaneEnsure that all uses of <ctype.h> functions are applied...
2000-09-15 Philip WarnerMinor code cleanup (cast away const-ness)
2000-09-15 Philip Warner- Support for relkind = RELKIND_VIEW.
2000-08-06 Thomas G. LockhartSupport SQL99 embedded double-quote syntax for quoted...
2000-07-04 Bruce Momjianpg_dump patch from Philip Warner
2000-06-14 Peter EisentrautBig warnings cleanup for Solaris/GCC. Down to about...
2000-05-19 Tom Lanepg_dump barfs on negative values for index column numbe...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-01-26 Bruce MomjianAdd:
2000-01-18 Bruce MomjianBruce,
2000-01-18 Tom LaneFix quoting bugs and incorrect trigger argument printout.
2000-01-16 Tom LaneClean up pg_dump coredumps caused by change of output...
1999-12-27 Bruce MomjianHi, all
next