Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
8 daysRename gist stratnum support functionPeter Eisentraut
2025-04-03Add support for sorted gist index builds to btree_gistHeikki Linnakangas
2025-01-15Change gist stratnum function to use CompareTypePeter Eisentraut
2024-09-17Add temporal FOREIGN KEY contraintsPeter Eisentraut
2024-09-17Add temporal PRIMARY KEY and UNIQUE constraintsPeter Eisentraut
2024-09-17Add stratnum GiST support functionPeter Eisentraut
2024-05-16Revert temporal primary keys and foreign keysPeter Eisentraut
2024-03-24Add temporal FOREIGN KEY contraintsPeter Eisentraut
2024-01-24Add temporal PRIMARY KEY and UNIQUE constraintsPeter Eisentraut
2024-01-19Add stratnum GiST support functionPeter Eisentraut
2023-07-12Allow some exclusion constraints on partitionsPeter Eisentraut
2022-01-03Handle mixed returnable and non-returnable columns better in IOS.Tom Lane
2021-11-06Add bool GiST opclass to btree_gistTomas Vondra
2021-04-07Revert "Add sortsupport for gist_btree opclasses, for faster index builds."Heikki Linnakangas
2021-04-07Add sortsupport for gist_btree opclasses, for faster index builds.Heikki Linnakangas
2018-11-21Remove WITH OIDS support, change oid catalog column visibility.Andres Freund
2018-10-16Improve stability of recently-added regression test case.Tom Lane
2018-03-01Fix IOS planning when only some index columns can return an attribute.Tom Lane
2017-03-21Add btree_gist support for enum types.Andrew Dunstan
2017-03-15Add support for EUI-64 MAC addresses as macaddr8Stephen Frost
2016-11-29Test all contrib-created operator classes with amvalidate.Tom Lane
2016-11-29Add uuid to the set of types supported by contrib/btree_gist.Tom Lane
2016-06-05Properly initialize SortSupport for ORDER BY rechecks in nodeIndexscan.c.Tom Lane
2016-05-13Ensure plan stability in contrib/btree_gist regression test.Tom Lane
2015-03-27Add index-only scan support to btree_gist.Heikki Linnakangas
2011-03-02Add KNNGIST support to contrib/btree_gist.Tom Lane
2011-02-14Convert contrib modules to use the extension facility.Tom Lane
2010-08-19Remove extra newlines at end and beginning of files, add missing newlinesPeter Eisentraut
2010-08-03Regression tests for new btree_gist "not equals" support.Robert Haas
2007-11-13Fix a few contrib regression test scripts that hadn't gotten the wordTom Lane
2004-05-28New version. Add support for int2, int8, float4, float8, timestamp with/witho...Teodor Sigaev
2003-02-19We just released new version of contrib/btree_gistBruce Momjian
2002-10-21SET autocommit no longer needed in /contrib because pg_regress.sh doesBruce Momjian
2002-10-18Update /contrib for "autocommit TO 'on'".Bruce Momjian
2001-10-03Update incorrect expected file. Use 'timestamp without time zone'Tom Lane
2001-08-22New contrib module for BTREE emulation in GiST.Tom Lane