postgresql/src/backend/access
Peter Geoghegan a451b7d442 Add nbtree page deletion assertion.
Add a documenting assertion that's similar to the nearby assertion added
by commit cd8c73a3.  This conveys that the entire call to _bt_pagedel()
does no work if it isn't possible to get a descent stack for the initial
scanblkno page.
2020-08-03 13:04:42 -07:00
..
brin Invent "amadjustmembers" AM method for validating opclass members. 2020-08-01 17:12:47 -04:00
common Move syncscan.c to src/backend/access/common. 2020-07-29 16:59:33 +12:00
gin Invent "amadjustmembers" AM method for validating opclass members. 2020-08-01 17:12:47 -04:00
gist Invent "amadjustmembers" AM method for validating opclass members. 2020-08-01 17:12:47 -04:00
hash Invent "amadjustmembers" AM method for validating opclass members. 2020-08-01 17:12:47 -04:00
heap Cache smgrnblocks() results in recovery. 2020-07-31 14:29:52 +12:00
index Invent "amadjustmembers" AM method for validating opclass members. 2020-08-01 17:12:47 -04:00
nbtree Add nbtree page deletion assertion. 2020-08-03 13:04:42 -07:00
rmgrdesc WAL Log invalidations at command end with wal_level=logical. 2020-07-23 08:34:48 +05:30
spgist Invent "amadjustmembers" AM method for validating opclass members. 2020-08-01 17:12:47 -04:00
table Move syncscan.c to src/backend/access/common. 2020-07-29 16:59:33 +12:00
tablesample Move src/backend/utils/hash/hashfn.c to src/common 2020-02-27 09:25:41 +05:30
transam Change XID and mxact limits to warn at 40M and stop at 3M. 2020-08-01 15:31:01 -07:00
Makefile Introduce access/{table.h, relation.h}, for generic functions from heapam.h. 2019-01-21 10:51:36 -08:00