summaryrefslogtreecommitdiff
path: root/src/test/regress/sql/opr_sanity.sql
Commit message (Expand)AuthorAgeFilesLines
* Revise hash join and hash aggregation code to use the same datatype-Tom Lane2003-06-221-4/+29
* Cause CHAR(n) to TEXT or VARCHAR conversion to automatically strip trailingTom Lane2003-05-261-62/+91
* Indexing support for pattern matching operations via separate operatorPeter Eisentraut2003-05-151-5/+5
* First phase of work on array improvements. ARRAY[x,y,z] constructorTom Lane2003-04-081-2/+4
* Extend join-selectivity API (oprjoin interface) so that join type isTom Lane2003-01-281-3/+4
* Allow merge and hash joins to occur on arbitrary expressions (anything notTom Lane2003-01-151-1/+11
* Extend pg_cast castimplicit column to a three-way value; this allows usTom Lane2002-09-181-16/+20
* Improve opr_sanity regression test to check oprltcmpop and opgtcmpopTom Lane2002-09-051-26/+37
* Further cleanup around the edges of OPAQUE/pseudotype changes. CorrectTom Lane2002-08-231-0/+11
* Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane2002-08-221-18/+28
* pg_cast table, and standards-compliant CREATE/DROP CAST commands, plusPeter Eisentraut2002-07-181-13/+37
* Allow functions to be executed with the privileges of the function owner.Peter Eisentraut2002-05-181-1/+1
* Implement types regprocedure, regoper, regoperator, regclass, regtypeTom Lane2002-04-251-23/+19
* Restructure representation of aggregate functions so that they have pg_procTom Lane2002-04-111-47/+92
* Divide functions into three volatility classes (immutable, stable, andTom Lane2002-04-051-1/+1
* Authentication improvements:Bruce Momjian2002-04-041-1/+1
* Addition of xid=int4 operator makes opr_sanity unhappy.Tom Lane2001-09-301-3/+3
* Add separate regression tests for timetz and the new timestamptz type.Thomas G. Lockhart2001-09-281-1/+0
* Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions inTom Lane2001-08-211-73/+45
* Make OIDs optional, per discussions in pghackers. WITH OIDS is still theTom Lane2001-08-101-27/+11
* Modify optimizer data structures so that IndexOptInfo lists built forTom Lane2001-05-201-10/+8
* Add int2-vs-int8 comparison operators. These are now necessary becauseTom Lane2000-07-281-0/+16
* Add an opr_sanity check for misdefined aggregates that have transitionTom Lane2000-07-181-0/+9
* Revise aggregate functions per earlier discussions in pghackers.Tom Lane2000-07-171-51/+16
* Clean up bogosities in pg_opclass, pg_amop, pg_amproc. There are amprocTom Lane2000-06-191-3/+53
* Latest round of fmgr updates. All functions with bool,char, or int2Tom Lane2000-06-051-11/+31
* Revise handling of index-type-specific indexscan cost estimation, perTom Lane2000-01-221-31/+4
* Clean up format of tests.Thomas G. Lockhart2000-01-051-0/+1
* Added empty TOASTER files and corrected some minor glitchesJan Wieck1999-12-211-1/+2
* Fixed opr_sanity regression test to ignore the newJan Wieck1999-09-301-1/+2
* Mark bpchareq not hashjoinable, since it strips trailing blanksTom Lane1999-09-061-9/+22
* Replaced targetlist entry in GroupClause by reference numberJan Wieck1999-05-121-2/+3
* Fix some more hashjoin-related bugs in pg_operator. FixTom Lane1999-04-071-10/+23
* Unmark 'hashable' operators that can't really be used forTom Lane1999-04-071-2/+5
* Modify fmgr so that internal name (compiler name) of a built-inTom Lane1999-03-291-0/+86
* Expanded opr_sanity test to look at pg_proc and otherTom Lane1999-03-281-35/+319
* Executor no longer cares about mergejoinop, mergerightorder, mergeleftorder,Tom Lane1999-03-011-2/+28
* Fix pg_operator entries for mergejoinable operators with different left andTom Lane1999-02-281-8/+8
* Add new regression test to catch some simple kinds ofTom Lane1998-10-291-0/+109