index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
/
pg_dump
/
dumputils.c
Age
Commit message (
Expand
)
Author
2017-09-13
Fix ordering in pg_dump of GRANTs
Stephen Frost
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-05-16
Preventive maintenance in advance of pgindent run.
Tom Lane
2017-05-06
pg_dump: Don't leak memory in buildDefaultACLCommands()
Stephen Frost
2017-03-28
Altering default privileges on schemas
Teodor Sigaev
2017-01-31
pg_dump: Fix handling of ALTER DEFAULT PRIVILEGES
Stephen Frost
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-10-12
Remove pg_dump/pg_dumpall support for dumping from pre-8.0 servers.
Tom Lane
2016-06-09
pgindent run for 9.6
Robert Haas
2016-06-03
Fix various common mispellings.
Greg Stark
2016-05-24
Qualify table usage in dumpTable() and use regclass
Stephen Frost
2016-04-06
In pg_dump, include pg_catalog and extension ACLs, if changed
Stephen Frost
2016-03-24
Create src/fe_utils/, and move stuff into there from pg_dump's dumputils.
Tom Lane
2016-03-23
Move keywords.c/kwlookup.c into src/common/.
Tom Lane
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-12-22
Remove unnecessary escaping in C character literals
Peter Eisentraut
2015-09-14
Check existency of table/schema for -t/-n option (pg_dump/pg_restore)
Teodor Sigaev
2015-02-20
Use FLEXIBLE_ARRAY_MEMBER in a bunch more places.
Tom Lane
2015-02-11
Fix more memory leaks in failure path in buildACLCommands.
Tom Lane
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-11-18
Replace appendPQExpBuffer(..., <constant>) with appendPQExpBufferStr
Heikki Linnakangas
2013-03-27
Move some pg_dump function around.
Heikki Linnakangas
2013-03-26
Get rid of obsolete parse_version helper function.
Heikki Linnakangas
2013-03-24
Add parallel pg_dump option.
Andrew Dunstan
2013-02-12
Create libpgcommon, and move pg_malloc et al to it
Alvaro Herrera
2013-01-17
Support multiple -t/--table arguments for more commands
Magnus Hagander
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-12-09
Fix assorted bugs in privileges-for-types patch.
Tom Lane
2012-06-18
pg_dump: Add missing newlines at end of messages
Peter Eisentraut
2012-06-10
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-07
Message style improvements
Peter Eisentraut
2012-06-03
Fix memory leaks in failure paths in buildACLCommands and parseAclItem.
Tom Lane
2012-05-29
Rewrite --section option to decouple it from --schema-only/--data-only.
Tom Lane
2012-04-05
Put back code inadvertently deleted from exit_nicely.
Robert Haas
2012-04-03
Arrange for on_exit_nicely to be thread-safe.
Robert Haas
2012-03-31
Rename frontend keyword arrays to avoid conflict with backend.
Tom Lane
2012-03-20
pg_dump: get rid of die_horribly
Alvaro Herrera
2012-02-16
Invent on_exit_nicely for pg_dump.
Robert Haas
2012-01-01
Update copyright notices for year 2012.
Bruce Momjian
2011-12-16
Add --section option to pg_dump and pg_restore.
Andrew Dunstan
2011-11-29
Clean up after recent pg_dump patches.
Tom Lane
2011-11-29
Simplify the pg_dump/pg_restore error reporting macros, and allow
Bruce Momjian
2011-11-26
Move pg_dump memory routines into pg_dumpmem.c/h and restore common.c
Bruce Momjian
2011-11-25
Modify pg_dump to use error-free memory allocation macros. This avoids
Bruce Momjian
2011-07-20
Support SECURITY LABEL on databases, tablespaces, and roles.
Robert Haas
2011-04-10
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-01-01
Basic foreign table support.
Robert Haas
[next]