summaryrefslogtreecommitdiff
path: root/src/common/file_utils.c
AgeCommit message (Expand)Author
2022-01-08Update copyright for 2022Bruce Momjian
2021-01-02Update copyright for 2021Bruce Momjian
2020-09-07Skip unnecessary stat() calls in walkdir().Thomas Munro
2020-06-30Prevent compilation of frontend-only files in src/common/ with backendMichael Paquier
2020-02-24Change client-side fsync_fname() to report errors fatallyPeter Eisentraut
2020-01-01Update copyrights for 2020Bruce Momjian
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-05-22Initial pgindent run for v12.Tom Lane
2019-05-14Move logging.h and logging.c from src/fe_utils/ to src/common/.Tom Lane
2019-04-01Unified logging system for command-line programsPeter Eisentraut
2019-02-24Tolerate EINVAL when calling fsync() on a directory.Thomas Munro
2019-01-02Update copyright for 2019Bruce Momjian
2018-09-14Allow concurrent-safe open() and fopen() in frontend code for WindowsMichael Paquier
2018-01-03Update copyright for 2018Bruce Momjian
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-04-17Fix new warnings from GCC 7Peter Eisentraut
2017-03-22Sync pg_dump and pg_dumpall outputAndrew Dunstan
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-10-20Rename "pg_xlog" directory to "pg_wal".Robert Haas
2016-10-02Avoid leaking FDs after an fsync failure.Tom Lane
2016-09-29Fix compiler warningsPeter Eisentraut
2016-09-29pg_basebackup pg_receivexlog: Issue fsync more carefullyPeter Eisentraut
2016-09-29Move fsync routines of initdb into src/common/Peter Eisentraut