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
/
pg_backup_null.c
Age
Commit message (
Expand
)
Author
2016-03-24
Create src/fe_utils/, and move stuff into there from pg_dump's dumputils.
Tom Lane
2016-01-13
Access pg_dump's options structs through Archive struct, not directly.
Tom Lane
2014-10-14
pg_dump: Reduce use of global variables
Alvaro Herrera
2014-05-05
Properly detect read and write errors in pg_dump/dumpall, and pg_restore
Bruce Momjian
2013-03-27
Move some pg_dump function around.
Heikki Linnakangas
2013-02-12
Create libpgcommon, and move pg_malloc et al to it
Alvaro Herrera
2012-03-20
pg_dump: get rid of die_horribly
Alvaro Herrera
2011-11-26
Move pg_dump memory routines into pg_dumpmem.c/h and restore common.c
Bruce Momjian
2011-11-25
Modify pg_dump to use error-free memory allocation macros. This avoids
Bruce Momjian
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-02-18
Fix up pg_dump's treatment of large object ownership and ACLs. We now emit
Tom Lane
2009-12-14
Additional fixes for large object access control.
Itagaki Takahiro
2009-08-04
Fix pg_dump to do the right thing when escaping the contents of large objects.
Tom Lane
2009-07-21
Make pg_dump/pg_restore --clean options drop large objects too.
Tom Lane
2009-02-02
Provide for parallel restoration from a custom format archive. Each data and
Andrew Dunstan
2006-07-14
Remove 576 references of include files that were not needed.
Bruce Momjian
2006-06-07
Prepare code to be built by MSVC:
Bruce Momjian
2006-02-12
Add MSVC support for utility commands and pg_dump.
Bruce Momjian
2005-10-15
Standard pgindent run for 8.1.
Bruce Momjian
2005-06-21
pg_dump can now dump large objects even in plain-text output mode, by
Tom Lane
2003-12-08
Work around naming conflict between zlib and OpenSSL by tweaking inclusion
Tom Lane
2003-12-06
Massive overhaul of pg_dump: make use of dependency information from
Tom Lane
2003-11-29
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2002-09-04
pgindent run.
Bruce Momjian
2002-08-20
Enable large file support.
Peter Eisentraut
2002-05-10
First pass at schema-fying pg_dump/pg_restore. Much to do still,
Tom Lane
2002-04-24
Speed improvement for large object restore.
Bruce Momjian
2001-06-27
National language support for pg_dump and pg_restore. Combined with big
Peter Eisentraut
2001-03-24
Portability fix from Steve Nicolai.
Tom Lane
2001-03-22
pgindent run. Make it all clean.
Bruce Momjian
2001-03-19
- Added CVS headers to files
Philip Warner
2001-02-10
Restructure the key include files per recent pghackers discussion: there
Tom Lane
2001-01-12
- Check ntuples == 1 for various SELECT statements.
Philip Warner
2000-07-21
- Support for TAR output
Philip Warner