]> granicus.if.org Git - postgresql/history - src/test/regress/expected/opr_sanity.out
Improve implementation of range-contains-element tests.
[postgresql] / src / test / regress / expected / opr_sanity.out
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...
2002-04-05 Tom LaneDivide functions into three volatility classes (immutab...
2002-04-04 Bruce MomjianAuthentication improvements:
2001-09-30 Tom LaneAddition of xid=int4 operator makes opr_sanity unhappy.
2001-09-28 Thomas G. LockhartAdd separate regression tests for timetz and the new...
2001-08-21 Tom LaneRestructure pg_opclass, pg_amop, and pg_amproc per...
2001-08-14 Tom Lanesum() on int2 and int4 columns now uses an int8, not...
2001-08-10 Tom LaneMake OIDs optional, per discussions in pghackers. ...
2001-07-15 Tom LaneRestructure index AM interface for index building and...
2001-06-12 Tom LaneClean up various to-do items associated with system...
2001-05-20 Tom LaneModify optimizer data structures so that IndexOptInfo...
2001-05-15 Bruce MomjianFix regression for new oids.
2001-05-14 Bruce MomjianUpdate regression for new oids, some now two smaller.
2001-05-07 Tom LaneRewrite of planner statistics-gathering code. ANALYZE...
2000-11-21 Tom LaneAdjust opr_sanity.out for small change in OID allocation.
2000-11-14 Tom LaneExtend CREATE DATABASE to allow selection of a template...
2000-10-24 Tom LaneMajor overhaul of large-object implementation, by Denis...
2000-08-21 Tom LaneFirst pass at integrating BIT and BIT VARYING code...
2000-07-30 Tom LaneType lztext is toast.
2000-07-28 Tom LaneAdd int2-vs-int8 comparison operators. These are now...
2000-07-18 Tom LaneAdd an opr_sanity check for misdefined aggregates that...
2000-07-17 Tom LaneRevise aggregate functions per earlier discussions...
2000-06-19 Tom LaneClean up bogosities in pg_opclass, pg_amop, pg_amproc...
2000-06-05 Tom LaneLatest round of fmgr updates. All functions with bool...
2000-01-22 Tom LaneUpdate regress tests for change of pg_am/pg_amop.
2000-01-05 Thomas G. LockhartVerified output from new psql.
1999-12-21 Jan WieckAdded empty TOASTER files and corrected some minor...
1999-09-30 Jan WieckFixed opr_sanity regression test to ignore the new
1999-09-06 Tom LaneMark bpchareq not hashjoinable, since it strips trailin...
1999-05-12 Jan WieckReplaced targetlist entry in GroupClause by reference...
1999-04-07 Tom LaneFix some more hashjoin-related bugs in pg_operator...
1999-04-07 Tom LaneUnmark 'hashable' operators that can't really be used for
1999-03-29 Tom LaneModify fmgr so that internal name (compiler name) of...
1999-03-28 Tom LaneExpanded opr_sanity test to look at pg_proc and other
1999-03-01 Tom LaneExecutor no longer cares about mergejoinop, mergerighto...
1999-02-28 Tom LaneFix pg_operator entries for mergejoinable operators...
1998-10-29 Tom LaneAdd new regression test to catch some simple kinds of