]> granicus.if.org Git - postgresql/history - src/bin/pg_dump
pgindent run.
[postgresql] / src / bin / pg_dump /
2002-09-04 Bruce Momjianpgindent run.
2002-09-03 Peter EisentrautWorkaround for format strings that are concatenated...
2002-09-02 Peter EisentrautFix typos.
2002-09-02 Bruce MomjianI checked all the previous string handling errors and...
2002-08-29 Tom LaneCode review for standalone composite types, query-speci...
2002-08-28 Peter EisentrautUpdates from Dennis Bjorklund
2002-08-28 Peter EisentrautBreak up the long usage messages in pg_dump and pg_rest...
2002-08-28 Bruce Momjianbackend where a statically sized buffer is written...
2002-08-28 Peter EisentrautDump ALTER DATABASE/USER ... SET ...
2002-08-27 Tom LaneFix compile warning.
2002-08-27 Peter EisentrautFlush output streams before calling pg_dump subprocess.
2002-08-27 Bruce MomjianDisable use of -c and -a together in pg_dump; they...
2002-08-27 Peter EisentrautReimplement pg_dumpall in C. Currently no change in...
2002-08-22 Tom LaneFix bit rot in pg_dump's ability to dump from 7.2 and...
2002-08-22 Tom LaneFixed-size buffer in dumpClasses is not big enough...
2002-08-22 Tom LaneAdd a bunch of pseudo-types to replace the behavior...
2002-08-21 Peter EisentrautMove PO files into subdirectories separate from the...
2002-08-20 Peter EisentrautEnable large file support.
2002-08-19 Tom LaneFix pg_dump to dump serial columns as serials. Per...
2002-08-18 Tom LaneFix small copy-and-pasteo.
2002-08-18 Peter EisentrautMake pg_dump output more portable and more pleasing...
2002-08-16 Tom LaneModify pg_dump to dump foreign-key constraints as const...
2002-08-16 Tom LaneCode review for patch to dump primary and unique constr...
2002-08-15 Bruce MomjianTom Lane wrote:
2002-08-10 Peter EisentrautMake sure all clients have the same understanding of...
2002-08-04 Bruce MomjianThis trivial patch fixes a small memory leak in pg_dump.
2002-08-02 Tom LaneALTER TABLE DROP COLUMN works. Patch by Christopher...
2002-07-31 Tom LaneInstead of having a configure-time DEFAULT_ATTSTATTARGE...
2002-07-30 Tom LaneTeach pg_dump to dump user-defined operator classes...
2002-07-27 Peter EisentrautAssemble portability modules into libpgport library.
2002-07-25 Peter EisentrautRemove extra comma.
2002-07-24 Peter EisentrautRemove unused system table columns:
2002-07-18 Peter Eisentrautpg_cast table, and standards-compliant CREATE/DROP...
2002-07-18 Bruce MomjianUnique and primary key constraints are both dumped...
2002-07-18 Bruce MomjianThe attached patch (against HEAD) implements
2002-07-15 Bruce MomjianRemove certain Makefile dependencies by using full...
2002-07-12 Tom LaneSecond phase of committing Rod Taylor's pg_depend/pg_co...
2002-07-11 Bruce MomjianFix getopt flags. Man thing thing was messed up.
2002-07-11 Bruce MomjianFix another --help typo in pg_restore.
2002-07-06 Bruce MomjianMove simple_prompt() into its own file to be shared...
2002-07-04 Bruce MomjianMore clearly document in pg_dump when we are dealing...
2002-07-04 Bruce MomjianDocument function args are required for pg_restore -P.
2002-07-02 Bruce MomjianThe attached patch fixes 2 memory leaks in pg_dump...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-06-13 Tom LaneSuppress 'owner of datatype appears to be invalid'...
2002-05-29 Tom LaneAnother place that needs schema qualification.
2002-05-29 Tom LaneFix some more not-schema-aware queries in pg_dump....
2002-05-28 Tom LaneRework pg_dump namespace search criteria so that dumpin...
2002-05-22 Peter EisentrautAdd optional "validator" function to languages that...
2002-05-19 Peter EisentrautDump privileges on functions, aggregates, languages.
2002-05-18 Peter EisentrautAllow functions to be executed with the privileges...
2002-05-17 Peter EisentrautExtend syntax of CREATE FUNCTION to resemble SQL99.
2002-05-13 Tom LaneMake operators have their own comments separate from...
2002-05-10 Tom LaneFirst pass at schema-fying pg_dump/pg_restore. Much...
2002-05-06 Tom LaneMake dumpACL behave more reasonably for case where...
2002-05-06 Tom LaneCause fmtId to always use its internal buffer for the...
2002-04-29 Tom LaneAdd missing 'static' keyword to suppress compiler compl...
2002-04-29 Tom LaneRemove unnecessary/obsolete regproctooid() references.
2002-04-24 Peter EisentrautRemove references to NAMEDATALEN and INDEX_MAX_KEYS...
2002-04-24 Bruce MomjianRemove compile warnings for lo dump by casting to char *.
2002-04-24 Bruce MomjianThe attached patch cleans up some code in pg_dump....
2002-04-24 Bruce MomjianUpdate patch for DEFAULT on Views.
2002-04-24 Bruce MomjianDoc fix for INSERT ... (DEFAULT, ...)
2002-04-24 Bruce MomjianSpeed improvement for large object restore.
2002-04-21 Peter EisentrautMake pg_dump independent of FUNC_MAX_ARGS.
2002-04-19 Tom LaneChange naming rule for ON SELECT rules of views: they...
2002-04-18 Tom LaneRule names are now unique per-relation, rather than...
2002-04-13 Bruce MomjianRod's patch does what it is supposed to do, but it...
2002-04-12 Bruce MomjianAllow dropdb and others to use identifiers with spaces...
2002-04-11 Bruce MomjianCleanup in use of IFS.
2002-04-11 Bruce MomjianMake sure leading/trailing/multiple consecutive space...
2002-04-11 Tom LaneRestructure representation of aggregate functions so...
2002-04-11 Bruce MomjianFix pg_upgrade to handle dbnames, user/group names...
2002-04-11 Bruce MomjianFix problem with invalid database name assignment in...
2002-04-05 Bruce MomjianAdds domain dumping support to pg_dump.
2002-04-05 Tom LaneDivide functions into three volatility classes (immutab...
2002-03-21 Bruce MomjianFix pg_dump help option alignment.
2002-03-06 Bruce MomjianEnable ALTER TABLE ADD PRIMARY KEY for pg_dump, for...
2002-02-27 Tom Lane#ifdef out pg_dump's check on whether a sequence's...
2002-02-24 Tom LaneModify pg_dumpall so that output script uses new OWNER...
2002-02-11 Tom LaneBe more wary about mixed-case database names and user...
2002-02-06 Tom LaneFix failure to reconnect as sequence's owner before...
2002-01-29 Peter Eisentrautupdate
2002-01-26 Peter EisentrautUpdates from Serguei Mokhov
2002-01-25 Tom LaneTweak pg_dump to say GRANT ALL when appropriate, rather...
2002-01-18 Bruce MomjianYou might want to run pg_indent on pg_backup_db.c howev...
2002-01-18 Tom LaneFix pg_restore to handle the 'set max oid' entry correc...
2002-01-15 Tom Lanepg_upgrade doesn't live here anymore. Remove dangling...
2002-01-15 Bruce MomjianRemove old pg_upgrade script, from Tom.
2002-01-13 Bruce MomjianFix recreation of sequence files for 7.2 also because...
2002-01-13 Bruce MomjianNow works for 7.1 databases.
2002-01-13 Bruce MomjianNow tested on 7.2->7.2 migration; still disabled....
2002-01-13 Bruce MomjianKeep it disabled.
2002-01-13 Bruce MomjianWow, it actually worked for the regression database...
2002-01-11 Tom LaneFix pg_dump to read-lock all tables to be dumped as...
2002-01-11 Bruce MomjianSync up.
2002-01-11 Bruce MomjianMore testing, more cleanups.
2002-01-11 Bruce Momjianpg_resetxlog specifies log location in hex; more pg_up...
2002-01-11 Bruce MomjianMore cleanups.
2002-01-11 Bruce MomjianMore updates for int8 sequence restoration. Old dump...
next