aboutsummaryrefslogtreecommitdiff
path: root/src/test/regress/sql/create_index.sql
Commit message (Expand)AuthorAge
* Establish conventions about global object names used in regression tests.Tom Lane2016-07-17
* Improve test case exercising the sorting path for hash index build.Tom Lane2016-07-16
* Add regression test case exercising the sorting path for hash index build.Tom Lane2016-07-16
* Disallow creation of indexes on system columns (except for OID).Tom Lane2016-04-16
* Revert CREATE INDEX ... INCLUDING ...Teodor Sigaev2016-04-08
* CREATE INDEX ... INCLUDING (column[, ...])Teodor Sigaev2016-04-08
* Don't warn about creating temporary or unlogged hash indexes.Robert Haas2015-06-26
* Silence another create_index regression test failure.Heikki Linnakangas2015-05-15
* Silence create_index regression test failure.Heikki Linnakangas2015-05-15
* Allow GiST distance function to return merely a lower-bound.Heikki Linnakangas2015-05-15
* Support VERBOSE option in REINDEX command.Fujii Masao2015-05-15
* Avoid instability in output of new REINDEX SCHEMA test.Tom Lane2014-12-12
* Further changes to REINDEX SCHEMASimon Riggs2014-12-11
* Fix completely broken REINDEX SCHEMA testcase.Tom Lane2014-12-11
* REINDEX SCHEMASimon Riggs2014-12-09
* Rename pending_list_cleanup_size to gin_pending_list_limit.Fujii Masao2014-11-13
* Add GUC and storage parameter to set the maximum size of GIN pending list.Fujii Masao2014-11-11
* Implement IF NOT EXIST for CREATE INDEX.Fujii Masao2014-11-06
* Improve planning of btree index scans using ScalarArrayOpExpr quals.Tom Lane2014-10-26
* Improve planner to drop constant-NULL inputs of AND/OR where it's legal.Tom Lane2014-04-29
* Fix another palloc in critical section.Heikki Linnakangas2014-04-05
* Tweak placement of explicit ANALYZE commands in the regression tests.Tom Lane2013-12-11
* Add a regression test case for \d on an index.Tom Lane2013-11-14
* Restore REINDEX constraint validation.Noah Misch2013-07-30
* Fix the create_index regression test for Danish collation.Kevin Grittner2013-06-19
* Use the term "radix tree" instead of "suffix tree" for SP-GiST text opclass.Heikki Linnakangas2013-05-08
* Fix planning of btree index scans using ScalarArrayOpExpr quals.Tom Lane2012-09-18
* Fix oversight in recent parameterized-path patch.Tom Lane2012-04-26
* Modify create_index regression test to avoid intermittent failures.Tom Lane2012-04-25
* Add DROP INDEX CONCURRENTLY [IF EXISTS], uses ShareUpdateExclusiveLockSimon Riggs2012-04-06
* Teach SPGiST to store nulls and do whole-index scans.Tom Lane2012-03-11
* Tweak duplicate-index-column regression test to avoid locale sensitivity.Tom Lane2012-01-12
* Adjust SP-GiST regression tests to be less locale-sensitive.Tom Lane2011-12-29
* Improve planner's handling of duplicated index column expressions.Tom Lane2011-12-23
* Add SP-GiST (space-partitioned GiST) index access method.Tom Lane2011-12-17
* Fix btree stop-at-nulls logic properly.Tom Lane2011-11-02
* Restore correct btree preprocessing of "indexedcol IS NULL" conditions.Tom Lane2011-06-29
* Implement ALTER TABLE ADD UNIQUE/PRIMARY KEY USING INDEX.Tom Lane2011-01-25
* Fix GIN to support null keys, empty and null items, and full index scans.Tom Lane2011-01-07
* KNNGIST, otherwise known as order-by-operator support for GIST.Tom Lane2010-12-03
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-23
* Add point_ops opclass for GiST.Teodor Sigaev2010-01-14
* Support "x IS NOT NULL" clauses as indexscan conditions. This turns outTom Lane2010-01-01
* Allow the index name to be omitted in CREATE INDEX, causing the system toTom Lane2009-12-23
* Correct calculations of overlap and contains operations over polygons.Teodor Sigaev2009-07-28
* Experiment with using EXPLAIN COSTS OFF in regression tests.Tom Lane2009-07-27
* Multi-column GIN indexes. Teodor SigaevTom Lane2008-07-11
* Replace "amgetmulti" AM functions with "amgetbitmap", in which the wholeTom Lane2008-04-10
* Make 'col IS NULL' clauses be indexable conditions.Tom Lane2007-04-06
* Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LASTTom Lane2007-01-09