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