index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
replication
Commit message (
Expand
)
Author
Age
*
Split ExecStoreTuple into ExecStoreHeapTuple and ExecStoreBufferHeapTuple.
Andres Freund
2018-09-25
*
Improve some error message strings and errcodes
Michael Paquier
2018-09-04
*
Fix memory leak in TRUNCATE decoding
Tomas Vondra
2018-09-03
*
Fix initial sync of slot parent directory when restoring status
Michael Paquier
2018-09-02
*
Avoid using potentially-under-aligned page buffers.
Tom Lane
2018-09-01
*
Ignore server-side delays when enforcing wal_sender_timeout.
Noah Misch
2018-08-31
*
Reconsider new file extension in commit 91f26d5f.
Jeff Davis
2018-08-25
*
Change extension of spilled ReorderBufferChange data to ".tmp".
Jeff Davis
2018-08-25
*
Close the file descriptor in ApplyLogicalMappingFile
Tomas Vondra
2018-08-16
*
Don't run atexit callbacks in quickdie signal handlers.
Heikki Linnakangas
2018-08-08
*
Reset properly errno before calling write()
Michael Paquier
2018-08-05
*
Fix logical replication slot initialization
Alvaro Herrera
2018-08-01
*
Set ActiveSnapshot when logically replaying inserts
Alvaro Herrera
2018-07-30
*
Add proper errcodes to new error messages for read() failures
Michael Paquier
2018-07-23
*
Hand code string to integer conversion for performance.
Andres Freund
2018-07-22
*
Rewrite comments in replication slot advance implementation
Alvaro Herrera
2018-07-19
*
Use a ResourceOwner to track buffer pins in all cases.
Tom Lane
2018-07-18
*
Fix misc typos, mostly in comments.
Heikki Linnakangas
2018-07-18
*
Fix more portability issues with casts to Size when using off_t
Michael Paquier
2018-07-18
*
Rework error messages around file handling
Michael Paquier
2018-07-18
*
Add subtransaction handling for table synchronization workers.
Robert Haas
2018-07-16
*
Fix argument of pg_create_logical_replication_slot for slot name
Michael Paquier
2018-07-13
*
Make logical WAL sender report streaming state appropriately
Michael Paquier
2018-07-12
*
Block replication slot advance for these not yet reserving WAL
Michael Paquier
2018-07-11
*
Flip argument order in XLogSegNoOffsetToRecPtr
Alvaro Herrera
2018-07-09
*
Allow replication slots to be dropped in single-user mode
Alvaro Herrera
2018-07-06
*
logical decoding: beware of an unset specinsert change
Alvaro Herrera
2018-07-05
*
Correct function name in comment of logical decoding code
Michael Paquier
2018-07-02
*
pgindent run prior to branching
Andrew Dunstan
2018-06-30
*
Fix "base" snapshot handling in logical decoding
Alvaro Herrera
2018-06-26
*
Update obsolete comments
Alvaro Herrera
2018-06-25
*
Address set of issues with errno handling
Michael Paquier
2018-06-25
*
Convert debug message from ereport to elog
Peter Eisentraut
2018-06-12
*
Fix oversight from 9e149c8 with spin-lock handling
Michael Paquier
2018-06-12
*
Fix a couple of bugs with replication slot advancing feature
Michael Paquier
2018-06-11
*
Fix and document lock handling for in-memory replication slot data
Michael Paquier
2018-06-10
*
Fix some assorted compiler warnings on Windows.
Tom Lane
2018-05-01
*
Don't do logical replication of TRUNCATE of zero tables
Peter Eisentraut
2018-04-30
*
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
*
Fix typo in logical truncate replication
Peter Eisentraut
2018-04-23
*
Don't attempt to verify checksums on new pages
Magnus Hagander
2018-04-15
*
Improve code comments
Peter Eisentraut
2018-04-14
*
Further cleanup of client dependencies on src/include/catalog headers.
Tom Lane
2018-04-09
*
Revert "Allow on-line enabling and disabling of data checksums"
Magnus Hagander
2018-04-09
*
Refactor dir/file permissions
Stephen Frost
2018-04-07
*
Logical replication support for TRUNCATE
Peter Eisentraut
2018-04-07
*
Logical decoding of TRUNCATE
Peter Eisentraut
2018-04-07
*
Split the SetSubscriptionRelState function into two
Peter Eisentraut
2018-04-06
*
Improve messaging during logical replication worker startup
Peter Eisentraut
2018-04-06
*
Allow on-line enabling and disabling of data checksums
Magnus Hagander
2018-04-05
[next]