@@ -157,6+157,22 @@ Previously ALTER TABLE SET [UN]LOGGED did nothing, and the creation of an unlogg
+
+
+
+
+Execute AFTER triggers as the role that was active when trigger events were queued (Laurenz Albe)
+
+
+
+Previously such triggers were run as the role that was active at trigger execution time (e.g., at COMMIT). This is significant for cases where the role is changed between queue time and