Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 1 | -2/+2 |
| | |||||
* | R-tree is dead ... long live GiST. | Tom Lane | 2005-11-07 | 1 | -4/+43 |
| | |||||
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -2/+2 |
| | |||||
* | pgindent new GIST index code, per request from Tom. | Bruce Momjian | 2005-09-22 | 1 | -36/+36 |
| | |||||
* | Migrate rtree_gist functionality into the core system, and add some | Tom Lane | 2005-07-01 | 1 | -0/+708 |
basic regression tests for GiST to the standard regression tests. I took the opportunity to add an rtree-equivalent gist opclass for circles; the contrib version only covered boxes and polygons, but indexing circles is very handy for distance searches. |