Commits

Showing commits that first shipped in 14 (backpatches included). Clear

DateSubjectAuthorReleases
2025-09-27 Fix missed copying of groupDistinct in transformPLAssignStmt. Tom Lane 14.20
2024-03-14 Make INSERT-from-multiple-VALUES-rows handle domain target columns. Tom Lane 14.12
2023-08-24 Avoid unnecessary plancache revalidation of utility statements. Tom Lane 14.10
2022-07-07 Fix alias matching in transformLockingClause(). Dean Rasheed 14.5
2022-05-09 Fix core dump in transformValuesClause when there are no columns. Tom Lane 14.3
2021-09-08 Disable anonymous record hash support except in special cases Peter Eisentraut 14.0
2021-08-19 Avoid trying to lock OLD/NEW in a rule with FOR UPDATE. Tom Lane 14.0
2021-06-10 Reconsider the handling of procedure OUT parameters. Tom Lane 14.0
2021-06-01 Reject SELECT ... GROUP BY GROUPING SETS (()) FOR UPDATE. Tom Lane 14.0
2021-05-15 Allow compute_query_id to be set to 'auto' and make it default Alvaro Herrera 14.0
2021-05-12 Initial pgindent and pgperltidy run for v14. Tom Lane 14.0
2021-04-20 adjust query id feature to use pg_stat_activity.query_id Bruce Momjian 14.0
2021-04-13 Allow table-qualified variable names in ON CONFLICT ... WHERE. Tom Lane 14.0
2021-04-07 SQL-standard function body Peter Eisentraut 14.0
2021-04-07 Make use of in-core query id added by commit 5fd9dfa5f5 Bruce Momjian 14.0
2021-04-07 Move pg_stat_statements query jumbling to core. Bruce Momjian 14.0
2021-04-07 Fix use of cursor sensitivity terminology Peter Eisentraut 14.0
2021-03-31 Allow an alias to be attached to a JOIN ... USING Peter Eisentraut 14.0
2021-03-18 Implement GROUP BY DISTINCT Tomas Vondra 14.0
2021-02-01 SEARCH and CYCLE clauses Peter Eisentraut 14.0
2021-01-22 Re-allow DISTINCT in pl/pgsql expressions. Tom Lane 14.0
2021-01-04 Re-implement pl/pgsql's expression and assignment parsing. Tom Lane 14.0
2021-01-02 Update copyright for 2021 Bruce Momjian 14.0
2020-11-11 Fix cases of discarding result from list API functions Peter Eisentraut 14.0
2020-10-28 Calculate extraUpdatedCols in query rewriter, not parser. Tom Lane 14.0