]> granicus.if.org Git - postgresql/history - src/bin/pg_dump/pg_dump.c
Allow the second argument of pg_get_expr() to be just zero when deparsing
[postgresql] / src / bin / pg_dump / pg_dump.c
2009-05-26 Tom LaneAllow the second argument of pg_get_expr() to be just...
2009-05-21 Peter EisentrautConvert some messages to use ngettext().
2009-04-08 Heikki LinnakangasQuote string literals correctly in the new CREATE SERVE...
2009-04-06 Heikki LinnakangasRename the new CREATE DATABASE options to set collation...
2009-04-05 Tom LaneRemove a boatload of useless definitions of 'int optres...
2009-04-01 Tom LaneImprove pg_dump's query for retrieving BLOB comments...
2009-03-26 Peter EisentrautGettext plural support
2009-03-22 Tom LaneRemove the -d and -D options of pg_dump and pg_dumpall...
2009-03-17 Peter EisentrautAdd -w option to --help output. It was apparently...
2009-03-04 Peter EisentrautProvide some proper minimal documentation for the pg_du...
2009-02-26 Peter EisentrautAdd a -w/--no-password option that prevents all passwor...
2009-02-25 Peter EisentrautSort the output of --help mostly alphabetical, make...
2009-02-24 Peter EisentrautAdd the possibility to specify an explicit validator...
2009-02-18 Bruce MomjianHave pg_dump/pg_dumpall --binary-upgrade restore frozen...
2009-02-17 Bruce MomjianAdd missing newline.
2009-02-17 Bruce MomjianAdd pg_dump --binary-upgrade flag to be used by binary...
2009-02-16 Bruce MomjianWrap some long queries.
2009-02-16 Bruce MomjianUppercase keywords in pg_dump.c
2009-02-02 Andrew DunstanProvide for parallel restoration from a custom format...
2009-02-02 Alvaro HerreraAllow reloption names to have qualifiers, initially...
2009-01-27 Peter EisentrautRevert updatable views
2009-01-22 Tom LaneSupport column-level privileges, as required by SQL...
2009-01-22 Peter EisentrautAutomatic view update rules
2009-01-18 Tom LaneFix a pg_dump output ordering problem introduced in...
2009-01-06 Bruce MomjianMake pg_dump and pg_dumpall --clean options match the...
2009-01-05 Tom LaneAdd a --role option to pg_dump, pg_dumpall, and pg_rest...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-31 Tom LaneAdd a WINDOW attribute to CREATE FUNCTION, and teach...
2008-12-19 Peter EisentrautSQL/MED catalog manipulation facilities
2008-12-18 Tom LaneCode review for function default parameters patch....
2008-12-11 Peter EisentrautAppend major version number and for libraries soname...
2008-12-04 Peter EisentrautDefault values for function arguments
2008-11-09 Tom LaneReplace pg_class.reltriggers with relhastriggers, which...
2008-11-09 Tom LaneAdd a new GUC variable called "IntervalStyle" that...
2008-10-31 Heikki LinnakangasAdd support for user-defined I/O conversion casts.
2008-09-24 Heikki LinnakangasFix pg_dump bug in the database-level collation patch...
2008-09-23 Heikki LinnakangasMake LC_COLLATE and LC_CTYPE database-level settings...
2008-09-08 Tom LaneMake pg_dump --data-only try to order the table dumps...
2008-07-30 Tom LaneFlip the default typispreferred setting from true to...
2008-07-30 Tom LaneReplace the hard-wired type knowledge in TypeCategory...
2008-07-20 Tom LaneAdd a pg_dump option --lock-wait-timeout to allow faili...
2008-07-18 Tom LaneImplement SQL-spec RETURNS TABLE syntax for functions.
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...
next