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
*
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
*
Replace uses of heap_open et al with the corresponding table_* function.
Andres Freund
2019-01-21
*
Replace heapam.h includes with {table, relation}.h where applicable.
Andres Freund
2019-01-21
*
Don't include heapam.h from others headers.
Andres Freund
2019-01-14
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
*
Correct constness of a few variables.
Andres Freund
2018-10-15
*
Silence compiler warning in Assert()
Alvaro Herrera
2018-10-08
*
Fix event triggers for partitioned tables
Alvaro Herrera
2018-10-06
*
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
*
Fix race conditions when an event trigger is added concurrently with DDL.
Tom Lane
2018-04-20
*
Replace AclObjectKind with ObjectType
Peter Eisentraut
2018-01-19
*
Replace GrantObjectType with ObjectType
Peter Eisentraut
2018-01-19
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
SQL procedures
Peter Eisentraut
2017-11-30
*
Add some const decorations to prototypes
Peter Eisentraut
2017-11-10
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Fix maintenance hazards caused by ill-considered use of default: cases.
Tom Lane
2017-05-14
*
Cast result of copyObject() to correct type
Peter Eisentraut
2017-03-28
*
Implement multivariate n-distinct coefficients
Alvaro Herrera
2017-03-24
*
Provide CatalogTupleDelete() as a wrapper around simple_heap_delete().
Tom Lane
2017-02-01
*
Tweak catalog indexing abstraction for upcoming WARM
Alvaro Herrera
2017-01-31
*
Logical replication
Peter Eisentraut
2017-01-20
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Fix typo.
Robert Haas
2016-11-08
*
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-08-27
*
Type names should not be quoted
Alvaro Herrera
2016-04-01
*
Improve internationalization of messages involving type names
Alvaro Herrera
2016-03-28
*
Support CREATE ACCESS METHOD
Alvaro Herrera
2016-03-23
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Fix omission of OCLASS_TRANSFORM in object_classes[]
Alvaro Herrera
2015-07-21
*
Avoid passing NULL to memcmp() in lookups of zero-argument functions.
Tom Lane
2015-06-27
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Fix more typos in comments.
Heikki Linnakangas
2015-05-20
*
Collection of typo fixes.
Heikki Linnakangas
2015-05-20
*
Allow on-the-fly capture of DDL event details
Alvaro Herrera
2015-05-11
*
Add transforms feature
Peter Eisentraut
2015-04-26
*
Change SQLSTATE for event triggers "wrong context" message
Alvaro Herrera
2015-04-08
*
pg_event_trigger_dropped_objects: add is_temp column
Alvaro Herrera
2015-04-06
*
Support opfamily members in get_object_address
Alvaro Herrera
2015-03-16
*
Support default ACLs in get_object_address
Alvaro Herrera
2015-03-11
*
Support user mappings in get_object_address
Alvaro Herrera
2015-03-11
*
Change many routines to return ObjectAddress rather than OID
Alvaro Herrera
2015-03-03
*
Fix table_rewrite event trigger for ALTER TYPE/SET DATA TYPE CASCADE
Alvaro Herrera
2015-02-27
*
Support more commands in event triggers
Alvaro Herrera
2015-02-23
[next]