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
/
backend
/
storage
/
file
/
fd.c
Age
Commit message (
Expand
)
Author
2024-10-27
Remove unused #include's from backend .c files
Peter Eisentraut
2024-09-04
Unify some error messages to ease work of translators
Michael Paquier
2024-09-04
Apply more quoting to GUC names in messages
Michael Paquier
2024-09-03
Define PG_TBLSPC_DIR for path pg_tblspc/ in data folder
Michael Paquier
2024-08-29
Fixup for prefetching support on macOS
Peter Eisentraut
2024-08-28
Add prefetching support on macOS
Peter Eisentraut
2024-07-01
Remove useless extern keywords
Peter Eisentraut
2024-05-17
Revise GUC names quoting in messages again
Peter Eisentraut
2024-03-02
Return ssize_t in fd.c I/O functions.
Thomas Munro
2024-01-18
Error message capitalisation
Peter Eisentraut
2024-01-12
Refactor code checking for file existence
Michael Paquier
2024-01-03
Update copyright for 2024
Bruce Momjian
2023-12-12
Provide vectored variants of FileRead() and FileWrite().
Thomas Munro
2023-11-30
Apply quotes more consistently to GUC names in logs
Michael Paquier
2023-11-08
Make ResourceOwners more easily extensible.
Heikki Linnakangas
2023-10-26
Add trailing commas to enum definitions
Peter Eisentraut
2023-10-13
Improve the naming in wal_sync_method code.
Nathan Bossart
2023-09-06
Make enum for sync methods available to frontend code.
Nathan Bossart
2023-08-24
Rename hook functions for debug_io_direct to match variable name.
Peter Eisentraut
2023-07-14
Remove wal_sync_method=fsync_writethrough on Windows.
Thomas Munro
2023-06-20
Pre-beta2 mechanical code beautification.
Tom Lane
2023-06-19
fd.c: Retry after EINTR in more places
Andres Freund
2023-05-15
Rename io_direct to debug_io_direct.
Thomas Munro
2023-05-02
Fix typos in comments
Michael Paquier
2023-04-08
Add io_direct setting (developer-only).
Thomas Munro
2023-04-05
Add smgrzeroextend(), FileZero(), FileFallocate()
Andres Freund
2023-03-30
Fix format code in fd.c debugging infrastructure
Andres Freund
2023-03-03
Don't leak descriptors into subprograms.
Thomas Munro
2023-02-22
Remove obsolete coding for early macOS.
Thomas Munro
2023-01-06
Fix pg_truncate() on Windows.
Thomas Munro
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-08
Update types in File API
Peter Eisentraut
2022-10-27
Move pg_pwritev_with_retry() to src/common/file_utils.c
Michael Paquier
2022-09-29
Restore pg_pread and friends.
Thomas Munro
2022-09-21
Improve some error messages.
Amit Kapila
2022-09-02
Expand the use of get_dirent_type(), shaving a few calls to stat()/lstat()
Michael Paquier
2022-08-29
Clean up inconsistent use of fflush().
Tom Lane
2022-08-14
Remove configure probe for sys/resource.h and refactor.
Thomas Munro
2022-08-06
Replace pgwin32_is_junction() with lstat().
Thomas Munro
2022-08-05
Remove configure probe for fdatasync.
Thomas Munro
2022-08-05
Simplify replacement code for preadv and pwritev.
Thomas Munro
2022-08-05
Remove dead pread and pwrite replacement code.
Thomas Munro
2022-08-05
Remove configure probe and related tests for getrlimit.
Thomas Munro
2022-07-05
Remove durable_rename_excl()
Michael Paquier
2022-04-28
Revert recent changes with durable_rename_excl()
Michael Paquier
2022-04-28
Remove durable_rename_excl()
Michael Paquier
2022-04-14
Add missing spaces after single-line comments
David Rowley
2022-01-07
Update copyright for 2022
Bruce Momjian
2021-11-28
Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.
Tom Lane
2021-10-25
Report progress of startup operations that take a long time.
Robert Haas
[next]