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
*
Add some const decorations to prototypes
Peter Eisentraut
2017-11-10
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
*
Exclude pg_internal.init from BASE_BACKUP
Simon Riggs
2017-11-07
*
Don't reset additional columns on subscriber to NULL on UPDATE
Peter Eisentraut
2017-11-03
*
Exclude flex-generated code from coverage testing
Peter Eisentraut
2017-10-16
*
Replace remaining uses of pq_sendint with pq_sendint{8,16,32}.
Andres Freund
2017-10-11
*
Fix more user-visible elog() calls.
Robert Haas
2017-10-05
*
Fix race condition with unprotected use of a latch pointer variable.
Tom Lane
2017-10-03
*
Fix coding rules violations in walreceiver.c
Alvaro Herrera
2017-10-03
*
Add background worker type
Peter Eisentraut
2017-09-29
*
Handle heap rewrites better in logical replication
Peter Eisentraut
2017-09-26
*
Refactor new file permission handling
Peter Eisentraut
2017-09-23
*
Make WAL segment size configurable at initdb time.
Andres Freund
2017-09-19
*
Fix, or at least ameliorate, bugs in logicalrep_worker_launch().
Tom Lane
2017-09-18
*
Improve error message in WAL sender
Peter Eisentraut
2017-09-13
*
Message style fixes
Peter Eisentraut
2017-09-11
*
Correct base backup throttling
Alvaro Herrera
2017-09-05
*
Restore behavior for replication origin drop
Alvaro Herrera
2017-09-01
*
Add a WAIT option to DROP_REPLICATION_SLOT
Alvaro Herrera
2017-09-01
*
Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).
Andres Freund
2017-08-20
*
Fix up some misusage of appendStringInfo() and friends
Peter Eisentraut
2017-08-15
*
Fix logical replication protocol comparison logic
Peter Eisentraut
2017-08-15
*
Simplify some code in logical replication launcher
Peter Eisentraut
2017-08-15
*
Distinguish wait-for-connection from wait-for-write-ready on Windows.
Tom Lane
2017-08-15
*
Final pgindent + perltidy run for v10.
Tom Lane
2017-08-14
*
Reword comment for clarity
Alvaro Herrera
2017-08-12
*
Remove uses of "slave" in replication contexts
Peter Eisentraut
2017-08-10
*
Fix replication origin-related race conditions
Alvaro Herrera
2017-08-08
*
Fix inadequacies in recently added wait events
Alvaro Herrera
2017-08-08
*
Fix local/remote attribute mix-up in logical replication
Peter Eisentraut
2017-08-07
*
Fix handling of dropped columns in logical replication
Peter Eisentraut
2017-08-07
*
Fix thinko introduced in 2bef06d516460 et al.
Andres Freund
2017-08-06
*
Only kill sync workers at commit time in subscription DDL
Peter Eisentraut
2017-08-04
*
Get a snapshot before COPY in table sync
Peter Eisentraut
2017-08-02
*
Update copyright in recently added files
Alvaro Herrera
2017-07-26
*
Fix race conditions in replication slot operations
Alvaro Herrera
2017-07-25
*
Fix ordering of operations in SyncRepWakeQueue to avoid assertion failure.
Heikki Linnakangas
2017-07-12
*
Reduce delay for last logicalrep feedback message when master goes idle.
Tom Lane
2017-07-01
*
Shorten timeouts while waiting for logicalrep worker slot attach/detach.
Tom Lane
2017-07-01
*
Fix locking in WAL receiver/sender shmem state structs
Alvaro Herrera
2017-06-30
*
Fix race conditions and missed wakeups in syncrep worker signaling.
Tom Lane
2017-06-30
*
Check for error during PQendcopy.
Tom Lane
2017-06-30
*
Fix walsender to exit promptly if client requests shutdown.
Tom Lane
2017-06-30
*
Improve replication lag interpolation after idle period
Simon Riggs
2017-06-23
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
*
Fix leaking of small spilled subtransactions during logical decoding.
Andres Freund
2017-06-18
*
Set statement timestamp in apply worker
Peter Eisentraut
2017-06-17
*
Fix low-probability leaks of PGresult objects in the backend.
Tom Lane
2017-06-15
[next]