Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Update copyrights for 2013 | Bruce Momjian | 2013-01-01 |
* | Replace int2/int4 in C code with int16/int32 | Peter Eisentraut | 2012-06-25 |
* | Update copyright notices for year 2012. | Bruce Momjian | 2012-01-01 |
* | Add SP-GiST (space-partitioned GiST) index access method. | Tom Lane | 2011-12-17 |
* | Allow more include files to be compiled in their own by adding missing | Bruce Momjian | 2011-08-27 |
* | 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 |
* | pgindent run before PG 9.1 beta 1. | Bruce Momjian | 2011-04-10 |
* | Refactor GIN's handling of duplicate search entries. | Tom Lane | 2011-01-08 |
* | Fix GIN to support null keys, empty and null items, and full index scans. | Tom Lane | 2011-01-07 |