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