summaryrefslogtreecommitdiff
path: root/src/backend/commands/event_trigger.c
AgeCommit message (Expand)Author
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
2019-01-21Replace uses of heap_open et al with the corresponding table_* function.Andres Freund
2019-01-21Replace heapam.h includes with {table, relation}.h where applicable.Andres Freund
2019-01-15Don't include heapam.h from others headers.Andres Freund
2019-01-02Update copyright for 2019Bruce Momjian
2018-11-21Remove WITH OIDS support, change oid catalog column visibility.Andres Freund
2018-10-16Correct constness of a few variables.Andres Freund
2018-10-08Silence compiler warning in Assert()Alvaro Herrera
2018-10-06Fix event triggers for partitioned tablesAlvaro Herrera
2018-04-26Post-feature-freeze pgindent run.Tom Lane
2018-04-20Fix race conditions when an event trigger is added concurrently with DDL.Tom Lane
2018-01-19Replace AclObjectKind with ObjectTypePeter Eisentraut
2018-01-19Replace GrantObjectType with ObjectTypePeter Eisentraut
2018-01-03Update copyright for 2018Bruce Momjian
2017-11-30SQL proceduresPeter Eisentraut
2017-11-10Add some const decorations to prototypesPeter Eisentraut
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane