summaryrefslogtreecommitdiff
path: root/src/bin/pg_dump/parallel.c
AgeCommit message (Expand)Author
2025-04-04Non text modes for pg_dumpall, correspondingly change pg_restoreAndrew Dunstan
2025-01-01Update copyright for 2025Bruce Momjian
2024-11-06Remove unused #include's from bin .c filesPeter Eisentraut
2024-02-07Rename static function to avoid conflicting namesDaniel Gustafsson
2024-01-04Update copyright for 2024Bruce Momjian
2023-10-26Add trailing commas to enum definitionsPeter Eisentraut
2023-02-07Remove useless casts to (void *) in arguments of some system functionsPeter Eisentraut
2023-01-02Update copyright for 2023Bruce Momjian
2022-08-13Remove configure probe for sys/select.h.Thomas Munro
2022-04-08Improve frontend error logging style.Tom Lane
2022-01-08Update copyright for 2022Bruce Momjian
2021-04-23Factor out system call names from error messagesPeter Eisentraut
2021-01-02Update copyright for 2021Bruce Momjian
2020-10-17In libpq for Windows, call WSAStartup once and WSACleanup not at all.Tom Lane
2020-10-10Remove pointless error-code checking in pg_dump/parallel.c.Tom Lane
2020-10-10Recognize network-failure errnos as indicating hard connection loss.Tom Lane
2020-07-08code: replace 'master' with 'leader' where appropriate.Andres Freund
2020-01-31Fix parallel pg_dump/pg_restore for failure to create worker processes.Tom Lane
2020-01-20Fix pg_dump's sigTermHandler() to use _exit() not exit().Tom Lane
2020-01-01Update copyrights for 2020Bruce Momjian
2019-10-25Make the order of the header file includes consistent in non-backend modules.Amit Kapila
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-05-22Initial pgindent run for v12.Tom Lane
2019-04-01Unified logging system for command-line programsPeter Eisentraut
2019-03-18Remove unused macroPeter Eisentraut
2019-01-02Update copyright for 2019Bruce Momjian
2018-08-17Ensure schema qualification in pg_restore DISABLE/ENABLE TRIGGER commands.Tom Lane
2018-01-03Update copyright for 2018Bruce Momjian
2017-10-01Replace most usages of ntoh[ls] and hton[sl] with pg_bswap.h.Andres Freund
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-03-14Spelling fixes in code commentsPeter Eisentraut
2017-02-25Remove useless duplicate inclusions of system header files.Tom Lane
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-09-27Make struct ParallelSlot private within pg_dump/parallel.c.Tom Lane
2016-09-27Rationalize parallel dump/restore's handling of worker cmd/status messages.Tom Lane
2016-09-27Redesign parallel dump/restore's wait-for-workers logic.Tom Lane
2016-09-27Include <sys/select.h> where neededAlvaro Herrera
2016-06-03Suppress -Wunused-result warnings about write(), again.Tom Lane
2016-06-02Redesign handling of SIGTERM/control-C in parallel pg_dump/pg_restore.Tom Lane
2016-06-01Clean up some minor inefficiencies in parallel dump/restore.Tom Lane
2016-05-29Remove pg_dump/parallel.c's useless "aborting" flag.Tom Lane
2016-05-28Lots of comment-fixing, and minor cosmetic cleanup, in pg_dump/parallel.c.Tom Lane
2016-05-27Clean up thread management in parallel pg_dump for Windows.Tom Lane
2016-05-26In Windows pg_dump, ensure idle workers will shut down during error exit.Tom Lane
2016-05-25Fix broken error handling in parallel pg_dump/pg_restore.Tom Lane
2016-03-24Create src/fe_utils/, and move stuff into there from pg_dump's dumputils.Tom Lane
2016-03-15Fix typos.Robert Haas
2016-01-13Access pg_dump's options structs through Archive struct, not directly.Tom Lane
2016-01-02Update copyright for 2016Bruce Momjian