postgresql/src/backend/storage
Masahiko Sawada 810f64a015 Revert indexed and enlargable binary heap implementation.
This reverts commit b840508644 and bcb14f4abc. These commits were made
for commit 5bec1d6bc5 (Improve eviction algorithm in ReorderBuffer
using max-heap for many subtransactions). However, per discussion,
commit efb8acc0d0 replaced binary heap + index with pairing heap, and
made these commits unnecessary.

Reported-by: Jeff Davis
Discussion: https://postgr.es/m/12747c15811d94efcc5cda72d6b35c80d7bf3443.camel%40j-davis.com
2024-04-11 17:18:05 +09:00
..
aio Fix if/while thinko in read_stream.c edge case. 2024-04-07 14:51:33 +12:00
buffer Revert indexed and enlargable binary heap implementation. 2024-04-11 17:18:05 +09:00
file Remove unused #include's from backend .c files 2024-03-04 12:02:20 +01:00
freespace Remove unused #include's from backend .c files 2024-03-04 12:02:20 +01:00
ipc Combine freezing and pruning steps in VACUUM 2024-04-03 19:32:28 +03:00
large_object Remove unused #include's from backend .c files 2024-03-04 12:02:20 +01:00
lmgr Fix zeroing of pg_serial page without SLRU bank lock 2024-04-03 17:49:44 +02:00
page Update copyright for 2024 2024-01-03 20:49:05 -05:00
smgr Don't destroy SMgrRelations at relcache invalidation 2024-03-11 09:08:02 +02:00
sync Make the order of the header file includes consistent 2024-03-13 15:07:00 +01:00
Makefile Provide API for streaming relation data. 2024-04-03 00:49:46 +13:00
meson.build Provide API for streaming relation data. 2024-04-03 00:49:46 +13:00