summaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeIncrementalSort.c
AgeCommit message (Expand)Author
2025-01-01Update copyright for 2025Bruce Momjian
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-01-04Update copyright for 2024Bruce Momjian
2023-09-28Remove obsolete executor cleanup codeAmit Langote
2023-07-02Fix memory leak in Incremental Sort rescansTomas Vondra
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-05-19Remove stray mid-sentence tabs in commentsPeter Eisentraut
2023-01-02Update copyright for 2023Bruce Momjian
2022-04-04Use Generation memory contexts to store tuples in sortsDavid Rowley
2022-04-04Adjust tuplesort API to have bitwise option flagsDavid Rowley
2022-01-08Update copyright for 2022Bruce Momjian
2021-05-12Initial pgindent and pgperltidy run for v14.Tom Lane
2021-04-19Fix typos and grammar in comments and docsMichael Paquier
2021-02-15Simplify loop logic in nodeIncrementalSort.c.Tom Lane
2021-02-05Fix YA incremental sort bug.Tom Lane
2021-01-02Update copyright for 2021Bruce Momjian
2020-11-03Use INT64_FORMAT to print int64 variables in sort debugTomas Vondra
2020-11-02Fix some grammar and typos in comments and docsMichael Paquier
2020-07-20Fix minor typo in nodeIncrementalSort.c.Amit Kapila
2020-05-14Initial pgindent and pgperltidy run for v13.Tom Lane
2020-05-12Fix typos and improve incremental sort commentsTomas Vondra
2020-05-09Do no reset bounded before incremental sort rescanTomas Vondra
2020-05-09Fix handling of REWIND/MARK/BACKWARD in incremental sortTomas Vondra
2020-04-14Fix collection of typos and grammar mistakes in the tree, volume 2Michael Paquier
2020-04-06Implement Incremental SortTomas Vondra