summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/ri_triggers.c
Commit message (Expand)AuthorAgeFilesLines
* Fix ExecCheckPermissions call in RI_Initial_CheckAlvaro Herrera2023-05-041-18/+24
* Remove useless casts to (void *) in hash_search() callsPeter Eisentraut2023-02-061-4/+4
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Rework query relation permission checkingAlvaro Herrera2022-12-061-5/+14
* Refactor ownercheck functionsPeter Eisentraut2022-11-131-2/+2
* Add doubly linked count list implementationDavid Rowley2022-11-021-11/+8
* Harmonize more parameter names in bulk.Peter Geoghegan2022-09-201-1/+1
* Pre-beta mechanical code beautification.Tom Lane2022-05-121-10/+17
* Revert "Rewrite some RI code to avoid using SPI"Alvaro Herrera2022-04-071-330/+234
* Rewrite some RI code to avoid using SPIAlvaro Herrera2022-04-071-234/+330
* Enforce foreign key correctly during cross-partition updatesAlvaro Herrera2022-03-201-0/+6
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Allow specifying column list for foreign key ON DELETE SET actionsPeter Eisentraut2021-12-081-30/+85
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-121-2/+2
* ALTER TABLE ... DETACH PARTITION ... CONCURRENTLYAlvaro Herrera2021-03-251-1/+5
* Avoid creating duplicate cached plans for inherited FK constraints.Tom Lane2021-03-101-4/+63
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Improve hash_create()'s API for some added robustness.Tom Lane2020-12-151-3/+0
* Remove obsolete comment atop ri_PlanCheck.Amit Kapila2020-11-251-3/+0
* Fixup some appendStringInfo and appendPQExpBuffer callsDavid Rowley2020-10-151-1/+1
* Add hash_mem_multiplier GUC.Peter Geoghegan2020-07-291-4/+14
* 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