Commits

DateSubjectAuthorReleases
2013-11-14 Add a regression test case for \d on an index. Tom Lane 9.4.0
2012-09-18 Fix planning of btree index scans using ScalarArrayOpExpr quals. Tom Lane 9.2.1
2012-09-18 Fix planning of btree index scans using ScalarArrayOpExpr quals. Tom Lane 9.3.0
2012-08-27 Fix DROP INDEX CONCURRENTLY IF EXISTS. Tom Lane 9.2.0
2012-08-27 Fix DROP INDEX CONCURRENTLY IF EXISTS. Tom Lane 9.3.0
2012-04-26 Fix oversight in recent parameterized-path patch. Tom Lane 9.2.0
2012-04-26 Modify create_index regression test to avoid intermittent failures. Tom Lane 9.2.0
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-19 Teach SP-GiST to do index-only scans. 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-08-01 Department of second thoughts: let's show the exact key during unique index Tom Lane 9.0.0
2009-08-01 Improve unique-constraint-violation error messages to include the exact Tom Lane 9.0.0
2009-07-27 Experiment with using EXPLAIN COSTS OFF in regression tests. Tom Lane 9.0.0