Age | Commit message (Expand) | Author |
---|---|---|
2012-06-10 | Run pgindent on 9.2 source tree in preparation for first 9.3 | Bruce Momjian |
2012-05-30 | Change the way parent pages are tracked during buffered GiST build. | Heikki Linnakangas |
2012-05-30 | Delete the temporary file used in buffered GiST build, after the build. | Heikki Linnakangas |
2012-05-29 | Fix integer overflow bug in GiST buffering build calculations. | Heikki Linnakangas |
2012-02-24 | Add some enumeration commas, for consistency | Peter Eisentraut |
2012-02-08 | Throw error sooner for unlogged GiST indexes. | Tom Lane |
2012-01-01 | Update copyright notices for year 2012. | Bruce Momjian |
2011-09-30 | Support GiST index support functions that want to cache data across calls. | Tom Lane |
2011-09-12 | In the final emptying phase of the new GiST buffering build, set the | Heikki Linnakangas |
2011-09-08 | round() is not portable. Use rint(). | Tom Lane |
2011-09-08 | Buffering GiST index build algorithm. | Heikki Linnakangas |