summaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlogprefetcher.c
AgeCommit message (Expand)Author
2025-07-07Standardize LSN formatting by zero paddingÁlvaro Herrera
2025-01-01Update copyright for 2025Bruce Momjian
2024-09-03Standardize "read-ahead advice" terminology.Thomas Munro
2024-08-12Fix bad indentation introduced in commit f011e82c2cHeikki Linnakangas
2024-08-11Initialize HASHCTL differently, to suppress Coverity warningHeikki Linnakangas
2024-08-06Mark misc static global variables as constHeikki Linnakangas
2024-05-17Revise GUC names quoting in messages againPeter Eisentraut
2024-03-13Make the order of the header file includes consistentPeter Eisentraut
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-03-03Replace BackendIds with 0-based ProcNumbersHeikki Linnakangas
2024-01-04Update copyright for 2024Bruce Momjian
2023-10-26Add trailing commas to enum definitionsPeter Eisentraut
2023-05-19Pre-beta mechanical code beautification.Tom Lane
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