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