index
:
postgresql-pgindent.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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
master-pgindent
Auto-updated pgindent branches
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
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
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-15
Don't include heapam.h from others headers.
Andres Freund
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-11-21
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-10-16
Correct constness of a few variables.
Andres Freund
2018-10-08
Silence compiler warning in Assert()
Alvaro Herrera
2018-10-06
Fix event triggers for partitioned tables
Alvaro Herrera
2018-04-26
Post-feature-freeze pgindent run.
Tom Lane
2018-04-20
Fix race conditions when an event trigger is added concurrently with DDL.
Tom Lane
2018-01-19
Replace AclObjectKind with ObjectType
Peter Eisentraut
2018-01-19
Replace GrantObjectType with ObjectType
Peter Eisentraut
2018-01-03
Update copyright for 2018
Bruce Momjian
2017-11-30
SQL procedures
Peter Eisentraut
2017-11-10
Add some const decorations to prototypes
Peter Eisentraut
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
[next]