Commits

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

DateSubjectAuthorReleases
2021-04-07 SQL-standard function body Peter Eisentraut 14.0
2021-04-06 Change return type of EXTRACT to numeric Peter Eisentraut 14.0
2021-03-31 Rework planning and execution of UPDATE and DELETE. Tom Lane 14.0
2021-03-31 Allow an alias to be attached to a JOIN ... USING Peter Eisentraut 14.0
2021-03-26 Extended statistics on expressions Tomas Vondra 14.0
2021-03-18 Implement GROUP BY DISTINCT Tomas Vondra 14.0
2021-02-27 Enhanced cycle mark values Peter Eisentraut 14.0
2021-02-01 SEARCH and CYCLE clauses Peter Eisentraut 14.0
2021-01-25 Fix broken ruleutils support for function TRANSFORM clauses. Tom Lane 14.0
2021-01-18 Add bytea equivalents of ltrim() and rtrim(). Tom Lane 14.0
2021-01-02 Update copyright for 2021 Bruce Momjian 14.0
2020-12-15 Improve hash_create()'s API for some added robustness. Tom Lane 14.0
2020-12-09 Change get_constraint_index() to use pg_constraint.conindid Peter Eisentraut 14.0
2020-11-07 Move catalog index declarations Peter Eisentraut 14.0
2020-11-04 Improve our ability to regurgitate SQL-syntax function calls. Tom Lane 14.0
2020-11-02 Remove special checks for pg_rewrite.ev_qual and ev_action being NULL. Tom Lane 14.0
2020-11-02 Rethink the generation rule for fmgroids.h macros. Tom Lane 14.0
2020-10-15 Fixup some appendStringInfo and appendPQExpBuffer calls David Rowley 14.0
2020-09-29 Add for_each_from, to simplify loops starting from non-first list cells. Tom Lane 14.0
2020-09-27 Move resolution of AlternativeSubPlan choices to the planner. Tom Lane 14.0
2020-09-17 Remove support for postfix (right-unary) operators. Tom Lane 14.0
2020-08-10 Replace remaining StrNCpy() by strlcpy() Peter Eisentraut 14.0
2020-06-29 Mop up some no-longer-necessary hacks around printf %.*s format. Tom Lane 14.0