Commits
Showing commits that first shipped in 16 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2023-05-19 | Pre-beta mechanical code beautification. | Tom Lane | 16.0 |
| 2023-04-24 | Rename ExecAggTransReparent, and improve its documentation. | Tom Lane | 16.0 |
| 2023-04-16 | Ensure result of an aggregate's finalfunc is made read-only. | Tom Lane | 16.0 |
| 2023-03-02 | Mop up some undue familiarity with the innards of Bitmapsets. | Tom Lane | 16.0 |
| 2023-03-02 | Remove bms_first_member(). | Tom Lane | 16.0 |
| 2023-01-18 | Remove redundant grouping and DISTINCT columns. | Tom Lane | 16.0 |
| 2023-01-02 | Avoid reference to nonexistent array element in ExecInitAgg(). | Tom Lane | 16.0 |
| 2022-10-06 | Remove uses of MemoryContextContains in nodeAgg.c and nodeWindowAgg.c. | Tom Lane | 16.0 |
| 2022-07-07 | Remove stray references to lefttree/righttree in the executor. | Tom Lane | 16.0 |