aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/nbtree/nbtsort.c
Commit message (Expand)AuthorAge
* Update copyright for 2022Bruce Momjian2022-01-07
* Fix parallel operations that prevent oldest xmin from advancing.Amit Kapila2021-11-19
* Replace RelationOpenSmgr() with RelationGetSmgr().Tom Lane2021-07-12
* Report sort phase progress in parallel btree buildAlvaro Herrera2021-06-11
* Use full 64-bit XIDs in deleted nbtree pages.Peter Geoghegan2021-02-24
* Improve confusing variable namesPeter Eisentraut2021-02-02
* Enhance nbtree index tuple deletion.Peter Geoghegan2021-01-13
* Update copyright for 2021Bruce Momjian2021-01-02
* Reproduce debug_query_string==NULL on parallel workers.Noah Misch2020-10-31
* Avoid CREATE INDEX unique index deduplication.Peter Geoghegan2020-07-17
* Remove unnecessary PageIsEmpty() nbtree build check.Peter Geoghegan2020-07-06
* Fix deduplication "single value" strategy bug.Peter Geoghegan2020-06-19
* Harmonize nbtree page split point code.Peter Geoghegan2020-04-13
* Allow parallel create index to accumulate buffer usage stats.Amit Kapila2020-04-09
* Remove nbtree BTreeTupleSetAltHeapTID() function.Peter Geoghegan2020-04-07
* Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch2020-04-04
* Add infrastructure to track WAL usage.Amit Kapila2020-04-04
* Add CREATE INDEX deduplication assertions.Peter Geoghegan2020-03-31
* Revert "Skip WAL for new relfilenodes, under wal_level=minimal."Noah Misch2020-03-22
* Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch2020-03-21
* Add deduplication to nbtree.Peter Geoghegan2020-02-26
* Handle lack of DSM slots in parallel btree build, take 2.Thomas Munro2020-02-05
* Handle lack of DSM slots in parallel btree build.Thomas Munro2020-01-31
* Update copyrights for 2020Bruce Momjian2020-01-01
* Rename nbtree tuple macros.Peter Geoghegan2019-12-16
* Refactor reloption handling for index AMs in-coreMichael Paquier2019-11-25
* nbtree: Tweak _bt_pgaddtup() comments.Peter Geoghegan2019-11-18
* Pass ItemPointer not HeapTuple to IndexBuildCallback.Andres Freund2019-11-08
* Use "low key" terminology in nbtsort.c.Peter Geoghegan2019-11-07
* Update comments on nbtree stack struct.Peter Geoghegan2019-08-21
* Use PageIndexTupleOverwrite() within nbtree.Peter Geoghegan2019-08-13
* Fix inconsistencies and typos in the tree, take 9Michael Paquier2019-08-05
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Initial pgindent run for v12.Tom Lane2019-05-22
* Correct obsolete nbtsort.c minimum key comment.Peter Geoghegan2019-05-07
* Fix nbtsort.c's page space accounting.Peter Geoghegan2019-05-02
* Widen tuple counter variables from long to int64Alvaro Herrera2019-04-30
* Report progress of CREATE INDEX operationsAlvaro Herrera2019-04-02
* 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
* tableam: Add helper for indexes to check if a corresponding table tuples exist.Andres Freund2019-03-25
* Make heap TID a tiebreaker nbtree index column.Peter Geoghegan2019-03-20
* Refactor nbtree insertion scankeys.Peter Geoghegan2019-03-20
* Enable parallel query with SERIALIZABLE isolation.Thomas Munro2019-03-15
* Ensure sufficient alignment for ParallelTableScanDescData in BTShared.Andres Freund2019-03-11
* tableam: Add and use scan APIs.Andres Freund2019-03-11
* 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
* 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