index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
adt
/
ri_triggers.c
Age
Commit message (
Expand
)
Author
2020-07-29
Add hash_mem_multiplier GUC.
Peter Geoghegan
2020-03-23
Add object names to partition integrity violations.
Amit Kapila
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-11-12
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-06
Remove unused function argument
Peter Eisentraut
2019-09-23
Message style fixes
Peter Eisentraut
2019-07-23
Use appendBinaryStringInfo in more places where the length is known
David Rowley
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
Initial pgindent run for v12.
Tom Lane
2019-04-03
Support foreign keys that reference partitioned tables
Alvaro Herrera
2019-03-22
Collations with nondeterministic comparison
Peter Eisentraut
2019-03-20
Restore RI trigger sanity check
Alvaro Herrera
2019-03-18
Fix optimization of foreign-key on update actions
Peter Eisentraut
2019-03-11
tableam: Add and use scan APIs.
Andres Freund
2019-02-28
Merge near-duplicate code in RI triggers
Peter Eisentraut
2019-02-28
Clean up some variable names in ri_triggers.c
Peter Eisentraut
2019-02-28
Compact for loops
Peter Eisentraut
2019-02-28
Reduce comments
Peter Eisentraut
2019-02-28
Remove unnecessary unused MATCH PARTIAL code
Peter Eisentraut
2019-02-28
Update comment
Peter Eisentraut
2019-02-26
Use slots in trigger infrastructure, except for the actual invocation.
Andres Freund
2019-01-21
Move remaining code from tqual.[ch] to heapam.h / heapam_visibility.c.
Andres Freund
2019-01-21
Replace uses of heap_open et al with the corresponding table_* function.
Andres Freund
2019-01-21
Replace heapam.h includes with {table, relation}.h where applicable.
Andres Freund
2019-01-18
Refactor duplicate code into DeconstructFkConstraintRow
Alvaro Herrera
2019-01-14
Don't include heapam.h from others headers.
Andres Freund
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-11-10
Apply RI trigger skipping tests also for DELETE
Peter Eisentraut
2018-11-10
Remove dead foreign key optimization code
Peter Eisentraut
2018-09-30
Create an RTE field to record the query's lock mode for each relation.
Tom Lane
2018-04-04
Restore erroneously removed ONLY from PK check
Alvaro Herrera
2018-04-04
Foreign keys on partitioned tables
Alvaro Herrera
2018-04-03
Pass correct TupDesc to ri_NullCheck() in Assert
Alvaro Herrera
2018-03-28
Fast ALTER TABLE ADD COLUMN with a non-NULL default
Andrew Dunstan
2018-03-19
Fix some corner-case issues in REFRESH MATERIALIZED VIEW CONCURRENTLY.
Tom Lane
2018-01-02
Update copyright for 2018
Bruce Momjian
2017-11-18
Merge near-duplicate code in RI triggers.
Tom Lane
2017-11-08
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-10-04
Document and use SPI_result_code_string()
Peter Eisentraut
2017-10-04
Move SPI error reporting out of ri_ReportViolation()
Peter Eisentraut
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-10-23
Avoid testing tuple visibility without buffer lock in RI_FKey_check().
Tom Lane
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-10-04
ALTER TABLE .. FORCE ROW LEVEL SECURITY
Stephen Frost
2015-09-25
Second try at fixing O(N^2) problem in foreign key references.
Tom Lane
2015-09-20
Remove the SECURITY_ROW_LEVEL_DISABLED security context bit.
Noah Misch
2015-09-15
Revert "Fix an O(N^2) problem in foreign key references".
Tom Lane
2015-09-11
Fix an O(N^2) problem in foreign key references.
Kevin Grittner
[next]