Commits

DateSubjectAuthorReleases
2021-11-29 Replace random(), pg_erand48(), etc with a better PRNG API and algorithm. Tom Lane 15.0
2020-09-05 Yet more elimination of dead stores and useless initializations. Tom Lane 14.0
2019-05-22 Initial pgindent run for v12. Tom Lane 12.0
2017-09-20 Allow no-op GiST support functions to be omitted. Tom Lane 11.0
2017-06-21 Phase 3 of pgindent updates. Tom Lane 10.0
2017-03-08 Put back <float.h> in a few files that need it for _isnan(). Tom Lane 10.0
2017-02-27 Allow index AMs to return either HeapTuple or IndexTuple format during IOS. Tom Lane 10.0
2016-08-24 Suppress compiler warnings in non-cassert builds. Tom Lane 9.6.0
2016-08-24 Suppress compiler warnings in non-cassert builds. Tom Lane 10.0
2016-08-13 Add SQL-accessible functions for inspecting index AM properties. 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
2013-02-07 Repair bugs in GiST page splitting code for multi-column indexes. Tom Lane 8.4.17
2013-02-07 Repair bugs in GiST page splitting code for multi-column indexes. Tom Lane 9.0.13
2013-02-07 Repair bugs in GiST page splitting code for multi-column indexes. Tom Lane 9.1.9
2013-02-07 Repair bugs in GiST page splitting code for multi-column indexes. Tom Lane 9.2.4
2013-02-07 Repair bugs in GiST page splitting code for multi-column indexes. Tom Lane 9.3.0
2012-08-31 Back-patch recent fixes for gistchoose and gistRelocateBuildBuffersOnSplit. Tom Lane 8.3.21
2012-08-31 Back-patch recent fixes for gistchoose and gistRelocateBuildBuffersOnSplit. Tom Lane 8.4.14
2012-08-31 Back-patch recent fixes for gistchoose and gistRelocateBuildBuffersOnSplit. Tom Lane 9.0.10
2012-08-31 Back-patch recent fixes for gistchoose and gistRelocateBuildBuffersOnSplit. Tom Lane 9.1.6
2012-08-31 Back-patch recent fixes for gistchoose and gistRelocateBuildBuffersOnSplit. Tom Lane 9.2.0
2012-08-31 Improve coding of gistchoose and gistRelocateBuildBuffersOnSplit. Tom Lane 9.3.0
2012-01-30 Assorted comment fixes, mostly just typos, but some obsolete statements. Tom Lane 9.2.0
2011-11-27 Use IEEE infinity, not 1e10, for null-and-not-null case in gistpenalty(). Tom Lane 9.2.0
2011-05-31 Protect GIST logic that assumes penalty values can't be negative. Tom Lane 8.2.22