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