aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeIncrementalSort.c
Commit message (Expand)AuthorAge
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-12
* Fix typos and grammar in comments and docsMichael Paquier2021-04-19
* Simplify loop logic in nodeIncrementalSort.c.Tom Lane2021-02-15
* Fix YA incremental sort bug.Tom Lane2021-02-04
* Update copyright for 2021Bruce Momjian2021-01-02
* Use INT64_FORMAT to print int64 variables in sort debugTomas Vondra2020-11-03
* Fix some grammar and typos in comments and docsMichael Paquier2020-11-02
* 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