summaryrefslogtreecommitdiff
path: root/src/common/file_utils.c
Commit message (Expand)AuthorAgeFilesLines
* Introduce PG_IO_ALIGN_SIZE and align all I/O buffers.Thomas Munro2023-04-081-2/+2
* Silence pedantic compiler warning introduced in ce340e530d1Andres Freund2023-03-161-1/+1
* Silence -Wmissing-braces complaints in file_utils.cMichael Paquier2023-03-071-1/+1
* Revise pg_pwrite_zeros()Michael Paquier2023-03-061-41/+21
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Introduce pg_pwrite_zeros() in fileutils.cMichael Paquier2022-11-081-0/+73
* Move pg_pwritev_with_retry() to src/common/file_utils.cMichael Paquier2022-10-271-0/+67
* Replace pgwin32_is_junction() with lstat().Thomas Munro2022-08-061-23/+0
* Fix get_dirent_type() for symlinks on MinGW/MSYS.Thomas Munro2022-07-281-0/+16
* Improve frontend error logging style.Tom Lane2022-04-081-3/+3
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Skip unnecessary stat() calls in walkdir().Thomas Munro2020-09-071-18/+91
* Prevent compilation of frontend-only files in src/common/ with backendMichael Paquier2020-06-301-0/+5
* Change client-side fsync_fname() to report errors fatallyPeter Eisentraut2020-02-241-8/+6
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Phase 2 pgindent run for v12.Tom Lane2019-05-221-2/+2
* Initial pgindent run for v12.Tom Lane2019-05-221-1/+1
* Move logging.h and logging.c from src/fe_utils/ to src/common/.Tom Lane2019-05-141-1/+1
* Unified logging system for command-line programsPeter Eisentraut2019-04-011-47/+37
* Tolerate EINVAL when calling fsync() on a directory.Thomas Munro2019-02-241-1/+1
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Allow concurrent-safe open() and fopen() in frontend code for WindowsMichael Paquier2018-09-141-2/+2
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Phase 3 of pgindent updates.Tom Lane2017-06-211-1/+1
* Phase 2 of pgindent updates.Tom Lane2017-06-211-1/+1
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-171-6/+6
* Fix new warnings from GCC 7Peter Eisentraut2017-04-171-2/+2
* Sync pg_dump and pg_dumpall outputAndrew Dunstan2017-03-221-0/+19
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Rename "pg_xlog" directory to "pg_wal".Robert Haas2016-10-201-14/+25
* Avoid leaking FDs after an fsync failure.Tom Lane2016-10-021-0/+1
* Fix compiler warningsPeter Eisentraut2016-09-291-4/+5
* pg_basebackup pg_receivexlog: Issue fsync more carefullyPeter Eisentraut2016-09-291-5/+100
* Move fsync routines of initdb into src/common/Peter Eisentraut2016-09-291-0/+276