aboutsummaryrefslogtreecommitdiff
path: root/contrib/btree_gist
Commit message (Collapse)AuthorAge
...
* Makefile forgot to install README.btree_gist.Tom Lane2001-08-23
|
* tskey_cmp() should use timestamp_cmp() instead of doing its ownTom Lane2001-08-23
| | | | interval arithmetic. From Teodor Sigaev.
* New contrib module for BTREE emulation in GiST.Tom Lane2001-08-22
From Oleg Bartunov and Teodor Sigaev.