postgresql/src/include/catalog
Tom Lane 9e8da0f757 Teach btree to handle ScalarArrayOpExpr quals natively.
This allows "indexedcol op ANY(ARRAY[...])" conditions to be used in plain
indexscans, and particularly in index-only scans.
2011-10-16 15:39:24 -04:00
..
.gitignore Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:04 +02:00
catalog.h Fix bug introduced by pgrminclude where the tablespace version name was 2011-09-07 12:41:16 -04:00
catversion.h Teach btree to handle ScalarArrayOpExpr quals natively. 2011-10-16 15:39:24 -04:00
dependency.h Remove unnecessary #include references, per pgrminclude script. 2011-09-01 10:04:27 -04:00
duplicate_oids Make duplicate_oids return nonzero exit status if duplicates were found 2011-03-28 22:56:52 +03:00
genbki.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
heap.h Avoid index rebuild for no-rewrite ALTER TABLE .. ALTER TYPE. 2011-07-18 11:04:43 -04:00
index.h Avoid index rebuild for no-rewrite ALTER TABLE .. ALTER TYPE. 2011-07-18 11:04:43 -04:00
indexing.h Support SECURITY LABEL on databases, tablespaces, and roles. 2011-07-20 13:18:24 -04:00
namespace.h Redesign the plancache mechanism for more flexibility and efficiency. 2011-09-16 00:43:52 -04:00
objectaccess.h pgindent run before PG 9.1 beta 1. 2011-04-10 11:42:00 -04:00
objectaddress.h Remove rel.h from objectaddress.h; only relcache.h is necessary. 2011-06-28 17:08:29 -04:00
pg_aggregate.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
pg_am.h Teach btree to handle ScalarArrayOpExpr quals natively. 2011-10-16 15:39:24 -04:00
pg_amop.h pgindent run before PG 9.1 beta 1. 2011-04-10 11:42:00 -04:00
pg_amproc.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
pg_attrdef.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
pg_attribute.h Allow per-column foreign data wrapper options. 2011-08-05 13:24:03 -04:00
pg_auth_members.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
pg_authid.h pgindent run before PG 9.1 beta 1. 2011-04-10 11:42:00 -04:00
pg_cast.h Add casts from int4 and int8 to numeric. 2011-04-05 09:35:43 -04:00
pg_class.h Measure the number of all-visible pages for use in index-only scan costing. 2011-10-14 17:23:46 -04:00
pg_collation.h pgindent run before PG 9.1 beta 1. 2011-04-10 11:42:00 -04:00
pg_collation_fn.h pgindent run before PG 9.1 beta 1. 2011-04-10 11:42:00 -04:00
pg_constraint.h pgindent run before PG 9.1 beta 1. 2011-04-10 11:42:00 -04:00
pg_control.h Oops, we're working on version 9.2 already, not 9.1. Update the 2011-08-10 09:28:26 +03:00
pg_conversion.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
pg_conversion_fn.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
pg_database.h Add database comments to template0 and postgres databases, and improve 2011-03-15 11:26:57 -04:00
pg_db_role_setting.h Remove unnecessary #include references, per pgrminclude script. 2011-09-01 10:04:27 -04:00
pg_default_acl.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
pg_depend.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
pg_description.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
pg_enum.h pgindent run before PG 9.1 beta 1. 2011-04-10 11:42:00 -04:00
pg_extension.h pgindent run before PG 9.1 beta 1. 2011-04-10 11:42:00 -04:00
pg_foreign_data_wrapper.h Create the catalog infrastructure for foreign-data-wrapper handlers. 2011-02-19 00:07:15 -05:00
pg_foreign_server.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
pg_foreign_table.h Cleanup copyright years and file names in the header comments of some files. 2011-03-10 15:05:33 +09:00
pg_index.h pgindent run before PG 9.1 beta 1. 2011-04-10 11:42:00 -04:00
pg_inherits.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
pg_inherits_fn.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
pg_language.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
pg_largeobject.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
pg_largeobject_metadata.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
pg_namespace.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
pg_opclass.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
pg_operator.h Fix failure to check whether a rowtype's component types are sortable. 2011-06-03 15:39:17 -04:00
pg_opfamily.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
pg_pltemplate.h Make plpythonu language use plpython2 shared library directly. 2011-03-05 15:13:15 -05:00
pg_proc.h Create a "fast path" for acquiring weak relation locks. 2011-07-18 00:49:28 -04:00
pg_proc_fn.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
pg_rewrite.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
pg_seclabel.h pgindent run before PG 9.1 beta 1. 2011-04-10 11:42:00 -04:00
pg_shdepend.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
pg_shdescription.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
pg_shseclabel.h Support SECURITY LABEL on databases, tablespaces, and roles. 2011-07-20 13:18:24 -04:00
pg_statistic.h Fix tsmatchsel() to account properly for null rows. 2011-02-17 19:00:49 -05:00
pg_tablespace.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
pg_trigger.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
pg_ts_config.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
pg_ts_config_map.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
pg_ts_dict.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
pg_ts_parser.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
pg_ts_template.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
pg_type.h pgindent run before PG 9.1 beta 1. 2011-04-10 11:42:00 -04:00
pg_type_fn.h DDL support for collations 2011-02-12 15:55:18 +02:00
pg_user_mapping.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
storage.h Clean up the #include mess a little. 2011-09-04 01:13:16 -04:00
toasting.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
unused_oids Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00