index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
regress
/
sql
/
create_index.sql
Commit message (
Expand
)
Author
Age
*
Establish conventions about global object names used in regression tests.
Tom Lane
2016-07-17
*
Improve test case exercising the sorting path for hash index build.
Tom Lane
2016-07-16
*
Add regression test case exercising the sorting path for hash index build.
Tom Lane
2016-07-16
*
Disallow creation of indexes on system columns (except for OID).
Tom Lane
2016-04-16
*
Revert CREATE INDEX ... INCLUDING ...
Teodor Sigaev
2016-04-08
*
CREATE INDEX ... INCLUDING (column[, ...])
Teodor Sigaev
2016-04-08
*
Don't warn about creating temporary or unlogged hash indexes.
Robert Haas
2015-06-26
*
Silence another create_index regression test failure.
Heikki Linnakangas
2015-05-15
*
Silence create_index regression test failure.
Heikki Linnakangas
2015-05-15
*
Allow GiST distance function to return merely a lower-bound.
Heikki Linnakangas
2015-05-15
*
Support VERBOSE option in REINDEX command.
Fujii Masao
2015-05-15
*
Avoid instability in output of new REINDEX SCHEMA test.
Tom Lane
2014-12-12
*
Further changes to REINDEX SCHEMA
Simon Riggs
2014-12-11
*
Fix completely broken REINDEX SCHEMA testcase.
Tom Lane
2014-12-11
*
REINDEX SCHEMA
Simon Riggs
2014-12-09
*
Rename pending_list_cleanup_size to gin_pending_list_limit.
Fujii Masao
2014-11-13
*
Add GUC and storage parameter to set the maximum size of GIN pending list.
Fujii Masao
2014-11-11
*
Implement IF NOT EXIST for CREATE INDEX.
Fujii Masao
2014-11-06
*
Improve planning of btree index scans using ScalarArrayOpExpr quals.
Tom Lane
2014-10-26
*
Improve planner to drop constant-NULL inputs of AND/OR where it's legal.
Tom Lane
2014-04-29
*
Fix another palloc in critical section.
Heikki Linnakangas
2014-04-05
*
Tweak placement of explicit ANALYZE commands in the regression tests.
Tom Lane
2013-12-11
*
Add a regression test case for \d on an index.
Tom Lane
2013-11-14
*
Restore REINDEX constraint validation.
Noah Misch
2013-07-30
*
Fix the create_index regression test for Danish collation.
Kevin Grittner
2013-06-19
*
Use the term "radix tree" instead of "suffix tree" for SP-GiST text opclass.
Heikki Linnakangas
2013-05-08
*
Fix planning of btree index scans using ScalarArrayOpExpr quals.
Tom Lane
2012-09-18
*
Fix oversight in recent parameterized-path patch.
Tom Lane
2012-04-26
*
Modify create_index regression test to avoid intermittent failures.
Tom Lane
2012-04-25
*
Add DROP INDEX CONCURRENTLY [IF EXISTS], uses ShareUpdateExclusiveLock
Simon Riggs
2012-04-06
*
Teach SPGiST to store nulls and do whole-index scans.
Tom Lane
2012-03-11
*
Tweak duplicate-index-column regression test to avoid locale sensitivity.
Tom Lane
2012-01-12
*
Adjust SP-GiST regression tests to be less locale-sensitive.
Tom Lane
2011-12-29
*
Improve planner's handling of duplicated index column expressions.
Tom Lane
2011-12-23
*
Add SP-GiST (space-partitioned GiST) index access method.
Tom Lane
2011-12-17
*
Fix btree stop-at-nulls logic properly.
Tom Lane
2011-11-02
*
Restore correct btree preprocessing of "indexedcol IS NULL" conditions.
Tom Lane
2011-06-29
*
Implement ALTER TABLE ADD UNIQUE/PRIMARY KEY USING INDEX.
Tom Lane
2011-01-25
*
Fix GIN to support null keys, empty and null items, and full index scans.
Tom Lane
2011-01-07
*
KNNGIST, otherwise known as order-by-operator support for GIST.
Tom Lane
2010-12-03
*
Remove useless whitespace at end of lines
Peter Eisentraut
2010-11-23
*
Add point_ops opclass for GiST.
Teodor Sigaev
2010-01-14
*
Support "x IS NOT NULL" clauses as indexscan conditions. This turns out
Tom Lane
2010-01-01
*
Allow the index name to be omitted in CREATE INDEX, causing the system to
Tom Lane
2009-12-23
*
Correct calculations of overlap and contains operations over polygons.
Teodor Sigaev
2009-07-28
*
Experiment with using EXPLAIN COSTS OFF in regression tests.
Tom Lane
2009-07-27
*
Multi-column GIN indexes. Teodor Sigaev
Tom Lane
2008-07-11
*
Replace "amgetmulti" AM functions with "amgetbitmap", in which the whole
Tom Lane
2008-04-10
*
Make 'col IS NULL' clauses be indexable conditions.
Tom Lane
2007-04-06
*
Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LAST
Tom Lane
2007-01-09
[next]