summaryrefslogtreecommitdiff
path: root/src/bin/pg_dump/parallel.c
Commit message (Expand)AuthorAgeFilesLines
* Remove useless casts to (void *) in arguments of some system functionsPeter Eisentraut2023-02-071-1/+1
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Remove configure probe for sys/select.h.Thomas Munro2022-08-141-3/+1
* Improve frontend error logging style.Tom Lane2022-04-081-21/+18
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Factor out system call names from error messagesPeter Eisentraut2021-04-231-3/+3
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* In libpq for Windows, call WSAStartup once and WSACleanup not at all.Tom Lane2020-10-171-15/+1
* Remove pointless error-code checking in pg_dump/parallel.c.Tom Lane2020-10-101-22/+1
* Recognize network-failure errnos as indicating hard connection loss.Tom Lane2020-10-101-3/+8
* code: replace 'master' with 'leader' where appropriate.Andres Freund2020-07-081-54/+54
* Fix parallel pg_dump/pg_restore for failure to create worker processes.Tom Lane2020-01-311-12/+17
* Fix pg_dump's sigTermHandler() to use _exit() not exit().Tom Lane2020-01-201-2/+5
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Make the order of the header file includes consistent in non-backend modules.Amit Kapila2019-10-251-2/+1
* Phase 2 pgindent run for v12.Tom Lane2019-05-221-3/+3
* Initial pgindent run for v12.Tom Lane2019-05-221-10/+10
* Unified logging system for command-line programsPeter Eisentraut2019-04-011-38/+24
* Remove unused macroPeter Eisentraut2019-03-181-2/+0
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Ensure schema qualification in pg_restore DISABLE/ENABLE TRIGGER commands.Tom Lane2018-08-171-1/+1
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Replace most usages of ntoh[ls] and hton[sl] with pg_bswap.h.Andres Freund2017-10-011-2/+4
* Phase 3 of pgindent updates.Tom Lane2017-06-211-2/+2
* Phase 2 of pgindent updates.Tom Lane2017-06-211-9/+9
* Spelling fixes in code commentsPeter Eisentraut2017-03-141-1/+1
* Remove useless duplicate inclusions of system header files.Tom Lane2017-02-251-8/+6
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Make struct ParallelSlot private within pg_dump/parallel.c.Tom Lane2016-09-271-8/+54
* Rationalize parallel dump/restore's handling of worker cmd/status messages.Tom Lane2016-09-271-87/+145
* Redesign parallel dump/restore's wait-for-workers logic.Tom Lane2016-09-271-121/+107
* Include <sys/select.h> where neededAlvaro Herrera2016-09-271-0/+4
* Suppress -Wunused-result warnings about write(), again.Tom Lane2016-06-031-2/+12
* Redesign handling of SIGTERM/control-C in parallel pg_dump/pg_restore.Tom Lane2016-06-021-139/+467
* Clean up some minor inefficiencies in parallel dump/restore.Tom Lane2016-06-011-25/+1
* Remove pg_dump/parallel.c's useless "aborting" flag.Tom Lane2016-05-291-28/+6
* Lots of comment-fixing, and minor cosmetic cleanup, in pg_dump/parallel.c.Tom Lane2016-05-281-271/+349
* Clean up thread management in parallel pg_dump for Windows.Tom Lane2016-05-271-17/+36
* In Windows pg_dump, ensure idle workers will shut down during error exit.Tom Lane2016-05-261-8/+6
* Fix broken error handling in parallel pg_dump/pg_restore.Tom Lane2016-05-251-113/+65
* Create src/fe_utils/, and move stuff into there from pg_dump's dumputils.Tom Lane2016-03-241-0/+1
* Fix typos.Robert Haas2016-03-151-1/+1
* Access pg_dump's options structs through Archive struct, not directly.Tom Lane2016-01-131-20/+10
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Tweak __attribute__-wrapping macros for better pgindent results.Tom Lane2015-03-261-4/+2
* Add macros wrapping all usage of gcc's __attribute__.Andres Freund2015-03-111-1/+1
* vacuumdb: enable parallel modeAlvaro Herrera2015-01-231-1/+1
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Fix assorted confusion between Oid and int32.Tom Lane2014-12-111-1/+1
* Fix some bogus direct uses of realloc().Tom Lane2014-11-181-2/+2