postgresql/src/backend/utils/init
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
..
enbl.c Massive commit to run PGINDENT on all *.c and *.h files. 1997-09-07 05:04:48 +00:00
findbe.c Remove un-needed braces around single statements. 1998-06-15 19:30:31 +00:00
globals.c From: Tom Lane <tgl@sss.pgh.pa.us> 1998-07-09 03:29:11 +00:00
Makefile From: t-ishii@sra.co.jp 1998-07-26 04:31:41 +00:00
miscinit.c heap_fetch requires buffer pointer, must be released; heap_getnext 1998-08-19 02:04:17 +00:00
postinit.c Change owner from oid to int4 type. 1998-08-11 18:28:49 +00:00