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