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
/
replication
/
logical
/
decode.c
Age
Commit message (
Expand
)
Author
2024-10-25
For inplace update, send nontransactional invalidations.
Noah Misch
2024-07-01
Format better code for xact_decode()'s XLOG_XACT_INVALIDATIONS
Michael Paquier
2024-05-17
Revise GUC names quoting in messages again
Peter Eisentraut
2024-03-25
Merge prune, freeze and vacuum WAL record formats
Heikki Linnakangas
2024-03-04
Remove unused #include's from backend .c files
Peter Eisentraut
2024-01-29
Remove ReorderBufferTupleBuf structure.
Masahiko Sawada
2024-01-17
Fix description of DecodeInsert() in decode.c
Michael Paquier
2024-01-03
Update copyright for 2024
Bruce Momjian
2023-10-26
Migrate logical slots to the new node during an upgrade.
Amit Kapila
2023-10-19
During online checkpoints, insert XLOG_CHECKPOINT_REDO at redo point.
Robert Haas
2023-09-04
Fix typo in decode.c.
Amit Kapila
2023-06-30
Remove redundant check for fast_forward.
Heikki Linnakangas
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2023-04-12
Improve error messages introduced in be87200efd9 and 0fdab27ad68
Andres Freund
2023-04-08
Allow logical decoding on standbys
Andres Freund
2023-02-22
Fix snapshot handling in logicalmsg_decode
Tomas Vondra
2023-01-09
Perform apply of large transactions by parallel workers.
Amit Kapila
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-09-28
Revert 56-bit relfilenode change and follow-up commits.
Robert Haas
2022-09-27
Increase width of RelFileNumbers from 32 bits to 56 bits.
Robert Haas
2022-09-26
Remove unused xid parameter.
Amit Kapila
2022-09-20
Fix incorrect variable types for origin IDs in decode.c
Michael Paquier
2022-09-19
Harmonize parameter names in storage and AM code.
Peter Geoghegan
2022-09-19
Fix typos.
Amit Kapila
2022-08-11
Fix catalog lookup with the wrong snapshot during logical decoding.
Amit Kapila
2022-07-06
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-04-07
Revert "Logical decoding of sequences"
Tomas Vondra
2022-04-06
Custom WAL Resource Managers.
Jeff Davis
2022-03-18
Add circular WAL decoding buffer, take II.
Thomas Munro
2022-03-07
Call ReorderBufferProcessXid from sequence_decode
Tomas Vondra
2022-02-10
Logical decoding of sequences
Tomas Vondra
2022-01-23
Clean up recent Coverity complaints.
Tom Lane
2022-01-19
Make logical decoding a part of the rmgr.
Jeff Davis
2022-01-07
Update copyright for 2022
Bruce Momjian
2021-12-08
Fix origin timestamp during decoding of ROLLBACK PREPARED operation.
Amit Kapila
2021-11-01
Handle XLOG_OVERWRITE_CONTRECORD in DecodeXLogOp
Alvaro Herrera
2021-07-14
Add support for prepared transactions to built-in logical replication.
Amit Kapila
2021-06-15
Fix decoding of speculative aborts.
Amit Kapila
2021-05-10
Revert recovery prefetching feature.
Thomas Munro
2021-05-06
Update replication statistics after every stream/spill.
Amit Kapila
2021-04-08
Add circular WAL decoding buffer.
Thomas Munro
2021-04-06
Remove tupgone special case from vacuumlazy.c.
Peter Geoghegan
2021-03-30
Add a xid argument to the filter_prepare callback for output plugins.
Amit Kapila
2021-03-01
Avoid repeated decoding of prepared transactions after a restart.
Amit Kapila
2021-03-01
Update the docs and comments for decoding of prepared xacts.
Amit Kapila
2021-01-06
Fix typos in decode.c and logical.c.
Amit Kapila
2021-01-04
Allow decoding at prepare time in ReorderBuffer.
Amit Kapila
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-10-08
Track statistics for spilling of changes from ReorderBuffer.
Amit Kapila
[next]