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
/
logical.c
Age
Commit message (
Expand
)
Author
2022-05-11
Fix the logical replication timeout during large transactions.
Amit Kapila
2020-06-04
Fix instance of elog() called while holding a spinlock
Michael Paquier
2020-03-17
Fix consistency issues with replication slot copy
Alvaro Herrera
2019-07-01
Fix many typos and inconsistencies
Michael Paquier
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-04-16
Remove duplicate assignment when initializing logical decoder context
Michael Paquier
2019-04-05
Add facility to copy replication slots
Alvaro Herrera
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-10-31
Disallow starting server with insufficient wal_level for existing slot.
Andres Freund
2018-08-01
Fix logical replication slot initialization
Alvaro Herrera
2018-07-19
Rewrite comments in replication slot advance implementation
Alvaro Herrera
2018-07-02
Correct function name in comment of logical decoding code
Michael Paquier
2018-06-10
Fix and document lock handling for in-memory replication slot data
Michael Paquier
2018-04-26
Post-feature-freeze pgindent run.
Tom Lane
2018-04-07
Logical decoding of TRUNCATE
Peter Eisentraut
2018-03-22
Improve style guideline compliance of assorted error-report messages.
Tom Lane
2018-03-21
Handle heap rewrites even better in logical decoding
Peter Eisentraut
2018-01-17
Ability to advance replication slots
Simon Riggs
2018-01-02
Update copyright for 2018
Bruce Momjian
2017-09-19
Make WAL segment size configurable at initdb time.
Andres Freund
2017-08-06
Fix thinko introduced in 2bef06d516460 et al.
Andres Freund
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-12
Lag tracking for logical replication
Simon Riggs
2017-04-27
Don't use on-disk snapshots for exported logical decoding snapshot.
Andres Freund
2017-04-27
Preserve required !catalog tuples while computing initial decoding snapshot.
Andres Freund
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-08-27
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-07-18
Fix typos in comments and debug message
Magnus Hagander
2016-06-09
pgindent run for 9.6
Robert Haas
2016-05-02
Fix code comments regarding logical decoding
Alvaro Herrera
2016-04-06
Generic Messages for Logical Decoding
Simon Riggs
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-12-18
Fix copy-and-paste error in logical decoding callback.
Robert Haas
2015-10-06
Remove more volatile qualifiers.
Robert Haas
2015-08-11
Allow pg_create_physical_replication_slot() to reserve WAL.
Andres Freund
2015-08-11
Introduce macros determining if a replication slot is physical or logical.
Andres Freund
2015-08-11
Minor cleanups in slot related code.
Andres Freund
2015-08-05
Fix debug message output when connecting to a logical slot.
Andres Freund
2015-05-23
pgindent run for 9.5
Bruce Momjian
2015-05-20
Collection of typo fixes.
Heikki Linnakangas
2015-04-29
Introduce replication progress tracking infrastructure.
Andres Freund
2015-04-03
Fix error handling of XLogReaderAllocate in case of OOM
Fujii Masao
2015-01-24
Replace a bunch more uses of strncpy() with safer coding.
Tom Lane
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-12-02
Don't skip SQL backends in logical decoding for visibility computation.
Andres Freund
2014-11-20
Revamp the WAL record format.
Heikki Linnakangas
2014-11-11
Message improvements
Peter Eisentraut
2014-06-30
Check interrupts during logical decoding more frequently.
Andres Freund
[next]