aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/ri_triggers.c
Commit message (Expand)AuthorAge
* Pre-beta mechanical code beautification.Tom Lane2022-05-12
* Revert "Rewrite some RI code to avoid using SPI"Alvaro Herrera2022-04-07
* Rewrite some RI code to avoid using SPIAlvaro Herrera2022-04-07
* Enforce foreign key correctly during cross-partition updatesAlvaro Herrera2022-03-20
* Update copyright for 2022Bruce Momjian2022-01-07
* Allow specifying column list for foreign key ON DELETE SET actionsPeter Eisentraut2021-12-08
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-12
* ALTER TABLE ... DETACH PARTITION ... CONCURRENTLYAlvaro Herrera2021-03-25
* Avoid creating duplicate cached plans for inherited FK constraints.Tom Lane2021-03-10
* Update copyright for 2021Bruce Momjian2021-01-02
* Improve hash_create()'s API for some added robustness.Tom Lane2020-12-15
* Remove obsolete comment atop ri_PlanCheck.Amit Kapila2020-11-25
* Fixup some appendStringInfo and appendPQExpBuffer callsDavid Rowley2020-10-15
* Add hash_mem_multiplier GUC.Peter Geoghegan2020-07-29
* Add object names to partition integrity violations.Amit Kapila2020-03-23
* Update copyrights for 2020Bruce Momjian2020-01-01
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-12
* Remove unused function argumentPeter Eisentraut2019-11-06
* Message style fixesPeter Eisentraut2019-09-23
* Use appendBinaryStringInfo in more places where the length is knownDavid Rowley2019-07-23
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Initial pgindent run for v12.Tom Lane2019-05-22
* Support foreign keys that reference partitioned tablesAlvaro Herrera2019-04-03
* Collations with nondeterministic comparisonPeter Eisentraut2019-03-22
* Restore RI trigger sanity checkAlvaro Herrera2019-03-20
* Fix optimization of foreign-key on update actionsPeter Eisentraut2019-03-18
* tableam: Add and use scan APIs.Andres Freund2019-03-11
* Merge near-duplicate code in RI triggersPeter Eisentraut2019-02-28
* Clean up some variable names in ri_triggers.cPeter Eisentraut2019-02-28
* Compact for loopsPeter Eisentraut2019-02-28
* Reduce commentsPeter Eisentraut2019-02-28
* Remove unnecessary unused MATCH PARTIAL codePeter Eisentraut2019-02-28
* Update commentPeter Eisentraut2019-02-28
* Use slots in trigger infrastructure, except for the actual invocation.Andres Freund2019-02-26
* Move remaining code from tqual.[ch] to heapam.h / heapam_visibility.c.Andres Freund2019-01-21
* Replace uses of heap_open et al with the corresponding table_* function.Andres Freund2019-01-21
* Replace heapam.h includes with {table, relation}.h where applicable.Andres Freund2019-01-21
* Refactor duplicate code into DeconstructFkConstraintRowAlvaro Herrera2019-01-18
* Don't include heapam.h from others headers.Andres Freund2019-01-14
* Update copyright for 2019Bruce Momjian2019-01-02
* Apply RI trigger skipping tests also for DELETEPeter Eisentraut2018-11-10
* Remove dead foreign key optimization codePeter Eisentraut2018-11-10
* Create an RTE field to record the query's lock mode for each relation.Tom Lane2018-09-30
* Restore erroneously removed ONLY from PK checkAlvaro Herrera2018-04-04
* Foreign keys on partitioned tablesAlvaro Herrera2018-04-04
* Pass correct TupDesc to ri_NullCheck() in AssertAlvaro Herrera2018-04-03
* Fast ALTER TABLE ADD COLUMN with a non-NULL defaultAndrew Dunstan2018-03-28
* Fix some corner-case issues in REFRESH MATERIALIZED VIEW CONCURRENTLY.Tom Lane2018-03-19
* Update copyright for 2018Bruce Momjian2018-01-02
* Merge near-duplicate code in RI triggers.Tom Lane2017-11-18