Commits

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

DateSubjectAuthorReleases
2024-09-20 Doc: explain how to test ADMIN privilege with pg_has_role(). Tom Lane 12.21
2024-04-11 Doc: fix bogus to_date() examples. Tom Lane 12.19
2023-07-19 Doc: improve description of IN and row-constructor comparisons. Tom Lane 12.16
2022-07-23 Doc: improve documentation about random(). Tom Lane 12.12
2021-11-24 Doc: improve documentation about nextval()/setval(). Tom Lane 12.10
2021-04-26 Doc: document EXTRACT(JULIAN ...), improve Julian Date explanation. Tom Lane 12.7
2021-01-01 Doc: improve explanation of EXTRACT(EPOCH) for timestamp without tz. Tom Lane 12.6
2020-12-30 Doc: spell out comparison behaviors for the date/time types. Tom Lane 12.6
2020-12-21 Remove "invalid concatenation of jsonb objects" error case. Tom Lane 12.6
2020-11-09 Doc: clarify data type behavior of COALESCE and NULLIF. Tom Lane 12.5
2020-10-17 Doc: caution against misuse of 'now' and related datetime literals. Tom Lane 12.5
2020-09-30 Fix handling of BC years in to_date/to_timestamp. Tom Lane 12.5
2020-08-30 Mark factorial operator, and postfix operators in general, as deprecated. Tom Lane 12.5
2020-06-19 Future-proof regression tests against possibly-missing posixrules file. Tom Lane 12.4
2020-03-23 Doc: explain that LIKE et al can be used in ANY (sub-select) etc. Tom Lane 12.3
2019-09-27 Doc: clean up markup for jsonb_set and related functions. Tom Lane 12.0
2019-09-23 Doc: clarify handling of duplicate elements in array containment tests. Tom Lane 12.0
2019-09-19 Doc: improve documentation around jsonpath regular expressions. Tom Lane 12.0
2019-08-27 Doc: clarify behavior of standard aggregates for null inputs. Tom Lane 12.0
2019-06-11 Fix conversion of JSON strings to JSON output columns in json_to_record(). Tom Lane 12.0
2019-05-20 Doc: improve description of regexp character classes. Tom Lane 12.0
2019-05-14 Fix SQL-style substring() to have spec-compliant greediness behavior. Tom Lane 12.0
2019-04-01 Improve documentation about our XML functionality. Tom Lane 12.0
2019-03-12 Add support for hyperbolic functions, as well as log10(). Tom Lane 12.0
2018-12-29 Use a separate random seed for SQL random()/setseed() functions. Tom Lane 12.0