Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
/
file_utils.c
Age
Commit message (
Expand
)
Author
2024-09-03
Define PG_TBLSPC_DIR for path pg_tblspc/ in data folder
Michael Paquier
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-12-11
Provide helper for retrying partial vectored I/O.
Thomas Munro
2023-09-06
Add support for syncfs() in frontend support functions.
Nathan Bossart
2023-04-08
Introduce PG_IO_ALIGN_SIZE and align all I/O buffers.
Thomas Munro
2023-03-16
Silence pedantic compiler warning introduced in ce340e530d1
Andres Freund
2023-03-06
Silence -Wmissing-braces complaints in file_utils.c
Michael Paquier
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-08-06
Replace pgwin32_is_junction() with lstat().
Thomas Munro
2022-07-28
Fix get_dirent_type() for symlinks on MinGW/MSYS.
Thomas Munro
2022-04-08
Improve frontend error logging style.
Tom Lane
2022-01-08
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-06-30
Prevent compilation of frontend-only files in src/common/ with backend
Michael Paquier
2020-02-24
Change client-side fsync_fname() to report errors fatally
Peter Eisentraut
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
Initial pgindent run for v12.
Tom Lane
2019-05-14
Move logging.h and logging.c from src/fe_utils/ to src/common/.
Tom Lane
2019-04-01
Unified logging system for command-line programs
Peter Eisentraut
2019-02-24
Tolerate EINVAL when calling fsync() on a directory.
Thomas Munro
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-09-14
Allow concurrent-safe open() and fopen() in frontend code for Windows
Michael Paquier
2018-01-03
Update copyright for 2018
Bruce Momjian
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-04-17
Fix new warnings from GCC 7
Peter Eisentraut
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-10-02
Avoid leaking FDs after an fsync failure.
Tom Lane
2016-09-29
Fix compiler warnings
Peter Eisentraut
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