postgresql/src/include/catalog
Alvaro Herrera b0b7be6133 Add BRIN infrastructure for "inclusion" opclasses
This lets BRIN be used with R-Tree-like indexing strategies.

Also provided are operator classes for range types, box and inet/cidr.
The infrastructure provided here should be sufficient to create operator
classes for similar datatypes; for instance, opclasses for PostGIS
geometries should be doable, though we didn't try to implement one.

(A box/point opclass was also submitted, but we ripped it out before
commit because the handling of floating point comparisons in existing
code is inconsistent and would generate corrupt indexes.)

Author: Emre Hasegeli.  Cosmetic changes by me
Review: Andreas Karlsson
2015-05-15 18:05:22 -03:00
..
.gitignore Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:04 +02:00
binary_upgrade.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
catalog.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
catversion.h Add BRIN infrastructure for "inclusion" opclasses 2015-05-15 18:05:22 -03:00
dependency.h Add transforms feature 2015-04-26 10:33:14 -04:00
duplicate_oids pgindent run for 9.4 2014-05-06 12:12:18 -04:00
genbki.h Allow forcing nullness of columns during bootstrap. 2015-02-21 22:31:54 +01:00
heap.h Return ObjectAddress in many ALTER TABLE sub-routines 2015-03-25 17:17:56 -03:00
index.h Support VERBOSE option in REINDEX command. 2015-05-15 20:09:57 +09:00
indexing.h TABLESAMPLE, SQL Standard and extensible 2015-05-15 14:37:10 -04:00
namespace.h Create an infrastructure for parallel computation in PostgreSQL. 2015-04-30 15:02:14 -04:00
objectaccess.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
objectaddress.h Change many routines to return ObjectAddress rather than OID 2015-03-03 14:10:50 -03:00
opfam_internal.h Allow on-the-fly capture of DDL event details 2015-05-11 19:14:31 -03:00
pg_aggregate.h Use 128-bit math to accelerate some aggregation functions. 2015-03-20 10:29:32 +01:00
pg_am.h Add BRIN infrastructure for "inclusion" opclasses 2015-05-15 18:05:22 -03:00
pg_amop.h Add BRIN infrastructure for "inclusion" opclasses 2015-05-15 18:05:22 -03:00
pg_amproc.h Add BRIN infrastructure for "inclusion" opclasses 2015-05-15 18:05:22 -03:00
pg_attrdef.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
pg_attribute.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
pg_auth_members.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
pg_authid.h Remove rolcatupdate 2015-03-06 23:42:38 -05:00
pg_cast.h Add new OID alias type regnamespace 2015-05-09 13:36:52 -04:00
pg_class.h Add transforms feature 2015-04-26 10:33:14 -04:00
pg_collation.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
pg_collation_fn.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
pg_constraint.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
pg_control.h Reorganize our CRC source files again. 2015-04-14 17:03:42 +03:00
pg_conversion.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
pg_conversion_fn.h Change many routines to return ObjectAddress rather than OID 2015-03-03 14:10:50 -03:00
pg_database.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
pg_db_role_setting.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
pg_default_acl.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
pg_depend.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
pg_description.h Force some system catalog table columns to be marked NOT NULL. 2015-02-21 22:37:05 +01:00
pg_enum.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
pg_event_trigger.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
pg_extension.h Force some system catalog table columns to be marked NOT NULL. 2015-02-21 22:37:05 +01:00
pg_foreign_data_wrapper.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
pg_foreign_server.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
pg_foreign_table.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
pg_index.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
pg_inherits.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
pg_inherits_fn.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
pg_language.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
pg_largeobject.h Force some system catalog table columns to be marked NOT NULL. 2015-02-21 22:37:05 +01:00
pg_largeobject_metadata.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
pg_namespace.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
pg_opclass.h Add BRIN infrastructure for "inclusion" opclasses 2015-05-15 18:05:22 -03:00
pg_operator.h Allow GiST distance function to return merely a lower-bound. 2015-05-15 14:26:51 +03:00
pg_opfamily.h Add BRIN infrastructure for "inclusion" opclasses 2015-05-15 18:05:22 -03:00
pg_pltemplate.h Force some system catalog table columns to be marked NOT NULL. 2015-02-21 22:37:05 +01:00
pg_policy.h Clean up some mess in row-security patches. 2015-01-24 16:16:22 -05:00
pg_proc.h Add BRIN infrastructure for "inclusion" opclasses 2015-05-15 18:05:22 -03:00
pg_proc_fn.h Add transforms feature 2015-04-26 10:33:14 -04:00
pg_range.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
pg_replication_origin.h Copy editing of the replication origins patch. 2015-05-01 12:22:13 +02:00
pg_rewrite.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
pg_seclabel.h Force some system catalog table columns to be marked NOT NULL. 2015-02-21 22:37:05 +01:00
pg_shdepend.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
pg_shdescription.h Force some system catalog table columns to be marked NOT NULL. 2015-02-21 22:37:05 +01:00
pg_shseclabel.h Force some system catalog table columns to be marked NOT NULL. 2015-02-21 22:37:05 +01:00
pg_statistic.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
pg_tablesample_method.h TABLESAMPLE, SQL Standard and extensible 2015-05-15 14:37:10 -04:00
pg_tablespace.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
pg_transform.h Add transforms feature 2015-04-26 10:33:14 -04:00
pg_trigger.h Force some system catalog table columns to be marked NOT NULL. 2015-02-21 22:37:05 +01:00
pg_ts_config.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
pg_ts_config_map.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
pg_ts_dict.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
pg_ts_parser.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
pg_ts_template.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
pg_type.h Allow on-the-fly capture of DDL event details 2015-05-11 19:14:31 -03:00
pg_type_fn.h Change many routines to return ObjectAddress rather than OID 2015-03-03 14:10:50 -03:00
pg_user_mapping.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
storage.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
storage_xlog.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
toasting.h Add TOAST table to pg_shseclabel for long label use 2015-03-21 22:14:49 -04:00
unused_oids Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00