summaryrefslogtreecommitdiff
path: root/src/backend/access/nbtree/nbtsplitloc.c
AgeCommit message (Expand)Author
2025-01-01Update copyright for 2025Bruce Momjian
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-02-16Use new overflow-safe integer comparison functions.Nathan Bossart
2024-01-04Update copyright for 2024Bruce Momjian
2023-10-26Add trailing commas to enum definitionsPeter Eisentraut
2023-05-02Fix typos in commentsMichael Paquier
2023-01-02Update copyright for 2023Bruce Momjian
2022-04-13Remove extraneous blank lines before block-closing bracesAlvaro Herrera
2022-04-01Add macros in hash and btree AMs to get the special area of their pagesMichael Paquier
2022-01-08Update copyright for 2022Bruce Momjian
2021-01-02Update copyright for 2021Bruce Momjian
2020-06-29nbtree: Correct inaccurate split location comment.Peter Geoghegan
2020-05-14Initial pgindent and pgperltidy run for v13.Tom Lane
2020-04-21Consider outliers in split interval calculation.Peter Geoghegan
2020-04-15Slightly simplify nbtree split point choice loop.Peter Geoghegan
2020-04-13Harmonize nbtree page split point code.Peter Geoghegan
2020-02-26Add deduplication to nbtree.Peter Geoghegan
2020-01-01Update copyrights for 2020Bruce Momjian
2019-11-25Refactor reloption handling for index AMs in-coreMichael Paquier
2019-10-30Fix typos in the codeMichael Paquier
2019-08-21Update comments on nbtree stack struct.Peter Geoghegan
2019-07-15Correct nbtsplitloc.c comment.Peter Geoghegan
2019-07-15Fix pathological nbtree split point choice issue.Peter Geoghegan
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-05-15Reverse order of newitem nbtree candidate splits.Peter Geoghegan
2019-03-25Add "split after new tuple" nbtree optimization.Peter Geoghegan
2019-03-24Remove dead code from nbtsplitloc.c.Peter Geoghegan
2019-03-20Consider secondary factors during nbtree splits.Peter Geoghegan