Commits

DateSubjectAuthorReleases
2012-03-11 Teach SPGiST to store nulls and do whole-index scans. Tom Lane 9.2.0
2012-01-12 Tweak duplicate-index-column regression test to avoid locale sensitivity. Tom Lane 9.2.0
2011-12-29 Adjust SP-GiST regression tests to be less locale-sensitive. Tom Lane 9.2.0
2011-12-23 Improve planner's handling of duplicated index column expressions. Tom Lane 9.2.0
2011-12-17 Add SP-GiST (space-partitioned GiST) index access method. Tom Lane 9.2.0
2011-11-02 Fix btree stop-at-nulls logic properly. Tom Lane 9.2.0
2011-06-29 Restore correct btree preprocessing of "indexedcol IS NULL" conditions. Tom Lane 9.0.5
2011-06-29 Restore correct btree preprocessing of "indexedcol IS NULL" conditions. Tom Lane 9.1.0
2011-06-29 Restore correct btree preprocessing of "indexedcol IS NULL" conditions. Tom Lane 9.2.0
2011-01-25 Implement ALTER TABLE ADD UNIQUE/PRIMARY KEY USING INDEX. Tom Lane 9.1.0
2011-01-08 Fix GIN to support null keys, empty and null items, and full index scans. Tom Lane 9.1.0
2010-12-04 KNNGIST, otherwise known as order-by-operator support for GIST. Tom Lane 9.1.0
2010-01-01 Support "x IS NOT NULL" clauses as indexscan conditions. This turns out Tom Lane 9.0.0
2009-12-23 Allow the index name to be omitted in CREATE INDEX, causing the system to Tom Lane 9.0.0
2009-07-27 Experiment with using EXPLAIN COSTS OFF in regression tests. Tom Lane 9.0.0
2008-07-11 Multi-column GIN indexes. Teodor Sigaev Tom Lane 8.4.0
2008-04-10 Replace "amgetmulti" AM functions with "amgetbitmap", in which the whole Tom Lane 8.4.0
2007-04-06 Make 'col IS NULL' clauses be indexable conditions. Tom Lane 8.3.0
2007-01-09 Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LAST Tom Lane 8.3.0
2006-09-10 Rename contains/contained-by operators to @> and <@, per discussion that Tom Lane 8.2.0
2006-08-25 Add the ability to create indexes 'concurrently', that is, without Tom Lane 8.2.0
2005-11-07 R-tree is dead ... long live GiST. Tom Lane 8.2.0
2005-07-01 Fix platform-dependency in recently added regression tests. Tom Lane 8.1.0
2005-07-01 Migrate rtree_gist functionality into the core system, and add some Tom Lane 8.1.0
2005-04-11 Create the planner mechanism for optimizing simple MIN and MAX queries Tom Lane 8.1.0