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
/
replication
/
logical
/
decode.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert 56-bit relfilenode change and follow-up commits.
Robert Haas
2022-09-28
1
-1
/
+0
*
Increase width of RelFileNumbers from 32 bits to 56 bits.
Robert Haas
2022-09-27
1
-0
/
+1
*
Remove unused xid parameter.
Amit Kapila
2022-09-26
1
-1
/
+1
*
Fix incorrect variable types for origin IDs in decode.c
Michael Paquier
2022-09-20
1
-2
/
+2
*
Harmonize parameter names in storage and AM code.
Peter Geoghegan
2022-09-19
1
-2
/
+2
*
Fix typos.
Amit Kapila
2022-09-19
1
-6
/
+6
*
Fix catalog lookup with the wrong snapshot during logical decoding.
Amit Kapila
2022-08-11
1
-1
/
+2
*
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2022-07-06
1
-20
/
+20
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
1
-1
/
+1
*
Revert "Logical decoding of sequences"
Tomas Vondra
2022-04-07
1
-131
/
+0
*
Custom WAL Resource Managers.
Jeff Davis
2022-04-06
1
-4
/
+4
*
Add circular WAL decoding buffer, take II.
Thomas Munro
2022-03-18
1
-1
/
+1
*
Call ReorderBufferProcessXid from sequence_decode
Tomas Vondra
2022-03-07
1
-0
/
+2
*
Logical decoding of sequences
Tomas Vondra
2022-02-10
1
-0
/
+129
*
Clean up recent Coverity complaints.
Tom Lane
2022-01-23
1
-1
/
+1
*
Make logical decoding a part of the rmgr.
Jeff Davis
2022-01-19
1
-84
/
+21
*
Update copyright for 2022
Bruce Momjian
2022-01-07
1
-1
/
+1
*
Fix origin timestamp during decoding of ROLLBACK PREPARED operation.
Amit Kapila
2021-12-08
1
-1
/
+1
*
Handle XLOG_OVERWRITE_CONTRECORD in DecodeXLogOp
Alvaro Herrera
2021-11-01
1
-0
/
+1
*
Add support for prepared transactions to built-in logical replication.
Amit Kapila
2021-07-14
1
-6
/
+5
*
Fix decoding of speculative aborts.
Amit Kapila
2021-06-15
1
-8
/
+6
*
Revert recovery prefetching feature.
Thomas Munro
2021-05-10
1
-1
/
+1
*
Update replication statistics after every stream/spill.
Amit Kapila
2021-05-06
1
-6
/
+8
*
Add circular WAL decoding buffer.
Thomas Munro
2021-04-08
1
-1
/
+1
*
Remove tupgone special case from vacuumlazy.c.
Peter Geoghegan
2021-04-06
1
-2
/
+2
*
Add a xid argument to the filter_prepare callback for output plugins.
Amit Kapila
2021-03-30
1
-6
/
+11
*
Avoid repeated decoding of prepared transactions after a restart.
Amit Kapila
2021-03-01
1
-0
/
+2
*
Update the docs and comments for decoding of prepared xacts.
Amit Kapila
2021-03-01
1
-0
/
+14
*
Fix typos in decode.c and logical.c.
Amit Kapila
2021-01-06
1
-4
/
+4
*
Allow decoding at prepare time in ReorderBuffer.
Amit Kapila
2021-01-04
1
-37
/
+249
*
Update copyright for 2021
Bruce Momjian
2021-01-02
1
-1
/
+1
*
Track statistics for spilling of changes from ReorderBuffer.
Amit Kapila
2020-10-08
1
-0
/
+9
*
Implement streaming mode in ReorderBuffer.
Amit Kapila
2020-08-08
1
-6
/
+11
*
WAL Log invalidations at command end with wal_level=logical.
Amit Kapila
2020-07-23
1
-23
/
+35
*
Immediately WAL-log subtransaction and top-level XID association.
Amit Kapila
2020-07-20
1
-21
/
+23
*
Represent command completion tags as structs
Alvaro Herrera
2020-03-02
1
-1
/
+1
*
Handle logical decoding in multi-insert for catalog tuples
Michael Paquier
2020-03-02
1
-33
/
+28
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
1
-1
/
+1
*
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-12
1
-5
/
+2
*
logical decoding: process ASSIGNMENT during snapshot build
Alvaro Herrera
2019-09-13
1
-5
/
+8
*
Adjust tuple data lookup logic in multi-insert logical decoding
Michael Paquier
2019-08-07
1
-6
/
+12
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
1
-2
/
+2
*
Update copyright for 2019
Bruce Momjian
2019-01-02
1
-1
/
+1
*
Do not decode TOAST data for table rewrites
Tomas Vondra
2018-11-28
1
-9
/
+15
*
Fix memory leak in TRUNCATE decoding
Tomas Vondra
2018-09-03
1
-1
/
+2
*
Revert "Allow on-line enabling and disabling of data checksums"
Magnus Hagander
2018-04-09
1
-1
/
+0
*
Logical decoding of TRUNCATE
Peter Eisentraut
2018-04-07
1
-0
/
+41
*
Allow on-line enabling and disabling of data checksums
Magnus Hagander
2018-04-05
1
-0
/
+1
*
Ability to advance replication slots
Simon Riggs
2018-01-17
1
-12
/
+32
*
Update copyright for 2018
Bruce Momjian
2018-01-02
1
-1
/
+1
[next]