postgresql/src/backend/access
Tom Lane 5999e78fc4 Another round of cleanups for dynahash.c (maybe it's finally clean of
portability issues).  Caller-visible data structures are now allocated
on MAXALIGN boundaries, allowing safe use of datatypes wider than 'long'.
Rejigger hash_create API so that caller specifies size of key and
total size of entry, not size of key and size of rest of entry.
This simplifies life considerably since each number is just a sizeof(),
and padding issues etc. are taken care of automatically.
2001-10-01 05:36:17 +00:00
..
common Ensure that all TransactionId comparisons are encapsulated in macros 2001-08-23 23:06:38 +00:00
gist Update GiST for new pg_opclass arrangement (finally a clean solution 2001-08-22 18:24:26 +00:00
hash Restructure index AM interface for index building and index tuple deletion, 2001-07-15 22:48:19 +00:00
heap Ensure that all TransactionId comparisons are encapsulated in macros 2001-08-23 23:06:38 +00:00
index Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions in 2001-08-21 16:36:06 +00:00
nbtree Tweak btree page split logic so that when splitting a page that is 2001-09-29 23:49:51 +00:00
rtree I have made three changes to the rtree code: one bug fix and 2001-09-29 03:46:12 +00:00
transam Another round of cleanups for dynahash.c (maybe it's finally clean of 2001-10-01 05:36:17 +00:00
Makefile Fix relative path references so that make knowns which dependencies refer 2000-08-31 16:12:35 +00:00