index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
storage
/
aio
Age
Commit message (
Expand
)
Author
2025-02-18
Fix typo in 2a8a0067.
Thomas Munro
2025-02-15
Fix explicit valgrind interaction in read_stream.c.
Thomas Munro
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-10-27
Remove unused #include's from backend .c files
Peter Eisentraut
2024-09-17
Allow ReadStream to be consumed as raw block numbers.
Thomas Munro
2024-09-03
Standardize "read-ahead advice" terminology.
Thomas Munro
2024-09-03
Add block_range_read_stream_cb(), to deduplicate code.
Noah Misch
2024-09-03
Fix typos and grammar in code comments and docs
Michael Paquier
2024-08-31
Fix unfairness in all-cached parallel seq scan.
Thomas Munro
2024-08-17
C comment: fix for commit b5a9b18cd0b
Bruce Momjian
2024-07-20
Add a way to create read stream object by using SMgrRelation.
Noah Misch
2024-07-20
Refactor PinBufferForBlock() to remove checks about persistence.
Noah Misch
2024-05-01
Fix typos and incorrect type in read_stream.c
David Rowley
2024-04-18
Fix typos and duplicate words
Daniel Gustafsson
2024-04-07
Fix if/while thinko in read_stream.c edge case.
Thomas Munro
2024-04-06
Allow BufferAccessStrategy to limit pin count.
Thomas Munro
2024-04-06
Improve read_stream.c's fast path.
Thomas Munro
2024-04-02
Provide API for streaming relation data.
Thomas Munro