Commit Graph

55 Commits (fe27009cbb5fff53f87969786ca8dac82ed7deba)

Author SHA1 Message Date
Tom Lane fe27009cbb Recognize network-failure errnos as indicating hard connection loss. 5 years ago
Andres Freund e07633646a code: replace 'master' with 'leader' where appropriate. 5 years ago
Tom Lane 2425f8f714 Fix parallel pg_dump/pg_restore for failure to create worker processes. 6 years ago
Tom Lane cd23a2019c Fix pg_dump's sigTermHandler() to use _exit() not exit(). 6 years ago
Bruce Momjian 7559d8ebfa Update copyrights for 2020 6 years ago
Amit Kapila dddf4cdc33 Make the order of the header file includes consistent in non-backend modules. 6 years ago
Tom Lane 8255c7a5ee Phase 2 pgindent run for v12. 6 years ago
Tom Lane be76af171c Initial pgindent run for v12. 6 years ago
Peter Eisentraut cc8d415117 Unified logging system for command-line programs 7 years ago
Peter Eisentraut fb5806533f Remove unused macro 7 years ago
Bruce Momjian 97c39498e5 Update copyright for 2019 7 years ago
Tom Lane 6771c932cf Ensure schema qualification in pg_restore DISABLE/ENABLE TRIGGER commands. 7 years ago
Bruce Momjian 9d4649ca49 Update copyright for 2018 8 years ago
Andres Freund 0ba99c84e8 Replace most usages of ntoh[ls] and hton[sl] with pg_bswap.h. 8 years ago
Tom Lane 382ceffdf7 Phase 3 of pgindent updates. 8 years ago
Tom Lane c7b8998ebb Phase 2 of pgindent updates. 8 years ago
Peter Eisentraut f97a028d8e Spelling fixes in code comments 9 years ago
Tom Lane 9e3755ecb2 Remove useless duplicate inclusions of system header files. 9 years ago
Bruce Momjian 1d25779284 Update copyright via script for 2017 9 years ago
Tom Lane 0109ab2760 Make struct ParallelSlot private within pg_dump/parallel.c. 9 years ago
Tom Lane fb03d08a89 Rationalize parallel dump/restore's handling of worker cmd/status messages. 9 years ago
Tom Lane b7b8cc0cfc Redesign parallel dump/restore's wait-for-workers logic. 9 years ago
Alvaro Herrera 51c3e9fade Include <sys/select.h> where needed 9 years ago
Tom Lane 6c72a28e5c Suppress -Wunused-result warnings about write(), again. 9 years ago
Tom Lane e652273e07 Redesign handling of SIGTERM/control-C in parallel pg_dump/pg_restore. 9 years ago
Tom Lane 763eec6b6d Clean up some minor inefficiencies in parallel dump/restore. 9 years ago
Tom Lane 210981a4a9 Remove pg_dump/parallel.c's useless "aborting" flag. 9 years ago
Tom Lane 6b3094c26f Lots of comment-fixing, and minor cosmetic cleanup, in pg_dump/parallel.c. 9 years ago
Tom Lane 807b45375b Clean up thread management in parallel pg_dump for Windows. 9 years ago
Tom Lane df8d2d8c42 In Windows pg_dump, ensure idle workers will shut down during error exit. 9 years ago
Tom Lane 9abd64ec99 Fix broken error handling in parallel pg_dump/pg_restore. 9 years ago
Tom Lane 588d963b00 Create src/fe_utils/, and move stuff into there from pg_dump's dumputils. 10 years ago
Robert Haas 3aff33aa68 Fix typos. 10 years ago
Tom Lane 5b5fea2a11 Access pg_dump's options structs through Archive struct, not directly. 10 years ago
Bruce Momjian ee94300446 Update copyright for 2016 10 years ago
Tom Lane 785941cdc3 Tweak __attribute__-wrapping macros for better pgindent results. 11 years ago
Andres Freund bbfd7edae5 Add macros wrapping all usage of gcc's __attribute__. 11 years ago
Alvaro Herrera a179232047 vacuumdb: enable parallel mode 11 years ago
Bruce Momjian 4baaf863ec Update copyright for 2015 11 years ago
Tom Lane 06d5803ffa Fix assorted confusion between Oid and int32. 11 years ago
Tom Lane 8b13e5c6c0 Fix some bogus direct uses of realloc(). 11 years ago
Tom Lane 7584649a1c Re-pgindent src/bin/pg_dump/*. 11 years ago
Alvaro Herrera 076d29a1ee Blind attempt at fixing Win32 pg_dump issues 11 years ago
Alvaro Herrera 0eea8047bf pg_dump: Reduce use of global variables 11 years ago
Bruce Momjian ac608fe758 Use type pgsocket for Windows pipe emulation socket calls 11 years ago
Bruce Momjian 0a78320057 pgindent run for 9.4 12 years ago
Tom Lane cad4fe6455 Use AF_UNSPEC not PF_UNSPEC in getaddrinfo calls. 12 years ago
Robert Haas 59202fae04 Fix some compiler warnings that clang emits with -pedantic. 12 years ago
Stephen Frost 6794a9f9a1 Avoid minor leak in parallel pg_dump 12 years ago
Bruce Momjian 7e04792a1c Update copyright for 2014 12 years ago