summaryrefslogtreecommitdiff
path: root/src/include/catalog/pg_opclass.h
Commit message (Expand)AuthorAgeFilesLines
* Add support for EUI-64 MAC addresses as macaddr8Stephen Frost2017-03-151-0/+3
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Remove unnecessary int2vector-specific hash function and equality operator.Tom Lane2016-10-121-1/+0
* Replace the built-in GIN array opclasses with a single polymorphic opclass.Tom Lane2016-09-261-30/+1
* Create an SP-GiST opclass for inet/cidr.Tom Lane2016-08-231-0/+1
* pgindent run for 9.6Robert Haas2016-06-091-1/+1
* Introduce SP-GiST operator class over box.Teodor Sigaev2016-03-301-0/+1
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* pgindent run for 9.5Bruce Momjian2015-05-231-9/+9
* Add BRIN infrastructure for "inclusion" opclassesAlvaro Herrera2015-05-151-1/+5
* Improve BRIN infra, minmax opclass and regression testAlvaro Herrera2015-05-071-27/+27
* Tweak BRIN minmax operator classAlvaro Herrera2015-01-221-1/+1
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Fix BRIN operator family definitionsAlvaro Herrera2014-11-281-5/+5
* BRIN: Block Range IndexesAlvaro Herrera2014-11-071-0/+32
* Add btree and hash opclasses for pg_lsn.Tom Lane2014-06-041-0/+2
* Rename jsonb_hash_ops to jsonb_path_ops.Tom Lane2014-05-111-1/+1
* pgindent run for 9.4Bruce Momjian2014-05-061-3/+3
* Add an in-core GiST index opclass for inet/cidr types.Tom Lane2014-04-081-0/+1
* Introduce jsonb, a structured format for storing json.Andrew Dunstan2014-03-231-0/+4
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Add record_image_ops opclass for matview concurrent refresh.Kevin Grittner2013-10-091-0/+1
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Add SP-GiST support for range types.Heikki Linnakangas2012-08-161-0/+1
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-2/+2
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Add SP-GiST (space-partitioned GiST) index access method.Tom Lane2011-12-171-0/+3
* Code review for range-types catalog entries.Tom Lane2011-11-161-8/+15
* Support range data types.Heikki Linnakangas2011-11-031-0/+3
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Provide hashing support for arrays.Tom Lane2010-10-301-0/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Add point_ops opclass for GiST.Teodor Sigaev2010-01-141-1/+2
* Get rid of the need for manual maintenance of the initial contents ofTom Lane2010-01-051-2/+2
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Implement comparison of generic records (composite types), and invent aTom Lane2008-10-131-1/+2
* Change hash indexes to store only the hash code rather than the whole indexedTom Lane2008-09-151-5/+5
* Reduce the alignment requirement of type "name" from int to char, and arrangeTom Lane2008-06-241-3/+10
* Alter the xxx_pattern_ops opclasses to use the regular equality operator ofTom Lane2008-05-271-3/+1
* Reduce the need for frontend programs to include "postgres.h" by refactoringTom Lane2008-03-271-7/+2
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* pgindent run for 8.3.Bruce Momjian2007-11-151-3/+3
* Tsearch2 functionality migrates to core. The bulk of this work is byTom Lane2007-08-211-1/+6
* Add a hash function for "numeric". Mark the equality operator forNeil Conway2007-05-081-1/+2
* Support enum data types. Along the way, use macros for the values ofTom Lane2007-04-021-3/+5
* Add a new builtin type, "uuid". This implements a UUID type, similar toNeil Conway2007-01-281-1/+3
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Restructure operator classes to allow improved handling of cross-data-typeTom Lane2006-12-231-133/+126
* Add the full set of comparison functions for type TID, including a btreeTom Lane2006-07-211-1/+2