Commits

DateSubjectAuthorReleases
2016-10-12 Remove unnecessary int2vector-specific hash function and equality operator. Tom Lane 10.0
2016-09-26 Replace the built-in GIN array opclasses with a single polymorphic opclass. Tom Lane 10.0
2016-08-23 Create an SP-GiST opclass for inet/cidr. Tom Lane 10.0
2016-03-30 Introduce SP-GiST operator class over box. Teodor Sigaev 9.6.0
2016-01-02 Update copyright for 2016 Bruce Momjian 9.6.0
2015-05-24 pgindent run for 9.5 Bruce Momjian 9.5.0
2015-05-15 Add BRIN infrastructure for "inclusion" opclasses Alvaro Herrera 9.5.0
2015-05-15 Allow GiST distance function to return merely a lower-bound. Heikki Linnakangas 9.5.0
2015-01-06 Update copyright for 2015 Bruce Momjian 9.5.0
2014-11-28 Fix BRIN operator family definitions Alvaro Herrera 9.5.0
2014-11-07 BRIN: Block Range Indexes Alvaro Herrera 9.5.0
2014-06-05 Add btree and hash opclasses for pg_lsn. Tom Lane 9.4.0
2014-05-11 Rename jsonb_hash_ops to jsonb_path_ops. Tom Lane 9.4.0
2014-04-08 Add an in-core GiST index opclass for inet/cidr types. Tom Lane 9.4.0
2014-03-23 Introduce jsonb, a structured format for storing json. Andrew Dunstan 9.4.0
2014-01-07 Update copyright for 2014 Bruce Momjian 9.4.0
2013-10-09 Add record_image_ops opclass for matview concurrent refresh. Kevin Grittner 9.4.0
2013-03-08 SP-GiST support of the range adjacent operator -|- Heikki Linnakangas 9.3.0
2013-01-01 Update copyrights for 2013 Bruce Momjian 9.3.0
2012-08-16 Add SP-GiST support for range types. Heikki Linnakangas 9.3.0
2012-06-24 Replace int2/int4 in C code with int16/int32 Peter Eisentraut 9.3.0
2012-01-01 Update copyright notices for year 2012. Bruce Momjian 9.2.0
2011-12-17 Remove bogus entries in gist point_ops operator class. Tom Lane 9.2.0
2011-12-17 Add SP-GiST (space-partitioned GiST) index access method. Tom Lane 9.2.0
2011-11-27 Improve GiST range-contained-by searches by adding a flag for empty ranges. Tom Lane 9.2.0