index
:
delta/postgresql.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
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
executor
/
execReplication.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add SysCacheGetAttrNotNull for guaranteed not-null attrs
Daniel Gustafsson
2023-03-25
1
-4
/
+2
*
Ignore generated columns during apply of update/delete.
Amit Kapila
2023-03-23
1
-2
/
+3
*
Ignore dropped columns during apply of update/delete.
Amit Kapila
2023-03-21
1
-2
/
+8
*
Ignore BRIN indexes when checking for HOT updates
Tomas Vondra
2023-03-20
1
-4
/
+5
*
Allow the use of indexes other than PK and REPLICA IDENTITY on the subscriber.
Amit Kapila
2023-03-15
1
-33
/
+79
*
Fix concurrent update issues with MERGE.
Dean Rasheed
2023-03-13
1
-2
/
+2
*
Update copyright for 2023
Bruce Momjian
2023-01-02
1
-1
/
+1
*
Fix replica identity check for a partitioned table.
Amit Kapila
2022-08-16
1
-0
/
+7
*
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-04-13
1
-1
/
+0
*
Revert "Logical decoding of sequences"
Tomas Vondra
2022-04-07
1
-3
/
+1
*
Add support for MERGE SQL command
Alvaro Herrera
2022-03-28
1
-1
/
+1
*
Allow specifying column lists for logical replication
Tomas Vondra
2022-03-26
1
-3
/
+16
*
Add decoding of sequences to built-in replication
Tomas Vondra
2022-03-24
1
-1
/
+3
*
Enforce foreign key correctly during cross-partition updates
Alvaro Herrera
2022-03-20
1
-2
/
+3
*
Improve comment in execReplication.c
Michael Paquier
2022-03-08
1
-1
/
+1
*
Allow specifying row filters for logical replication of tables.
Amit Kapila
2022-02-22
1
-6
/
+33
*
Update copyright for 2022
Bruce Momjian
2022-01-07
1
-1
/
+1
*
More improvements of error messages about mismatching relkind
Peter Eisentraut
2021-07-21
1
-13
/
+1
*
Pass down "logically unchanged index" hint.
Peter Geoghegan
2021-01-13
1
-4
/
+4
*
Update copyright for 2021
Bruce Momjian
2021-01-02
1
-1
/
+1
*
Remove es_result_relation_info from EState.
Heikki Linnakangas
2020-10-14
1
-10
/
+14
*
Don't fetch partition check expression during InitResultRelInfo.
Tom Lane
2020-09-16
1
-2
/
+2
*
Fix assertion with relation using REPLICA IDENTITY FULL in subscriber
Michael Paquier
2020-05-16
1
-1
/
+2
*
Optimize RelationFindReplTupleSeq() for CLOBBER_CACHE_ALWAYS.
Noah Misch
2020-04-11
1
-8
/
+18
*
Add logical replication support to replicate into partitioned tables
Peter Eisentraut
2020-04-06
1
-11
/
+3
*
Optimize update of tables with generated columns
Peter Eisentraut
2020-02-17
1
-2
/
+2
*
Add missing break out seqscan loop in logical replication
Alvaro Herrera
2020-02-03
1
-0
/
+3
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
1
-1
/
+1
*
Revert "Rename files and headers related to index AM"
Michael Paquier
2019-12-27
1
-1
/
+1
*
Rename files and headers related to index AM
Michael Paquier
2019-12-25
1
-1
/
+1
*
tableam: Rename wrapper functions to match callback names.
Andres Freund
2019-05-23
1
-8
/
+8
*
Initial pgindent run for v12.
Tom Lane
2019-05-22
1
-11
/
+11
*
Generated columns
Peter Eisentraut
2019-03-30
1
-0
/
+11
*
tableam: Add tuple_{insert, delete, update, lock} and use.
Andres Freund
2019-03-23
1
-83
/
+54
*
Collations with nondeterministic comparison
Peter Eisentraut
2019-03-22
1
-1
/
+4
*
tableam: Add and use scan APIs.
Andres Freund
2019-03-11
1
-31
/
+31
*
Use slots in trigger infrastructure, except for the actual invocation.
Andres Freund
2019-02-26
1
-13
/
+12
*
Store table oid and tuple's tid in tuple slots directly.
Andres Freund
2019-02-26
1
-0
/
+2
*
Remove superfluous tqual.h includes.
Andres Freund
2019-01-21
1
-1
/
+0
*
Fix outdated comment
Peter Eisentraut
2019-01-19
1
-5
/
+0
*
Don't include genam.h from execnodes.h and relscan.h anymore.
Andres Freund
2019-01-14
1
-0
/
+1
*
Don't include heapam.h from others headers.
Andres Freund
2019-01-14
1
-0
/
+1
*
Fix error message for logical replication targets
Michael Paquier
2019-01-13
1
-1
/
+1
*
Improve error messages for incorrect types of logical replication targets
Michael Paquier
2019-01-13
1
-2
/
+20
*
Update copyright for 2019
Bruce Momjian
2019-01-02
1
-1
/
+1
*
Make TupleTableSlots extensible, finish split of existing slot type.
Andres Freund
2018-11-16
1
-14
/
+26
*
Rejigger materializing and fetching a HeapTuple from a slot.
Andres Freund
2018-11-15
1
-2
/
+2
*
Split ExecStoreTuple into ExecStoreHeapTuple and ExecStoreBufferHeapTuple.
Andres Freund
2018-09-25
1
-2
/
+2
*
Allow using the updated tuple while moving it to a different partition.
Amit Kapila
2018-07-12
1
-1
/
+1
*
Fix thinko in comments.
Amit Kapila
2018-06-27
1
-2
/
+2
[next]