aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gistproc.c
Commit message (Expand)AuthorAge
* Fix incorrect arguments for gist_box_penalty call. The bug could be observedTeodor Sigaev2009-09-18
* Fix 'all at one page bug' in picksplit method of R-tree emulation. Add defenseTeodor Sigaev2009-04-06
* Improve page split in rtree emulation. Now if splitted result hasTeodor Sigaev2007-09-07
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Rename contains/contained-by operators to @> and <@, per discussion thatTom Lane2006-09-10
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* ChangesTeodor Sigaev2006-06-28
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* R-tree is dead ... long live GiST.Tom Lane2005-11-07
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* pgindent new GIST index code, per request from Tom.Bruce Momjian2005-09-22
* Migrate rtree_gist functionality into the core system, and add someTom Lane2005-07-01