]> granicus.if.org Git - postgresql/history - src/bin/pg_dump/common.c
Make the order of the header file includes consistent in non-backend modules.
[postgresql] / src / bin / pg_dump / common.c
2019-10-25 Amit KapilaMake the order of the header file includes consistent...
2019-10-17 Alvaro HerreraFix parallel restore of FKs to partitioned tables
2019-06-17 Michael PaquierFix more typos and inconsistencies in the tree
2019-05-22 Tom LanePhase 2 pgindent run for v12.
2019-05-22 Tom LaneInitial pgindent run for v12.
2019-05-14 Tom LaneMove logging.h and logging.c from src/fe_utils/ to...
2019-04-01 Peter EisentrautUnified logging system for command-line programs
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-08-28 Tom LaneCode review for pg_dump's handling of ALTER INDEX ATTAC...
2018-04-26 Tom LanePost-feature-freeze pgindent run.
2018-04-08 Tom LaneSwitch client-side code to include catalog/pg_foo_d...
2018-02-11 Tom LaneFix assorted errors in pg_dump's handling of extended...
2018-01-19 Alvaro HerreraLocal partitioned indexes
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-08-15 Robert Haaspg_dump: Add a --load-via-partition-root option.
2017-05-05 Stephen FrostChange the way pg_dump retrieves partitioning info
2017-03-24 Alvaro HerreraImplement multivariate n-distinct coefficients
2017-01-20 Peter EisentrautLogical replication
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-12-07 Robert HaasImplement table partitioning.
2016-04-07 Stephen FrostIn pg_dump, use a bitmap to represent what to include
2016-03-24 Tom LaneCreate src/fe_utils/, and move stuff into there from...
2016-03-24 Alvaro HerreraSupport CREATE ACCESS METHOD
2016-01-13 Tom LaneHandle extension members when first setting object...
2016-01-13 Tom LaneAccess pg_dump's options structs through Archive struct...
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-04-26 Peter EisentrautAdd transforms feature
2015-02-11 Tom LaneFix pg_dump's heuristic for deciding which casts to...
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-11-27 Stephen FrostRename pg_rowsecurity -> pg_policy and other fixes
2014-10-14 Alvaro Herrerapg_dump: Reduce use of global variables
2014-09-19 Stephen FrostRow-Level Security Policies (RLS)
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-07-05 Noah MischUpdate messages, comments and documentation for materia...
2013-06-10 Joe ConwayFix ordering of obj id for Rules and EventTriggers...
2013-03-27 Heikki LinnakangasMove some pg_dump function around.
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-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.
next