summaryrefslogtreecommitdiff
path: root/src/backend/commands/event_trigger.c
AgeCommit message (Expand)Author
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-29Fix overly large values/nulls arraysDavid Rowley
2024-11-06doc: Remove event trigger firing matrixPeter Eisentraut
2024-10-25For inplace update, send nontransactional invalidations.Noah Misch
2024-09-24For inplace update durability, make heap_update() callers wait.Noah Misch
2024-09-24Fix data loss at inplace update after heap_update().Noah Misch
2024-04-17Fix typos with function name in event_trigger.cMichael Paquier
2024-03-26Remove ObjectClass typePeter Eisentraut
2024-03-14Login event trigger documentation wordsmithingDaniel Gustafsson
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-02-11Use heap_inplace_update() to unset pg_database.dathasloginevtAlexander Korotkov
2024-01-18Error message capitalisationPeter Eisentraut
2024-01-04Update copyright for 2024Bruce Momjian
2024-01-02Fix typos in comments and in one isolation test.Robert Haas
2023-10-16Fix code indentation violations in e83d1b0c40ccMichael Paquier
2023-10-16Add support event triggers on authenticated loginAlexander Korotkov
2023-09-25Add GUC for temporarily disabling event triggersDaniel Gustafsson
2023-01-02Update copyright for 2023Bruce Momjian
2022-11-13Refactor ownercheck functionsPeter Eisentraut
2022-10-18Rename SetSingleFuncCall() to InitMaterializedSRF()Michael Paquier
2022-09-20Harmonize more parameter names in bulk.Peter Geoghegan
2022-08-18Ensure that pg_auth_members.grantor is always valid.Robert Haas
2022-08-17Avoid using list_length() to test for empty list.Tom Lane
2022-07-16Replace many MemSet calls with struct initializationPeter Eisentraut
2022-07-01Add construct_array_builtin, deconstruct_array_builtinPeter Eisentraut
2022-04-06Allow granting SET and ALTER SYSTEM privileges on GUC parameters.Tom Lane
2022-03-07Create routine able to set single-call SRFs for Materialize modeMichael Paquier
2022-02-17Remove all traces of tuplestore_donestoring() in the C codeMichael Paquier
2022-01-08Update copyright for 2022Bruce Momjian
2021-10-27Allow publishing the tables of schema.Amit Kapila
2021-07-27In event triggers, use "pg_temp" only for our own temp schema.Tom Lane
2021-06-14Improve handling of dropped objects in pg_event_trigger_ddl_commands()Michael Paquier
2021-01-02Update copyright for 2021Bruce Momjian
2020-10-29Don't use custom OID symbols in pg_type.dat, either.Tom Lane
2020-09-16Fix use-after-free bug with event triggers in an extension scriptAlvaro Herrera
2020-07-15Eliminate cache lookup errors in SQL functions for object addressesMichael Paquier
2020-06-09Unify drop-by-OID functionsPeter Eisentraut
2020-05-14Remove duplicated comment block in event_trigger.cMichael Paquier
2020-05-14Initial pgindent and pgperltidy run for v13.Tom Lane
2020-03-04Introduce macros for typalign and typstorage constants.Tom Lane
2020-03-02Represent command completion tags as structsAlvaro Herrera
2020-01-30Clean up newlines following left parenthesesAlvaro Herrera
2020-01-01Update copyrights for 2020Bruce Momjian
2019-11-12Have LookupFuncName accept NULL argtypes for 0 argsAlvaro Herrera
2019-11-12Make the order of the header file includes consistent in backend modules.Amit Kapila
2019-11-01PG_FINALLYPeter Eisentraut
2019-07-31Remove superfluous newlines in function prototypes.Andres Freund
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-01-26Change function call information to be variable length.Andres Freund
2019-01-21Remove superfluous tqual.h includes.Andres Freund