postgresql/src/backend/access/index
Tom Lane 6bfe64032e Cleanup of code for creating index entries. Functional indexes with
pass-by-ref data types --- eg, an index on lower(textfield) --- no longer
leak memory during index creation or update.  Clean up a lot of redundant
code ... did you know that copy, vacuum, truncate, reindex, extend index,
and bootstrap each basically duplicated the main executor's logic for
extracting information about an index and preparing index entries?
Functional indexes should be a little faster now too, due to removal
of repeated function lookups.
CREATE INDEX 'opt_type' clause is deimplemented by these changes,
but I haven't removed it from the parser yet (need to merge with
Thomas' latest change set first).
2000-07-14 22:18:02 +00:00
..
Makefile Generated header files parse.h and fmgroids.h are now copied into 2000-05-29 05:45:56 +00:00
genam.c Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
indexam.c Cleanup of code for creating index entries. Functional indexes with 2000-07-14 22:18:02 +00:00
istrat.c Cleanup of code for creating index entries. Functional indexes with 2000-07-14 22:18:02 +00:00