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
REL_18_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
/
include
/
storage
/
fd.h
Age
Commit message (
Expand
)
Author
2025-03-29
aio: Implement support for reads in smgr/md/fd
Andres Freund
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-06-12
Harmonize function parameter names for Postgres 17.
Peter Geoghegan
2024-03-01
Return ssize_t in fd.c I/O functions.
Thomas Munro
2024-01-12
Refactor code checking for file existence
Michael Paquier
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-12-12
Provide vectored variants of FileRead() and FileWrite().
Thomas Munro
2023-09-06
Make enum for sync methods available to frontend code.
Nathan Bossart
2023-09-06
Move PG_TEMP_FILE* macros to file_utils.h.
Nathan Bossart
2023-04-08
Add io_direct setting (developer-only).
Thomas Munro
2023-04-08
Introduce PG_IO_ALIGN_SIZE and align all I/O buffers.
Thomas Munro
2023-04-05
Add smgrzeroextend(), FileZero(), FileFallocate()
Andres Freund
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-20
Harmonize parameter names in storage and AM code.
Peter Geoghegan
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-08
Apply PGDLLIMPORT markings broadly.
Robert Haas
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-08-08
Move temporary file cleanup to before_shmem_exit().
Andres Freund
2021-07-18
Support direct I/O on macOS.
Thomas Munro
2021-05-12
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-03-19
Provide recovery_init_sync_method=syncfs.
Thomas Munro
2021-01-14
Minor header cleanup for the new iovec code.
Thomas Munro
2021-01-13
Move our p{read,write}v replacements into their own files.
Thomas Munro
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-12-01
Use truncate(2) where appropriate.
Thomas Munro
2020-08-26
Extend the BufFile interface.
Amit Kapila
2020-03-11
Remove HAVE_WORKING_LINK
Peter Eisentraut
2020-02-24
Account explicitly for long-lived FDs that are allocated outside fd.c.
Tom Lane
2020-01-24
Add pg_file_sync() to adminpack extension.
Fujii Masao
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-09-11
Rearrange postmaster's startup sequence for better syslogger results.
Tom Lane
2019-07-01
Fix many typos and inconsistencies
Michael Paquier
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
Initial pgindent run for v12.
Tom Lane
2019-04-04
Refactor the fsync queue for wider use.
Thomas Munro
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-11-19
PANIC on fsync() failure.
Thomas Munro
2018-11-06
Use pg_pread() and pg_pwrite() for data files and WAL.
Thomas Munro
2018-05-02
Fix some sloppiness in the new BufFileSize() and BufFileAppend() functions.
Heikki Linnakangas
2018-04-28
In AtEOXact_Files, complain if any files remain unclosed at commit.
Tom Lane
2018-04-07
Refactor dir/file permissions
Stephen Frost
2018-03-27
Skip temp tables from basebackup.
Teodor Sigaev
2018-02-02
Support parallel btree index builds.
Robert Haas
2018-01-03
Update copyright for 2018
Bruce Momjian
2017-12-05
Mark assorted variables PGDLLIMPORT.
Robert Haas
2017-12-04
Clean up assorted messiness around AllocateDir() usage.
Tom Lane
[next]