Commit Graph

134 Commits (2016055a92f26d648aba9f66d26cc0bcd1619eff)

Author SHA1 Message Date
Peter Eisentraut 02c408e21a Remove redundant null pointer checks before free() 3 years ago
Tom Lane 9a374b77fb Improve frontend error logging style. 3 years ago
Michael Paquier 8ac4c25a05 Clean up some dead code in pg_dump with tar format and gzip compression 3 years ago
Tom Lane d914eb347f Remove workarounds for avoiding [U]INT64_FORMAT in translatable strings. 3 years ago
Tom Lane 3cac2c8caa Handle close() failures more robustly in pg_dump and pg_basebackup. 4 years ago
Tom Lane def5b065ff Initial pgindent and pgperltidy run for v14. 4 years ago
Tom Lane ec03f2df17 Fix pg_restore's misdesigned code for detecting archive file format. 4 years ago
Peter Eisentraut 8354e7b27e Remove unused parameters 5 years ago
Tom Lane 1b9cde5124 Check for fseeko() failure in pg_dump's _tarAddFile(). 5 years ago
Robert Haas 2961c9711c Assorted cleanup of tar-related code. 5 years ago
Peter Eisentraut d51f704fd8 pg_dump: Replace can't-happen error with assertion 5 years ago
Alvaro Herrera 3974c4a724 Remove useless "return;" lines 6 years ago
Amit Kapila dddf4cdc33 Make the order of the header file includes consistent in non-backend modules. 6 years ago
Michael Paquier c96581abe4 Fix inconsistencies and typos in the tree, take 11 6 years ago
Peter Eisentraut 24c7000f64 Remove redundant newlines from error messages 6 years ago
Thomas Munro 7988cb446d Fix typos. 6 years ago
Tom Lane be76af171c Initial pgindent run for v12. 6 years ago
Peter Eisentraut cc8d415117 Unified logging system for command-line programs 6 years ago
Tom Lane d6c55de1f9 Implement %m in src/port/snprintf.c, and teach elog.c to rely on that. 7 years ago
Peter Eisentraut 3a4b891964 Fix more format truncation issues 7 years ago
Tom Lane 21d304dfed Final pgindent + perltidy run for v10. 8 years ago
Alvaro Herrera 9a3b5d3ad0 Fix build on zlib-less environments 8 years ago
Alvaro Herrera 4d57e83816 Fix pg_dump's errno checking for zlib I/O 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
Andrew Dunstan 96a7128b7b Sync pg_dump and pg_dumpall output 8 years ago
Tom Lane fb03d08a89 Rationalize parallel dump/restore's handling of worker cmd/status messages. 9 years ago
Tom Lane 588d963b00 Create src/fe_utils/, and move stuff into there from pg_dump's dumputils. 9 years ago
Tom Lane 5b5fea2a11 Access pg_dump's options structs through Archive struct, not directly. 10 years ago
Tom Lane 00cdd83521 Adopt the GNU convention for handling tar-archive members exceeding 8GB. 10 years ago
Noah Misch 8346218c02 Restrict file mode creation mask during tmpfile(). 10 years ago
Andrew Dunstan caef94d59f Restore use of zlib default compression in pg_dump directory mode. 10 years ago
Andres Freund bbfd7edae5 Add macros wrapping all usage of gcc's __attribute__. 10 years ago
Alvaro Herrera 0eea8047bf pg_dump: Reduce use of global variables 11 years ago
Peter Eisentraut f25e0bf5e0 Small message fixes 11 years ago
Bruce Momjian 4335c95815 Fix improperly passed file descriptors 11 years ago
Bruce Momjian 0a78320057 pgindent run for 9.4 11 years ago
Bruce Momjian 14ea89366f Properly detect read and write errors in pg_dump/dumpall, and pg_restore 11 years ago
Stephen Frost dfb1e9bdc0 Further pg_dump / ftello improvements 12 years ago
Tom Lane 3147acd63e Use improved vsnprintf calling logic in more places. 12 years ago
Heikki Linnakangas 7800a71291 Move some pg_dump function around. 12 years ago
Andrew Dunstan 9e257a181c Add parallel pg_dump option. 12 years ago
Alvaro Herrera 8396447cdb Create libpgcommon, and move pg_malloc et al to it 13 years ago
Peter Eisentraut 36bdfa52a0 Get rid of pg_dump's README 13 years ago
Magnus Hagander 794397ae1d Move tar function headers to pgtar.h 13 years ago
Magnus Hagander f5d4bdd3a5 Unify some tar functionality across different parts 13 years ago
Tom Lane a563d94180 Standardize naming of malloc/realloc/strdup wrapper functions. 13 years ago
Tom Lane ff75219e9f Fix bugs in "restore.sql" script emitted in pg_dump tar output. 13 years ago
Tom Lane 05b555d12b Fix tar files emitted by pg_dump and pg_basebackup to be POSIX conformant. 13 years ago
Alvaro Herrera 58f17dcf83 Add translator comments to module names 13 years ago