aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/nbtree
Commit message (Expand)AuthorAge
* Correct nbtsplitloc.c comment.Peter Geoghegan2019-07-15
* Fix pathological nbtree split point choice issue.Peter Geoghegan2019-07-15
* Fix many typos and inconsistenciesMichael Paquier2019-07-01
* Remove unnecessary comment.Thomas Munro2019-06-23
* Fix typos and inconsistencies in code commentsMichael Paquier2019-06-14
* Fix typos.Amit Kapila2019-05-26
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Initial pgindent run for v12.Tom Lane2019-05-22
* Remove extra nbtree half-dead internal page check.Peter Geoghegan2019-05-16
* Remove obsolete nbtree insertion comment.Peter Geoghegan2019-05-15
* Reverse order of newitem nbtree candidate splits.Peter Geoghegan2019-05-15
* Standardize ItemIdData terminology.Peter Geoghegan2019-05-13
* Don't leave behind junk nbtree pages during split.Peter Geoghegan2019-05-13
* Remove obsolete nbtree split REDO routine comment.Peter Geoghegan2019-05-08
* Correct obsolete nbtsort.c minimum key comment.Peter Geoghegan2019-05-07
* Correct more obsolete nbtree page split comments.Peter Geoghegan2019-05-03
* Fix nbtsort.c's page space accounting.Peter Geoghegan2019-05-02
* Widen tuple counter variables from long to int64Alvaro Herrera2019-04-30
* Remove obsolete _bt_insert_parent() comment.Peter Geoghegan2019-04-29
* Prevent O(N^2) unique index insertion edge case.Peter Geoghegan2019-04-23
* Fix division by zero in _bt_vacuum_needs_cleanup()Alexander Korotkov2019-04-15
* Invalidate binary search bounds consistently.Peter Geoghegan2019-04-04
* Report progress of CREATE INDEX operationsAlvaro Herrera2019-04-02
* tableam: Formatting and other minor cleanups.Andres Freund2019-03-31
* Fix nbtree high key "continuescan" row compare bug.Peter Geoghegan2019-03-31
* Tweak some nbtree-related code comments.Peter Geoghegan2019-03-29
* tableam: Support for an index build's initial table scan(s).Andres Freund2019-03-27
* Compute XID horizon for page level index vacuum on primary.Andres Freund2019-03-26
* tableam: Add helper for indexes to check if a corresponding table tuples exist.Andres Freund2019-03-25
* Add "split after new tuple" nbtree optimization.Peter Geoghegan2019-03-25
* Remove dead code from nbtsplitloc.c.Peter Geoghegan2019-03-24
* Add nbtree high key "continuescan" optimization.Peter Geoghegan2019-03-23
* Fix spurious compiler warning in nbtxlog.c.Peter Geoghegan2019-03-20
* Consider secondary factors during nbtree splits.Peter Geoghegan2019-03-20
* Make heap TID a tiebreaker nbtree index column.Peter Geoghegan2019-03-20
* Refactor nbtree insertion scankeys.Peter Geoghegan2019-03-20
* Tweak nbtsearch.c function prototype order.Peter Geoghegan2019-03-19
* Enable parallel query with SERIALIZABLE isolation.Thomas Munro2019-03-15
* Correct obsolete nbtree page split comment.Peter Geoghegan2019-03-12
* Ensure sufficient alignment for ParallelTableScanDescData in BTShared.Andres Freund2019-03-11
* tableam: Add and use scan APIs.Andres Freund2019-03-11
* Note case where nbtree VACUUM finishes splits.Peter Geoghegan2019-03-04
* Correct obsolete nbtree page split WAL comment.Peter Geoghegan2019-03-04
* Remove unneeded argument from _bt_getstackbuf().Peter Geoghegan2019-02-25
* Correct obsolete nbtree page deletion comment.Peter Geoghegan2019-02-25
* Move generic snapshot related code from tqual.h to snapmgr.h.Andres Freund2019-01-21
* Change snapshot type to be determined by enum rather than callback.Andres Freund2019-01-21
* Remove superfluous tqual.h includes.Andres Freund2019-01-21
* Replace uses of heap_open et al with the corresponding table_* function.Andres Freund2019-01-21
* Don't duplicate parallel seqscan shmem sizing logic in nbtree.Andres Freund2019-01-15