Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-09-03Define PG_TBLSPC_DIR for path pg_tblspc/ in data folderMichael Paquier
2024-01-04Update copyright for 2024Bruce Momjian
2023-12-11Provide helper for retrying partial vectored I/O.Thomas Munro
2023-09-06Add support for syncfs() in frontend support functions.Nathan Bossart
2023-04-08Introduce PG_IO_ALIGN_SIZE and align all I/O buffers.Thomas Munro
2023-03-16Silence pedantic compiler warning introduced in ce340e530d1Andres Freund
2023-03-06Silence -Wmissing-braces complaints in file_utils.cMichael Paquier
2023-03-06Revise pg_pwrite_zeros()Michael Paquier
2023-01-02Update copyright for 2023Bruce Momjian
2022-11-08Introduce pg_pwrite_zeros() in fileutils.cMichael Paquier
2022-10-27Move pg_pwritev_with_retry() to src/common/file_utils.cMichael Paquier
2022-08-06Replace pgwin32_is_junction() with lstat().Thomas Munro
2022-07-28Fix get_dirent_type() for symlinks on MinGW/MSYS.Thomas Munro
2022-04-08Improve frontend error logging style.Tom Lane
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