Commits

Showing commits that first shipped in 9.2 (backpatches included). Clear

DateSubjectAuthorReleases
2017-01-18 Reset the proper GUC in create_index test. Tom Lane 9.2.20
2014-10-26 Improve planning of btree index scans using ScalarArrayOpExpr quals. Tom Lane 9.2.10
2014-04-29 Improve planner to drop constant-NULL inputs of AND/OR where it's legal. Tom Lane 9.2.9
2013-12-11 Tweak placement of explicit ANALYZE commands in the regression tests. Tom Lane 9.2.7
2013-07-30 Restore REINDEX constraint validation. Noah Misch 9.2.5
2013-06-19 Fix the create_index regression test for Danish collation. Kevin Grittner 9.2.5
2012-09-18 Fix planning of btree index scans using ScalarArrayOpExpr quals. Tom Lane 9.2.1
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-04-06 Add DROP INDEX CONCURRENTLY [IF EXISTS], uses ShareUpdateExclusiveLock Simon Riggs 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-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.2.0