Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-05-22Revert "Don't lock partitions pruned by initial pruning"Amit Langote
2025-02-20Don't lock partitions pruned by initial pruningAmit Langote
2025-02-13Fix MakeTransitionCaptureState() to return a consistent resultMichael Paquier
2025-02-07Virtual generated columnsPeter Eisentraut
2025-01-23Ensure that AFTER triggers run as the instigating user.Tom Lane
2025-01-23Reverse the search order in afterTriggerAddEvent().Tom Lane
2025-01-22Repair incorrect handling of AfterTriggerSharedData.ats_modifiedcols.Tom Lane
2025-01-11Add support for NOT ENFORCED in CHECK constraintsPeter Eisentraut
2025-01-01Update copyright for 2025Bruce Momjian
2024-10-17Fix unnecessary casts of copyObject() resultPeter Eisentraut
2024-09-25Turn 'if' condition around to avoid Svace complaintAlvaro Herrera
2024-09-17Add temporal PRIMARY KEY and UNIQUE constraintsPeter Eisentraut
2024-07-04Assign error codes where missing for user-facing failuresMichael Paquier
2024-06-20Don't throw an error if a queued AFTER trigger no longer exists.Tom Lane
2024-05-16Revert temporal primary keys and foreign keysPeter Eisentraut
2024-04-11Revert: Allow locking updated tuples in tuple_update() and tuple_delete()Alexander Korotkov
2024-03-27Fix some typos and grammar issues from commit 87985cc92522Alexander Korotkov
2024-03-25Allow locking updated tuples in tuple_update() and tuple_delete()Alexander Korotkov
2024-03-05Rename pg_constraint.conwithoutoverlaps to conperiodPeter Eisentraut
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-01-24Add temporal PRIMARY KEY and UNIQUE constraintsPeter Eisentraut
2024-01-14Prevent access to an unpinned buffer in BEFORE ROW UPDATE triggers.Tom Lane
2024-01-04Update copyright for 2024Bruce Momjian
2023-07-03Fix code indentation violationsTomas Vondra
2023-07-02Fix oversight in handling of modifiedCols since f24523672dTomas Vondra
2023-04-05Fix another issue with ENABLE/DISABLE TRIGGER on partitioned tables.Tom Lane
2023-03-13Fix concurrent update issues with MERGE.Dean Rasheed
2023-03-04Avoid failure when altering state of partitioned foreign-key triggers.Tom Lane
2023-01-02Update copyright for 2023Bruce Momjian
2022-11-13Refactor aclcheck functionsPeter Eisentraut
2022-11-13Refactor ownercheck functionsPeter Eisentraut
2022-11-04Correct error message for row-level triggers with transition tables on partit...Etsuro Fujita
2022-10-05Rename shadowed local variablesDavid Rowley
2022-09-25Fix tupdesc lifespan bug with AfterTriggersTableData.storeslot.Tom Lane
2022-09-24Message style improvementsPeter Eisentraut
2022-09-20Harmonize more parameter names in bulk.Peter Geoghegan
2022-09-13Split up guc.c for better build speed and ease of maintenance.Tom Lane
2022-09-06Fix typo in 16d69ec29David Rowley
2022-09-06Remove buggy and dead code from CreateTriggerFiringOnDavid Rowley
2022-08-24Further -Wshadow=compatible-local warning fixesDavid Rowley
2022-08-05Fix ENABLE/DISABLE TRIGGER to handle recursion correctlyAlvaro Herrera
2022-07-12Support TRUNCATE triggers on foreign tables.Fujii Masao
2022-03-28Add support for MERGE SQL commandAlvaro Herrera
2022-03-20Enforce foreign key correctly during cross-partition updatesAlvaro Herrera
2022-03-11Add API of sorts for transition table handling in trigger.cAlvaro Herrera
2022-01-08Update copyright for 2022Bruce Momjian
2022-01-05Create foreign key triggers in partitioned tables tooAlvaro Herrera
2021-12-08Allow specifying column list for foreign key ON DELETE SET actionsPeter Eisentraut
2021-07-26Remove newly added useless assertion checkAlvaro Herrera
2021-07-22Make ALTER TRIGGER RENAME consistent for partitioned tablesAlvaro Herrera