index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
/
pg_dump
/
common.c
Commit message (
Expand
)
Author
Age
*
Unified logging system for command-line programs
Peter Eisentraut
2019-04-01
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Code review for pg_dump's handling of ALTER INDEX ATTACH PARTITION.
Tom Lane
2018-08-28
*
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
*
Switch client-side code to include catalog/pg_foo_d.h not pg_foo.h.
Tom Lane
2018-04-08
*
Fix assorted errors in pg_dump's handling of extended statistics objects.
Tom Lane
2018-02-11
*
Local partitioned indexes
Alvaro Herrera
2018-01-19
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
pg_dump: Add a --load-via-partition-root option.
Robert Haas
2017-08-14
*
Change the way pg_dump retrieves partitioning info
Stephen Frost
2017-05-04
*
Implement multivariate n-distinct coefficients
Alvaro Herrera
2017-03-24
*
Logical replication
Peter Eisentraut
2017-01-20
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Implement table partitioning.
Robert Haas
2016-12-07
*
In pg_dump, use a bitmap to represent what to include
Stephen Frost
2016-04-06
*
Create src/fe_utils/, and move stuff into there from pg_dump's dumputils.
Tom Lane
2016-03-24
*
Support CREATE ACCESS METHOD
Alvaro Herrera
2016-03-23
*
Handle extension members when first setting object dump flags in pg_dump.
Tom Lane
2016-01-13
*
Access pg_dump's options structs through Archive struct, not directly.
Tom Lane
2016-01-13
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Add transforms feature
Peter Eisentraut
2015-04-26
*
Fix pg_dump's heuristic for deciding which casts to dump.
Tom Lane
2015-02-10
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Rename pg_rowsecurity -> pg_policy and other fixes
Stephen Frost
2014-11-27
*
pg_dump: Reduce use of global variables
Alvaro Herrera
2014-10-14
*
Row-Level Security Policies (RLS)
Stephen Frost
2014-09-19
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Update messages, comments and documentation for materialized views.
Noah Misch
2013-07-05
*
Fix ordering of obj id for Rules and EventTriggers in pg_dump.
Joe Conway
2013-06-09
*
Move some pg_dump function around.
Heikki Linnakangas
2013-03-27
*
Add a materialized view relations.
Kevin Grittner
2013-03-03
*
Create libpgcommon, and move pg_malloc et al to it
Alvaro Herrera
2013-02-12
*
Support multiple -t/--table arguments for more commands
Magnus Hagander
2013-01-17
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Syntax support and documentation for event triggers.
Robert Haas
2012-07-18
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Use binary search instead of brute-force scan in findNamespace().
Tom Lane
2012-05-25
*
Fix O(N^2) behavior in pg_dump for large numbers of owned sequences.
Tom Lane
2012-03-31
*
Invent on_exit_nicely for pg_dump.
Robert Haas
2012-02-16
*
Fix pg_dump for better handling of inherited columns.
Tom Lane
2012-02-10
*
pg_dump: Remove global Archive pointer.
Robert Haas
2012-02-06
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Add --section option to pg_dump and pg_restore.
Andrew Dunstan
2011-12-16
*
Clean up after recent pg_dump patches.
Tom Lane
2011-11-29
*
Move pg_dump memory routines into pg_dumpmem.c/h and restore common.c
Bruce Momjian
2011-11-26
*
Modify pg_dump to use error-free memory allocation macros. This avoids
Bruce Momjian
2011-11-25
*
Fix pg_dump to dump casts between auto-generated types.
Tom Lane
2011-10-18
*
Remove many -Wcast-qual warnings
Peter Eisentraut
2011-09-11
*
Obtain table locks as soon as practical during pg_dump.
Tom Lane
2011-06-17
[next]