Commit Graph

258 Commits (9a86f03b4e8c8f16eca7faebcb4a46330e431102)

Author SHA1 Message Date
Tom Lane 9a86f03b4e Rearrange postmaster's startup sequence for better syslogger results. 6 years ago
Michael Paquier c96581abe4 Fix inconsistencies and typos in the tree, take 11 6 years ago
Michael Paquier 66bde49d96 Fix inconsistencies and typos in the tree, take 10 6 years ago
Michael Paquier b7a82317b6 Fix typo in fd.c 6 years ago
Michael Paquier 0896ae561b Fix inconsistencies and typos in the tree 6 years ago
Peter Eisentraut 7e9a4c5c3d Use consistent style for checking return from system calls 6 years ago
Michael Paquier 3412030205 Fix more typos and inconsistencies in the tree 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
Michael Paquier 82a5649fb9 Tighten use of OpenTransientFile and CloseTransientFile 7 years ago
Thomas Munro f16735d80d Tolerate EINVAL when calling fsync() on a directory. 7 years ago
Thomas Munro 483520eca4 Tolerate ENOSYS failure from sync_file_range(). 7 years ago
Bruce Momjian 97c39498e5 Update copyright for 2019 7 years ago
Tom Lane ffa4cbd623 Handle EPIPE more sanely when we close a pipe reading from a program. 7 years ago
Thomas Munro 9ccdd7f66e PANIC on fsync() failure. 7 years ago
Thomas Munro c4f0876fb8 Remove set-but-unused variable. 7 years ago
Thomas Munro c24dcd0cfd Use pg_pread() and pg_pwrite() for data files and WAL. 7 years ago
Tom Lane 1d96c1b91a Fix incorrect ordering of operations in pg_resetwal and pg_rewind. 7 years ago
Heikki Linnakangas 445e31bdc7 Fix some sloppiness in the new BufFileSize() and BufFileAppend() functions. 7 years ago
Tom Lane 9cb7db3f0c In AtEOXact_Files, complain if any files remain unclosed at commit. 7 years ago
Tom Lane af1a949109 Further cleanup of client dependencies on src/include/catalog headers. 8 years ago
Stephen Frost da9b580d89 Refactor dir/file permissions 8 years ago
Teodor Sigaev 920a5e500a Skip temp tables from basebackup. 8 years ago
Robert Haas 9da0cc3528 Support parallel btree index builds. 8 years ago
Tom Lane eeb3c2df42 Back off chattiness in RemovePgTempFiles(). 8 years ago
Bruce Momjian 9d4649ca49 Update copyright for 2018 8 years ago
Robert Haas 62d02f39e7 Fix race-under-concurrency in PathNameCreateTemporaryDir. 8 years ago
Tom Lane 561885db05 Improve error handling in RemovePgTempFiles(). 8 years ago
Tom Lane 2069e6faa0 Clean up assorted messiness around AllocateDir() usage. 8 years ago
Andres Freund ec6a040056 Adjust #ifdef EXEC_BACKEND RemovePgTempFilesInDir() call. 8 years ago
Andres Freund dc6c4c9dc2 Add infrastructure for sharing temporary files between backends. 8 years ago
Tom Lane c5269472ea Fix two violations of the ResourceOwnerEnlarge/Remember protocol. 8 years ago
Peter Eisentraut 2eb4a831e5 Change TRUE/FALSE to true/false 8 years ago
Peter Eisentraut 0c5803b450 Refactor new file permission handling 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
Bruce Momjian a6fd7b7a5f Post-PG 10 beta1 pgindent run 8 years ago
Peter Eisentraut 6275f5d28a Fix new warnings from GCC 7 9 years ago
Teodor Sigaev 1b02be21f2 Fsync directory after creating or unlinking file. 9 years ago
Robert Haas 249cf070e3 Create and use wait events for read, write, and fsync operations. 9 years ago
Tom Lane f97de05a14 Fix sloppy handling of corner-case errors in fd.c. 9 years ago
Bruce Momjian 1d25779284 Update copyright via script for 2017 9 years ago
Robert Haas f82ec32ac3 Rename "pg_xlog" directory to "pg_wal". 9 years ago
Tom Lane 95ef43c430 Widen amount-to-flush arguments of FileWriteback and callers. 10 years ago
Tom Lane fa11a09fed Fix assorted portability issues with using msync() for data flushing. 10 years ago
Andres Freund e01157500f Include portability/mem.h into fd.c for MAP_FAILED. 10 years ago
Andres Freund 428b1d6b29 Allow to trigger kernel writeback after a configurable number of writes. 10 years ago
Andres Freund 606e0f9841 Introduce durable_rename() and durable_link_or_rename(). 10 years ago
Robert Haas 070140ee48 Add some functions to fd.c for the convenience of extensions. 10 years ago
Bruce Momjian ee94300446 Update copyright for 2016 10 years ago