summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/ri_triggers.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* pgindent run for 9.5Bruce Momjian2015-05-231-8/+8
* Fix column-privilege leak in error-message pathsStephen Frost2015-01-281-19/+68
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Revert "Use a bitmask to represent role attributes"Alvaro Herrera2014-12-231-1/+1
* Use a bitmask to represent role attributesAlvaro Herrera2014-12-231-1/+1
* Improve hash_create's API for selecting simple-binary-key hash functions.Tom Lane2014-12-181-6/+3
* Add infrastructure to save and restore GUC values.Robert Haas2014-11-241-1/+1
* Code review for row security.Stephen Frost2014-09-241-2/+2
* Row-Level Security Policies (RLS)Stephen Frost2014-09-191-1/+28
* Fix harmless access to uninitialized memory.Heikki Linnakangas2014-05-131-1/+2
* pgindent run for 9.4Bruce Momjian2014-05-061-7/+7
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Support ordered-set (WITHIN GROUP) aggregates.Tom Lane2013-12-231-2/+1
* Use appendStringInfoString instead of appendStringInfo where possible.Robert Haas2013-10-311-6/+6
* pgindent run for release 9.3Bruce Momjian2013-05-291-21/+23
* Provide database object names as separate fields in error messages.Tom Lane2013-01-291-5/+11
* Improve concurrency of foreign key lockingAlvaro Herrera2013-01-231-10/+13
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-301-1/+2
* Remove incomplete/incorrect support for zero-column foreign keys.Tom Lane2012-06-201-147/+7
* Cache the results of ri_FetchConstraintInfo in a backend-local cache.Tom Lane2012-06-201-229/+319
* Improve tests for whether we can skip queueing RI enforcement triggers.Tom Lane2012-06-191-24/+105
* Share RI trigger code between NO ACTION and RESTRICT cases.Tom Lane2012-06-191-468/+158
* Improve comments about why SET DEFAULT triggers must recheck for matches.Tom Lane2012-06-181-12/+20
* Allow ON UPDATE/DELETE SET DEFAULT plans to be cached.Tom Lane2012-06-181-12/+12
* Remove derived fields from RI_QueryKey, and do a bit of other cleanup.Tom Lane2012-06-181-264/+194
* Update SQL spec references in ri_triggers code to match SQL:2008.Tom Lane2012-06-181-68/+62
* Change ON UPDATE SET NULL/SET DEFAULT referential actions to meet SQL spec.Tom Lane2012-06-181-175/+12
* Refer to the default foreign key match style as MATCH SIMPLE internally.Tom Lane2012-06-171-86/+122
* ALTER TABLE: skip FK validation when it's safe to do soAlvaro Herrera2012-02-271-0/+1
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Improve and simplify CREATE EXTENSION's management of GUC variables.Tom Lane2011-10-051-11/+9
* Improve define_custom_variable's handling of pre-existing settings.Tom Lane2011-10-041-2/+2
* Redesign the plancache mechanism for more flexibility and efficiency.Tom Lane2011-09-161-2/+2
* Clean up the #include mess a little.Tom Lane2011-09-041-0/+1
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-011-2/+0