]> granicus.if.org Git - postgresql/history - src/bin/pg_dump/pg_dump.c
Un-break pg_dump for pre-8.3 source servers.
[postgresql] / src / bin / pg_dump / pg_dump.c
2019-08-13 Tom LaneUn-break pg_dump for pre-8.3 source servers.
2019-07-31 Tom LaneFix pg_dump's handling of dependencies for custom opcla...
2019-07-23 Peter EisentrautAdd CREATE DATABASE LOCALE option
2019-07-16 Michael PaquierFix inconsistencies and typos in the tree
2019-07-04 David RowleyUse appendStringInfoString and appendPQExpBufferStr...
2019-07-02 Peter EisentrautRemove redundant newlines from error messages
2019-07-01 Peter EisentrautAdd missing serial commas
2019-06-13 Alvaro HerreraFix double-word typos
2019-06-10 Alvaro HerreraMake pg_dump emit ATTACH PARTITION instead of PARTITION...
2019-05-23 Michael PaquierFix table dump in pg_dump[all] with backends older...
2019-05-22 Tom LanePhase 2 pgindent run for v12.
2019-05-22 Tom LaneInitial pgindent run for v12.
2019-05-22 Michael PaquierFix ordering of GRANT commands in pg_dump for database...
2019-05-14 Tom LaneMove logging.h and logging.c from src/fe_utils/ to...
2019-05-06 Alvaro HerreraRevert "Make pg_dump emit ATTACH PARTITION instead...
2019-04-29 Michael PaquierFix some typos
2019-04-26 Alvaro Herrerapg_dump: store unused attribs as NULL instead of '\0'
2019-04-24 Alvaro HerreraMake pg_dump emit ATTACH PARTITION instead of PARTITION OF
2019-04-18 Andres Freundpg_dump: Remove stray option parsing support for -o.
2019-04-01 Peter EisentrautUnified logging system for command-line programs
2019-03-30 Peter EisentrautGenerated columns
2019-03-22 Peter EisentrautCollations with nondeterministic comparison
2019-03-10 Alvaro Herrerapg_upgrade: Ignore TOAST for partitioned tables
2019-03-07 Alvaro HerreraAdd missing <limits.h>
2019-03-07 Alvaro Herrerapg_dump: allow multiple rows per insert
2019-03-06 Andres Freundtableam: Add pg_dump support.
2019-03-01 Andrew DunstanAdd --exclude-database option to pg_dumpall
2019-02-28 Alvaro Herrerapg_dump: Fix ArchiveEntry handling of some empty values
2019-02-18 Andrew DunstanProvide an extra-float-digits setting for pg_dump ...
2019-02-09 Tom LaneCreate the infrastructure for planner support functions.
2019-02-07 Peter EisentrautUse EXECUTE FUNCTION syntax for triggers more
2019-02-01 Alvaro HerreraAdd ArchiveOpts to pass options to ArchiveEntry
2019-01-19 Magnus HaganderReplace @postgresql.org with @lists.postgresql.org...
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-12-18 Michael PaquierInclude ALTER INDEX SET STATISTICS in pg_dump
2018-12-06 Stephen FrostCleanup minor pg_dump memory leaks
2018-11-27 Andres FreundEnsure consistent sort order of large objects in pg_dump.
2018-11-26 Andres FreundFix pg_upgrade for oid removal.
2018-11-21 Andres FreundRemove WITH OIDS support, change oid catalog column...
2018-09-25 Michael PaquierIgnore publication tables when --no-publications is...
2018-09-14 Tom LaneImprove parallel scheduling logic in pg_dump/pg_restore.
2018-08-30 Peter Eisentrautpg_dump: Reorganize getTableAttrs()
2018-08-28 Tom LaneCode review for pg_dump's handling of ALTER INDEX ATTAC...
2018-08-27 Tom LaneFix missing dependency for pg_dump's ENABLE ROW LEVEL...
2018-08-22 Peter EisentrautChange PROCEDURE to FUNCTION in CREATE OPERATOR syntax
2018-08-22 Michael PaquierDo not dump identity sequences with excluded parent...
2018-08-17 Tom LaneEnsure schema qualification in pg_restore DISABLE/ENABL...
2018-08-07 Tom LaneFix pg_upgrade to handle event triggers in extensions...
2018-07-31 Tom LaneFurther fixes for quoted-list GUC values in pg_dump...
2018-07-30 Tom LaneFix pg_dump's failure to dump REPLICA IDENTITY for...
2018-07-13 Alvaro HerreraDump foreign keys on partitioned tables
2018-07-13 Thomas MunroAdd pg_dump --on-conflict-do-nothing option.
2018-06-22 Andrew DunstanAllow for pg_upgrade of attributes with missing values
2018-06-04 Peter EisentrautPut new command-line options into alphabetical order
2018-05-21 Tom LaneImprove spelling of new FINALFUNC_MODIFY aggregate...
2018-05-04 Peter Eisentrautpg_dump: Use current_database() instead of PQdb()
2018-05-03 Teodor SigaevFix pg_dump support for pre-8.2 versions
2018-04-26 Tom LanePost-feature-freeze pgindent run.
2018-04-17 Heikki LinnakangasFix a few typos in comments and variable names.
2018-04-08 Tom LaneSwitch client-side code to include catalog/pg_foo_d...
2018-04-07 Teodor SigaevIndexes with INCLUDE columns and their support in B...
2018-04-07 Peter EisentrautLogical replication support for TRUNCATE
2018-04-04 Alvaro HerreraForeign keys on partitioned tables
2018-04-01 Tom LaneFix a boatload of typos in C comments.
2018-03-22 Tom LaneFix mishandling of quoted-list GUC values in pg_dump...
2018-03-02 Peter EisentrautAdd prokind column, replacing proisagg and proiswindow
2018-02-26 Noah MischEmpty search_path in Autovacuum and non-psql/pgbench...
2018-02-26 Tom LaneAvoid using unsafe search_path settings during dump...
2018-02-21 Tom LaneRepair pg_upgrade's failure to preserve relfrozenxid...
2018-02-20 Tom LaneFix pg_dump's logic for eliding sequence limits that...
2018-02-11 Tom LaneFix assorted errors in pg_dump's handling of extended...
2018-01-25 Tom LaneSupport --no-comments in pg_dump, pg_dumpall, pg_restore.
2018-01-25 Tom LaneAdd missing "static" markers.
2018-01-25 Tom LaneClean up some aspects of pg_dump/pg_restore item-select...
2018-01-25 Tom LaneImprove pg_dump's handling of "special" built-in objects.
2018-01-23 Tom LaneIn pg_dump, force reconnection after issuing ALTER...
2018-01-22 Tom LaneMove handling of database properties from pg_dumpall...
2018-01-22 Tom LaneReorder code in pg_dump to dump comments etc in a unifo...
2018-01-22 Tom LaneMake pg_dump's ACL, sec label, and comment entries...
2018-01-19 Alvaro HerreraFix pg_dump version comparison
2018-01-19 Alvaro HerreraLocal partitioned indexes
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-11-30 Peter EisentrautSQL procedures
2017-11-08 Peter EisentrautChange TRUE/FALSE to true/false
2017-11-02 Noah MischIn client support of v10 features, use standard schema...
2017-10-31 Tom LaneFix underqualified cast-target type names in pg_dump...
2017-10-14 Tom LaneExplicitly track whether aggregate final functions...
2017-09-30 Tom LaneFix pg_dump to assign domain array type OIDs during...
2017-08-16 Peter Eisentrautpg_dump: Support using synchronized snapshots on standbys
2017-08-16 Peter EisentrautFix up some misusage of appendStringInfo() and friends
2017-08-15 Robert Haaspg_dump: Add a --load-via-partition-root option.
2017-08-14 Tom LaneFinal pgindent + perltidy run for v10.
2017-08-11 Peter EisentrautRemove uses of "slave" in replication contexts
2017-07-31 Stephen FrostFix function comment for dumpACL()
2017-07-23 Tom LaneFix pg_dump's handling of event triggers.
2017-06-28 Stephen FrostDo not require 'public' to exist for pg_dump -c
2017-06-21 Tom LanePhase 3 of pgindent updates.
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-06-13 Peter Eisentrautpg_dump: Allow dumping default collation
2017-06-13 Peter Eisentrautpg_dump: Fix harmless type mixup
next