index
:
postgres-xl.git
XL9_5_STABLE
XL_10_STABLE
master
xl_dbt3_expt
xl_doc_update
xl_test
Official repo for Postgres-XL. Stable branch is XL9_5_STABLE. Current development is PG10 compatible. Controlled by Postgres-X2 Core Team.
git repository user
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-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-12
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