Commit Graph

119 Commits (ed1e0a65127a61f7c9497aac6016324f250bc0e9)

Author SHA1 Message Date
Peter Eisentraut ed1e0a6512 Error message capitalisation 1 year ago
Bruce Momjian 29275b1d17 Update copyright for 2024 2 years ago
Robert Haas 0d9937d118 Fix typos in comments and in one isolation test. 2 years ago
Michael Paquier e9718b4bd3 Fix code indentation violations in e83d1b0c40 2 years ago
Alexander Korotkov e83d1b0c40 Add support event triggers on authenticated login 2 years ago
Daniel Gustafsson 7750fefdb2 Add GUC for temporarily disabling event triggers 2 years ago
Bruce Momjian c8e1ba736b Update copyright for 2023 3 years ago
Peter Eisentraut afbfc02983 Refactor ownercheck functions 3 years ago
Michael Paquier a19e5cee63 Rename SetSingleFuncCall() to InitMaterializedSRF() 3 years ago
Peter Geoghegan a601366a46 Harmonize more parameter names in bulk. 3 years ago
Robert Haas 6566133c5f Ensure that pg_auth_members.grantor is always valid. 3 years ago
Tom Lane efd0c16bec Avoid using list_length() to test for empty list. 3 years ago
Peter Eisentraut 9fd45870c1 Replace many MemSet calls with struct initialization 3 years ago
Peter Eisentraut d746021de1 Add construct_array_builtin, deconstruct_array_builtin 3 years ago
Tom Lane a0ffa885e4 Allow granting SET and ALTER SYSTEM privileges on GUC parameters. 3 years ago
Michael Paquier 9e98583898 Create routine able to set single-call SRFs for Materialize mode 3 years ago
Michael Paquier d61a361d1a Remove all traces of tuplestore_donestoring() in the C code 3 years ago
Bruce Momjian 27b77ecf9f Update copyright for 2022 4 years ago
Amit Kapila 5a2832465f Allow publishing the tables of schema. 4 years ago
Tom Lane 024515cac5 In event triggers, use "pg_temp" only for our own temp schema. 4 years ago
Michael Paquier 2d689babe3 Improve handling of dropped objects in pg_event_trigger_ddl_commands() 4 years ago
Bruce Momjian ca3b37487b Update copyright for 2021 5 years ago
Tom Lane f90149e628 Don't use custom OID symbols in pg_type.dat, either. 5 years ago
Alvaro Herrera ced138e8cb
Fix use-after-free bug with event triggers in an extension script 5 years ago
Michael Paquier 2a10fdc430 Eliminate cache lookup errors in SQL functions for object addresses 5 years ago
Peter Eisentraut b1d32d3e32 Unify drop-by-OID functions 5 years ago
Michael Paquier ff87fabef2 Remove duplicated comment block in event_trigger.c 5 years ago
Tom Lane 5cbfce562f Initial pgindent and pgperltidy run for v13. 5 years ago
Tom Lane 3ed2005ff5 Introduce macros for typalign and typstorage constants. 5 years ago
Alvaro Herrera 2f9661311b
Represent command completion tags as structs 5 years ago
Alvaro Herrera c9d2977519 Clean up newlines following left parentheses 5 years ago
Bruce Momjian 7559d8ebfa Update copyrights for 2020 6 years ago
Alvaro Herrera dcb7d3cafa Have LookupFuncName accept NULL argtypes for 0 args 6 years ago
Amit Kapila 14aec03502 Make the order of the header file includes consistent in backend modules. 6 years ago
Peter Eisentraut 604bd36711 PG_FINALLY 6 years ago
Andres Freund 870b1d6800 Remove superfluous newlines in function prototypes. 6 years ago
Tom Lane 8255c7a5ee Phase 2 pgindent run for v12. 6 years ago
Andres Freund a9c35cf85c Change function call information to be variable length. 7 years ago
Andres Freund e7cc78ad43 Remove superfluous tqual.h includes. 7 years ago
Andres Freund e0c4ec0728 Replace uses of heap_open et al with the corresponding table_* function. 7 years ago
Andres Freund 111944c5ee Replace heapam.h includes with {table, relation}.h where applicable. 7 years ago
Andres Freund 4c850ecec6 Don't include heapam.h from others headers. 7 years ago
Bruce Momjian 97c39498e5 Update copyright for 2019 7 years ago
Andres Freund 578b229718 Remove WITH OIDS support, change oid catalog column visibility. 7 years ago
Andres Freund 62649bad83 Correct constness of a few variables. 7 years ago
Alvaro Herrera eee01d606e Silence compiler warning in Assert() 7 years ago
Alvaro Herrera ad08006ba0 Fix event triggers for partitioned tables 7 years ago
Tom Lane bdf46af748 Post-feature-freeze pgindent run. 7 years ago
Tom Lane b1b71f1658 Fix race conditions when an event trigger is added concurrently with DDL. 7 years ago
Peter Eisentraut 8b9e9644dc Replace AclObjectKind with ObjectType 8 years ago