]> granicus.if.org Git - postgresql/history - src/bin/pg_dump/pg_dump.c
Fix pg_dump support for security labels on columns.
[postgresql] / src / bin / pg_dump / pg_dump.c
2011-01-01 Robert HaasFix pg_dump support for security labels on columns.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-29 Robert HaasSupport unlogged tables.
2010-11-24 Tom LaneCreate the system catalog infrastructure needed for...
2010-11-23 Peter EisentrautRemove useless whitespace at end of lines
2010-10-25 Tom LaneAllow new values to be added to an existing enum type.
2010-10-10 Tom LaneSupport triggers on views.
2010-09-28 Robert HaasAdd a SECURITY LABEL command.
2010-09-26 Peter EisentrautAdd ALTER TYPE ... ADD/DROP/ALTER/RENAME ATTRIBUTE
2010-09-23 Heikki LinnakangasInitialize tableoid field correctly when dumping foreig...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-13 Tom LaneFix pg_restore to complain if any arguments remain...
2010-08-03 Tom LaneCode review for --quote-all-identifiers patch: add...
2010-07-22 Robert HaasAdd options to force quoting of all identifiers.
2010-07-14 Tom LaneFix several problems in pg_dump's handling of SQL/MED...
2010-07-06 Bruce Momjianpgindent run for 9.0, second run
2010-05-15 Tom LaneEnsure that pg_restore -l will output DATABASE entries...
2010-03-18 Peter EisentrautAlso print the libpq error message when lo_create or...
2010-03-11 Tom LaneSimplify a couple of pg_dump and psql \d queries about...
2010-03-03 Bruce MomjianAdd C comment about DDL changes possibly causing pg_dum...
2010-03-03 Heikki LinnakangasFix pg_dump of ACLs of foreign servers. The command...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-24 Tom LaneUn-break pg_dump for the case of zero-column tables.
2010-02-24 Tom LaneUse CREATE OR REPLACE LANGUAGE in pg_dump to avoid...
2010-02-18 Tom LaneFix up pg_dump's treatment of large object ownership...
2010-02-17 Tom LaneStamp HEAD as 9.0devel, and update various places that...
2010-02-07 Tom LaneCreate a "relation mapping" infrastructure to support...
2010-01-28 Peter EisentrautType table feature
2010-01-22 Robert HaasReplace ALTER TABLE ... SET STATISTICS DISTINCT with...
2010-01-17 Tom LaneImprove the handling of SET CONSTRAINTS commands by...
2010-01-06 Bruce Momjianbinary upgrade:
2010-01-06 Bruce MomjianPreserve relfilenodes:
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-27 Bruce MomjianAdd backend and pg_dump code to allow preservation...
2009-12-26 Bruce MomjianZero-label enums:
2009-12-24 Bruce MomjianBinary upgrade:
2009-12-23 Bruce MomjianRename pg_dump.c TypeInfo variable tinfo to tyinfo...
2009-12-22 Peter EisentrautIn CREATE SEQUENCE dump, put MINVALUE before MAXVALUE...
2009-12-19 Itagaki TakahiroAdd a whitespace to fix the query to dump large objects.
2009-12-18 Bruce MomjianInstall server-side language PL/pgSQL by default.
2009-12-14 Itagaki TakahiroAdditional fixes for large object access control.
2009-12-11 Itagaki TakahiroAdd large object access control.
2009-12-07 Tom LaneAdd exclusion constraints, which generalize the concept...
2009-11-20 Tom LaneAdd a WHEN clause to CREATE TRIGGER, allowing a boolean...
2009-10-14 Tom LaneSupport SQL-compliant triggers on columns, ie fire...
2009-10-12 Tom LaneUse plurals (TABLES, FUNCTIONS, etc) in ALTER DEFAULT...
2009-10-09 Peter EisentrautUse pg_get_triggerdef in pg_dump
2009-10-05 Tom LaneCreate an ALTER DEFAULT PRIVILEGES command, which allow...
2009-09-22 Tom LaneImplement the DO statement to support execution of...
2009-09-11 Tom LaneIncrease the maximum value of extra_float_digits to...
2009-08-04 Tom LaneSuppress pointer-signedness warning.
2009-08-04 Tom LaneSupport hex-string input and output for type BYTEA.
2009-08-02 Tom LaneAdd ALTER TABLE ... ALTER COLUMN ... SET STATISTICS...
2009-07-29 Tom LaneSupport deferrable uniqueness constraints.
2009-07-23 Tom LaneTeach pg_dump to dump comments attached to the columns...
2009-07-20 Bruce MomjianProperly restore pg_largeobject.relfozenxid in binary...
2009-07-02 Tom LaneFix up pg_dump's --binary-upgrade option so that it...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-05-27 Tom LaneIgnore RECHECK in CREATE OPERATOR CLASS, just throwing...
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...
next