postgresql/src/backend/storage
Tomas Vondra 1aff1dc8df Revert "Improve accounting for memory used by shared hash tables"
This reverts commit f5930f9a98.

This broke the expansion of private hash tables, which reallocates the
directory. But that's impossible when it's allocated together with the
other fields, and dir_realloc() failed with BogusFree. Clearly, this
needs rethinking.

Discussion: https://postgr.es/m/CAApHDvriCiNkm=v521AP6PKPfyWkJ++jqZ9eqX4cXnhxLv8w-A@mail.gmail.com
2025-04-04 04:43:50 +02:00
..
aio aio: Add errcontext for processing I/Os for another backend 2025-04-01 19:53:07 -04:00
buffer aio: Add test_aio module 2025-04-01 13:47:46 -04:00
file aio: Implement support for reads in smgr/md/fd 2025-03-29 13:38:35 -04:00
freespace doc: Correct description of values used in FSM for indexes 2025-03-27 10:20:41 +09:00
ipc Revert "Improve accounting for memory used by shared hash tables" 2025-04-04 04:43:50 +02:00
large_object Update copyright for 2025 2025-01-01 11:21:55 -05:00
lmgr Improve accounting for PredXactList, RWConflictPool and PGPROC 2025-04-02 17:14:28 +02:00
page bufmgr: Implement AIO read support 2025-03-30 17:28:03 -04:00
smgr aio: Minor comment improvements 2025-04-01 16:06:48 -04:00
sync Update copyright for 2025 2025-01-01 11:21:55 -05:00
Makefile Provide API for streaming relation data. 2024-04-03 00:49:46 +13:00
meson.build Update copyright for 2025 2025-01-01 11:21:55 -05:00