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
2018-10-31
Disallow starting server with insufficient wal_level for existing slot.
Andres Freund
2017-08-06
Fix thinko introduced in 2bef06d516460 et al.
Andres Freund
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
2015-12-18
Fix copy-and-paste error in logical decoding callback.
Robert Haas
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
2014-06-12
Consistency improvements for slot and decoding code.
Andres Freund
2014-05-23
Fix misc typos in comments.
Heikki Linnakangas
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-03-31
Fix thinko in logical decoding code.
Robert Haas
2014-03-17
Fix typos in comments.
Fujii Masao
2014-03-12
Comment fixes related to logical decoding.
Robert Haas
2014-03-05
Fix some typos introduced by the logical decoding patch.
Robert Haas
2014-03-04
Minor corrections to logical decoding patch.
Robert Haas
2014-03-03
Introduce logical decoding.
Robert Haas