Commit Graph

94 Commits (03d51b776d88badbeb4452c1ab452feb78dce36a)

Author SHA1 Message Date
Alvaro Herrera c33869cc3b
psql \d: Display table where trigger is defined, if inherited 6 years ago
Alvaro Herrera afccd76f1c
Fix detaching partitions with cloned row triggers 6 years ago
Alvaro Herrera 487e9861d0
Enable BEFORE row-level triggers for partitioned tables 6 years ago
Alvaro Herrera b9b408c487
Record parents of triggers 6 years ago
Alvaro Herrera 1fa846f1c9 Fix cloning of row triggers to sub-partitions 6 years ago
Tom Lane 1ced082b95 Prevent possible double-free when update trigger returns old tuple. 6 years ago
Alvaro Herrera 2c84ea6cf9 Propagate trigger arguments to partitions 7 years ago
Andres Freund 41f5e04aec Fix a number of issues around modifying a previously updated row. 7 years ago
Tom Lane ab5fcf2b04 Fix plan created for inherited UPDATE/DELETE with all tables excluded. 7 years ago
Peter Eisentraut 0c1f8f166c Use EXECUTE FUNCTION syntax for triggers more 7 years ago
Andres Freund 8cc157b234 Fix ALTER TRIGGER ... RENAME, broken in WITH OIDS removal. 7 years ago
Michael Paquier 730422afcd Fix some errhint and errdetail strings missing a period 7 years ago
Andres Freund 578b229718 Remove WITH OIDS support, change oid catalog column visibility. 7 years ago
Peter Eisentraut 0a63f996e0 Change PROCEDURE to FUNCTION in CREATE TRIGGER syntax 7 years ago
Heikki Linnakangas 17b715c634 Add test case for EEOP_INNER_SYSVAR/EEOP_OUTER_SYSVAR executor opcodes. 8 years ago
Tom Lane b86b7bfa3e Improve English wording of some other getObjectDescription() messages. 8 years ago
Simon Riggs 08ea7a2291 Revert MERGE patch 8 years ago
Alvaro Herrera 851f4b4e14 Don't clone internal triggers to partitions 8 years ago
Simon Riggs d204ef6377 MERGE SQL Command following SQL:2016 8 years ago
Simon Riggs 7cf8a5c302 Revert "Modified files for MERGE" 8 years ago
Simon Riggs 354f13855e Modified files for MERGE 8 years ago
Alvaro Herrera 186b6df2e6 Fix test impredictability 8 years ago
Alvaro Herrera 555ee77a96 Handle INSERT .. ON CONFLICT with partitioned tables 8 years ago
Alvaro Herrera 86f575948c Allow FOR EACH ROW triggers on partitioned tables 8 years ago
Tom Lane 25b692568f Prevent dangling-pointer access when update trigger returns old tuple. 8 years ago
Tom Lane db3af9feb1 Remove unused functions in regress.c. 8 years ago
Tom Lane 3d2aed664e Avoid using unsafe search_path settings during dump and restore. 8 years ago
Alvaro Herrera cef60043dd Mention trigger name in trigger test 8 years ago
Peter Eisentraut 7c44b75a2a Make new triggers tests more robust 8 years ago
Peter Eisentraut 32ff269117 Add more information_schema columns 8 years ago
Peter Eisentraut 77216cae47 Add tests for session_replication_role 8 years ago
Bruce Momjian bdb70c12b3 C comment: fix "the the" mentions in C comments 8 years ago
Tom Lane fd31f9f033 Ensure that BEFORE STATEMENT triggers fire the right number of times. 8 years ago
Tom Lane 0f79440fb0 Fix SQL-spec incompatibilities in new transition table feature. 8 years ago
Peter Eisentraut 821fb8cdbf Message style fixes 8 years ago
Tom Lane 3c43595217 Quick-hack fix for foreign key cascade vs triggers with transition tables. 8 years ago
Andrew Gierth 1add0b15f1 Fix COPY's handling of transition tables with indexes. 9 years ago
Andrew Gierth 8c55244ae3 Fix transition tables for ON CONFLICT. 9 years ago
Andrew Gierth c46c0e5202 Fix transition tables for wCTEs. 9 years ago
Andrew Gierth 501ed02cf6 Fix transition tables for partition/inheritance. 9 years ago
Tom Lane 0d18852666 Disallow CREATE INDEX if table is already in use in current session. 9 years ago
Kevin Grittner a19ea9c660 Revert "Add a test for transition table usage in FOR EACH ROW trigger." 9 years ago
Kevin Grittner 4a03f935b3 Add a test for transition table usage in FOR EACH ROW trigger. 9 years ago
Robert Haas 59f40566ca Fix relcache leak when row triggers on partitions are fired by COPY. 9 years ago
Robert Haas 9e6104c667 Prohibit transition tables on views and foreign tables. 9 years ago
Robert Haas e180c8aa8c Fire per-statement triggers on partitioned tables. 9 years ago
Kevin Grittner 5970271632 Add transition table support to plpgsql. 9 years ago
Peter Eisentraut a0f357e570 psql: Split up "Modifiers" column in \d and \dD 9 years ago
Andres Freund 84ac126ee7 Fix ON CONFLICT UPDATE bug breaking AFTER UPDATE triggers. 10 years ago
Tom Lane 0426f349ef Rearrange the handling of error context reports. 10 years ago