Age | Commit message (Expand) | Author |
---|---|---|
2025-01-01 | Update copyright for 2025 | Bruce Momjian |
2024-11-28 | Remove useless casts to (void *) | Peter Eisentraut |
2024-03-04 | Remove unused #include's from backend .c files | Peter Eisentraut |
2024-01-04 | Update copyright for 2024 | Bruce Momjian |
2023-01-23 | Allow parallel aggregate on string_agg and array_agg | David Rowley |
2023-01-02 | Update copyright for 2023 | Bruce Momjian |
2022-08-02 | Improve performance of ORDER BY / DISTINCT aggregates | David Rowley |
2022-07-19 | Convert planner's AggInfo and AggTransInfo structs to proper Nodes. | Tom Lane |
2022-01-08 | Update copyright for 2022 | Bruce Momjian |
2021-07-26 | Fix incorrect comment for get_agg_clause_costs | David Rowley |
2021-02-24 | Fix some typos, grammar and style in docs and comments | Michael Paquier |
2021-01-02 | Update copyright for 2021 | Bruce Momjian |
2020-11-24 | Move per-agg and per-trans duplicate finding to the planner. | Heikki Linnakangas |