summaryrefslogtreecommitdiff
path: root/contrib/rtree_gist
Commit message (Collapse)AuthorAgeFilesLines
* Attached is a patch to deal with the ones that I missed the first timeBruce Momjian2001-06-201-1/+2
| | | | | | | | | | | 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
* Support for emulating RTREE indexing in GiST. Contributed byTom Lane2001-05-319-0/+4725
Oleg Bartunov and Teodor Sigaev.