index
:
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
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
replication
Age
Commit message (
Expand
)
Author
2017-10-03
Fix coding rules violations in walreceiver.c
Alvaro Herrera
2017-08-24
Fix bug that can cause walsender not to terminating at shutdown.
Andres Freund
2017-08-06
Fix thinko introduced in 2bef06d516460 et al.
Andres Freund
2017-08-05
Fix issues with wide tuples being updated and REPLICA IDENTITY FULL.
Andres Freund
2017-06-30
Fix walsender to exit promptly if client requests shutdown.
Tom Lane
2017-06-19
Fix leaking of small spilled subtransactions during logical decoding.
Andres Freund
2017-06-15
Fix low-probability leaks of PGresult objects in the backend.
Tom Lane
2017-06-06
Unify SIGHUP handling between normal and walsender backends.
Andres Freund
2017-06-06
Prevent possibility of panics during shutdown checkpoint.
Andres Freund
2017-06-06
Have walsenders participate in procsignal infrastructure.
Andres Freund
2017-05-15
Fix new warnings from GCC 7
Peter Eisentraut
2017-05-13
Avoid superfluous work for commits during logical slot creation.
Andres Freund
2017-05-13
Fix race condition leading to hanging logical slot creation.
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
2017-03-14
Spelling fixes
Peter Eisentraut
2017-02-21
Make walsender always initialize the buffers.
Fujii Masao
2017-02-06
Fix typos in comments.
Heikki Linnakangas
2017-01-26
Reset hot standby xmin after restart
Simon Riggs
2017-01-01
Silence compiler warning
Magnus Hagander
2016-12-19
Fix base backup rate limiting in presence of slow i/o
Magnus Hagander
2016-11-07
Fix handling of symlinked pg_stat_tmp and pg_replslot
Magnus Hagander
2016-10-04
Correct logical decoding restore behaviour for subtransactions.
Andres Freund
2016-09-01
Fix minor 9.4-only bug in logical decoding.
Tom Lane
2016-08-19
reorderbuffer: preserve errno while reporting error
Alvaro Herrera
2016-08-17
Properly re-initialize replication slot shared memory upon creation.
Andres Freund
2016-08-07
Don't propagate a null subtransaction snapshot up to parent transaction.
Tom Lane
2016-06-30
Fix typo in ReorderBufferIterTXNInit().
Tom Lane
2016-04-29
Remember asking for feedback during walsender shutdown.
Andres Freund
2016-04-14
Fix core dump in ReorderBufferRestoreChange on alignment-picky platforms.
Tom Lane
2016-03-10
Introduce durable_rename() and durable_link_or_rename().
Andres Freund
2016-03-07
Further improvements to c8f621c43.
Andres Freund
2016-03-07
Fix wrong allocation size in c8f621c43.
Andres Freund
2016-03-06
logical decoding: Fix handling of large old tuples with replica identity full.
Andres Freund
2016-03-06
logical decoding: old/newtuple in spooled UPDATE changes was switched around.
Andres Freund
2016-03-06
logical decoding: Tell reorderbuffer about all xids.
Andres Freund
2016-02-29
Fix typos
Alvaro Herrera
2016-01-09
Clean up some lack-of-STRICT issues in the core code, too.
Tom Lane
2015-12-13
Properly initialize write, flush and replay locations in walsender slots
Magnus Hagander
2015-11-22
Adopt the GNU convention for handling tar-archive members exceeding 8GB.
Tom Lane
2015-10-27
Measure string lengths only once
Alvaro Herrera
2015-10-03
Improve errhint() about replication slot naming restrictions.
Andres Freund
2015-08-11
Minor cleanups in slot related code.
Andres Freund
2015-08-10
Fix copy & paste mistake in pg_get_replication_slots().
Andres Freund
2015-07-07
Fix logical decoding bug leading to inefficient reopening of files.
Andres Freund
2015-04-27
Use a fd opened for read/write when syncing slots during startup.
Andres Freund
2015-04-12
Remove duplicated words in comments.
Heikki Linnakangas
2015-04-02
Correct comment to use RS_EPHEMERAL
Simon Riggs
2015-03-31
Remove spurious semicolons.
Heikki Linnakangas
2015-03-26
Make SyncRepWakeQueue to a static function
Tatsuo Ishii
[next]