]> granicus.if.org Git - postgresql/history - src/bin/pg_dump
Improve pg_restore's -t switch to match all types of relations.
[postgresql] / src / bin / pg_dump /
2015-07-02 Tom LaneImprove pg_restore's -t switch to match all types of...
2015-07-02 Heikki LinnakangasRemove "const" from convertTSFunction()'s return type.
2015-07-02 Heikki LinnakangasPlug some trivial memory leaks in pg_dump and pg_upgrade.
2015-07-02 Heikki LinnakangasDon't emit a spurious space at end of line in pg_dump...
2015-07-02 Heikki LinnakangasUse appendStringInfoString/Char et al where appropriate.
2015-06-29 Peter EisentrautTranslation updates
2015-06-04 Fujii MasaoRemove -i/--ignore-version option from pg_dump, pg_dump...
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-05-20 Heikki LinnakangasFix more typos in comments.
2015-05-20 Heikki LinnakangasCollection of typo fixes.
2015-05-11 Bruce Momjianpg_dump: suppress "Tablespace:" comment for default...
2015-05-07 Magnus HaganderFix minor resource leak in pg_dump
2015-04-26 Peter EisentrautAdd transforms feature
2015-04-14 Peter EisentrautIntegrate pg_upgrade_support module into backend
2015-03-26 Tom LaneTweak __attribute__-wrapping macros for better pgindent...
2015-03-22 Tom LaneAllow foreign tables to participate in inheritance.
2015-03-20 Bruce MomjianC comment: clearify SQL command mention
2015-03-11 Andres FreundAdd macros wrapping all usage of gcc's __attribute__.
2015-03-06 Tom LaneRethink function argument sorting in pg_dump.
2015-03-02 Stephen FrostFix pg_dump handling of extension config tables
2015-02-20 Tom LaneUse FLEXIBLE_ARRAY_MEMBER in a bunch more places.
2015-02-18 Tom LaneFix placement of "SET row_security" command issuance...
2015-02-18 Tom LaneFix failure to honor -Z compression level option in...
2015-02-12 Bruce Momjianpg_upgrade: preserve freeze info for postgres/template...
2015-02-11 Tom LaneFix more memory leaks in failure path in buildACLCommands.
2015-02-11 Tom LaneFix pg_dump's heuristic for deciding which casts to...
2015-02-02 Peter EisentrautTranslation updates
2015-01-30 Kevin GrittnerAllow pg_dump to use jobs and serializable transactions...
2015-01-24 Tom LaneClean up some mess in row-security patches.
2015-01-24 Tom LaneReplace a bunch more uses of strncpy() with safer coding.
2015-01-23 Alvaro Herreravacuumdb: enable parallel mode
2015-01-18 Andres FreundFix use of already freed memory when dumping a database...
2015-01-11 Tom LaneFix portability breakage in pg_dump.
2015-01-06 Bruce MomjianUpdate copyright for 2015
2015-01-06 Tom LaneFix broken pg_dump code for dumping comments on event...
2014-12-23 Alvaro HerreraRevert "Use a bitmask to represent role attributes"
2014-12-23 Alvaro HerreraUse a bitmask to represent role attributes
2014-12-23 Alvaro Herreraget_object_address: separate domain constraints from...
2014-12-15 Peter EisentrautTranslation updates
2014-12-11 Tom LaneFix assorted confusion between Oid and int32.
2014-11-27 Stephen FrostRename pg_rowsecurity -> pg_policy and other fixes
2014-11-18 Tom LaneFix some bogus direct uses of realloc().
2014-11-17 Simon RiggsAdd pg_dump --snapshot option
2014-11-17 Peter EisentrautTranslation updates
2014-11-13 Tom LaneFix pg_dumpall to restore its ability to dump from...
2014-10-27 Tom LaneAvoid unportable strftime() behavior in pg_dump/pg_dumpall.
2014-10-17 Tom LaneFix core dump in pg_dump --binary-upgrade on zero-colum...
2014-10-17 Tom LaneRe-pgindent src/bin/pg_dump/*.
2014-10-17 Stephen FrostFix pg_dump for UPDATE policies
2014-10-14 Alvaro HerreraBlind attempt at fixing Win32 pg_dump issues
2014-10-14 Alvaro Herrerapg_dump: Reduce use of global variables
2014-10-06 Peter EisentrautTranslation updates
2014-10-03 Stephen FrostFix CreatePolicy, pg_dump -v; psql and doc updates
2014-09-30 Alvaro HerreraFix pg_dump's --if-exists for large objects
2014-09-26 Stephen FrostFix relcache for policies, and doc updates
2014-09-26 Robert HaasFix identify_locking_dependencies for schema-only dumps.
2014-09-24 Stephen FrostCode review for row security.
2014-09-19 Stephen FrostRow-Level Security Policies (RLS)
2014-09-05 Bruce MomjianReport timezone offset in pg_dump/pg_dumpall
2014-08-26 Heikki LinnakangasShow schema names in pg_dump verbose output.
2014-08-23 Peter Eisentrautdoc: Improve pg_restore help output
2014-08-09 Peter EisentrautSmall message fixes
2014-07-25 Tom LaneFix a performance problem in pg_dump's dump order selec...
2014-07-21 Peter EisentrautTranslation updates
2014-07-15 Peter EisentrautAdd missing source files to nls.mk
2014-07-07 Tom LaneIn pg_dump, show server and pg_dump versions with or...
2014-07-02 Bruce Momjianpg_upgrade: preserve database and relation minmxid...
2014-07-02 Tom LaneAllow CREATE/ALTER DATABASE to manipulate datistemplate...
2014-06-16 Bruce MomjianUse type pgsocket for Windows pipe emulation socket...
2014-06-13 Tom LaneFix pg_restore's processing of old-style BLOB COMMENTS...
2014-06-11 Noah MischFix typos in comments.
2014-05-11 Peter EisentrautTranslation updates
2014-05-06 Bruce MomjianFix improperly passed file descriptors
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-05-06 Bruce MomjianFix detection of short tar files, broken by commit...
2014-05-06 Bruce MomjianProperly detect read and write errors in pg_dump/dumpal...
2014-05-05 Tom LaneFix case of pg_dump -Fc to an unseekable file (such...
2014-05-05 Heikki LinnakangasReplace SYSTEMQUOTEs with Windows-specific wrapper...
2014-04-23 Tom LaneAllow polymorphic aggregates to have non-polymorphic...
2014-04-16 Tom LaneUse AF_UNSPEC not PF_UNSPEC in getaddrinfo calls.
2014-04-12 Tom LaneCreate infrastructure for moving-aggregate optimization.
2014-04-04 Robert HaasFix some compiler warnings that clang emits with -pedantic.
2014-03-29 Tom LaneFix dumping of a materialized view that depends on...
2014-03-21 Bruce MomjianRemove MinGW readdir/errno bug workaround fixed on...
2014-03-21 Bruce MomjianProperly check for readdir/closedir() failures
2014-03-18 Tom LaneFix pg_dumpall option parsing: -i doesn't take an argument.
2014-03-09 Simon RiggsCorrect copy/pasto in comment for REPLICA IDENTITY
2014-03-05 Bruce Momjianpg_dump: make argument combination error exit code...
2014-03-05 Tom LaneRemove unused field "evttype".
2014-03-03 Alvaro Herrerapg_dump et al: Add --if-exists option
2014-03-02 Stephen FrostVarious Coverity-spotted fixes
2014-02-24 Bruce Momjianpg_dump: fix subtle memory leak in func and arg signat...
2014-02-15 Tom LaneCentralize getopt-related declarations in a new header...
2014-02-15 Bruce MomjianRemove use of sscanf in pg_upgrade, and add C comment...
2014-02-09 Stephen FrostFurther pg_dump / ftello improvements
2014-02-09 Stephen FrostFocus on ftello result < 0 instead of errno
2014-02-09 Stephen FrostMinor pg_dump improvements
2014-02-01 Bruce Momjianpg_restore: make help output plural for multi-enabled...
2014-01-26 Stephen FrostFix minor leak in pg_dump
2014-01-24 Stephen FrostAvoid minor leak in parallel pg_dump
next