]> granicus.if.org Git - postgresql/history - src/test/regress/expected/create_index.out
Make heap TID a tiebreaker nbtree index column.
[postgresql] / src / test / regress / expected / create_index.out
2019-03-20 Peter GeogheganMake heap TID a tiebreaker nbtree index column.
2019-02-12 Tom LaneAllow extensions to generate lossy index conditions.
2019-02-09 Tom LaneRefactor the representation of indexable clauses in...
2018-11-21 Andres FreundRemove WITH OIDS support, change oid catalog column...
2018-09-26 Tomas VondraImprove test coverage of geometric types
2018-09-18 Alexander KorotkovAdd support for nearest-neighbor (KNN) searches to...
2018-07-19 Tom LaneImprove psql's \d command to show whether index columns...
2018-04-23 Teodor SigaevFix wrong validation of top-parent pointer during page...
2018-04-07 Teodor SigaevIndexes with INCLUDE columns and their support in B...
2018-04-03 Teodor SigaevAdd prefix operator for TEXT type.
2018-02-19 Alvaro HerreraAllow UNIQUE indexes on partitioned tables
2017-10-19 Alvaro HerreraAdd more tests for reloptions
2017-09-06 Simon RiggsAllow SET STATISTICS on expression indexes
2017-08-01 Tom LaneSuppress less info in regression tests using DROP CASCADE.
2017-03-14 Robert Haashash: Add write-ahead logging support.
2017-01-18 Tom LaneReset the proper GUC in create_index test.
2017-01-15 Tom LaneFix matching of boolean index columns to sort ordering.
2016-11-03 Peter Eisentrautpsql: Split up "Modifiers" column in \d and \dD
2016-07-17 Tom LaneEstablish conventions about global object names used...
2016-07-16 Tom LaneImprove test case exercising the sorting path for hash...
2016-07-16 Tom LaneAdd regression test case exercising the sorting path...
2016-04-16 Tom LaneDisallow creation of indexes on system columns (except...
2016-04-08 Teodor SigaevRevert CREATE INDEX ... INCLUDING ...
2016-04-08 Teodor SigaevCREATE INDEX ... INCLUDING (column[, ...])
2015-06-26 Robert HaasDon't warn about creating temporary or unlogged hash...
2015-05-15 Heikki LinnakangasSilence another create_index regression test failure.
2015-05-15 Heikki LinnakangasSilence create_index regression test failure.
2015-05-15 Heikki LinnakangasAllow GiST distance function to return merely a lower...
2015-05-15 Fujii MasaoSupport VERBOSE option in REINDEX command.
2015-03-26 Heikki LinnakangasAdd support for index-only scans in GiST.
2014-12-12 Tom LaneAvoid instability in output of new REINDEX SCHEMA test.
2014-12-11 Simon RiggsFurther changes to REINDEX SCHEMA
2014-12-11 Tom LaneFix completely broken REINDEX SCHEMA testcase.
2014-12-09 Simon RiggsSilence REINDEX
2014-12-08 Simon RiggsREINDEX SCHEMA
2014-11-13 Fujii MasaoRename pending_list_cleanup_size to gin_pending_list_limit.
2014-11-11 Fujii MasaoAdd GUC and storage parameter to set the maximum size...
2014-11-06 Fujii MasaoImplement IF NOT EXIST for CREATE INDEX.
2014-10-26 Tom LaneImprove planning of btree index scans using ScalarArray...
2014-10-18 Bruce MomjianShorten warning about hash creation
2014-09-11 Bruce Momjianimprove hash creation warning message
2014-09-10 Bruce MomjianIssue a warning during the creation of hash indexes
2014-04-29 Tom LaneImprove planner to drop constant-NULL inputs of AND...
2014-04-05 Heikki LinnakangasFix another palloc in critical section.
2013-12-11 Tom LaneTweak placement of explicit ANALYZE commands in the...
2013-11-14 Tom LaneAdd a regression test case for \d on an index.
2013-07-30 Noah MischRestore REINDEX constraint validation.
2013-06-19 Kevin GrittnerFix the create_index regression test for Danish collation.
2013-05-08 Heikki LinnakangasUse the term "radix tree" instead of "suffix tree"...
2012-09-18 Tom LaneFix planning of btree index scans using ScalarArrayOpEx...
2012-08-27 Tom LaneFix DROP INDEX CONCURRENTLY IF EXISTS.
2012-04-26 Tom LaneFix oversight in recent parameterized-path patch.
2012-04-26 Tom LaneModify create_index regression test to avoid intermitte...
2012-04-06 Simon RiggsAdd DROP INDEX CONCURRENTLY [IF EXISTS], uses ShareUpda...
2012-03-11 Tom LaneTeach SPGiST to store nulls and do whole-index scans.
2012-01-12 Tom LaneTweak duplicate-index-column regression test to avoid...
2011-12-29 Tom LaneAdjust SP-GiST regression tests to be less locale-sensi...
2011-12-23 Tom LaneImprove planner's handling of duplicated index column...
2011-12-19 Tom LaneTeach SP-GiST to do index-only scans.
2011-12-17 Tom LaneAdd SP-GiST (space-partitioned GiST) index access method.
2011-11-02 Tom LaneFix btree stop-at-nulls logic properly.
2011-06-29 Tom LaneRestore correct btree preprocessing of "indexedcol...
2011-01-25 Tom LaneImplement ALTER TABLE ADD UNIQUE/PRIMARY KEY USING...
2011-01-08 Tom LaneFix GIN to support null keys, empty and null items...
2010-12-04 Tom LaneKNNGIST, otherwise known as order-by-operator support...
2010-11-23 Peter EisentrautRemove useless whitespace at end of lines
2010-01-14 Teodor SigaevAdd point_ops opclass for GiST.
2010-01-01 Tom LaneSupport "x IS NOT NULL" clauses as indexscan conditions...
2009-12-23 Tom LaneAllow the index name to be omitted in CREATE INDEX...
2009-08-01 Tom LaneDepartment of second thoughts: let's show the exact...
2009-08-01 Tom LaneImprove unique-constraint-violation error messages...
2009-07-28 Teodor SigaevCorrect calculations of overlap and contains operations...
2009-07-27 Tom LaneExperiment with using EXPLAIN COSTS OFF in regression...
2008-07-11 Tom LaneMulti-column GIN indexes. Teodor Sigaev
2008-04-10 Tom LaneReplace "amgetmulti" AM functions with "amgetbitmap...
2007-10-29 Tom LaneMention the index name in 'could not create unique...
2007-09-20 Tom LaneHOT updates. When we update a tuple without changing...
2007-06-03 Peter EisentrautClarify some error messages about duplicate things.
2007-04-06 Tom LaneMake 'col IS NULL' clauses be indexable conditions.
2007-01-09 Tom LaneSupport ORDER BY ... NULLS FIRST/LAST, and add ASC...
2006-09-10 Tom LaneRename contains/contained-by operators to @> and <...
2006-08-25 Tom LaneAdd the ability to create indexes 'concurrently', that...
2006-07-11 Teodor SigaevAdd support to GIN for =(anyarray,anyarray) operation
2006-05-02 Teodor SigaevGIN: Generalized Inverted iNdex.
2005-11-07 Tom LaneR-tree is dead ... long live GiST.
2005-07-01 Tom LaneFix platform-dependency in recently added regression...
2005-07-01 Tom LaneMigrate rtree_gist functionality into the core system...
2005-04-11 Tom LaneCreate the planner mechanism for optimizing simple...
2003-11-21 Tom LaneCOMMENT ON casts, conversions, languages, operator...
2003-11-12 Tom LaneCross-data-type comparisons are now indexable by btrees...
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
2003-07-21 Tom LaneError message editing in backend/access.
2003-05-29 Tom LaneAdd a regression test to catch future silliness in...
2003-05-28 Tom LaneReplace functional-index facility with expressional...
2001-08-27 Tom LaneAdd some minimal exercising of functional-index feature...
2001-07-16 Tom LanePartial indexes work again, courtesy of Martijn van...
2000-02-17 Tom LaneFinish repairing 6.5's problems with r-tree indexes...
2000-01-05 Thomas G. LockhartUpdate output to new psql conventions.
1998-04-26 Bruce MomjianRe-apply Darren's char2-16 removal code.
1998-04-07 Bruce MomjianBack out char2-char16 removal. Add later.
next