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
/
parallel.c
Age
Commit message (
Expand
)
Author
2017-10-01
Replace most usages of ntoh[ls] and hton[sl] with pg_bswap.h.
Andres Freund
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-03-14
Spelling fixes in code comments
Peter Eisentraut
2017-02-25
Remove useless duplicate inclusions of system header files.
Tom Lane
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-09-27
Make struct ParallelSlot private within pg_dump/parallel.c.
Tom Lane
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-09-27
Include <sys/select.h> where needed
Alvaro Herrera
2016-06-03
Suppress -Wunused-result warnings about write(), again.
Tom Lane
2016-06-02
Redesign handling of SIGTERM/control-C in parallel pg_dump/pg_restore.
Tom Lane
2016-06-01
Clean up some minor inefficiencies in parallel dump/restore.
Tom Lane
2016-05-29
Remove pg_dump/parallel.c's useless "aborting" flag.
Tom Lane
2016-05-28
Lots of comment-fixing, and minor cosmetic cleanup, in pg_dump/parallel.c.
Tom Lane
2016-05-27
Clean up thread management in parallel pg_dump for Windows.
Tom Lane
2016-05-26
In Windows pg_dump, ensure idle workers will shut down during error exit.
Tom Lane
2016-05-25
Fix broken error handling in parallel pg_dump/pg_restore.
Tom Lane
2016-03-24
Create src/fe_utils/, and move stuff into there from pg_dump's dumputils.
Tom Lane
2016-03-15
Fix typos.
Robert Haas
2016-01-13
Access pg_dump's options structs through Archive struct, not directly.
Tom Lane
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-03-26
Tweak __attribute__-wrapping macros for better pgindent results.
Tom Lane
2015-03-11
Add macros wrapping all usage of gcc's __attribute__.
Andres Freund
2015-01-23
vacuumdb: enable parallel mode
Alvaro Herrera
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-12-11
Fix assorted confusion between Oid and int32.
Tom Lane
2014-11-18
Fix some bogus direct uses of realloc().
Tom Lane
2014-10-17
Re-pgindent src/bin/pg_dump/*.
Tom Lane
2014-10-14
Blind attempt at fixing Win32 pg_dump issues
Alvaro Herrera
2014-10-14
pg_dump: Reduce use of global variables
Alvaro Herrera
2014-06-16
Use type pgsocket for Windows pipe emulation socket calls
Bruce Momjian
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-04-16
Use AF_UNSPEC not PF_UNSPEC in getaddrinfo calls.
Tom Lane
2014-04-04
Fix some compiler warnings that clang emits with -pedantic.
Robert Haas
2014-01-24
Avoid minor leak in parallel pg_dump
Stephen Frost
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-07-14
During parallel pg_dump, free commands from master
Stephen Frost
2013-07-11
pg_dump: Formatting cleanup of new messages
Peter Eisentraut
2013-05-29
pgindent run for release 9.3
Bruce Momjian
2013-03-27
Move some pg_dump function around.
Heikki Linnakangas
2013-03-24
Add parallel pg_dump option.
Andrew Dunstan