summaryrefslogtreecommitdiff
path: root/src/test/regress/sql/opr_sanity.sql
Commit message (Expand)AuthorAgeFilesLines
* Fix type-safety problem with parallel aggregate serial/deserialization.Tom Lane2016-06-221-61/+68
* Add parallel query support functions for assorted aggregates.Robert Haas2016-04-051-1/+61
* Improve index AMs' opclass validation procedures.Tom Lane2016-01-211-170/+1
* Fix assorted inconsistencies in GiST opclass support function declarations.Tom Lane2016-01-191-2/+2
* Restructure index access method API to hide most of it at the C level.Tom Lane2016-01-171-88/+27
* Add some checks on "char"-type columns to type_sanity and opr_sanity.Tom Lane2016-01-091-1/+3
* In opr_sanity regression test, check for unexpected uses of cstring.Tom Lane2016-01-051-1/+72
* Check that all aliases of a built-in function have same leakproof property.Tom Lane2015-05-291-0/+1
* Avoid collation dependence in indexes of system catalogs.Tom Lane2015-05-191-3/+70
* BRIN: Block Range IndexesAlvaro Herrera2014-11-071-2/+5
* Add opr_sanity queries to inspect commutator/negator links more closely.Tom Lane2014-08-161-3/+20
* Add regression test to prevent future breakage of legacy query in libpq.Tom Lane2014-06-121-0/+24
* Move regression test listing of builtin leakproof functions to opr_sanity.sql.Andres Freund2014-06-051-3/+22
* Fix incorrect pg_proc.proallargtypes entries for two built-in functions.Tom Lane2014-04-231-0/+9
* Allow polymorphic aggregates to have non-polymorphic state data types.Tom Lane2014-04-231-14/+32
* Provide moving-aggregate support for a bunch of numerical aggregates.Tom Lane2014-04-121-6/+6
* Create infrastructure for moving-aggregate optimization.Tom Lane2014-04-121-1/+102
* Allow opclasses to provide tri-valued GIN consistent functions.Heikki Linnakangas2014-03-121-32/+38
* Add another regression test cross-checking operator and function comments.Tom Lane2014-01-111-3/+22
* Support ordered-set (WITHIN GROUP) aggregates.Tom Lane2013-12-231-14/+33
* Allow aggregates to provide estimates of their transition state data size.Tom Lane2013-11-161-1/+1
* Allow aggregate functions to be VARIADIC.Tom Lane2013-09-031-1/+9
* Code review for protransform patches.Tom Lane2012-03-231-0/+7
* Support min/max index optimizations on boolean columns.Tom Lane2012-02-081-2/+2
* Add SP-GiST (space-partitioned GiST) index access method.Tom Lane2011-12-171-0/+32
* Create a "sort support" interface API for faster sorting.Tom Lane2011-12-071-24/+19
* More code review for rangetypes patch.Tom Lane2011-11-211-10/+10
* Support range data types.Heikki Linnakangas2011-11-031-3/+9
* Spell checking and markup refinementPeter Eisentraut2011-05-191-3/+3
* Further refine patch for commenting operator implementation functions.Tom Lane2011-03-031-14/+9
* Mark operator implementation functions as such in their comments.Tom Lane2011-03-031-0/+37
* 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