aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeIncrementalSort.c
Commit message (Expand)AuthorAge
* Simplify loop logic in nodeIncrementalSort.c.Tom Lane2021-02-15
* Fix YA incremental sort bug.Tom Lane2021-02-04
* Use INT64_FORMAT to print int64 variables in sort debugTomas Vondra2020-11-03
* Fix minor typo in nodeIncrementalSort.c.Amit Kapila2020-07-20
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-14
* Fix typos and improve incremental sort commentsTomas Vondra2020-05-12
* Do no reset bounded before incremental sort rescanTomas Vondra2020-05-09
* Fix handling of REWIND/MARK/BACKWARD in incremental sortTomas Vondra2020-05-09
* Fix collection of typos and grammar mistakes in the tree, volume 2Michael Paquier2020-04-14
* Implement Incremental SortTomas Vondra2020-04-06