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
/
dumputils.c
Commit message (
Expand
)
Author
Age
*
Fix pg_dump for GRANT OPTION among initial privileges.
Noah Misch
2021-01-16
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Use appendStringInfoString and appendPQExpBufferStr where possible
David Rowley
2019-07-04
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Fix set of issues with memory-allocation system calls in frontend code
Michael Paquier
2019-05-04
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Cleanup minor pg_dump memory leaks
Stephen Frost
2018-12-06
*
Further fixes for quoted-list GUC values in pg_dump and ruleutils.c.
Tom Lane
2018-07-31
*
Fix mishandling of quoted-list GUC values in pg_dump and ruleutils.c.
Tom Lane
2018-03-21
*
Avoid using unsafe search_path settings during dump and restore.
Tom Lane
2018-02-26
*
Move handling of database properties from pg_dumpall into pg_dump.
Tom Lane
2018-01-22
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
SQL procedures
Peter Eisentraut
2017-11-30
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
*
Fix ordering in pg_dump of GRANTs
Stephen Frost
2017-09-13
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Preventive maintenance in advance of pgindent run.
Tom Lane
2017-05-16
*
pg_dump: Don't leak memory in buildDefaultACLCommands()
Stephen Frost
2017-05-06
*
Altering default privileges on schemas
Teodor Sigaev
2017-03-28
*
pg_dump: Fix handling of ALTER DEFAULT PRIVILEGES
Stephen Frost
2017-01-31
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Remove pg_dump/pg_dumpall support for dumping from pre-8.0 servers.
Tom Lane
2016-10-12
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
Fix various common mispellings.
Greg Stark
2016-06-03
*
Qualify table usage in dumpTable() and use regclass
Stephen Frost
2016-05-24
*
In pg_dump, include pg_catalog and extension ACLs, if changed
Stephen Frost
2016-04-06
*
Create src/fe_utils/, and move stuff into there from pg_dump's dumputils.
Tom Lane
2016-03-24
*
Move keywords.c/kwlookup.c into src/common/.
Tom Lane
2016-03-23
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Remove unnecessary escaping in C character literals
Peter Eisentraut
2015-12-22
*
Check existency of table/schema for -t/-n option (pg_dump/pg_restore)
Teodor Sigaev
2015-09-14
*
Use FLEXIBLE_ARRAY_MEMBER in a bunch more places.
Tom Lane
2015-02-20
*
Fix more memory leaks in failure path in buildACLCommands.
Tom Lane
2015-02-11
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Replace appendPQExpBuffer(..., <constant>) with appendPQExpBufferStr
Heikki Linnakangas
2013-11-18
*
Move some pg_dump function around.
Heikki Linnakangas
2013-03-27
*
Get rid of obsolete parse_version helper function.
Heikki Linnakangas
2013-03-26
*
Add parallel pg_dump option.
Andrew Dunstan
2013-03-24
*
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
*
Fix assorted bugs in privileges-for-types patch.
Tom Lane
2012-12-09
*
pg_dump: Add missing newlines at end of messages
Peter Eisentraut
2012-06-18
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Message style improvements
Peter Eisentraut
2012-06-07
*
Fix memory leaks in failure paths in buildACLCommands and parseAclItem.
Tom Lane
2012-06-03
*
Rewrite --section option to decouple it from --schema-only/--data-only.
Tom Lane
2012-05-29
[next]