summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/ri_triggers.c
Commit message (Expand)AuthorAgeFilesLines
* Add object names to partition integrity violations.Amit Kapila2020-03-231-1/+2
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-121-2/+1
* Remove unused function argumentPeter Eisentraut2019-11-061-16/+11
* Message style fixesPeter Eisentraut2019-09-231-1/+1
* Use appendBinaryStringInfo in more places where the length is knownDavid Rowley2019-07-231-2/+2
* Phase 2 pgindent run for v12.Tom Lane2019-05-221-25/+25
* Initial pgindent run for v12.Tom Lane2019-05-221-33/+37
* Support foreign keys that reference partitioned tablesAlvaro Herrera2019-04-031-15/+248
* Collations with nondeterministic comparisonPeter Eisentraut2019-03-221-4/+29
* Restore RI trigger sanity checkAlvaro Herrera2019-03-201-0/+7
* Fix optimization of foreign-key on update actionsPeter Eisentraut2019-03-181-13/+27
* tableam: Add and use scan APIs.Andres Freund2019-03-111-20/+3
* Merge near-duplicate code in RI triggersPeter Eisentraut2019-02-281-141/+40
* Clean up some variable names in ri_triggers.cPeter Eisentraut2019-02-281-35/+35
* Compact for loopsPeter Eisentraut2019-02-281-30/+17
* Reduce commentsPeter Eisentraut2019-02-281-246/+133
* Remove unnecessary unused MATCH PARTIAL codePeter Eisentraut2019-02-281-654/+438
* Update commentPeter Eisentraut2019-02-281-1/+1
* Use slots in trigger infrastructure, except for the actual invocation.Andres Freund2019-02-261-77/+110
* Move remaining code from tqual.[ch] to heapam.h / heapam_visibility.c.Andres Freund2019-01-211-1/+1
* Replace uses of heap_open et al with the corresponding table_* function.Andres Freund2019-01-211-17/+17
* Replace heapam.h includes with {table, relation}.h where applicable.Andres Freund2019-01-211-1/+1
* Refactor duplicate code into DeconstructFkConstraintRowAlvaro Herrera2019-01-181-82/+7
* Don't include heapam.h from others headers.Andres Freund2019-01-141-0/+1
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Apply RI trigger skipping tests also for DELETEPeter Eisentraut2018-11-101-101/+4
* Remove dead foreign key optimization codePeter Eisentraut2018-11-101-51/+0
* Create an RTE field to record the query's lock mode for each relation.Tom Lane2018-09-301-0/+2
* Restore erroneously removed ONLY from PK checkAlvaro Herrera2018-04-041-2/+2
* Foreign keys on partitioned tablesAlvaro Herrera2018-04-041-22/+37
* Pass correct TupDesc to ri_NullCheck() in AssertAlvaro Herrera2018-04-031-1/+1
* Fast ALTER TABLE ADD COLUMN with a non-NULL defaultAndrew Dunstan2018-03-281-14/+15
* Fix some corner-case issues in REFRESH MATERIALIZED VIEW CONCURRENTLY.Tom Lane2018-03-191-62/+7
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Merge near-duplicate code in RI triggers.Tom Lane2017-11-181-550/+127
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-081-4/+4
* Document and use SPI_result_code_string()Peter Eisentraut2017-10-041-5/+5
* Move SPI error reporting out of ri_ReportViolation()Peter Eisentraut2017-10-041-18/+11
* Phase 3 of pgindent updates.Tom Lane2017-06-211-8/+8
* Phase 2 of pgindent updates.Tom Lane2017-06-211-21/+18
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Avoid testing tuple visibility without buffer lock in RI_FKey_check().Tom Lane2016-10-231-12/+10
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* ALTER TABLE .. FORCE ROW LEVEL SECURITYStephen Frost2015-10-041-2/+4
* Second try at fixing O(N^2) problem in foreign key references.Tom Lane2015-09-251-7/+38
* Remove the SECURITY_ROW_LEVEL_DISABLED security context bit.Noah Misch2015-09-201-16/+1
* Revert "Fix an O(N^2) problem in foreign key references".Tom Lane2015-09-151-35/+3
* Fix an O(N^2) problem in foreign key references.Kevin Grittner2015-09-111-3/+35
* Plug RLS related information leak in pg_stats view.Joe Conway2015-07-281-1/+3