aboutsummaryrefslogtreecommitdiff
path: root/src/test/regress/sql/opr_sanity.sql
Commit message (Expand)AuthorAge
* Code review for protransform patches.Tom Lane2012-03-23
* Support min/max index optimizations on boolean columns.Tom Lane2012-02-08
* Add SP-GiST (space-partitioned GiST) index access method.Tom Lane2011-12-17
* Create a "sort support" interface API for faster sorting.Tom Lane2011-12-07
* More code review for rangetypes patch.Tom Lane2011-11-21
* Support range data types.Heikki Linnakangas2011-11-03
* Spell checking and markup refinementPeter Eisentraut2011-05-19
* Further refine patch for commenting operator implementation functions.Tom Lane2011-03-03
* Mark operator implementation functions as such in their comments.Tom Lane2011-03-03
* KNNGIST, otherwise known as order-by-operator support for GIST.Tom Lane2010-12-03
* Create the system catalog infrastructure needed for KNNGIST.Tom Lane2010-11-24
* Install a data-type-based solution for protecting pg_get_expr().REL9_1_ALPHA1Tom Lane2010-09-03
* Remove the single-argument form of string_agg(). It added nothing much inTom Lane2010-08-05
* Add some opr_sanity checks that the lengths of the various argument-infoTom Lane2009-11-29
* Add a new column proiswindow to pg_proc. It doesn't actually do anythingTom Lane2008-12-19
* Code review for function default parameters patch. Fix numerous problems asTom Lane2008-12-18
* Default values for function argumentsPeter Eisentraut2008-12-04
* Add support for user-defined I/O conversion casts.Heikki Linnakangas2008-10-31
* Clean up the loose ends in selectivity estimation left by my patch for semiTom Lane2008-08-16
* Improve SELECT DISTINCT to consider hash aggregation, as well as sort/uniq,Tom Lane2008-08-05
* Add a "provariadic" column to pg_proc to eliminate the remarkably expensiveTom Lane2008-07-16
* Extend GIN to support partial-match searches, and extend tsquery to supportTom Lane2008-05-16
* Make casts from xml to text independent of the XML option setting, thusPeter Eisentraut2007-11-27
* Fix breakage of GIN support for varchar[] and cidr[] that I introduced in theTom Lane2007-09-03
* Fix up hash functions for datetime datatypes so that they don't takeTom Lane2007-07-06
* Come to think of it, we should check that commutator pairs have the sameTom Lane2007-02-06
* Add support for cross-type hashing in hashed subplans (hashed IN/NOT IN casesTom Lane2007-02-06
* Implement XMLSERIALIZE for real. Analogously, make the xml to text castPeter Eisentraut2007-02-03
* Add COST and ROWS options to CREATE/ALTER FUNCTION, plus underlying pg_procTom Lane2007-01-22
* Code review for XML patch. Instill a bit of sanity in the location ofTom Lane2006-12-24
* Restructure operator classes to allow improved handling of cross-data-typeTom Lane2006-12-23
* Initial SQL/XML support: xml data type and initial set of functions.Peter Eisentraut2006-12-21
* Set pg_am.amstrategies to zero for index AMs that don't have fixedTom Lane2006-12-18
* Rename contains/contained-by operators to @> and <@, per discussion thatTom Lane2006-09-10
* SQL2003-standard statistical aggregates, by Sergey Koposov. I've added onlyTom Lane2006-07-28
* Aggregate functions now support multiple input arguments. I also tookTom Lane2006-07-27
* GIN: Generalized Inverted iNdex.Teodor Sigaev2006-05-02
* Clean up the INET-vs-CIDR situation. Get rid of the internal is_cidr flagTom Lane2006-01-26
* Migrate rtree_gist functionality into the core system, and add someTom Lane2005-07-01
* Add aggsortop column to pg_aggregate, so that MIN/MAX optimization canTom Lane2005-04-12
* Convert oidvector and int2vector into variable-length arrays. ThisTom Lane2005-03-29
* Label CVS tip as 8.0devel instead of 7.5devel. Adjust various commentsTom Lane2004-08-04
* Represent type-specific length coercion functions as pg_cast entries,Tom Lane2004-06-16
* Give inet/cidr datatypes their own hash function that ignores the inet vsTom Lane2004-06-13
* Add timestamp-versus-timestamptz cross-type comparison functions,Tom Lane2004-03-22
* Remove grotty special-case code in coerce_to_target_type() thatTom Lane2004-03-15
* Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane2003-11-12
* Revise hash join and hash aggregation code to use the same datatype-Tom Lane2003-06-22
* Cause CHAR(n) to TEXT or VARCHAR conversion to automatically strip trailingTom Lane2003-05-26
* Indexing support for pattern matching operations via separate operatorPeter Eisentraut2003-05-15