Commit Graph

35 Commits (faeedbcefd40bfdf314e048c425b6d9208896d90)

Author SHA1 Message Date
Thomas Munro faeedbcefd Introduce PG_IO_ALIGN_SIZE and align all I/O buffers. 2 years ago
Andres Freund 2b7259f855 Silence pedantic compiler warning introduced in ce340e530d 2 years ago
Michael Paquier d937904cce Silence -Wmissing-braces complaints in file_utils.c 2 years ago
Michael Paquier ce340e530d Revise pg_pwrite_zeros() 2 years ago
Bruce Momjian c8e1ba736b Update copyright for 2023 3 years ago
Michael Paquier 3bdbdf5d06 Introduce pg_pwrite_zeros() in fileutils.c 3 years ago
Michael Paquier 4ab8c81bd9 Move pg_pwritev_with_retry() to src/common/file_utils.c 3 years ago
Thomas Munro 5fc88c5d53 Replace pgwin32_is_junction() with lstat(). 3 years ago
Thomas Munro 4fc6b6eefc Fix get_dirent_type() for symlinks on MinGW/MSYS. 3 years ago
Tom Lane 9a374b77fb Improve frontend error logging style. 3 years ago
Bruce Momjian 27b77ecf9f Update copyright for 2022 4 years ago
Bruce Momjian ca3b37487b Update copyright for 2021 5 years ago
Thomas Munro 861c6e7c8e Skip unnecessary stat() calls in walkdir(). 5 years ago
Michael Paquier 324435eb14 Prevent compilation of frontend-only files in src/common/ with backend 5 years ago
Peter Eisentraut 1420617b14 Change client-side fsync_fname() to report errors fatally 5 years ago
Bruce Momjian 7559d8ebfa Update copyrights for 2020 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
Tom Lane fc9a62af3f Move logging.h and logging.c from src/fe_utils/ to src/common/. 6 years ago
Peter Eisentraut cc8d415117 Unified logging system for command-line programs 6 years ago
Thomas Munro f16735d80d Tolerate EINVAL when calling fsync() on a directory. 6 years ago
Bruce Momjian 97c39498e5 Update copyright for 2019 7 years ago
Michael Paquier 0ba06e0bfb Allow concurrent-safe open() and fopen() in frontend code for Windows 7 years ago
Bruce Momjian 9d4649ca49 Update copyright for 2018 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 8 years ago
Andrew Dunstan 96a7128b7b Sync pg_dump and pg_dumpall output 8 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 728ceba938 Avoid leaking FDs after an fsync failure. 9 years ago
Peter Eisentraut f2af8dc5ba Fix compiler warnings 9 years ago
Peter Eisentraut bc34223bc1 pg_basebackup pg_receivexlog: Issue fsync more carefully 9 years ago
Peter Eisentraut bf5bb2e85b Move fsync routines of initdb into src/common/ 9 years ago