postgresql/src/include/storage
Bruce Momjian 7971539020 heap_fetch requires buffer pointer, must be released; heap_getnext
no longer returns buffer pointer, can be gotten from scan;
	descriptor; bootstrap can create multi-key indexes;
pg_procname index now is multi-key index; oidint2, oidint4, oidname
are gone (must be removed from regression tests); use System Cache
rather than sequential scan in many places; heap_modifytuple no
longer takes buffer parameter; remove unused buffer parameter in
a few other functions; oid8 is not index-able; remove some use of
single-character variable names; cleanup Buffer variables usage
and scan descriptor looping; cleaned up allocation and freeing of
tuples; 18k lines of diff;
1998-08-19 02:04:17 +00:00
..
backendid.h Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 1997-09-08 02:41:22 +00:00
block.h Fix macros that were not properly surrounded by parens or braces. 1998-06-15 18:40:05 +00:00
buf_internals.h Lmgr cleanup, new locking modes for LLL. 1998-08-01 15:26:38 +00:00
buf.h Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 1997-09-08 02:41:22 +00:00
bufmgr.h heap_fetch requires buffer pointer, must be released; heap_getnext 1998-08-19 02:04:17 +00:00
bufpage.h Fix macros that were not properly surrounded by parens or braces. 1998-06-15 18:40:05 +00:00
fd.h Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 1997-09-08 02:41:22 +00:00
ipc.h Rename BindingTable to ShmemIndex. 1998-06-27 15:47:48 +00:00
item.h Massive commit to run PGINDENT on all *.c and *.h files. 1997-09-07 05:04:48 +00:00
itemid.h Fix macros that were not properly surrounded by parens or braces. 1998-06-15 18:40:05 +00:00
itempos.h Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 1997-09-08 02:41:22 +00:00
itemptr.h Fix macros that were not properly surrounded by parens or braces. 1998-06-15 18:40:05 +00:00
large_object.h Theses buffer leaks are caused by indexes that are kept open between 1998-07-21 04:17:30 +00:00
lmgr.h Lmgr cleanup, new locking modes for LLL. 1998-08-01 15:26:38 +00:00
lock.h Lmgr cleanup, new locking modes for LLL. 1998-08-01 15:26:38 +00:00
multilev.h Lmgr cleanup, new locking modes for LLL. 1998-08-01 15:26:38 +00:00
off.h Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 1997-09-08 02:41:22 +00:00
page.h Massive commit to run PGINDENT on all *.c and *.h files. 1997-09-07 05:04:48 +00:00
pagenum.h Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 1997-09-08 02:41:22 +00:00
pos.h Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 1997-09-08 02:41:22 +00:00
proc.h Use Snapshot in heap access methods. 1998-07-27 19:38:40 +00:00
s_lock.h Fix problem brought in with 32K machine. 1998-07-20 17:45:49 +00:00
shmem.h Rename BindingTable to ShmemIndex. 1998-06-27 15:47:48 +00:00
sinval.h pgindent run before 6.3 release, with Thomas' requested changes. 1998-02-26 04:46:47 +00:00
sinvaladt.h pgindent run before 6.3 release, with Thomas' requested changes. 1998-02-26 04:46:47 +00:00
smgr.h pgindent run before 6.3 release, with Thomas' requested changes. 1998-02-26 04:46:47 +00:00
spin.h Inline frequently called functions. 1997-09-18 14:21:02 +00:00