Commits

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

DateSubjectAuthorReleases
2021-05-12 Do pre-release housekeeping on catalog data. Tom Lane 14.0
2021-05-12 Initial pgindent and pgperltidy run for v14. Tom Lane 14.0
2021-04-16 Update dummy prosrc values. Tom Lane 14.0
2021-04-16 Convert built-in SQL-language functions to SQL-standard-body style. Tom Lane 14.0
2021-03-08 Properly mark pg_stat_get_subscription() as returning a set. Tom Lane 14.0
2021-03-03 Add trim_array() function. Tom Lane 14.0
2021-02-02 Build in some knowledge about foreign-key relationships in the catalogs. Tom Lane 14.0
2021-01-18 Add bytea equivalents of ltrim() and rtrim(). Tom Lane 14.0
2021-01-13 Mark inet_server_addr() and inet_server_port() as parallel-restricted. Tom Lane 14.0
2021-01-13 Run reformat-dat-files to declutter the catalog data files. Tom Lane 14.0
2020-12-09 Support subscripting of arbitrary types, not only arrays. Tom Lane 14.0
2020-11-04 Declare assorted array functions using anycompatible not anyelement. Tom Lane 14.0
2020-11-04 Declare lead() and lag() using anycompatible not anyelement. Tom Lane 14.0
2020-10-28 Don't use custom OID symbols in pg_proc.dat. Tom Lane 14.0
2020-09-18 Allow most keywords to be used as column labels without requiring AS. Tom Lane 14.0
2020-09-17 Remove factorial operators, leaving only the factorial() function. Tom Lane 14.0
2020-09-02 Add string_to_table() function. Tom Lane 14.0
2020-08-30 Mark factorial operator, and postfix operators in general, as deprecated. Tom Lane 14.0
2020-07-25 Mark built-in coercion functions as leakproof where possible. Tom Lane 14.0
2020-07-07 Don't create pg_type entries for sequences or toast tables. Tom Lane 14.0