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