summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/rangetypes.out
Commit message (Expand)AuthorAgeFilesLines
* Rework pg_input_error_message(), now renamed pg_input_error_info()Michael Paquier2023-02-281-20/+20
* Rename force_parallel_mode to debug_parallel_queryDavid Rowley2023-02-151-1/+1
* Convert range_in and multirange_in to report errors softly.Tom Lane2022-12-151-0/+67
* Rearrange core regression tests to reduce cross-script dependencies.Tom Lane2022-02-081-4/+3
* Fix alignment in multirange_get_range() functionAlexander Korotkov2021-12-131-6/+0
* Fix confusion in SP-GiST between attribute type and leaf storage type.Tom Lane2021-04-041-0/+19
* Fix selectivity estimation @> (anymultirange, anyrange) operatorAlexander Korotkov2020-12-301-0/+5
* Add support of multirange matching to the existing range GiST indexesAlexander Korotkov2020-12-291-0/+162
* Multirange datatypesAlexander Korotkov2020-12-201-6/+36
* Introduce "anycompatible" family of polymorphic types.Tom Lane2020-03-191-0/+26
* Refactor our checks for valid function and aggregate signatures.Tom Lane2020-03-171-5/+5
* Restructure polymorphic-type resolution in funcapi.c.Tom Lane2020-03-141-6/+17
* Fix CheckAttributeType's handling of collations for ranges.Tom Lane2020-01-311-1/+88
* Prevent a rowtype from being included in itself via a range.Tom Lane2019-12-231-0/+3
* Fix oversight in commit 4429f6a9e3e12bb4af6e3677fbc78cd80f160252.Amit Kapila2019-09-271-1/+1
* Fix daterange canonicalization for +/- infinity.Jeff Davis2019-07-181-0/+24
* Fix typcache's failure to treat ranges as container types.Tom Lane2017-10-201-0/+12
* Fix tqueue.c's range-remapping code.Tom Lane2016-07-291-0/+17
* Add geometry/range functions to support BRIN inclusionAlvaro Herrera2015-05-051-1/+19
* Add index-only scan support to range type GiST opclass.Heikki Linnakangas2015-03-301-0/+19
* Fix assorted oversights in range selectivity estimation.Tom Lane2015-01-301-0/+32
* Fix "element <@ range" cost estimation.Heikki Linnakangas2013-03-211-0/+11
* Make some messages more consistent in stylePeter Eisentraut2012-12-211-4/+4
* Add SP-GiST support for range types.Heikki Linnakangas2012-08-161-0/+219
* Reduce messages about implicit indexes and sequences to DEBUG1.Robert Haas2012-07-041-2/+0
* Remove zero- and one-argument range constructor functions.Tom Lane2011-11-221-8/+8
* Still more review for range-types patch.Tom Lane2011-11-221-121/+188
* More code review for rangetypes patch.Tom Lane2011-11-211-0/+14
* Declare range inclusion operators as taking anyelement not anynonarray.Tom Lane2011-11-171-0/+12
* Fix range_cmp_bounds for the case of equal-valued exclusive bounds.Tom Lane2011-11-171-13/+50
* Code review for range-types catalog entries.Tom Lane2011-11-161-13/+13
* Fix alignment and toasting bugs in range types.Tom Lane2011-11-141-1/+9
* Return FALSE instead of throwing error for comparisons with empty ranges.Tom Lane2011-11-141-24/+18
* Fix copyright notices, other minor editing in new range-types code.Tom Lane2011-11-141-1/+1
* Support range data types.Heikki Linnakangas2011-11-031-0/+951