index
:
postgresql-pgindent.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
master-pgindent
Auto-updated pgindent branches
git repository user
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
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-08
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-22
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-27
Use slots in trigger infrastructure, except for the actual invocation.
Andres Freund
2019-01-22
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-15
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
[next]