summaryrefslogtreecommitdiff
path: root/src/bin/pg_dump/dumputils.c
AgeCommit message (Expand)Author
2007-01-04Tweak pg_dumpall to add GRANT CONNECT ON DATABASE ... TO PUBLIC when dumpingTom Lane
2006-10-09Move processNamePattern into dumputils.c in preparation for using it inTom Lane
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-09-08Fix pg_dump for recent change removing separate RULE privilege.Tom Lane
2006-06-01Fix up hack to suppress escape_string_warning so that it actually worksTom Lane
2006-05-28Fix up pg_dump to do string escaping fully correctly for client encodingTom Lane
2006-05-26Use E'' strings internally only when standard_conforming_strings =Bruce Momjian
2006-04-30Code review for GRANT CONNECT patch. Spell the privilege as CONNECT notTom Lane
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2006-01-21Add GRANT ON SEQUENCE syntax to support sequence-only permissions.Bruce Momjian
2006-01-11Brace cleanup.Bruce Momjian
2005-12-03Treat procedural languages as owned by the bootstrap superuser, ratherTom Lane
2005-12-02Fix obsolete comment.Tom Lane
2005-11-22Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-07-02Add E'' to internally created SQL strings that contain backslashes.Bruce Momjian
2005-07-01Add code to pg_dump to use E'' strings when backslashes are used in dumpBruce Momjian
2005-04-30GCC 4.0 includes a new warning option, -Wformat-literal, that emitsNeil Conway
2004-12-31Tag appropriate files for rc3PostgreSQL Daemon
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-08-29Update copyright to 2004.Bruce Momjian
2004-06-18Tablespaces. Alternate database locations are dead, long live tablespaces.Tom Lane
2004-03-23Use dollar-quoting for function bodies, unless disabled withTom Lane
2004-01-07pg_dump support for function parameter names.Tom Lane
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-08-14Handle double-quotes correctly in user names in ACL lists.Tom Lane
2003-08-04Update copyrights to 2003.Bruce Momjian
2003-08-04pgindent run.Bruce Momjian
2003-07-31Upgrade parsing code for ACLs to be less hokey and more cognizant ofTom Lane
2003-07-24Fix grant option dumping and related cross-version compatibility issues.Peter Eisentraut
2003-05-30Cause pg_dumpall to include GRANT/REVOKE for database-level permissionsTom Lane
2002-09-07Allow pg_dumpall to work with previous releases again. Don't pass the -cPeter Eisentraut
2002-09-04pgindent run.Bruce Momjian
2002-08-27Reimplement pg_dumpall in C. Currently no change in functionality,Peter Eisentraut