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
/
nbtsort.c
Commit message (
Expand
)
Author
Age
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Fix parallel operations that prevent oldest xmin from advancing.
Amit Kapila
2021-11-19
*
Replace RelationOpenSmgr() with RelationGetSmgr().
Tom Lane
2021-07-12
*
Report sort phase progress in parallel btree build
Alvaro Herrera
2021-06-11
*
Use full 64-bit XIDs in deleted nbtree pages.
Peter Geoghegan
2021-02-24
*
Improve confusing variable names
Peter Eisentraut
2021-02-02
*
Enhance nbtree index tuple deletion.
Peter Geoghegan
2021-01-13
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Reproduce debug_query_string==NULL on parallel workers.
Noah Misch
2020-10-31
*
Avoid CREATE INDEX unique index deduplication.
Peter Geoghegan
2020-07-17
*
Remove unnecessary PageIsEmpty() nbtree build check.
Peter Geoghegan
2020-07-06
*
Fix deduplication "single value" strategy bug.
Peter Geoghegan
2020-06-19
*
Harmonize nbtree page split point code.
Peter Geoghegan
2020-04-13
*
Allow parallel create index to accumulate buffer usage stats.
Amit Kapila
2020-04-09
*
Remove nbtree BTreeTupleSetAltHeapTID() function.
Peter Geoghegan
2020-04-07
*
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-04-04
*
Add infrastructure to track WAL usage.
Amit Kapila
2020-04-04
*
Add CREATE INDEX deduplication assertions.
Peter Geoghegan
2020-03-31
*
Revert "Skip WAL for new relfilenodes, under wal_level=minimal."
Noah Misch
2020-03-22
*
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-03-21
*
Add deduplication to nbtree.
Peter Geoghegan
2020-02-26
*
Handle lack of DSM slots in parallel btree build, take 2.
Thomas Munro
2020-02-05
*
Handle lack of DSM slots in parallel btree build.
Thomas Munro
2020-01-31
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Rename nbtree tuple macros.
Peter Geoghegan
2019-12-16
*
Refactor reloption handling for index AMs in-core
Michael Paquier
2019-11-25
*
nbtree: Tweak _bt_pgaddtup() comments.
Peter Geoghegan
2019-11-18
*
Pass ItemPointer not HeapTuple to IndexBuildCallback.
Andres Freund
2019-11-08
*
Use "low key" terminology in nbtsort.c.
Peter Geoghegan
2019-11-07
*
Update comments on nbtree stack struct.
Peter Geoghegan
2019-08-21
*
Use PageIndexTupleOverwrite() within nbtree.
Peter Geoghegan
2019-08-13
*
Fix inconsistencies and typos in the tree, take 9
Michael Paquier
2019-08-05
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Initial pgindent run for v12.
Tom Lane
2019-05-22
*
Correct obsolete nbtsort.c minimum key comment.
Peter Geoghegan
2019-05-07
*
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
*
Report progress of CREATE INDEX operations
Alvaro Herrera
2019-04-02
*
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
*
tableam: Add helper for indexes to check if a corresponding table tuples exist.
Andres Freund
2019-03-25
*
Make heap TID a tiebreaker nbtree index column.
Peter Geoghegan
2019-03-20
*
Refactor nbtree insertion scankeys.
Peter Geoghegan
2019-03-20
*
Enable parallel query with SERIALIZABLE isolation.
Thomas Munro
2019-03-15
*
Ensure sufficient alignment for ParallelTableScanDescData in BTShared.
Andres Freund
2019-03-11
*
tableam: Add and use scan APIs.
Andres Freund
2019-03-11
*
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
*
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]