| Commit message (Expand) | Author | Age |
* | Update copyright notices for year 2012. | Bruce Momjian | 2012-01-01 |
* | Use IEEE infinity, not 1e10, for null-and-not-null case in gistpenalty(). | Tom Lane | 2011-11-27 |
* | Clean up a couple of box gist helper functions. | Heikki Linnakangas | 2011-10-09 |
* | Replace the "New Linear" GiST split algorithm for boxes and points with a | Heikki Linnakangas | 2011-10-06 |
* | Support GiST index support functions that want to cache data across calls. | Tom Lane | 2011-09-30 |
* | gistendscan() forgot to free so->giststate. | Tom Lane | 2011-09-16 |
* | In the final emptying phase of the new GiST buffering build, set the | Heikki Linnakangas | 2011-09-12 |
* | round() is not portable. Use rint(). | Tom Lane | 2011-09-08 |
* | Buffering GiST index build algorithm. | Heikki Linnakangas | 2011-09-08 |
* | Remove unnecessary #include references, per pgrminclude script. | Bruce Momjian | 2011-09-01 |
* | Change the way the offset of downlink is stored in GISTInsertStack. | Heikki Linnakangas | 2011-07-15 |
* | Fix two ancient bugs in GiST code to re-find a parent after page split: | Heikki Linnakangas | 2011-07-15 |
* | Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.h | Alvaro Herrera | 2011-07-04 |
* | Message style and spelling improvements | Peter Eisentraut | 2011-06-22 |
* | Pgindent run before 9.1 beta2. | Bruce Momjian | 2011-06-09 |
* | Protect GIST logic that assumes penalty values can't be negative. | Tom Lane | 2011-05-31 |
* | Spell checking and markup refinement | Peter Eisentraut | 2011-05-19 |
* | Make GIN and GIST pass the index collation to all their support functions. | Tom Lane | 2011-04-22 |
* | Pass collations to functions in FunctionCallInfoData, not FmgrInfo. | Tom Lane | 2011-04-12 |
* | Clean up most -Wunused-but-set-variable warnings from gcc 4.6 | Peter Eisentraut | 2011-04-11 |
* | pgindent run before PG 9.1 beta 1. | Bruce Momjian | 2011-04-10 |
* | Clean up cruft around collation initialization for tupdescs and scankeys. | Tom Lane | 2011-03-26 |
* | Fix crash in the new GiST insertion code, when an update splits the root page. | Heikki Linnakangas | 2011-01-09 |
* | Stamp copyrights for year 2011. | Bruce Momjian | 2011-01-01 |
* | Support unlogged tables. | Robert Haas | 2010-12-29 |
* | Rewrite the GiST insertion logic so that we don't need the post-recovery | Heikki Linnakangas | 2010-12-23 |
* | Generalize concept of temporary relations to "relation persistence". | Robert Haas | 2010-12-13 |
* | Fix two small bugs in new gistget.c logic. | Tom Lane | 2010-12-04 |
* | Add external documentation for KNNGIST. | Tom Lane | 2010-12-03 |
* | Put back gistgettuple's check for backwards scan request. | Tom Lane | 2010-12-03 |
* | KNNGIST, otherwise known as order-by-operator support for GIST. | Tom Lane | 2010-12-03 |
* | Create core infrastructure for KNNGIST. | Tom Lane | 2010-12-02 |
* | Remove useless whitespace at end of lines | Peter Eisentraut | 2010-11-23 |
* | The GiST scan algorithm uses LSNs to detect concurrent pages splits, but | Heikki Linnakangas | 2010-11-16 |
* | Cleanup various comparisons with the constant "true". | Robert Haas | 2010-11-14 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 |
* | Typo fix. Kevin Grittner. | Robert Haas | 2010-04-14 |
* | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 |
* | Remove some more dead VACUUM-FULL-only code. | Tom Lane | 2010-02-08 |
* | Remove old-style VACUUM FULL (which was known for a little while as | Tom Lane | 2010-02-08 |
* | Add point_ops opclass for GiST. | Teodor Sigaev | 2010-01-14 |
* | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 |
* | Support "x IS NOT NULL" clauses as indexscan conditions. This turns out | Tom Lane | 2010-01-01 |
* | Fix wrong WAL info value generated when gistContinueInsert() performs an | Tom Lane | 2009-12-24 |
* | Allow read only connections during recovery, known as Hot Standby. | Simon Riggs | 2009-12-19 |
* | Remove very ancient tuple-counting infrastructure (IncrRetrieved() and | Tom Lane | 2009-10-08 |
* | Fix incorrect arguments for gist_box_penalty call. The bug could be observed | Teodor Sigaev | 2009-09-18 |
* | Support deferrable uniqueness constraints. | Tom Lane | 2009-07-29 |
* | Correct grammar in picksplit debug messages | Peter Eisentraut | 2009-06-24 |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 |