Commits

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

DateSubjectAuthorReleases
2022-12-09 Add test scaffolding for soft error reporting from input functions. Tom Lane 16.0
2022-12-07 Doc: subdivide System Information Functions and Operators. Tom Lane 16.0
2022-12-01 Doc: add example of round(v, s) with negative s. Tom Lane 16.0
2022-11-30 doc: add transaction processing chapter with internals info Bruce Momjian 16.0
2022-11-28 Provide per-table permissions for vacuum and analyze. Andrew Dunstan 16.0
2022-11-18 Add a SET option to the GRANT command. Robert Haas 16.0
2022-10-17 doc: move the mention of aggregate JSON functions up in section Bruce Momjian 16.0
2022-10-11 Doc: add entry for pg_get_partkeydef(). Tom Lane 16.0
2022-10-01 doc: Fix some grammar and typos Michael Paquier 16.0
2022-09-29 Introduce SYSTEM_USER Michael Paquier 16.0
2022-09-28 Revert 56-bit relfilenode change and follow-up commits. Robert Haas 16.0
2022-09-27 Increase width of RelFileNumbers from 32 bits to 56 bits. Robert Haas 16.0
2022-09-27 Introduce GUC_NO_RESET flag. Tom Lane 16.0
2022-09-20 doc: Fix parameter name for pg_create_logical_replication_slot() Michael Paquier 16.0
2022-09-03 doc: Fix two queries related to jsonb functions Michael Paquier 16.0
2022-09-01 Revert SQL/JSON features Andrew Dunstan 16.0
2022-08-24 Doc: remove duplicate "a" from func.sgml David Rowley 16.0
2022-08-17 doc: Consistently spell case-insensitive Daniel Gustafsson 16.0
2022-07-29 Support pg_read_[binary_]file (filename, missing_ok). Tom Lane 16.0
2022-07-23 Doc: improve documentation about random(). Tom Lane 16.0
2022-07-21 docs: Improve pg_settings_get_flags docs. Fujii Masao 16.0
2022-07-09 doc: add examples for array_length() and jsonb_array_length() Bruce Momjian 16.0
2022-07-03 Allow makeaclitem() to accept multiple privilege names. Tom Lane 16.0