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
Age
Commit message (
Expand
)
Author
2021-07-02
Don't try to print data type names in slot_store_error_callback().
Tom Lane
2021-06-25
Make walsenders show their replication commands in pg_stat_activity.
Tom Lane
2021-06-15
Fix decoding of speculative aborts.
Amit Kapila
2021-06-12
Don't use Asserts to check for violations of replication protocol.
Tom Lane
2021-06-10
Rearrange logrep worker's snapshot handling some more.
Tom Lane
2021-05-21
Restore the portal-level snapshot after procedure COMMIT/ROLLBACK.
Tom Lane
2021-05-21
Fix deadlock for multiple replicating truncates of the same table.
Amit Kapila
2021-05-12
Rename the logical replication global "wrconn"
Alvaro Herrera
2021-03-18
Don't leak malloc'd error string in libpqrcv_check_conninfo().
Tom Lane
2021-01-13
Fix memory leak in SnapBuildSerialize.
Amit Kapila
2020-12-14
Revert "Cannot use WL_SOCKET_WRITEABLE without WL_SOCKET_READABLE."
Jeff Davis
2020-11-12
doc: wire protocol data type for history file content is bytea
Bruce Momjian
2020-11-10
Fix and simplify some usages of TimestampDifference().
Tom Lane
2020-10-28
Calculate extraUpdatedCols in query rewriter, not parser.
Tom Lane
2020-09-29
Archive timeline history files in standby if archive_mode is set to "always".
Fujii Masao
2020-09-16
Fix bogus cache-invalidation logic in logical replication worker.
Tom Lane
2020-09-04
Fix over-eager ping'ing in logical replication receiver.
Tom Lane
2020-08-10
Empty search_path in logical replication apply worker and walsender.
Noah Misch
2020-08-08
walsnd: Don't set waiting_for_ping_response spuriously
Alvaro Herrera
2020-08-06
Fix minor problems with non-exclusive backup cleanup.
Robert Haas
2020-07-20
Fix construction of updated-columns bitmap in logical replication.
Tom Lane
2020-06-18
Fix oldest xmin and LSN computation across repslots after advancing
Michael Paquier
2020-06-04
Fix instance of elog() called while holding a spinlock
Michael Paquier
2020-06-03
Don't call palloc() while holding a spinlock, either.
Tom Lane
2020-05-18
Fix comment in slot.c.
Amit Kapila
2020-05-15
Fix bogus initialization of replication origin shared memory state.
Tom Lane
2020-04-18
Fix race conditions in synchronous standby management.
Tom Lane
2020-04-05
Save errno across LWLockRelease() calls
Peter Eisentraut
2020-03-26
Drop slot's LWLock before returning from SaveSlotToPath()
Peter Eisentraut
2020-03-17
Fix consistency issues with replication slot copy
Alvaro Herrera
2020-02-24
Add prefix checks in exclude lists for pg_rewind, pg_checksums and base backups
Michael Paquier
2020-02-19
Stop demanding that top xact must be seen before subxact in decoding.
Amit Kapila
2020-02-17
Fill in extraUpdatedCols in logical replication
Peter Eisentraut
2020-01-30
Fix slot data persistency when advancing physical replication slots
Michael Paquier
2020-01-17
Set ReorderBufferTXN->final_lsn more eagerly
Alvaro Herrera
2020-01-13
Fix base backup with database OIDs larger than INT32_MAX
Peter Eisentraut
2020-01-12
Remove incorrect assertion for INSERT in logical replication's publisher
Michael Paquier
2020-01-06
Reduce the number of GetFlushRecPtr() calls done by walsenders.
Tom Lane
2020-01-06
Have logical replication subscriber fire column triggers
Peter Eisentraut
2020-01-02
Fix running out of file descriptors for spill files.
Amit Kapila
2019-12-26
Fix some comments related to logical repslot advancing
Michael Paquier
2019-12-18
Fix subscriber invalid memory access on DDL.
Amit Kapila
2019-11-22
Fix bogus tuple-slot management in logical replication UPDATE handling.
Tom Lane
2019-11-09
Fix negative bitmapset member not allowed error in logical replication
Peter Eisentraut
2019-11-08
Fix gratuitous error message variation
Peter Eisentraut
2019-11-06
Fix memory allocation mistake
Peter Eisentraut
2019-11-06
Fix timestamp of sent message for write context in logical decoding
Michael Paquier
2019-11-01
Fix race condition at backend exit when deleting element in syncrep queue
Michael Paquier
2019-10-18
Fix timeout handling in logical replication worker
Michael Paquier
2019-10-17
Fix minor bug in logical-replication walsender shutdown
Alvaro Herrera
[next]