]> granicus.if.org Git - postgresql/history - src/test/regress/expected/opr_sanity.out
Introduce SP-GiST operator class over box.
[postgresql] / src / test / regress / expected / opr_sanity.out
2016-03-30 Teodor SigaevIntroduce SP-GiST operator class over box.
2016-01-22 Tom LaneImprove index AMs' opclass validation procedures.
2016-01-19 Tom LaneFix assorted inconsistencies in GiST opclass support...
2016-01-18 Tom LaneRestructure index access method API to hide most of...
2016-01-09 Tom LaneAdd some checks on "char"-type columns to type_sanity...
2016-01-05 Tom LaneIn opr_sanity regression test, check for unexpected...
2015-11-07 Tom LaneAdd "xid <> xid" and "xid <> int4" operators.
2015-05-29 Tom LaneCheck that all aliases of a built-in function have...
2015-05-19 Tom LaneAvoid collation dependence in indexes of system catalogs.
2015-05-15 Alvaro HerreraAdd BRIN infrastructure for "inclusion" opclasses
2015-02-19 Tom LaneSplit array_push into separate array_append and array_p...
2014-11-07 Alvaro HerreraBRIN: Block Range Indexes
2014-08-16 Tom LaneAdd opr_sanity queries to inspect commutator/negator...
2014-06-26 Tom LaneGet rid of bogus separate pg_proc entries for json_extr...
2014-06-12 Tom LaneAdd regression test to prevent future breakage of legac...
2014-06-05 Andres FreundMove regression test listing of builtin leakproof funct...
2014-04-24 Tom LaneFix incorrect pg_proc.proallargtypes entries for two...
2014-04-23 Tom LaneAllow polymorphic aggregates to have non-polymorphic...
2014-04-13 Tom LaneProvide moving-aggregate support for a bunch of numeric...
2014-04-12 Tom LaneCreate infrastructure for moving-aggregate optimization.
2014-04-08 Tom LaneAdd an in-core GiST index opclass for inet/cidr types.
2014-03-23 Andrew DunstanIntroduce jsonb, a structured format for storing json.
2014-03-12 Heikki LinnakangasAllow opclasses to provide tri-valued GIN consistent...
2014-01-11 Tom LaneAdd another regression test cross-checking operator...
2013-12-23 Tom LaneSupport ordered-set (WITHIN GROUP) aggregates.
2013-11-16 Tom LaneAllow aggregates to provide estimates of their transiti...
2013-10-09 Kevin GrittnerAdd record_image_ops opclass for matview concurrent...
2013-09-03 Tom LaneAllow aggregate functions to be VARIADIC.
2013-03-08 Heikki LinnakangasSP-GiST support of the range adjacent operator -|-
2012-08-16 Heikki LinnakangasAdd SP-GiST support for range types.
2012-03-23 Tom LaneCode review for protransform patches.
2012-02-08 Tom LaneSupport min/max index optimizations on boolean columns.
2011-12-17 Tom LaneRemove bogus entries in gist point_ops operator class.
2011-12-17 Tom LaneAdd SP-GiST (space-partitioned GiST) index access method.
2011-12-07 Tom LaneCreate a "sort support" interface API for faster sorting.
2011-11-27 Tom LaneImprove GiST range-contained-by searches by adding...
2011-11-22 Tom LaneImprove implementation of range-contains-element tests.
2011-11-21 Tom LaneMore code review for rangetypes patch.
2011-11-03 Heikki LinnakangasSupport range data types.
2011-05-18 Peter EisentrautSpell checking and markup refinement
2011-03-03 Tom LaneFurther refine patch for commenting operator implementa...
2011-03-03 Tom LaneMark operator implementation functions as such in their...
2010-12-04 Tom LaneKNNGIST, otherwise known as order-by-operator support...
2010-11-24 Tom LaneCreate the system catalog infrastructure needed for...
2010-09-03 Tom LaneInstall a data-type-based solution for protecting pg_ge... REL9_1_ALPHA1
2010-08-05 Tom LaneRemove the single-argument form of string_agg(). It...
2010-01-14 Teodor SigaevAdd point_ops opclass for GiST.
2009-11-29 Tom LaneAdd some opr_sanity checks that the lengths of the...
2008-12-19 Tom LaneAdd a new column proiswindow to pg_proc. It doesn...
2008-12-18 Tom LaneCode review for function default parameters patch....
2008-12-04 Peter EisentrautDefault values for function arguments
2008-10-31 Heikki LinnakangasAdd support for user-defined I/O conversion casts.
2008-08-16 Tom LaneClean up the loose ends in selectivity estimation left...
2008-08-05 Tom LaneImprove SELECT DISTINCT to consider hash aggregation...
2008-07-16 Tom LaneAdd a "provariadic" column to pg_proc to eliminate...
2008-05-27 Tom LaneAlter the xxx_pattern_ops opclasses to use the regular...
2008-05-16 Tom LaneExtend GIN to support partial-match searches, and exten...
2007-11-27 Peter EisentrautMake casts from xml to text independent of the XML...
2007-09-03 Tom LaneFix breakage of GIN support for varchar[] and cidr...
2007-08-21 Tom LaneTsearch2 functionality migrates to core. The bulk...
2007-07-06 Tom LaneFix up hash functions for datetime datatypes so that...
2007-02-06 Tom LaneCome to think of it, we should check that commutator...
2007-02-06 Tom LaneAdd support for cross-type hashing in hashed subplans...
2007-02-03 Peter EisentrautImplement XMLSERIALIZE for real. Analogously, make...
2007-01-22 Tom LaneAdd COST and ROWS options to CREATE/ALTER FUNCTION...
2006-12-24 Tom LaneCode review for XML patch. Instill a bit of sanity...
2006-12-23 Tom LaneRestructure operator classes to allow improved handling...
2006-12-21 Peter EisentrautInitial SQL/XML support: xml data type and initial...
2006-12-18 Tom LaneSet pg_am.amstrategies to zero for index AMs that don...
2006-09-10 Tom LaneRename contains/contained-by operators to @> and <...
2006-07-28 Tom LaneSQL2003-standard statistical aggregates, by Sergey...
2006-07-27 Tom LaneAggregate functions now support multiple input argument...
2006-07-11 Teodor SigaevAdd support to GIN for =(anyarray,anyarray) operation
2006-05-02 Teodor SigaevGIN: Generalized Inverted iNdex.
2006-01-26 Tom LaneClean up the INET-vs-CIDR situation. Get rid of the...
2005-11-07 Tom LaneR-tree is dead ... long live GiST.
2005-07-01 Tom LaneMigrate rtree_gist functionality into the core system...
2005-06-24 Tom LaneExtend r-tree operator classes to handle Y-direction...
2005-04-12 Tom LaneAdd aggsortop column to pg_aggregate, so that MIN/MAX...
2005-03-29 Tom LaneConvert oidvector and int2vector into variable-length...
2004-08-04 Tom LaneLabel CVS tip as 8.0devel instead of 7.5devel. Adjust...
2004-06-16 Tom LaneRepresent type-specific length coercion functions as...
2004-06-13 Tom LaneGive inet/cidr datatypes their own hash function that...
2004-03-22 Tom LaneAdd timestamp-versus-timestamptz cross-type comparison...
2004-03-15 Tom LaneRemove grotty special-case code in coerce_to_target_typ...
2003-11-12 Tom LaneCross-data-type comparisons are now indexable by btrees...
2003-06-22 Tom LaneRevise hash join and hash aggregation code to use the...
2003-05-26 Tom LaneCause CHAR(n) to TEXT or VARCHAR conversion to automati...
2003-05-15 Peter EisentrautIndexing support for pattern matching operations via...
2003-04-08 Tom LaneFirst phase of work on array improvements. ARRAY[x...
2003-01-28 Tom LaneExtend join-selectivity API (oprjoin interface) so...
2003-01-15 Tom LaneAllow merge and hash joins to occur on arbitrary expres...
2002-09-18 Tom LaneExtend pg_cast castimplicit column to a three-way value...
2002-09-05 Tom LaneImprove opr_sanity regression test to check oprltcmpop...
2002-08-23 Tom LaneFurther cleanup around the edges of OPAQUE/pseudotype...
2002-08-22 Tom LaneAdd a bunch of pseudo-types to replace the behavior...
2002-07-18 Peter Eisentrautpg_cast table, and standards-compliant CREATE/DROP...
2002-05-18 Peter EisentrautAllow functions to be executed with the privileges...
2002-04-25 Tom LaneImplement types regprocedure, regoper, regoperator...
2002-04-11 Tom LaneRestructure representation of aggregate functions so...
next