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_custom.c
Age
Commit message (
Expand
)
Author
2020-07-17
Cope with data-offset-less archive files during out-of-order restores.
Tom Lane
2020-07-17
Remove manual tracking of file position in pg_dump/pg_backup_custom.c.
Tom Lane
2019-11-28
Remove useless "return;" lines
Alvaro Herrera
2019-10-25
Make the order of the header file includes consistent in non-backend modules.
Amit Kapila
2019-05-22
Initial pgindent run for v12.
Tom Lane
2019-05-14
Move logging.h and logging.c from src/fe_utils/ to src/common/.
Tom Lane
2019-04-01
Unified logging system for command-line programs
Peter Eisentraut
2018-09-14
Improve parallel scheduling logic in pg_dump/pg_restore.
Tom Lane
2018-03-29
Fix typo in comment
Magnus Hagander
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-03-22
Sync pg_dump and pg_dumpall output
Andrew Dunstan
2017-02-06
Fix typos in comments.
Heikki Linnakangas
2016-09-27
Rationalize parallel dump/restore's handling of worker cmd/status messages.
Tom Lane
2016-09-27
Redesign parallel dump/restore's wait-for-workers logic.
Tom Lane
2016-02-18
pg_dump: Fix inconsistent sscanf() conversions
Peter Eisentraut
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-06
pgindent run for 9.4
Bruce Momjian
2014-05-05
Properly detect read and write errors in pg_dump/dumpall, and pg_restore
Bruce Momjian
2014-05-05
Fix case of pg_dump -Fc to an unseekable file (such as a pipe).
Tom Lane
2014-02-09
Focus on ftello result < 0 instead of errno
Stephen Frost
2014-02-08
Minor pg_dump improvements
Stephen Frost
2013-03-27
Move some pg_dump function around.
Heikki Linnakangas
2013-03-24
Add parallel pg_dump option.
Andrew Dunstan
2013-02-12
Create libpgcommon, and move pg_malloc et al to it
Alvaro Herrera
2012-10-02
Standardize naming of malloc/realloc/strdup wrapper functions.
Tom Lane
2012-07-25
Add translator comments to module names
Alvaro Herrera
2012-06-10
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-04-23
Lots of doc corrections.
Robert Haas
2012-03-27
pg_dump: Small message adjustment for consistency
Peter Eisentraut
2012-03-20
pg_dump: get rid of die_horribly
Alvaro Herrera
2011-11-29
Simplify the pg_dump/pg_restore error reporting macros, and allow
Bruce Momjian
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
2011-09-01
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-08-28
Be more user-friendly about unsupported cases for parallel pg_restore.
Tom Lane
2011-04-11
Clean up most -Wunused-but-set-variable warnings from gcc 4.6
Peter Eisentraut
2011-04-10
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2010-12-03
Remove misleading comments. Move _Clone and _DeClone functions before
Heikki Linnakangas
2010-12-02
Refactor the pg_dump zlib code from pg_backup_custom.c to a separate file,
Heikki Linnakangas
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-07-06
pgindent run for 9.0, second run
Bruce Momjian
2010-06-28
Improve pg_dump's checkSeek() function to verify the functioning of ftello
Tom Lane
2010-06-27
Fix pg_restore so parallel restore doesn't fail when the input file doesn't
Tom Lane
2009-08-24
Remove unused variable.
Alvaro Herrera
2009-07-21
Make pg_dump/pg_restore --clean options drop large objects too.
Tom Lane
2009-06-11
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-02-02
Provide for parallel restoration from a custom format archive. Each data and
Andrew Dunstan
2007-10-28
Make pg_dump and friends consistently report both the filename and the
Tom Lane
[next]