]> granicus.if.org Git - postgresql/history - src/test/regress/expected/opr_sanity.out
Add timestamp-versus-timestamptz cross-type comparison functions,
[postgresql] / src / test / regress / expected / opr_sanity.out
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