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
/
executor
/
execReplication.c
Age
Commit message (
Expand
)
Author
2024-09-24
For inplace update durability, make heap_update() callers wait.
Noah Misch
2024-08-20
Log the conflicts while applying changes in logical replication.
Amit Kapila
2024-04-11
Revert: Allow locking updated tuples in tuple_update() and tuple_delete()
Alexander Korotkov
2024-04-11
Revert: Let table AM insertion methods control index insertion
Alexander Korotkov
2024-03-30
Let table AM insertion methods control index insertion
Alexander Korotkov
2024-03-26
Allow locking updated tuples in tuple_update() and tuple_delete()
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-07-25
Remove unnecessary checks for indexes for REPLICA IDENTITY FULL tables.
Masahiko Sawada
2023-07-14
Allow the use of a hash index on the subscriber during replication.
Amit Kapila
2023-07-13
Doc: clarify the conditions of usable indexes for REPLICA IDENTITY FULL tables.
Masahiko Sawada
2023-03-25
Add SysCacheGetAttrNotNull for guaranteed not-null attrs
Daniel Gustafsson
2023-03-23
Ignore generated columns during apply of update/delete.
Amit Kapila
2023-03-21
Ignore dropped columns during apply of update/delete.
Amit Kapila
2023-03-20
Ignore BRIN indexes when checking for HOT updates
Tomas Vondra
2023-03-15
Allow the use of indexes other than PK and REPLICA IDENTITY on the subscriber.
Amit Kapila
2023-03-13
Fix concurrent update issues with MERGE.
Dean Rasheed
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-08-16
Fix replica identity check for a partitioned table.
Amit Kapila
2022-04-13
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-04-07
Revert "Logical decoding of sequences"
Tomas Vondra
2022-03-28
Add support for MERGE SQL command
Alvaro Herrera
2022-03-26
Allow specifying column lists for logical replication
Tomas Vondra
2022-03-24
Add decoding of sequences to built-in replication
Tomas Vondra
2022-03-20
Enforce foreign key correctly during cross-partition updates
Alvaro Herrera
2022-03-08
Improve comment in execReplication.c
Michael Paquier
2022-02-22
Allow specifying row filters for logical replication of tables.
Amit Kapila
2022-01-07
Update copyright for 2022
Bruce Momjian
2021-07-21
More improvements of error messages about mismatching relkind
Peter Eisentraut
2021-01-13
Pass down "logically unchanged index" hint.
Peter Geoghegan
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-10-14
Remove es_result_relation_info from EState.
Heikki Linnakangas
2020-09-16
Don't fetch partition check expression during InitResultRelInfo.
Tom Lane
2020-05-16
Fix assertion with relation using REPLICA IDENTITY FULL in subscriber
Michael Paquier
2020-04-11
Optimize RelationFindReplTupleSeq() for CLOBBER_CACHE_ALWAYS.
Noah Misch
2020-04-06
Add logical replication support to replicate into partitioned tables
Peter Eisentraut
2020-02-17
Optimize update of tables with generated columns
Peter Eisentraut
2020-02-03
Add missing break out seqscan loop in logical replication
Alvaro Herrera
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-12-27
Revert "Rename files and headers related to index AM"
Michael Paquier
2019-12-25
Rename files and headers related to index AM
Michael Paquier
2019-05-23
tableam: Rename wrapper functions to match callback names.
Andres Freund
2019-05-22
Initial pgindent run for v12.
Tom Lane
2019-03-30
Generated columns
Peter Eisentraut
2019-03-23
tableam: Add tuple_{insert, delete, update, lock} and use.
Andres Freund
2019-03-22
Collations with nondeterministic comparison
Peter Eisentraut
2019-03-11
tableam: Add and use scan APIs.
Andres Freund
2019-02-26
Use slots in trigger infrastructure, except for the actual invocation.
Andres Freund
2019-02-26
Store table oid and tuple's tid in tuple slots directly.
Andres Freund
2019-01-21
Remove superfluous tqual.h includes.
Andres Freund
[next]