summaryrefslogtreecommitdiff
path: root/contrib/rtree_gist
AgeCommit message (Collapse)Author
2001-06-20Attached is a patch to deal with the ones that I missed the first timeBruce Momjian
around. I tested this patch under Cygwin and Linux. Note that I only changed dblink's Makefile in the most minimal way to fix the link problem under Cygwin (i.e., use the link rule from Makefile.shlib instead). dblink's Makefile should probably be further patched to be consistent with the other PostgreSQL Makefiles. Jason Tishler
2001-05-31Support for emulating RTREE indexing in GiST. Contributed byTom Lane
Oleg Bartunov and Teodor Sigaev.