postgresql/src/include/catalog
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
..
catalog.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
catname.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
catversion.h First steps towards index scans with heap access decoupled from index 2005-03-27 23:53:05 +00:00
dependency.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
duplicate_oids Un-break duplicate_oids script. 2002-09-17 01:28:36 +00:00
heap.h Generalize TRUNCATE to support truncating multiple tables in one 2005-01-27 03:19:37 +00:00
index.h Convert index-related tuple handling routines from char 'n'/' ' to bool 2005-03-21 01:24:04 +00:00
indexing.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
namespace.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
pg_aggregate.h Implement max() and min() aggregates for array types. Patch from Koju 2005-02-28 03:45:24 +00:00
pg_am.h First steps towards index scans with heap access decoupled from index 2005-03-27 23:53:05 +00:00
pg_amop.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
pg_amproc.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
pg_attrdef.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
pg_attribute.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
pg_cast.h Add explicit casts between int4 and boolean. Patch from Sean Chittenden, 2005-02-27 08:31:30 +00:00
pg_class.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
pg_constraint.h Improve EXPLAIN ANALYZE to show the time spent in each trigger when 2005-03-25 21:58:00 +00:00
pg_control.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
pg_conversion.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
pg_database.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
pg_depend.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
pg_description.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
pg_group.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
pg_index.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
pg_inherits.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
pg_language.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
pg_largeobject.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
pg_listener.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
pg_namespace.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
pg_opclass.h Expand the 'special index operator' machinery to handle special cases 2005-03-26 23:29:20 +00:00
pg_operator.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
pg_proc.h First steps towards index scans with heap access decoupled from index 2005-03-27 23:53:05 +00:00
pg_rewrite.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
pg_shadow.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
pg_statistic.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
pg_tablespace.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
pg_trigger.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
pg_type.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
pg_version.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
unused_oids $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00