aboutsummaryrefslogtreecommitdiff
path: root/contrib/btree_gist/expected
Commit message (Expand)AuthorAge
* Allow some exclusion constraints on partitionsPeter Eisentraut2023-07-12
* Fix planner to consider matches to boolean columns in extension indexes.Tom Lane2022-09-02
* Fix results of index-only scans on btree_gist char(N) indexes.Tom Lane2022-01-08
* Handle mixed returnable and non-returnable columns better in IOS.Tom Lane2022-01-03
* Add bool GiST opclass to btree_gistTomas Vondra2021-11-06
* Revert "Add sortsupport for gist_btree opclasses, for faster index builds."Heikki Linnakangas2021-04-07
* Add sortsupport for gist_btree opclasses, for faster index builds.Heikki Linnakangas2021-04-07
* Change floating-point output format for improved performance.Andrew Gierth2019-02-13
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-20
* Improve stability of recently-added regression test case.Tom Lane2018-10-16
* Remove ruleutils.c's special case for BIT [VARYING] literals.Tom Lane2018-09-11
* Fix IOS planning when only some index columns can return an attribute.Tom Lane2018-03-01
* Add btree_gist support for enum types.Andrew Dunstan2017-03-21
* Add support for EUI-64 MAC addresses as macaddr8Stephen Frost2017-03-15
* Test all contrib-created operator classes with amvalidate.Tom Lane2016-11-29
* Add uuid to the set of types supported by contrib/btree_gist.Tom Lane2016-11-29
* Properly initialize SortSupport for ORDER BY rechecks in nodeIndexscan.c.Tom Lane2016-06-05
* Ensure plan stability in contrib/btree_gist regression test.Tom Lane2016-05-12
* Be more careful about printing constants in ruleutils.c.Tom Lane2015-03-30
* Add index-only scan support to btree_gist.Heikki Linnakangas2015-03-27
* Reduce messages about implicit indexes and sequences to DEBUG1.Robert Haas2012-07-04
* Add KNNGIST support to contrib/btree_gist.Tom Lane2011-03-02
* Convert contrib modules to use the extension facility.Tom Lane2011-02-13
* Regression tests for new btree_gist "not equals" support.Robert Haas2010-08-03
* Add alternative expected output files for cs_CZ locale for btree_gist andHeikki Linnakangas2009-05-08
* Fix a few contrib regression test scripts that hadn't gotten the wordTom Lane2007-11-13
* Fix storage size for btree_gist interval indexes. Fix penaltyTom Lane2005-07-21
* Fixes from Janko Richter <jankorichter@yahoo.de>Teodor Sigaev2005-07-01
* New version. Add support for int2, int8, float4, float8, timestamp with/witho...Teodor Sigaev2004-05-28
* Update contrib regression tests for recent error message editing.Tom Lane2003-08-01
* Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)Tom Lane2003-07-24
* Backend support for autocommit removed, per recent discussions. TheTom Lane2003-05-14
* Regression output didn't get updated to match recent commit.Tom Lane2003-03-28
* We just released new version of contrib/btree_gistBruce Momjian2003-02-19
* Ooops, forgot to fix contrib regression tests for WARNING/NOTICE change.Tom Lane2002-11-01
* SET autocommit no longer needed in /contrib because pg_regress.sh doesBruce Momjian2002-10-21
* Update /contrib for "autocommit TO 'on'".Bruce Momjian2002-10-18
* Update contrib regression tests for OPAQUE datatype changes.Tom Lane2002-08-23
* Update incorrect expected file. Use 'timestamp without time zone'Tom Lane2001-10-03
* New contrib module for BTREE emulation in GiST.Tom Lane2001-08-22