postgresql/src/backend/storage
Tom Lane ba053de197 Still more paranoia in PageAddItem: disallow specification of an item
offset past the last-used-item-plus-one, since that would result in
leaving uninitialized holes in the item pointer array.  AFAICT the only
place that was depending on this was btree index build, which was being
cavalier about when to fill in the P_HIKEY pointer; easily fixed.
Also a small performance improvement: shuffle itemid's by means of
memmove, not a one-at-a-time loop.
2002-08-06 19:41:23 +00:00
..
buffer Restructure local-buffer handling per recent pghackers discussion. 2002-08-06 02:36:35 +00:00
file Restructure local-buffer handling per recent pghackers discussion. 2002-08-06 02:36:35 +00:00
freespace Update copyright to 2002. 2002-06-20 20:29:54 +00:00
ipc Update copyright to 2002. 2002-06-20 20:29:54 +00:00
large_object Restructure system-catalog index updating logic. Instead of having 2002-08-05 03:29:17 +00:00
lmgr * -Remove LockMethodTable.prio field, not used (Bruce) 2002-08-01 05:18:34 +00:00
page Still more paranoia in PageAddItem: disallow specification of an item 2002-08-06 19:41:23 +00:00
smgr Restructure local-buffer handling per recent pghackers discussion. 2002-08-06 02:36:35 +00:00
Makefile Install infrastructure for shared-memory free space map. Doesn't actually 2001-06-27 23:31:40 +00:00