aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/nbtree/nbtsplitloc.c
Commit message (Expand)AuthorAge
* nbtree: Correct inaccurate split location comment.Peter Geoghegan2020-06-29
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-14
* Consider outliers in split interval calculation.Peter Geoghegan2020-04-21
* Slightly simplify nbtree split point choice loop.Peter Geoghegan2020-04-15
* Harmonize nbtree page split point code.Peter Geoghegan2020-04-13
* Add deduplication to nbtree.Peter Geoghegan2020-02-26
* Update copyrights for 2020Bruce Momjian2020-01-01
* Refactor reloption handling for index AMs in-coreMichael Paquier2019-11-25
* Fix typos in the codeMichael Paquier2019-10-30
* Update comments on nbtree stack struct.Peter Geoghegan2019-08-21
* Correct nbtsplitloc.c comment.Peter Geoghegan2019-07-15
* Fix pathological nbtree split point choice issue.Peter Geoghegan2019-07-15
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Reverse order of newitem nbtree candidate splits.Peter Geoghegan2019-05-15
* Add "split after new tuple" nbtree optimization.Peter Geoghegan2019-03-25
* Remove dead code from nbtsplitloc.c.Peter Geoghegan2019-03-24
* Consider secondary factors during nbtree splits.Peter Geoghegan2019-03-20