]> granicus.if.org Git - postgresql/history - src/bin/pg_dump/pg_dump.c
Fix all known problems with pg_dump's handling of serial sequences
[postgresql] / src / bin / pg_dump / pg_dump.c
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...
2004-12-14 Tom LaneFix pg_dump to ensure that a comment on a table CHECK...
2004-12-03 Tom LaneAdjust help message for --no-owner, per Alvaro Herrera.
2004-11-27 Tom LaneFix HAVE_OPTRESET to be HAVE_INT_OPTRESET. Typos spott...
2004-11-06 Tom LaneUpdate pg_dump to use SET DEFAULT_TABLESPACE instead...
2004-11-05 Tom LaneCreate 'default_tablespace' GUC variable that supplies...
2004-10-22 Peter EisentrautMessage styling
2004-10-18 Tom LaneTweak pg_dump to handle default tablespaces correctly...
2004-10-06 Neil ConwayCapitalize some SQL keywords the previous commit missed...
2004-10-06 Bruce MomjianUppercase SQL keywords in query for clarity.
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-06 Tom LaneRevert badly-broken patch to dump comments on composite...
2004-08-04 Tom LaneLabel CVS tip as 8.0devel instead of 7.5devel. Adjust...
2004-08-04 Tom LaneDump comments on columns of composite types.
2004-08-02 Tom LaneSupport USING INDEX TABLESPACE clause for PRIMARY KEY...
2004-07-19 Bruce MomjianHere is another patch that fixes a stack of pg_dump...
2004-07-13 Bruce MomjianChange pg_dump to use ALTER OWNER commands instead...
2004-07-12 Tom LaneRemove TABLESPACE option of CREATE SEQUENCE; sequences...
2004-06-25 Tom LaneAdd pg_get_serial_sequence() function, and cause pg_dum...
2004-06-21 Tom LaneFix pg_dump and pg_dumpall for new names of built-in...
2004-06-18 Tom LaneTablespaces. Alternate database locations are dead...
2004-06-07 Bruce MomjianAdd start/stop times for pg_dump/pg_dumpall when verbos...
2004-06-03 Bruce MomjianAdd PGETC (for pg_service.conf) and PGLOCALE (for local...
2004-05-26 Bruce MomjianFix problem with doing 7.0.X dumps on character varying...
2004-05-25 Bruce MomjianMake the locale location relocatable.
2004-03-24 Bruce MomjianUse the new GUC variable default_with_oids in pg_dump...
2004-03-23 Tom LaneUse dollar-quoting for function bodies, unless disabled...
2004-03-20 Tom LaneRewrite pg_dump's comment-dumping code to pull over...
2004-03-03 Tom LaneModify pg_dump so that the preferred dump order is...
2004-03-02 Tom LaneAlways schema-qualify the name of a function referenced...
2004-02-24 Tom LaneCause pg_dump to emit a 'SET client_encoding' command...
2004-02-12 Tom LaneAdd hooks for type-specific calculation of ANALYZE...
2004-01-22 Tom LaneFix incorrect dumping of database LOCATION from 7.0...
2004-01-07 Tom Lanepg_dump support for function parameter names.
2003-12-19 Peter EisentrautForbid REVOKE on untrusted languages, and don't dump...
2003-12-06 Tom LaneMassive overhaul of pg_dump: make use of dependency...
2003-12-01 Bruce MomjianThis patch adds a new GUC var, "default_with_oids"...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-11-24 Tom LaneAvoid using string literal with embedded newline.
2003-11-21 Tom LaneCOMMENT ON casts, conversions, languages, operator...
2003-10-28 Tom LaneDon't choke when the handler for a procedural language...
2003-10-21 Tom LaneFix findLastBuiltinOid_V70() to deliver correct result...
2003-10-08 Bruce MomjianUse calloc() to allocate empty structures.
2003-09-27 Tom LaneRemove erroneous restriction that -t cannot be used...
2003-09-27 Jan WieckChanged the logic when a CAST is dumped according to...
2003-09-23 Tom LaneIssue CREATE SCHEMA as the originally connecting user...
2003-09-23 Tom Lanepg_dump/pg_restore now always use SET SESSION AUTHORIZA...
2003-09-22 Peter EisentrautMessage wording improvements
next