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