OSDN Git Service

Add a "provariadic" column to pg_proc to eliminate the remarkably expensive
[pg-rex/syncrep.git] / src / bin / pg_dump / pg_dump.c
2008-07-16 Tom LaneAdd a "provariadic" column to pg_proc to eliminate...
2008-07-16 Tom LaneSupport "variadic" functions, which can accept a variab...
2008-07-01 Heikki LinnakangasMove volatility, language, etc. modifiers before functi...
2008-05-16 Tom LaneAdd a RESTART (without parameter) option to ALTER SEQUE...
2008-05-12 Alvaro HerreraRestructure some header files a bit, in particular...
2008-05-09 Tom LaneChange the rules for inherited CHECK constraints to...
2008-05-03 Andrew DunstanDisable statement timeouts while making or restoring...
2008-04-14 Tom LanePush index operator lossiness determination down to...
2008-04-13 Tom LaneTurn the -i/--ignore-version options of pg_dump and...
2008-03-28 Tom LaneSupport statement-level ON TRUNCATE triggers. Simon...
2008-03-27 Tom LaneReduce the need for frontend programs to include "postg...
2008-03-26 Bruce MomjianStrengthen warnings about using pg_dump's -i option.
2008-03-20 Tom LaneSupport a --no-tablespaces option in pg_dump/pg_dumpall...
2008-01-30 Tom LaneAdd a GUC variable "synchronize_seqscans" to allow...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-12-11 Tom LaneRemove the long-deprecated -u option from psql, since...
2007-11-19 Bruce MomjianUpdate comment.
2007-11-19 Bruce MomjianAdd comment about COMMENT ON DATABASE failing for diffe...
2007-11-15 Bruce MomjianRe-run pgindent with updated list of typedefs. (Update...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-11-08 Peter EisentrautAdd missing newlines to error messages, and normalize...
2007-11-07 Peter EisentrautError message cleanup
2007-10-13 Tom LaneFix the inadvertent libpq ABI breakage discovered by...
2007-09-03 Tom LaneImplement function-local GUC parameter settings, as...
2007-08-22 Tom LaneSimplify the syntax of CREATE/ALTER TEXT SEARCH DICTION...
2007-08-21 Tom LaneTsearch2 functionality migrates to core. The bulk...
2007-07-12 Neil ConwayFixup the indentation of a comment that was mangled...
2007-05-11 Tom LaneSupport arrays of composite types, including the rowtyp...
2007-04-16 Tom LaneFix pg_dump to not crash if -t or a similar switch...
2007-04-02 Tom LaneSupport enum data types. Along the way, use macros...
2007-03-26 Tom LaneAllow non-superuser database owners to create procedura...
2007-03-22 Bruce MomjianAdd comment that pg_dump 'append' format is used only...
2007-03-22 Bruce MomjianIn pg_dump, strcasecmp -> pg_strcasecmp.
2007-03-22 Bruce MomjianProperly enforce pg_dump -F formation options; only...
2007-03-19 Jan WieckChanges pg_trigger and extend pg_rewrite in order to...
2007-02-14 Tom LaneFix up foreign-key mechanism so that there is a sound...
2007-01-25 Bruce MomjianAdd 'output file' option for pg_dumpall, especially...
2007-01-23 Tom LaneUpdate pg_dump to support dumping operator families.
2007-01-22 Tom LaneAdd COST and ROWS options to CREATE/ALTER FUNCTION...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-12-30 Tom LaneSupport type modifiers for user-defined types, and...
2006-12-23 Tom LaneRestructure operator classes to allow improved handling...
2006-10-09 Tom LaneRevise psql pattern-matching switches as per discussion...
2006-10-07 Peter EisentrautThe -X option in pg_dump was supposed to be a workaroun...
2006-10-06 Peter EisentrautMessage style improvements
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-09-27 Tom LaneRemove separate strdup.h header file; it's redundant...
2006-09-22 Tom LaneFix bugs in plpgsql and ecpg caused by assuming that...
2006-08-21 Tom LaneFix all known problems with pg_dump's handling of seria...
2006-08-04 Bruce MomjianFix bug in new pg_dump -T/-N handling that was dumping...
2006-08-02 Bruce MomjianFix logic to prevent pg_dump from dumping system schema...
2006-08-01 Bruce MomjianFix bug I introduced while cleaning up pg_dump -t/...
2006-08-01 Bruce MomjianAllow multiple -n (schema) and -t (table) pg_dump...
2006-07-27 Tom LaneAggregate functions now support multiple input argument...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-07-11 Bruce MomjianAlphabetically order reference to include files, "N...
2006-07-02 Bruce MomjianAdd FILLFACTOR to CREATE INDEX.
2006-06-09 Tom LaneRepair remarkably-inefficient query for dumping large...
2006-06-07 Bruce MomjianPrepare code to be built by MSVC:
2006-05-28 Tom LaneFix up pg_dump to do string escaping fully correctly...
2006-05-28 Alvaro HerreraDon't call PQclear until the struct is really no longer...
2006-05-26 Bruce MomjianUse E'' strings internally only when standard_conformin...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-03-03 Tom LaneImprove pg_dump and psql to use libpq's newer COPY...
2006-03-02 Tom LaneFix up pg_dump to emit shell-type definitions at the...
2006-02-21 Tom LaneFix old pg_dump oversight: default values for domains...
2006-02-12 Bruce MomjianAdd MSVC support for utility commands and pg_dump.
2006-02-12 Bruce MomjianI've created a new shared catalog table pg_shdescriptio...
2006-01-21 Bruce MomjianAdd GRANT ON SEQUENCE syntax to support sequence-only...
2006-01-09 Tom LaneFix pg_dump to add the required OPERATOR() decoration...
2006-01-06 Bruce MomjianUse RELKIND_COMPOSITE_TYPE rather than hardcoded 'c'.
2005-12-03 Tom LaneTreat procedural languages as owned by the bootstrap...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-09-21 Tom LaneSuppress database dump item when --table and/or --schem...
2005-09-05 Tom LaneImplement a preliminary 'template' facility for procedu...
2005-08-23 Tom LaneAdd ALTER TABLE ENABLE/DISABLE TRIGGER commands. Chang...
2005-08-15 Tom LaneClean up recent patch for PL handler functions in pg_ca...
2005-08-15 Tom LaneChange pg_dump to use pg_roles instead of pg_user on...
2005-08-12 Tom LaneSolve the problem of OID collisions by probing for...
2005-07-10 Bruce MomjianAdd --encoding to pg_dump.
2005-07-10 Bruce MomjianThis patch implements putting language handlers for...
2005-07-02 Bruce MomjianAdd E'' to internally created SQL strings that contain...
2005-07-01 Bruce MomjianAdd code to pg_dump to use E'' strings when backslashes...
2005-06-30 Tom LaneDump comments for large objects.
2005-06-21 Tom Lanepg_dump can now dump large objects even in plain-text...
2005-06-07 Tom LaneUse just NULL not NULL::TEXT --- the latter coding...
2005-04-30 Neil ConwayGCC 4.0 includes a new warning option, -Wformat-literal...
2005-04-15 Tom LaneRevert addition of poorly-thought-out DUMP TIMESTAMP...
2005-04-12 Tom LaneAdd aggsortop column to pg_aggregate, so that MIN/MAX...
2005-04-01 Tom LaneTeach pg_dump about OUT parameters.
2005-03-14 Tom LaneMake pg_dump emit a useful error message, instead of...
2005-02-22 Bruce MomjianUse _() macro consistently rather than gettext(). ...
2005-01-26 Tom LaneMinor tweak to avoid unnecessary memory bloat when...
2005-01-23 Tom Lanepg_dump dumped the wrong tablespace for an index (ie...
2005-01-11 Tom LaneFix tracking of dump-order dependencies for stand-alone...
2005-01-11 Tom LaneClean up pg_dump's handling of ownership for indexes...
2005-01-04 Tom LaneMake pg_dump --oids work when default_with_oids = off...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-12-14 Tom LaneCope with circularities involving a view's ON SELECT...
next