postgresql/src/include/catalog
Tom Lane 00ce73778b Teach the planner to support index access methods that only implement
amgettuple or only implement amgetbitmap, instead of the former assumption
that every AM supports both APIs.  Extracted with minor editorialization
from Teodor's fast-GIN-insert patch; whatever becomes of that, this seems
like a simple and reasonable generalization of the index AM interface spec.
2009-03-05 23:06:45 +00:00
..
catalog.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
catversion.h Add the possibility to specify an explicit validator function for foreign-data 2009-02-24 10:06:36 +00:00
dependency.h Support column-level privileges, as required by SQL standard. 2009-01-22 20:16:10 +00:00
duplicate_oids
genbki.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
heap.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
index.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
indexing.h Update autovacuum to use reloptions instead of a system catalog, for 2009-02-09 20:57:59 +00:00
namespace.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
pg_aggregate.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
pg_am.h Teach the planner to support index access methods that only implement 2009-03-05 23:06:45 +00:00
pg_amop.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
pg_amproc.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
pg_attrdef.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
pg_attribute.h Support column-level privileges, as required by SQL standard. 2009-01-22 20:16:10 +00:00
pg_auth_members.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
pg_authid.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
pg_cast.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
pg_class.h Support column-level privileges, as required by SQL standard. 2009-01-22 20:16:10 +00:00
pg_constraint.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
pg_control.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
pg_conversion_fn.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
pg_conversion.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
pg_database.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
pg_depend.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
pg_description.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
pg_enum.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
pg_foreign_data_wrapper.h Add the possibility to specify an explicit validator function for foreign-data 2009-02-24 10:06:36 +00:00
pg_foreign_server.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
pg_index.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
pg_inherits.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
pg_language.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
pg_largeobject.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
pg_listener.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
pg_namespace.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
pg_opclass.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
pg_operator.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
pg_opfamily.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
pg_pltemplate.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
pg_proc_fn.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
pg_proc.h Add the possibility to specify an explicit validator function for foreign-data 2009-02-24 10:06:36 +00:00
pg_rewrite.h Revert updatable views 2009-01-27 12:40:15 +00:00
pg_shdepend.h Support column-level privileges, as required by SQL standard. 2009-01-22 20:16:10 +00:00
pg_shdescription.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
pg_statistic.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
pg_tablespace.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
pg_trigger.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
pg_ts_config_map.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
pg_ts_config.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
pg_ts_dict.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
pg_ts_parser.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
pg_ts_template.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
pg_type_fn.h Repair a longstanding bug in CLUSTER and the rewriting variants of ALTER 2009-02-24 01:38:10 +00:00
pg_type.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
pg_user_mapping.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
storage.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
toasting.h Allow reloption names to have qualifiers, initially supporting a TOAST 2009-02-02 19:31:40 +00:00
unused_oids