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