summaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlogprefetcher.c
AgeCommit message (Expand)Author
2023-04-19Fix various typos and incorrect/outdated name referencesDavid Rowley
2023-04-08Add io_direct setting (developer-only).Thomas Munro
2023-01-02Update copyright for 2023Bruce Momjian
2022-10-18Rename SetSingleFuncCall() to InitMaterializedSRF()Michael Paquier
2022-10-06Fix comment in xlogprefetcher.cMichael Paquier
2022-09-28Revert 56-bit relfilenode change and follow-up commits.Robert Haas
2022-09-27Increase width of RelFileNumbers from 32 bits to 56 bits.Robert Haas
2022-09-24Message style improvementsPeter Eisentraut
2022-09-13Split up guc.c for better build speed and ease of maintenance.Tom Lane
2022-09-08Fix recovery_prefetch with low maintenance_io_concurrency.Thomas Munro
2022-08-23Remove empty statementJohn Naylor
2022-07-06Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas
2022-04-16Don't retry restore_command while reading ahead.Thomas Munro
2022-04-07Prefetch data referenced by the WAL, take II.Thomas Munro