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-05
Fix more user-visible elog() calls.
Robert Haas
2017-10-03
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-09-29
Add background worker type
Peter Eisentraut
2017-09-26
Handle heap rewrites better in logical replication
Peter Eisentraut
2017-09-23
Refactor new file permission handling
Peter Eisentraut
2017-09-20
Make WAL segment size configurable at initdb time.
Andres Freund
2017-09-18
Fix, or at least ameliorate, bugs in logicalrep_worker_launch().
Tom Lane
2017-09-13
Improve error message in WAL sender
Peter Eisentraut
2017-09-11
Message style fixes
Peter Eisentraut
2017-09-05
Correct base backup throttling
Alvaro Herrera
2017-09-01
Restore behavior for replication origin drop
Alvaro Herrera
2017-09-01
Add a WAIT option to DROP_REPLICATION_SLOT
Alvaro Herrera
2017-08-20
Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).
Andres Freund
2017-08-16
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-14
Final pgindent + perltidy run for v10.
Tom Lane
2017-08-13
Reword comment for clarity
Alvaro Herrera
2017-08-11
Remove uses of "slave" in replication contexts
Peter Eisentraut
2017-08-08
Fix replication origin-related race conditions
Alvaro Herrera
2017-08-08
Fix inadequacies in recently added wait events
Alvaro Herrera
2017-08-07
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-06
Fix thinko introduced in 2bef06d516460 et al.
Andres Freund
2017-08-05
Only kill sync workers at commit time in subscription DDL
Peter Eisentraut
2017-08-02
Get a snapshot before COPY in table sync
Peter Eisentraut
2017-07-26
Update copyright in recently added files
Alvaro Herrera
2017-07-25
Fix race conditions in replication slot operations
Alvaro Herrera
2017-07-12
Fix ordering of operations in SyncRepWakeQueue to avoid assertion failure.
Heikki Linnakangas
2017-07-01
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-06-30
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-23
Improve replication lag interpolation after idle period
Simon Riggs
2017-06-21
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-19
Fix leaking of small spilled subtransactions during logical decoding.
Andres Freund
2017-06-17
Set statement timestamp in apply worker
Peter Eisentraut
2017-06-15
Fix low-probability leaks of PGresult objects in the backend.
Tom Lane
2017-06-14
Don't force-assign transaction id when exporting a snapshot.
Andres Freund
2017-06-13
Re-run pgindent.
Tom Lane
2017-06-13
Improve code comments
Peter Eisentraut
2017-06-09
Improve tablesync behavior with concurrent changes
Peter Eisentraut
2017-06-08
Use standard interrupt handling in logical replication launcher.
Andres Freund
2017-06-08
Again report a useful error message when walreceiver's connection closes.
Andres Freund
[next]