postgresql/src/include/catalog
Tom Lane 8b29e88cdc Add window RANGE support for float4, float8, numeric.
Commit 0a459cec9 left this for later, but since time's running out,
I went ahead and took care of it.  There are more data types that
somebody might someday want RANGE support for, but this is enough
to satisfy all expectations of the SQL standard, which just says that
"numeric, datetime, and interval" types should have RANGE support.
2018-02-24 13:23:38 -05: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 2018 2018-01-02 23:30:12 -05:00
catalog.h Update copyright for 2018 2018-01-02 23:30:12 -05:00
catversion.h Add window RANGE support for float4, float8, numeric. 2018-02-24 13:23:38 -05:00
dependency.h Local partitioned indexes 2018-01-19 11:49:22 -03:00
duplicate_oids pgindent run for 9.4 2014-05-06 12:12:18 -04:00
genbki.h Remove hard-coded schema knowledge about pg_attribute from genbki.pl 2018-01-12 11:21:42 -03:00
heap.h Update copyright for 2018 2018-01-02 23:30:12 -05:00
index.h Allow UNIQUE indexes on partitioned tables 2018-02-19 17:40:00 -03:00
indexing.h Update copyright for 2018 2018-01-02 23:30:12 -05:00
namespace.h Update copyright for 2018 2018-01-02 23:30:12 -05:00
objectaccess.h Update copyright for 2018 2018-01-02 23:30:12 -05:00
objectaddress.h Replace AclObjectKind with ObjectType 2018-01-19 14:01:15 -05:00
opfam_internal.h Update copyright for 2018 2018-01-02 23:30:12 -05:00
partition.h Minor preparatory refactoring for UPDATE row movement. 2018-01-04 16:25:49 -05:00
pg_aggregate.h Update copyright for 2018 2018-01-02 23:30:12 -05:00
pg_aggregate_fn.h Update copyright for 2018 2018-01-02 23:30:12 -05:00
pg_am.h Update copyright for 2018 2018-01-02 23:30:12 -05:00
pg_amop.h Update copyright for 2018 2018-01-02 23:30:12 -05:00
pg_amproc.h Add window RANGE support for float4, float8, numeric. 2018-02-24 13:23:38 -05:00
pg_attrdef.h Update copyright for 2018 2018-01-02 23:30:12 -05:00
pg_attribute.h Remove hard-coded schema knowledge about pg_attribute from genbki.pl 2018-01-12 11:21:42 -03:00
pg_auth_members.h Update copyright for 2018 2018-01-02 23:30:12 -05:00
pg_authid.h Update copyright for 2018 2018-01-02 23:30:12 -05:00
pg_cast.h Update copyright for 2018 2018-01-02 23:30:12 -05:00
pg_class.h Local partitioned indexes 2018-01-19 11:49:22 -03:00
pg_collation.h Update copyright for 2018 2018-01-02 23:30:12 -05:00
pg_collation_fn.h Update copyright for 2018 2018-01-02 23:30:12 -05:00
pg_constraint.h Update copyright for 2018 2018-01-02 23:30:12 -05:00
pg_constraint_fn.h Allow UNIQUE indexes on partitioned tables 2018-02-19 17:40:00 -03:00
pg_control.h Update copyright for 2018 2018-01-02 23:30:12 -05:00
pg_conversion.h Update copyright for 2018 2018-01-02 23:30:12 -05:00
pg_conversion_fn.h Update copyright for 2018 2018-01-02 23:30:12 -05:00
pg_database.h Update copyright for 2018 2018-01-02 23:30:12 -05:00
pg_db_role_setting.h Update copyright for 2018 2018-01-02 23:30:12 -05:00
pg_default_acl.h Update copyright for 2018 2018-01-02 23:30:12 -05:00
pg_depend.h Update copyright for 2018 2018-01-02 23:30:12 -05:00
pg_description.h Update copyright for 2018 2018-01-02 23:30:12 -05:00
pg_enum.h Update copyright for 2018 2018-01-02 23:30:12 -05:00
pg_event_trigger.h Update copyright for 2018 2018-01-02 23:30:12 -05:00
pg_extension.h Update copyright for 2018 2018-01-02 23:30:12 -05:00
pg_foreign_data_wrapper.h Update copyright for 2018 2018-01-02 23:30:12 -05:00
pg_foreign_server.h Update copyright for 2018 2018-01-02 23:30:12 -05:00
pg_foreign_table.h Update copyright for 2018 2018-01-02 23:30:12 -05:00
pg_index.h Update copyright for 2018 2018-01-02 23:30:12 -05:00
pg_inherits.h Update copyright for 2018 2018-01-02 23:30:12 -05:00
pg_inherits_fn.h Local partitioned indexes 2018-01-19 11:49:22 -03:00
pg_init_privs.h Update copyright for 2018 2018-01-02 23:30:12 -05:00
pg_language.h Update copyright for 2018 2018-01-02 23:30:12 -05:00
pg_largeobject.h Update copyright for 2018 2018-01-02 23:30:12 -05:00
pg_largeobject_metadata.h Update copyright for 2018 2018-01-02 23:30:12 -05:00
pg_namespace.h Update copyright for 2018 2018-01-02 23:30:12 -05:00
pg_opclass.h Update copyright for 2018 2018-01-02 23:30:12 -05:00
pg_operator.h Update copyright for 2018 2018-01-02 23:30:12 -05:00
pg_operator_fn.h Update copyright for 2018 2018-01-02 23:30:12 -05:00
pg_opfamily.h Update copyright for 2018 2018-01-02 23:30:12 -05:00
pg_partitioned_table.h Update copyright for 2018 2018-01-02 23:30:12 -05:00
pg_pltemplate.h Update copyright for 2018 2018-01-02 23:30:12 -05:00
pg_policy.h Update copyright for 2018 2018-01-02 23:30:12 -05:00
pg_proc.h Add window RANGE support for float4, float8, numeric. 2018-02-24 13:23:38 -05:00
pg_proc_fn.h Update copyright for 2018 2018-01-02 23:30:12 -05:00
pg_publication.h Fix filtering of unsupported relations in logical replication 2018-02-23 22:13:21 -05:00
pg_publication_rel.h Update copyright for 2018 2018-01-02 23:30:12 -05:00
pg_range.h Update copyright for 2018 2018-01-02 23:30:12 -05:00
pg_replication_origin.h Update copyright for 2018 2018-01-02 23:30:12 -05:00
pg_rewrite.h Update copyright for 2018 2018-01-02 23:30:12 -05:00
pg_seclabel.h Update copyright for 2018 2018-01-02 23:30:12 -05:00
pg_sequence.h Update copyright for 2018 2018-01-02 23:30:12 -05:00
pg_shdepend.h Update copyright for 2018 2018-01-02 23:30:12 -05:00
pg_shdescription.h Update copyright for 2018 2018-01-02 23:30:12 -05:00
pg_shseclabel.h Update copyright for 2018 2018-01-02 23:30:12 -05:00
pg_statistic.h Update copyright for 2018 2018-01-02 23:30:12 -05:00
pg_statistic_ext.h Update copyright for 2018 2018-01-02 23:30:12 -05:00
pg_subscription.h Update copyright for 2018 2018-01-02 23:30:12 -05:00
pg_subscription_rel.h Update copyright for 2018 2018-01-02 23:30:12 -05:00
pg_tablespace.h Update copyright for 2018 2018-01-02 23:30:12 -05:00
pg_transform.h Update copyright for 2018 2018-01-02 23:30:12 -05:00
pg_trigger.h Update copyright for 2018 2018-01-02 23:30:12 -05:00
pg_ts_config.h Update copyright for 2018 2018-01-02 23:30:12 -05:00
pg_ts_config_map.h Update copyright for 2018 2018-01-02 23:30:12 -05:00
pg_ts_dict.h Update copyright for 2018 2018-01-02 23:30:12 -05:00
pg_ts_parser.h Update copyright for 2018 2018-01-02 23:30:12 -05:00
pg_ts_template.h Update copyright for 2018 2018-01-02 23:30:12 -05:00
pg_type.h Update copyright for 2018 2018-01-02 23:30:12 -05:00
pg_type_fn.h Update copyright for 2018 2018-01-02 23:30:12 -05:00
pg_user_mapping.h Update copyright for 2018 2018-01-02 23:30:12 -05:00
storage.h Update copyright for 2018 2018-01-02 23:30:12 -05:00
storage_xlog.h Update copyright for 2018 2018-01-02 23:30:12 -05:00
toasting.h Update copyright for 2018 2018-01-02 23:30:12 -05:00
unused_oids Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00