summaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlogprefetcher.c
Commit message (Expand)AuthorAgeFilesLines
* Rename SetSingleFuncCall() to InitMaterializedSRF()Michael Paquier2022-10-181-1/+1
* Fix comment in xlogprefetcher.cMichael Paquier2022-10-061-1/+1
* Revert 56-bit relfilenode change and follow-up commits.Robert Haas2022-09-281-7/+7
* Increase width of RelFileNumbers from 32 bits to 56 bits.Robert Haas2022-09-271-7/+7
* Message style improvementsPeter Eisentraut2022-09-241-1/+1
* Split up guc.c for better build speed and ease of maintenance.Tom Lane2022-09-131-1/+1
* Fix recovery_prefetch with low maintenance_io_concurrency.Thomas Munro2022-09-081-18/+36
* Remove empty statementJohn Naylor2022-08-231-1/+1
* Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas2022-07-061-50/+52
* Don't retry restore_command while reading ahead.Thomas Munro2022-04-171-3/+8
* Prefetch data referenced by the WAL, take II.Thomas Munro2022-04-071-0/+1082