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
/
backend
/
storage
/
file
Age
Commit message (
Expand
)
Author
6 days
Make safeguard against incorrect flags for fsync more portable.
Tom Lane
2025-04-08
Introduce file_copy_method setting.
Thomas Munro
2025-03-29
aio: Implement support for reads in smgr/md/fd
Andres Freund
2025-03-27
Fix guc_malloc calls for consistency and OOM checks
Daniel Gustafsson
2025-03-24
Redefine max_files_per_process to control additionally opened files
Andres Freund
2025-03-20
Fix typo in comment
Peter Eisentraut
2025-03-13
Fix copy-and-paste mistake in error message
Peter Eisentraut
2025-02-12
Remove unnecessary (char *) casts [mem]
Peter Eisentraut
2025-01-25
Use the correct sizeof() in BufFileLoadBuffer
Tomas Vondra
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-11-27
Make GUC_check_errdetail messages full sentences
Álvaro Herrera
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-03
Remove incorrect Asserts in buffile.c
David Rowley
2024-07-01
Remove useless extern keywords
Peter Eisentraut
2024-05-17
Revise GUC names quoting in messages again
Peter Eisentraut
2024-03-04
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-01
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-04
Update copyright for 2024
Bruce Momjian
2023-12-19
Fix brown paper bag bug in 5c47c6546c413d5eb51c1626070a807026e6139d.
Robert Haas
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-20
Prevent overflow for block number in buffile.c
Michael Paquier
2023-11-17
Change logtape/tuplestore code to use int64 for block numbers
Michael Paquier
2023-11-17
Remove NOT_USED BufFileTellBlock() from buffile.c
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-23
Refactor parse_filename_for_nontemp_relation to parse more.
Robert Haas
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-09-06
Move PG_TEMP_FILE* macros to file_utils.h.
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-19
Pre-beta mechanical code beautification.
Tom Lane
2023-05-14
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-08
Introduce PG_IO_ALIGN_SIZE and align all I/O buffers.
Thomas Munro
2023-04-05
Add smgrzeroextend(), FileZero(), FileFallocate()
Andres Freund
2023-03-30
pg_stat_wal: Accumulate time as instr_time instead of microseconds
Andres Freund
2023-03-30
Fix format code in fd.c debugging infrastructure
Andres Freund
2023-03-29
Simplify useless 0L constants
Peter Eisentraut
[next]