postgresql/src/backend/access
Tom Lane bf3dbb5881 First steps towards index scans with heap access decoupled from index
access: define new index access method functions 'amgetmulti' that can
fetch multiple TIDs per call.  (The functions exist but are totally
untested as yet.)  Since I was modifying pg_am anyway, remove the
no-longer-needed 'rel' parameter from amcostestimate functions, and
also remove the vestigial amowner column that was creating useless
work for Alvaro's shared-object-dependencies project.
Initdb forced due to changes in pg_am.
2005-03-27 23:53:05 +00:00
..
common Eliminate duplicate hasnulls bit testing in index tuple access, and 2005-03-27 18:38:27 +00:00
gist First steps towards index scans with heap access decoupled from index 2005-03-27 23:53:05 +00:00
hash First steps towards index scans with heap access decoupled from index 2005-03-27 23:53:05 +00:00
heap First steps towards index scans with heap access decoupled from index 2005-03-27 23:53:05 +00:00
index First steps towards index scans with heap access decoupled from index 2005-03-27 23:53:05 +00:00
nbtree First steps towards index scans with heap access decoupled from index 2005-03-27 23:53:05 +00:00
rtree First steps towards index scans with heap access decoupled from index 2005-03-27 23:53:05 +00:00
transam Change Win32 O_SYNC method to O_DSYNC because that is what the method 2005-03-24 04:36:20 +00:00
Makefile $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00