]> granicus.if.org Git - postgresql/history - src/test/regress/sql/opr_sanity.sql
RESET SESSION, plus related new DDL commands. Patch from Marko Kreen,
[postgresql] / src / test / regress / sql / opr_sanity.sql
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-05-02 Teodor SigaevGIN: Generalized Inverted iNdex.
2006-01-26 Tom LaneClean up the INET-vs-CIDR situation. Get rid of the...
2005-07-01 Tom LaneMigrate rtree_gist functionality into the core system...
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-10 Tom LaneMake OIDs optional, per discussions in pghackers. ...
2001-05-20 Tom LaneModify optimizer data structures so that IndexOptInfo...
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 LaneRevise handling of index-type-specific indexscan cost...
2000-01-05 Thomas G. LockhartClean up format of tests.
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