index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
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
2025-04-04
Non text modes for pg_dumpall, correspondingly change pg_restore
Andrew Dunstan
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-11-06
Remove unused #include's from bin .c files
Peter Eisentraut
2024-02-07
Rename static function to avoid conflicting names
Daniel Gustafsson
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-10-26
Add trailing commas to enum definitions
Peter Eisentraut
2023-02-07
Remove useless casts to (void *) in arguments of some system functions
Peter Eisentraut
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-08-13
Remove configure probe for sys/select.h.
Thomas Munro
2022-04-08
Improve frontend error logging style.
Tom Lane
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-04-23
Factor out system call names from error messages
Peter Eisentraut
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-10-17
In libpq for Windows, call WSAStartup once and WSACleanup not at all.
Tom Lane
2020-10-10
Remove pointless error-code checking in pg_dump/parallel.c.
Tom Lane
2020-10-10
Recognize network-failure errnos as indicating hard connection loss.
Tom Lane
2020-07-08
code: replace 'master' with 'leader' where appropriate.
Andres Freund
2020-01-31
Fix parallel pg_dump/pg_restore for failure to create worker processes.
Tom Lane
2020-01-20
Fix pg_dump's sigTermHandler() to use _exit() not exit().
Tom Lane
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-10-25
Make the order of the header file includes consistent in non-backend modules.
Amit Kapila
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
Initial pgindent run for v12.
Tom Lane
2019-04-01
Unified logging system for command-line programs
Peter Eisentraut
2019-03-18
Remove unused macro
Peter Eisentraut
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-08-17
Ensure schema qualification in pg_restore DISABLE/ENABLE TRIGGER commands.
Tom Lane
2018-01-03
Update copyright for 2018
Bruce Momjian
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
[next]