index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
common
/
file_utils.h
Age
Commit message (
Expand
)
Author
2025-03-25
pg_upgrade: Add --swap for faster file transfer.
Nathan Bossart
2025-03-25
initdb: Add --no-sync-data-files.
Nathan Bossart
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-01-03
Update copyright for 2024
Bruce Momjian
2023-12-12
Provide helper for retrying partial vectored I/O.
Thomas Munro
2023-10-26
Add trailing commas to enum definitions
Peter Eisentraut
2023-09-06
Add support for syncfs() in frontend support functions.
Nathan Bossart
2023-09-06
Make enum for sync methods available to frontend code.
Nathan Bossart
2023-09-05
Move PG_TEMP_FILE* macros to file_utils.h.
Nathan Bossart
2023-03-06
Revise pg_pwrite_zeros()
Michael Paquier
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-11-08
Introduce pg_pwrite_zeros() in fileutils.c
Michael Paquier
2022-10-27
Move pg_pwritev_with_retry() to src/common/file_utils.c
Michael Paquier
2022-01-07
Update copyright for 2022
Bruce Momjian
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-09-07
Skip unnecessary stat() calls in walkdir().
Thomas Munro
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-05-22
Initial pgindent run for v12.
Tom Lane
2019-04-01
Unified logging system for command-line programs
Peter Eisentraut
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-01-02
Update copyright for 2018
Bruce Momjian
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-03-22
Sync pg_dump and pg_dumpall output
Andrew Dunstan
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-10-20
Rename "pg_xlog" directory to "pg_wal".
Robert Haas
2016-09-29
pg_basebackup pg_receivexlog: Issue fsync more carefully
Peter Eisentraut
2016-09-29
Move fsync routines of initdb into src/common/
Peter Eisentraut