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