postgresql/src/backend/access/heap
Tom Lane 162bd08b3f Completion of project to use fixed OIDs for all system catalogs and
indexes.  Replace all heap_openr and index_openr calls by heap_open
and index_open.  Remove runtime lookups of catalog OID numbers in
various places.  Remove relcache's support for looking up system
catalogs by name.  Bulky but mostly very boring patch ...
2005-04-14 20:03:27 +00:00
..
Makefile $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
heapam.c Completion of project to use fixed OIDs for all system catalogs and 2005-04-14 20:03:27 +00:00
hio.c Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
tuptoaster.c Convert index-related tuple handling routines from char 'n'/' ' to bool 2005-03-21 01:24:04 +00:00