aboutsummaryrefslogtreecommitdiff
path: root/src/common/file_utils.c
Commit message (Expand)AuthorAge
* Update copyright for 2023Bruce Momjian2023-01-02
* Introduce pg_pwrite_zeros() in fileutils.cMichael Paquier2022-11-08
* Move pg_pwritev_with_retry() to src/common/file_utils.cMichael Paquier2022-10-27
* Replace pgwin32_is_junction() with lstat().Thomas Munro2022-08-06
* Fix get_dirent_type() for symlinks on MinGW/MSYS.Thomas Munro2022-07-28
* Improve frontend error logging style.Tom Lane2022-04-08
* Update copyright for 2022Bruce Momjian2022-01-07
* Update copyright for 2021Bruce Momjian2021-01-02
* Skip unnecessary stat() calls in walkdir().Thomas Munro2020-09-07
* Prevent compilation of frontend-only files in src/common/ with backendMichael Paquier2020-06-30
* Change client-side fsync_fname() to report errors fatallyPeter Eisentraut2020-02-24
* Update copyrights for 2020Bruce Momjian2020-01-01
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Initial pgindent run for v12.Tom Lane2019-05-22
* Move logging.h and logging.c from src/fe_utils/ to src/common/.Tom Lane2019-05-14
* Unified logging system for command-line programsPeter Eisentraut2019-04-01
* Tolerate EINVAL when calling fsync() on a directory.Thomas Munro2019-02-24
* Update copyright for 2019Bruce Momjian2019-01-02
* Allow concurrent-safe open() and fopen() in frontend code for WindowsMichael Paquier2018-09-14
* Update copyright for 2018Bruce Momjian2018-01-02
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Fix new warnings from GCC 7Peter Eisentraut2017-04-17
* Sync pg_dump and pg_dumpall outputAndrew Dunstan2017-03-22
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Rename "pg_xlog" directory to "pg_wal".Robert Haas2016-10-20
* Avoid leaking FDs after an fsync failure.Tom Lane2016-10-02
* Fix compiler warningsPeter Eisentraut2016-09-29
* pg_basebackup pg_receivexlog: Issue fsync more carefullyPeter Eisentraut2016-09-29
* Move fsync routines of initdb into src/common/Peter Eisentraut2016-09-29