]> granicus.if.org Git - postgresql/history - src/test/regress/sql/create_index.sql
RESET SESSION, plus related new DDL commands. Patch from Marko Kreen,
[postgresql] / src / test / regress / sql / create_index.sql
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-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 format to add uniform headers on files.
1998-04-26 Bruce MomjianRe-apply Darren's char2-16 removal code.
1998-04-07 Bruce MomjianBack out char2-char16 removal. Add later.
1998-03-30 Bruce MomjianThe following uuencoded, gzip'd file will ...
1998-03-14 Bruce MomjianChange Postgres95 to PostgreSQL. Update CLUSTER manual...
1997-04-06 Marc G. FournierMore splits and cleanups...