summaryrefslogtreecommitdiff
path: root/src/test/regress/sql/opr_sanity.sql
Commit message (Expand)AuthorAgeFilesLines
* KNNGIST, otherwise known as order-by-operator support for GIST.Tom Lane2010-12-031-12/+14
* Create the system catalog infrastructure needed for KNNGIST.Tom Lane2010-11-241-7/+47
* Install a data-type-based solution for protecting pg_get_expr().REL9_1_ALPHA1Tom Lane2010-09-031-1/+4
* Remove the single-argument form of string_agg(). It added nothing much inTom Lane2010-08-051-0/+20
* Add some opr_sanity checks that the lengths of the various argument-infoTom Lane2009-11-291-0/+32
* Add a new column proiswindow to pg_proc. It doesn't actually do anythingTom Lane2008-12-191-0/+5
* Code review for function default parameters patch. Fix numerous problems asTom Lane2008-12-181-3/+5
* Default values for function argumentsPeter Eisentraut2008-12-041-0/+5
* Add support for user-defined I/O conversion casts.Heikki Linnakangas2008-10-311-5/+14
* Clean up the loose ends in selectivity estimation left by my patch for semiTom Lane2008-08-161-3/+6
* Improve SELECT DISTINCT to consider hash aggregation, as well as sort/uniq,Tom Lane2008-08-051-9/+18
* Add a "provariadic" column to pg_proc to eliminate the remarkably expensiveTom Lane2008-07-161-0/+14
* Extend GIN to support partial-match searches, and extend tsquery to supportTom Lane2008-05-161-1/+23
* Make casts from xml to text independent of the XML option setting, thusPeter Eisentraut2007-11-271-0/+4
* Fix breakage of GIN support for varchar[] and cidr[] that I introduced in theTom Lane2007-09-031-0/+10
* Fix up hash functions for datetime datatypes so that they don't takeTom Lane2007-07-061-6/+6
* Come to think of it, we should check that commutator pairs have the sameTom Lane2007-02-061-0/+8
* Add support for cross-type hashing in hashed subplans (hashed IN/NOT IN casesTom Lane2007-02-061-5/+29
* Implement XMLSERIALIZE for real. Analogously, make the xml to text castPeter Eisentraut2007-02-031-3/+0
* Add COST and ROWS options to CREATE/ALTER FUNCTION, plus underlying pg_procTom Lane2007-01-221-1/+3
* Code review for XML patch. Instill a bit of sanity in the location ofTom Lane2006-12-241-1/+1
* Restructure operator classes to allow improved handling of cross-data-typeTom Lane2006-12-231-238/+187
* Initial SQL/XML support: xml data type and initial set of functions.Peter Eisentraut2006-12-211-1/+4
* Set pg_am.amstrategies to zero for index AMs that don't have fixedTom Lane2006-12-181-4/+3
* Rename contains/contained-by operators to @> and <@, per discussion thatTom Lane2006-09-101-17/+18
* SQL2003-standard statistical aggregates, by Sergey Koposov. I've added onlyTom Lane2006-07-281-5/+4
* Aggregate functions now support multiple input arguments. I also tookTom Lane2006-07-271-8/+16
* GIN: Generalized Inverted iNdex.Teodor Sigaev2006-05-021-3/+8
* Clean up the INET-vs-CIDR situation. Get rid of the internal is_cidr flagTom Lane2006-01-261-0/+3
* Migrate rtree_gist functionality into the core system, and add someTom Lane2005-07-011-0/+3
* Add aggsortop column to pg_aggregate, so that MIN/MAX optimization canTom Lane2005-04-121-0/+35
* Convert oidvector and int2vector into variable-length arrays. ThisTom Lane2005-03-291-15/+5
* Label CVS tip as 8.0devel instead of 7.5devel. Adjust various commentsTom Lane2004-08-041-1/+1
* Represent type-specific length coercion functions as pg_cast entries,Tom Lane2004-06-161-6/+22
* Give inet/cidr datatypes their own hash function that ignores the inet vsTom Lane2004-06-131-0/+7
* Add timestamp-versus-timestamptz cross-type comparison functions,Tom Lane2004-03-221-0/+34
* Remove grotty special-case code in coerce_to_target_type() thatTom Lane2004-03-151-1/+7
* Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane2003-11-121-20/+62
* 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