Commits

DateSubjectAuthorReleases
2020-08-01 Invent "amadjustmembers" AM method for validating opclass members. Tom Lane 14.0
2020-05-01 Get rid of trailing semicolons in C macro definitions. Tom Lane 11.8
2020-05-01 Get rid of trailing semicolons in C macro definitions. Tom Lane 12.3
2020-05-01 Get rid of trailing semicolons in C macro definitions. Tom Lane 13.0
2019-05-22 Phase 2 pgindent run for v12. Tom Lane 12.0
2018-04-01 Fix a boatload of typos in C comments. Tom Lane 11.0
2017-06-21 Phase 3 of pgindent updates. Tom Lane 10.0
2017-06-21 Phase 2 of pgindent updates. Tom Lane 10.0
2017-06-21 Initial pgindent run with pg_bsd_indent version 2.0. Tom Lane 10.0
2017-04-14 Clean up manipulations of hash indexes' hasho_flag field. 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-10-12 Remove unnecessary int2vector-specific hash function and equality operator. Tom Lane 10.0
2016-06-24 Fix building of large (bigger than shared_buffers) hash indexes. Tom Lane 9.6.0
2016-06-24 Fix building of large (bigger than shared_buffers) hash indexes. Tom Lane 9.5.4
2016-01-18 Restructure index access method API to hide most of it at the C level. Tom Lane 9.6.0
2013-01-29 Provide database object names as separate fields in error messages. Tom Lane 9.3.0
2009-11-01 Dept of second thoughts: after studying index_getnext() a bit more I realize Tom Lane 8.4.2
2009-11-01 Dept of second thoughts: after studying index_getnext() a bit more I realize Tom Lane 9.0.0
2009-11-01 Fix two serious bugs introduced into hash indexes by the 8.4 patch that made Tom Lane 8.4.2
2009-11-01 Fix two serious bugs introduced into hash indexes by the 8.4 patch that made Tom Lane 9.0.0
2008-10-17 Remove useless mark/restore support in hash index AM, per discussion. Tom Lane 8.4.0
2008-09-15 Change hash indexes to store only the hash code rather than the whole indexed Tom Lane 8.4.0
2008-07-13 Clean up the use of some page-header-access macros: principally, use Tom Lane 8.4.0
2008-04-10 Replace "amgetmulti" AM functions with "amgetbitmap", in which the whole Tom Lane 8.4.0
2008-03-16 When creating a large hash index, pre-sort the index entries by estimated Tom Lane 8.4.0