Commits

DateSubjectAuthorReleases
2019-05-22 Phase 2 pgindent run for v12. Tom Lane 12.0
2017-06-21 Phase 2 of pgindent updates. Tom Lane 10.0
2011-09-04 Clean up the #include mess a little. Tom Lane 9.2.0
2011-01-08 Fix GIN to support null keys, empty and null items, and full index scans. Tom Lane 9.1.0
2010-10-18 Fix a passel of inappropriately-named global functions in GIN. Tom Lane 9.1.0
2010-10-18 Improve GIN indexscan cost estimation. Tom Lane 9.1.0
2010-08-01 Fix an additional set of problems in GIN's handling of lossy page pointers. Tom Lane 8.4.5
2010-08-01 Fix an additional set of problems in GIN's handling of lossy page pointers. Tom Lane 9.0.0
2010-08-01 Fix an additional set of problems in GIN's handling of lossy page pointers. Tom Lane 9.1.0
2010-08-01 Rewrite the rbtree routines so that an RBNode is the first field of the Tom Lane 9.0.0
2010-08-01 Rewrite the rbtree routines so that an RBNode is the first field of the Tom Lane 9.1.0
2010-07-31 Rewrite the key-combination logic in GIN's keyGetItem() and scanGetItem() Tom Lane 8.4.5
2010-07-31 Rewrite the key-combination logic in GIN's keyGetItem() and scanGetItem() Tom Lane 9.0.0
2010-07-31 Rewrite the key-combination logic in GIN's keyGetItem() and scanGetItem() Tom Lane 9.1.0
2009-10-02 Make sure that GIN fast-insert and regular code paths enforce the same Tom Lane 8.4.2
2009-10-02 Make sure that GIN fast-insert and regular code paths enforce the same Tom Lane 9.0.0
2009-06-06 Fix a serious bug introduced into GIN in 8.4: now that MergeItemPointers() Tom Lane 8.4.0
2009-06-05 GIN's ItemPointerIsMin, ItemPointerIsMax, and ItemPointerIsLossyPage macros Tom Lane 8.2.14
2009-06-05 GIN's ItemPointerIsMin, ItemPointerIsMax, and ItemPointerIsLossyPage macros Tom Lane 8.3.8
2009-06-05 GIN's ItemPointerIsMin, ItemPointerIsMax, and ItemPointerIsLossyPage macros Tom Lane 8.4.0
2009-03-25 Adjust the APIs for GIN opclass support functions to allow the extractQuery() Tom Lane 8.4.0
2009-03-24 Install a search tree depth limit in GIN bulk-insert operations, to prevent Tom Lane 8.2.14
2009-03-24 Install a search tree depth limit in GIN bulk-insert operations, to prevent Tom Lane 8.3.8
2009-03-24 Install a search tree depth limit in GIN bulk-insert operations, to prevent Tom Lane 8.4.0
2009-03-24 Implement "fastupdate" support for GIN indexes, in which we try to accumulate Tom Lane 8.4.0