Commits
Showing commits that first shipped in 16 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2025-09-27 | Fix missed copying of groupDistinct in transformPLAssignStmt. | Tom Lane | 16.11 |
| 2024-03-14 | Make INSERT-from-multiple-VALUES-rows handle domain target columns. | Tom Lane | 16.3 |
| 2023-08-24 | Avoid unnecessary plancache revalidation of utility statements. | Tom Lane | 16.0 |
| 2023-06-27 | Remove dependency to query text in JumbleQuery() | Michael Paquier | 16.0 |
| 2023-03-24 | Invent GENERIC_PLAN option for EXPLAIN. | Tom Lane | 16.0 |
| 2023-01-30 | Make Vars be outer-join-aware. | Tom Lane | 16.0 |
| 2023-01-21 | Move queryjumble.c code to src/backend/nodes/ | Michael Paquier | 16.0 |
| 2023-01-02 | Update copyright for 2023 | Bruce Momjian | 16.0 |
| 2022-12-27 | Suppress uninitialized-variable warning from a61b1f748. | Tom Lane | 16.0 |
| 2022-12-06 | Rework query relation permission checking | Alvaro Herrera | 16.0 |
| 2022-07-20 | Make subquery aliases optional in the FROM clause. | Dean Rasheed | 16.0 |
| 2022-07-07 | Fix alias matching in transformLockingClause(). | Dean Rasheed | 16.0 |