aboutsummaryrefslogtreecommitdiff
path: root/src/bin/pg_dump/dumputils.c
Commit message (Expand)AuthorAge
* Handle double-quotes correctly in user names in ACL lists.Tom Lane2003-08-14
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Upgrade parsing code for ACLs to be less hokey and more cognizant ofTom Lane2003-07-31
* Fix grant option dumping and related cross-version compatibility issues.Peter Eisentraut2003-07-24
* Cause pg_dumpall to include GRANT/REVOKE for database-level permissionsTom Lane2003-05-30
* Allow pg_dumpall to work with previous releases again. Don't pass the -cPeter Eisentraut2002-09-07
* pgindent run.Bruce Momjian2002-09-04
* Reimplement pg_dumpall in C. Currently no change in functionality,Peter Eisentraut2002-08-27