summaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeIncrementalSort.c
Commit message (Expand)AuthorAgeFilesLines
* Use Generation memory contexts to store tuples in sortsDavid Rowley2022-04-041-1/+3
* Adjust tuplesort API to have bitwise option flagsDavid Rowley2022-04-041-2/+2
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-121-2/+2
* Fix typos and grammar in comments and docsMichael Paquier2021-04-191-3/+3
* Simplify loop logic in nodeIncrementalSort.c.Tom Lane2021-02-151-34/+11
* Fix YA incremental sort bug.Tom Lane2021-02-041-0/+7
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Use INT64_FORMAT to print int64 variables in sort debugTomas Vondra2020-11-031-14/+14
* Fix some grammar and typos in comments and docsMichael Paquier2020-11-021-1/+1
* Fix minor typo in nodeIncrementalSort.c.Amit Kapila2020-07-201-2/+2
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-141-31/+40
* Fix typos and improve incremental sort commentsTomas Vondra2020-05-121-2/+4
* Do no reset bounded before incremental sort rescanTomas Vondra2020-05-091-1/+0
* Fix handling of REWIND/MARK/BACKWARD in incremental sortTomas Vondra2020-05-091-10/+10
* Fix collection of typos and grammar mistakes in the tree, volume 2Michael Paquier2020-04-141-11/+11
* Implement Incremental SortTomas Vondra2020-04-061-0/+1263