Commits

DateSubjectAuthorReleases
2026-05-13 Pre-beta mechanical code beautification, step 1: run pgindent. Tom Lane 19 (unreleased)
2025-08-13 Grab the low-hanging fruit from forcing sizeof(Datum) to 8. Tom Lane 19 (unreleased)
2025-01-31 Get rid of our dependency on type "long" for memory size calculations. Tom Lane 18.0
2019-11-04 Fix ginEntryInsert's counting of GIN leaf tuples. Tom Lane 13.0
2018-04-26 Post-feature-freeze pgindent run. Tom Lane 11.0
2017-11-02 Set the metapage's pd_lower correctly in brin, gin, and spgist indexes. Tom Lane 11.0
2017-06-21 Phase 3 of pgindent updates. Tom Lane 10.0
2017-02-09 Allow index AMs to cache data across aminsert calls within a SQL command. Tom Lane 10.0
2016-08-27 Add macros to make AllocSetContextCreate() calls simpler and safer. Tom Lane 10.0
2016-08-27 Add macros to make AllocSetContextCreate() calls simpler and safer. Tom Lane 9.6.0
2016-01-18 Restructure index access method API to hide most of it at the C level. Tom Lane 9.6.0
2015-03-29 Make ginbuild's funcCtx be independent of its tmpCtx. Tom Lane 9.5.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 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
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-07-29 Support deferrable uniqueness constraints. 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-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