aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/event_trigger.c
Commit message (Expand)AuthorAge
* 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
* Replace uses of heap_open et al with the corresponding table_* function.Andres Freund2019-01-21
* Replace heapam.h includes with {table, relation}.h where applicable.Andres Freund2019-01-21
* Don't include heapam.h from others headers.Andres Freund2019-01-14
* Update copyright for 2019Bruce Momjian2019-01-02
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-20
* Correct constness of a few variables.Andres Freund2018-10-15
* Silence compiler warning in Assert()Alvaro Herrera2018-10-08
* Fix event triggers for partitioned tablesAlvaro Herrera2018-10-06
* Post-feature-freeze pgindent run.Tom Lane2018-04-26
* Fix race conditions when an event trigger is added concurrently with DDL.Tom Lane2018-04-20
* Replace AclObjectKind with ObjectTypePeter Eisentraut2018-01-19
* Replace GrantObjectType with ObjectTypePeter Eisentraut2018-01-19
* Update copyright for 2018Bruce Momjian2018-01-02
* SQL proceduresPeter Eisentraut2017-11-30
* Add some const decorations to prototypesPeter Eisentraut2017-11-10
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Fix maintenance hazards caused by ill-considered use of default: cases.Tom Lane2017-05-14
* Cast result of copyObject() to correct typePeter Eisentraut2017-03-28
* Implement multivariate n-distinct coefficientsAlvaro Herrera2017-03-24
* Provide CatalogTupleDelete() as a wrapper around simple_heap_delete().Tom Lane2017-02-01
* Tweak catalog indexing abstraction for upcoming WARMAlvaro Herrera2017-01-31
* Logical replicationPeter Eisentraut2017-01-20
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Fix typo.Robert Haas2016-11-08
* Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane2016-08-27
* Type names should not be quotedAlvaro Herrera2016-04-01
* Improve internationalization of messages involving type namesAlvaro Herrera2016-03-28
* Support CREATE ACCESS METHODAlvaro Herrera2016-03-23
* Update copyright for 2016Bruce Momjian2016-01-02