Commits

DateSubjectAuthorReleases
2008-07-11 Multi-column GIN indexes. Teodor Sigaev Tom Lane 8.4.0
2008-04-10 Replace "amgetmulti" AM functions with "amgetbitmap", in which the whole Tom Lane 8.4.0
2007-10-29 Mention the index name in 'could not create unique index' errors, Tom Lane 8.3.0
2007-09-20 HOT updates. When we update a tuple without changing any of its indexed Tom Lane 8.3.0
2007-04-06 Make 'col IS NULL' clauses be indexable conditions. Tom Lane 8.3.0
2007-01-09 Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LAST Tom Lane 8.3.0
2006-09-10 Rename contains/contained-by operators to @> and <@, per discussion that Tom Lane 8.2.0
2006-08-25 Add the ability to create indexes 'concurrently', that is, without Tom Lane 8.2.0
2005-11-07 R-tree is dead ... long live GiST. Tom Lane 8.2.0
2005-07-01 Fix platform-dependency in recently added regression tests. Tom Lane 8.1.0
2005-07-01 Migrate rtree_gist functionality into the core system, and add some Tom Lane 8.1.0
2005-04-11 Create the planner mechanism for optimizing simple MIN and MAX queries Tom Lane 8.1.0
2003-11-21 COMMENT ON casts, conversions, languages, operator classes, and Tom Lane 8.0.0
2003-11-12 Cross-data-type comparisons are now indexable by btrees, pursuant to my Tom Lane 8.0.0
2003-07-21 Error message editing in backend/access. Tom Lane 7.4.1
2003-05-29 Add a regression test to catch future silliness in the index-building Tom Lane 7.4.1
2003-05-28 Replace functional-index facility with expressional indexes. Any column Tom Lane 7.4.1
2001-08-27 Add some minimal exercising of functional-index feature to regression Tom Lane 7.2.1
2001-07-16 Partial indexes work again, courtesy of Martijn van Oosterhout. Tom Lane 7.2.1
2000-02-17 Finish repairing 6.5's problems with r-tree indexes: create appropriate Tom Lane 7.1.1