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
*
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
*
Clean up most -Wunused-but-set-variable warnings from gcc 4.6
Peter Eisentraut
2011-04-11
*
Revert addition of third argument to format_type().
Tom Lane
2011-03-10
*
DDL support for collations
Peter Eisentraut
2011-02-12
*
Fix pg_upgrade to handle extensions.
Tom Lane
2011-02-09
*
Rethink order of operations for dumping extension member objects.
Tom Lane
2011-02-09
*
Core support for "extensions", which are packages of SQL objects.
Tom Lane
2011-02-08
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
Create an ALTER DEFAULT PRIVILEGES command, which allows users to adjust
Tom Lane
2009-10-05
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
*
SQL/MED catalog manipulation facilities
Peter Eisentraut
2008-12-19
*
Change the rules for inherited CHECK constraints to be essentially the same
Tom Lane
2008-05-09
[next]