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
2025-06-30
Remove unused #include's in src/backend/utils/adt/*
Peter Eisentraut
2025-04-11
Improve various new-to-v18 appendStringInfo calls
David Rowley
2025-03-13
pg_noreturn to replace pg_attribute_noreturn()
Peter Eisentraut
2025-02-09
Cache NO ACTION foreign keys separately from RESTRICT foreign keys
Peter Eisentraut
2025-01-21
Fix NO ACTION temporal foreign keys when the referenced endpoints change
Peter Eisentraut
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-12-20
Introduce CompactAttribute array in TupleDesc, take 2
David Rowley
2024-12-02
Fix error code for referential action RESTRICT
Peter Eisentraut
2024-11-15
Fix collation handling for foreign keys
Peter Eisentraut
2024-09-17
Add temporal FOREIGN KEY contraints
Peter Eisentraut
2024-09-09
Don't bother checking the result of SPI_connect[_ext] anymore.
Tom Lane
2024-05-16
Revert temporal primary keys and foreign keys
Peter Eisentraut
2024-04-10
Fixup various StringInfo function usages
David Rowley
2024-03-24
Add temporal FOREIGN KEY contraints
Peter Eisentraut
2024-03-21
Add TupleTableSlotOps.is_current_xact_tuple() method
Alexander Korotkov
2024-03-04
Remove unused #include's from backend .c files
Peter Eisentraut
2024-01-03
Update copyright for 2024
Bruce Momjian
2023-05-04
Fix ExecCheckPermissions call in RI_Initial_Check
Alvaro Herrera
2023-02-06
Remove useless casts to (void *) in hash_search() calls
Peter Eisentraut
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-06
Rework query relation permission checking
Alvaro Herrera
2022-11-13
Refactor ownercheck functions
Peter Eisentraut
2022-11-02
Add doubly linked count list implementation
David Rowley
2022-09-20
Harmonize more parameter names in bulk.
Peter Geoghegan
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-04-07
Revert "Rewrite some RI code to avoid using SPI"
Alvaro Herrera
2022-04-07
Rewrite some RI code to avoid using SPI
Alvaro Herrera
2022-03-20
Enforce foreign key correctly during cross-partition updates
Alvaro Herrera
2022-01-07
Update copyright for 2022
Bruce Momjian
2021-12-08
Allow specifying column list for foreign key ON DELETE SET actions
Peter Eisentraut
2021-05-12
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-03-25
ALTER TABLE ... DETACH PARTITION ... CONCURRENTLY
Alvaro Herrera
2021-03-10
Avoid creating duplicate cached plans for inherited FK constraints.
Tom Lane
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-12-15
Improve hash_create()'s API for some added robustness.
Tom Lane
2020-11-25
Remove obsolete comment atop ri_PlanCheck.
Amit Kapila
2020-10-15
Fixup some appendStringInfo and appendPQExpBuffer calls
David Rowley
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
[next]