summaryrefslogtreecommitdiff
path: root/src/backend/access/nbtree/nbtsplitloc.c
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in commentsMichael Paquier2023-05-021-1/+1
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Remove extraneous blank lines before block-closing bracesAlvaro Herrera2022-04-131-1/+0
* Add macros in hash and btree AMs to get the special area of their pagesMichael Paquier2022-04-011-1/+1
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* nbtree: Correct inaccurate split location comment.Peter Geoghegan2020-06-291-1/+1
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-141-1/+1
* Consider outliers in split interval calculation.Peter Geoghegan2020-04-211-21/+83
* Slightly simplify nbtree split point choice loop.Peter Geoghegan2020-04-151-7/+3
* Harmonize nbtree page split point code.Peter Geoghegan2020-04-131-97/+105
* Add deduplication to nbtree.Peter Geoghegan2020-02-261-3/+36
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Refactor reloption handling for index AMs in-coreMichael Paquier2019-11-251-1/+1
* Fix typos in the codeMichael Paquier2019-10-301-1/+1
* Update comments on nbtree stack struct.Peter Geoghegan2019-08-211-2/+2
* Correct nbtsplitloc.c comment.Peter Geoghegan2019-07-151-1/+1
* Fix pathological nbtree split point choice issue.Peter Geoghegan2019-07-151-26/+64
* Phase 2 pgindent run for v12.Tom Lane2019-05-221-10/+10
* Reverse order of newitem nbtree candidate splits.Peter Geoghegan2019-05-151-15/+22
* Add "split after new tuple" nbtree optimization.Peter Geoghegan2019-03-251-3/+211
* Remove dead code from nbtsplitloc.c.Peter Geoghegan2019-03-241-14/+6
* Consider secondary factors during nbtree splits.Peter Geoghegan2019-03-201-0/+846