aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeIncrementalSort.c
Commit message (Expand)AuthorAge
* Remove unused #include's from backend .c filesPeter Eisentraut2024-03-04
* Update copyright for 2024Bruce Momjian2024-01-03
* Remove obsolete executor cleanup codeAmit Langote2023-09-28
* Fix memory leak in Incremental Sort rescansTomas Vondra2023-07-02
* Pre-beta mechanical code beautification.Tom Lane2023-05-19
* Remove stray mid-sentence tabs in commentsPeter Eisentraut2023-05-19
* Update copyright for 2023Bruce Momjian2023-01-02
* Use Generation memory contexts to store tuples in sortsDavid Rowley2022-04-04
* Adjust tuplesort API to have bitwise option flagsDavid Rowley2022-04-04
* Update copyright for 2022Bruce Momjian2022-01-07
* 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