aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/aio/read_stream.c
Commit message (Expand)AuthorAge
* Remove unused #include's from backend .c filesPeter Eisentraut2024-10-27
* Allow ReadStream to be consumed as raw block numbers.Thomas Munro2024-09-18
* Standardize "read-ahead advice" terminology.Thomas Munro2024-09-04
* Add block_range_read_stream_cb(), to deduplicate code.Noah Misch2024-09-03
* Fix typos and grammar in code comments and docsMichael Paquier2024-09-03
* Fix unfairness in all-cached parallel seq scan.Thomas Munro2024-08-31
* C comment: fix for commit b5a9b18cd0bBruce Momjian2024-08-16
* Add a way to create read stream object by using SMgrRelation.Noah Misch2024-07-20
* Refactor PinBufferForBlock() to remove checks about persistence.Noah Misch2024-07-20
* Fix typos and incorrect type in read_stream.cDavid Rowley2024-05-01
* Fix typos and duplicate wordsDaniel Gustafsson2024-04-18
* Fix if/while thinko in read_stream.c edge case.Thomas Munro2024-04-07
* Allow BufferAccessStrategy to limit pin count.Thomas Munro2024-04-06
* Improve read_stream.c's fast path.Thomas Munro2024-04-06
* Provide API for streaming relation data.Thomas Munro2024-04-03