Commits

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

DateSubjectAuthorReleases
2024-11-11 Fix improper interactions between session_authorization and role. Tom Lane 12.21
2023-11-06 Ban role pg_signal_backend from more superuser backend types. Noah Misch 12.17
2022-05-09 In REFRESH MATERIALIZED VIEW, set user ID before running user code. Noah Misch 12.11
2022-05-09 Make relation-enumerating operations be security-restricted operations. Noah Misch 12.11
2021-02-08 Fix permission checks on constraint violation errors on partitions. Heikki Linnakangas 12.6
2021-01-20 Fix ALTER DEFAULT PRIVILEGES with duplicated objects Michael Paquier 12.6
2020-12-25 Invalidate acl.c caches when pg_authid changes. Noah Misch 12.6
2020-11-09 In security-restricted operations, block enqueue of at-commit user code. Noah Misch 12.5
2020-02-03 Revert commit de0177788b. Fujii Masao 12.2
2020-01-30 Make inherited TRUNCATE perform access permission checks on parent table only. Fujii Masao 12.2
2019-05-06 Use checkAsUser for selectivity estimator checks, if it's set. Dean Rasheed 12.0
2019-03-24 Un-hide most cascaded-drop details in regression test results. Tom Lane 12.0
2018-11-21 Remove WITH OIDS support, change oid catalog column visibility. Andres Freund 12.0
2018-11-10 Fix missing role dependencies for some schema and type ACLs. Tom Lane 12.0
2018-11-02 Fix spelling errors and typos in comments Magnus Hagander 12.0
2018-10-16 Avoid rare race condition in privileges.sql regression test. Tom Lane 12.0
2018-10-02 Fix corner-case failures in has_foo_privilege() family of functions. Tom Lane 12.0