index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
/
pg_dump
/
parallel.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove useless casts to (void *) in arguments of some system functions
Peter Eisentraut
2023-02-07
1
-1
/
+1
*
Update copyright for 2023
Bruce Momjian
2023-01-02
1
-1
/
+1
*
Remove configure probe for sys/select.h.
Thomas Munro
2022-08-14
1
-3
/
+1
*
Improve frontend error logging style.
Tom Lane
2022-04-08
1
-21
/
+18
*
Update copyright for 2022
Bruce Momjian
2022-01-07
1
-1
/
+1
*
Factor out system call names from error messages
Peter Eisentraut
2021-04-23
1
-3
/
+3
*
Update copyright for 2021
Bruce Momjian
2021-01-02
1
-1
/
+1
*
In libpq for Windows, call WSAStartup once and WSACleanup not at all.
Tom Lane
2020-10-17
1
-15
/
+1
*
Remove pointless error-code checking in pg_dump/parallel.c.
Tom Lane
2020-10-10
1
-22
/
+1
*
Recognize network-failure errnos as indicating hard connection loss.
Tom Lane
2020-10-10
1
-3
/
+8
*
code: replace 'master' with 'leader' where appropriate.
Andres Freund
2020-07-08
1
-54
/
+54
*
Fix parallel pg_dump/pg_restore for failure to create worker processes.
Tom Lane
2020-01-31
1
-12
/
+17
*
Fix pg_dump's sigTermHandler() to use _exit() not exit().
Tom Lane
2020-01-20
1
-2
/
+5
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
1
-1
/
+1
*
Make the order of the header file includes consistent in non-backend modules.
Amit Kapila
2019-10-25
1
-2
/
+1
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
1
-3
/
+3
*
Initial pgindent run for v12.
Tom Lane
2019-05-22
1
-10
/
+10
*
Unified logging system for command-line programs
Peter Eisentraut
2019-04-01
1
-38
/
+24
*
Remove unused macro
Peter Eisentraut
2019-03-18
1
-2
/
+0
*
Update copyright for 2019
Bruce Momjian
2019-01-02
1
-1
/
+1
*
Ensure schema qualification in pg_restore DISABLE/ENABLE TRIGGER commands.
Tom Lane
2018-08-17
1
-1
/
+1
*
Update copyright for 2018
Bruce Momjian
2018-01-02
1
-1
/
+1
*
Replace most usages of ntoh[ls] and hton[sl] with pg_bswap.h.
Andres Freund
2017-10-01
1
-2
/
+4
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
1
-2
/
+2
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
1
-9
/
+9
*
Spelling fixes in code comments
Peter Eisentraut
2017-03-14
1
-1
/
+1
*
Remove useless duplicate inclusions of system header files.
Tom Lane
2017-02-25
1
-8
/
+6
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
1
-1
/
+1
*
Make struct ParallelSlot private within pg_dump/parallel.c.
Tom Lane
2016-09-27
1
-8
/
+54
*
Rationalize parallel dump/restore's handling of worker cmd/status messages.
Tom Lane
2016-09-27
1
-87
/
+145
*
Redesign parallel dump/restore's wait-for-workers logic.
Tom Lane
2016-09-27
1
-121
/
+107
*
Include <sys/select.h> where needed
Alvaro Herrera
2016-09-27
1
-0
/
+4
*
Suppress -Wunused-result warnings about write(), again.
Tom Lane
2016-06-03
1
-2
/
+12
*
Redesign handling of SIGTERM/control-C in parallel pg_dump/pg_restore.
Tom Lane
2016-06-02
1
-139
/
+467
*
Clean up some minor inefficiencies in parallel dump/restore.
Tom Lane
2016-06-01
1
-25
/
+1
*
Remove pg_dump/parallel.c's useless "aborting" flag.
Tom Lane
2016-05-29
1
-28
/
+6
*
Lots of comment-fixing, and minor cosmetic cleanup, in pg_dump/parallel.c.
Tom Lane
2016-05-28
1
-271
/
+349
*
Clean up thread management in parallel pg_dump for Windows.
Tom Lane
2016-05-27
1
-17
/
+36
*
In Windows pg_dump, ensure idle workers will shut down during error exit.
Tom Lane
2016-05-26
1
-8
/
+6
*
Fix broken error handling in parallel pg_dump/pg_restore.
Tom Lane
2016-05-25
1
-113
/
+65
*
Create src/fe_utils/, and move stuff into there from pg_dump's dumputils.
Tom Lane
2016-03-24
1
-0
/
+1
*
Fix typos.
Robert Haas
2016-03-15
1
-1
/
+1
*
Access pg_dump's options structs through Archive struct, not directly.
Tom Lane
2016-01-13
1
-20
/
+10
*
Update copyright for 2016
Bruce Momjian
2016-01-02
1
-1
/
+1
*
Tweak __attribute__-wrapping macros for better pgindent results.
Tom Lane
2015-03-26
1
-4
/
+2
*
Add macros wrapping all usage of gcc's __attribute__.
Andres Freund
2015-03-11
1
-1
/
+1
*
vacuumdb: enable parallel mode
Alvaro Herrera
2015-01-23
1
-1
/
+1
*
Update copyright for 2015
Bruce Momjian
2015-01-06
1
-1
/
+1
*
Fix assorted confusion between Oid and int32.
Tom Lane
2014-12-11
1
-1
/
+1
*
Fix some bogus direct uses of realloc().
Tom Lane
2014-11-18
1
-2
/
+2
[next]