aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlogprefetcher.c
Commit message (Expand)AuthorAge
* Standardize "read-ahead advice" terminology.Thomas Munro2024-09-04
* Fix bad indentation introduced in commit f011e82c2cHeikki Linnakangas2024-08-12
* Initialize HASHCTL differently, to suppress Coverity warningHeikki Linnakangas2024-08-11
* Mark misc static global variables as constHeikki Linnakangas2024-08-06
* Revise GUC names quoting in messages againPeter Eisentraut2024-05-17
* Make the order of the header file includes consistentPeter Eisentraut2024-03-13
* Remove unused #include's from backend .c filesPeter Eisentraut2024-03-04
* Replace BackendIds with 0-based ProcNumbersHeikki Linnakangas2024-03-03
* Update copyright for 2024Bruce Momjian2024-01-03
* Add trailing commas to enum definitionsPeter Eisentraut2023-10-26
* Pre-beta mechanical code beautification.Tom Lane2023-05-19
* Fix various typos and incorrect/outdated name referencesDavid Rowley2023-04-19
* Add io_direct setting (developer-only).Thomas Munro2023-04-08
* Update copyright for 2023Bruce Momjian2023-01-02
* Rename SetSingleFuncCall() to InitMaterializedSRF()Michael Paquier2022-10-18
* Fix comment in xlogprefetcher.cMichael Paquier2022-10-06
* Revert 56-bit relfilenode change and follow-up commits.Robert Haas2022-09-28
* Increase width of RelFileNumbers from 32 bits to 56 bits.Robert Haas2022-09-27
* Message style improvementsPeter Eisentraut2022-09-24
* Split up guc.c for better build speed and ease of maintenance.Tom Lane2022-09-13
* Fix recovery_prefetch with low maintenance_io_concurrency.Thomas Munro2022-09-08
* Remove empty statementJohn Naylor2022-08-23
* Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas2022-07-06
* Don't retry restore_command while reading ahead.Thomas Munro2022-04-17
* Prefetch data referenced by the WAL, take II.Thomas Munro2022-04-07