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
/
access
/
transam
/
xlogprefetcher.c
Age
Commit message (
Expand
)
Author
2024-09-04
Standardize "read-ahead advice" terminology.
Thomas Munro
2024-08-12
Fix bad indentation introduced in commit f011e82c2c
Heikki Linnakangas
2024-08-11
Initialize HASHCTL differently, to suppress Coverity warning
Heikki Linnakangas
2024-08-06
Mark misc static global variables as const
Heikki Linnakangas
2024-05-17
Revise GUC names quoting in messages again
Peter Eisentraut
2024-03-13
Make the order of the header file includes consistent
Peter Eisentraut
2024-03-04
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-03
Replace BackendIds with 0-based ProcNumbers
Heikki Linnakangas
2024-01-03
Update copyright for 2024
Bruce Momjian
2023-10-26
Add trailing commas to enum definitions
Peter Eisentraut
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2023-04-19
Fix various typos and incorrect/outdated name references
David Rowley
2023-04-08
Add io_direct setting (developer-only).
Thomas Munro
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-10-18
Rename SetSingleFuncCall() to InitMaterializedSRF()
Michael Paquier
2022-10-06
Fix comment in xlogprefetcher.c
Michael Paquier
2022-09-28
Revert 56-bit relfilenode change and follow-up commits.
Robert Haas
2022-09-27
Increase width of RelFileNumbers from 32 bits to 56 bits.
Robert Haas
2022-09-24
Message style improvements
Peter Eisentraut
2022-09-13
Split up guc.c for better build speed and ease of maintenance.
Tom Lane
2022-09-08
Fix recovery_prefetch with low maintenance_io_concurrency.
Thomas Munro
2022-08-23
Remove empty statement
John Naylor
2022-07-06
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2022-04-17
Don't retry restore_command while reading ahead.
Thomas Munro
2022-04-07
Prefetch data referenced by the WAL, take II.
Thomas Munro