index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
btree_gist
/
sql
Commit message (
Expand
)
Author
Age
*
Add support for sorted gist index builds to btree_gist
Heikki Linnakangas
2025-04-03
*
Change gist stratnum function to use CompareType
Peter Eisentraut
2025-01-15
*
Add temporal FOREIGN KEY contraints
Peter Eisentraut
2024-09-17
*
Add temporal PRIMARY KEY and UNIQUE constraints
Peter Eisentraut
2024-09-17
*
Add stratnum GiST support function
Peter Eisentraut
2024-09-17
*
Revert temporal primary keys and foreign keys
Peter Eisentraut
2024-05-16
*
Add temporal FOREIGN KEY contraints
Peter Eisentraut
2024-03-24
*
Add temporal PRIMARY KEY and UNIQUE constraints
Peter Eisentraut
2024-01-24
*
Add stratnum GiST support function
Peter Eisentraut
2024-01-19
*
Allow some exclusion constraints on partitions
Peter Eisentraut
2023-07-12
*
Handle mixed returnable and non-returnable columns better in IOS.
Tom Lane
2022-01-03
*
Add bool GiST opclass to btree_gist
Tomas Vondra
2021-11-06
*
Revert "Add sortsupport for gist_btree opclasses, for faster index builds."
Heikki Linnakangas
2021-04-07
*
Add sortsupport for gist_btree opclasses, for faster index builds.
Heikki Linnakangas
2021-04-07
*
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
*
Improve stability of recently-added regression test case.
Tom Lane
2018-10-16
*
Fix IOS planning when only some index columns can return an attribute.
Tom Lane
2018-03-01
*
Add btree_gist support for enum types.
Andrew Dunstan
2017-03-21
*
Add support for EUI-64 MAC addresses as macaddr8
Stephen Frost
2017-03-15
*
Test all contrib-created operator classes with amvalidate.
Tom Lane
2016-11-29
*
Add uuid to the set of types supported by contrib/btree_gist.
Tom Lane
2016-11-29
*
Properly initialize SortSupport for ORDER BY rechecks in nodeIndexscan.c.
Tom Lane
2016-06-05
*
Ensure plan stability in contrib/btree_gist regression test.
Tom Lane
2016-05-12
*
Add index-only scan support to btree_gist.
Heikki Linnakangas
2015-03-27
*
Add KNNGIST support to contrib/btree_gist.
Tom Lane
2011-03-02
*
Convert contrib modules to use the extension facility.
Tom Lane
2011-02-13
*
Remove extra newlines at end and beginning of files, add missing newlines
Peter Eisentraut
2010-08-19
*
Regression tests for new btree_gist "not equals" support.
Robert Haas
2010-08-03
*
Fix a few contrib regression test scripts that hadn't gotten the word
Tom Lane
2007-11-13
*
New version. Add support for int2, int8, float4, float8, timestamp with/witho...
Teodor Sigaev
2004-05-28
*
We just released new version of contrib/btree_gist
Bruce Momjian
2003-02-19
*
SET autocommit no longer needed in /contrib because pg_regress.sh does
Bruce Momjian
2002-10-21
*
Update /contrib for "autocommit TO 'on'".
Bruce Momjian
2002-10-18
*
Update incorrect expected file. Use 'timestamp without time zone'
Tom Lane
2001-10-03
*
New contrib module for BTREE emulation in GiST.
Tom Lane
2001-08-22