postgresql/src/backend/access/heap
Tom Lane 26ac217173 Catcaches can now store negative entries as well as positive ones, to
speed up repetitive failed searches; per pghackers discussion in late
January.  inval.c logic substantially simplified, since we can now treat
inserts and deletes alike as far as inval events are concerned.  Some
repair work needed in heap_create_with_catalog, which turns out to have
been doing CommandCounterIncrement at a point where the new relation has
non-self-consistent catalog entries.  With the new inval code, that
resulted in assert failures during a relcache entry rebuild.
2002-03-03 17:47:56 +00:00
..
heapam.c Catcaches can now store negative entries as well as positive ones, to 2002-03-03 17:47:56 +00:00
hio.c Commit to match discussed elog() changes. Only update is that LOG is 2002-03-02 21:39:36 +00:00
Makefile Fix problem reported by Alex Korn: if a relation has been dropped and 2001-11-02 16:30:29 +00:00
tuptoaster.c TOAST needs to do at least minimal time-qual checking in order not to 2002-01-16 20:29:02 +00:00