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
2018-02-20
Fix crash in pg_replication_slot_advance
Alvaro Herrera
2018-02-17
Allow tupleslots to have a fixed tupledesc, use in executor nodes.
Andres Freund
2018-02-16
Remove some inappropriate #includes.
Tom Lane
2018-02-13
Fix typo
Peter Eisentraut
2018-02-08
Fix incorrect method name in comment.
Robert Haas
2018-01-19
Fix typo in recent commit
Simon Riggs
2018-01-17
Ability to advance replication slots
Simon Riggs
2018-01-11
Fix Latin spelling
Peter Eisentraut
2018-01-09
Fix race condition during replication origin drop.
Tom Lane
2018-01-06
Default monitoring roles - errata
Simon Riggs
2018-01-05
Fix failure to delete spill files of aborted transactions
Alvaro Herrera
2018-01-03
Update copyright for 2018
Bruce Momjian
2017-12-29
Properly set base backup backends to active in pg_stat_activity
Magnus Hagander
2017-12-29
Fix race condition when changing synchronous_standby_names
Simon Riggs
2017-12-18
Fix bug in cancellation of non-exclusive backup to avoid assertion failure.
Fujii Masao
2017-12-14
Fix walsender timeouts when decoding a large transaction
Andrew Dunstan
2017-12-13
Rethink MemoryContext creation to improve performance.
Tom Lane
2017-12-04
Simplify do_pg_start_backup's API by opening pg_tblspc internally.
Tom Lane
2017-12-04
Clean up assorted messiness around AllocateDir() usage.
Tom Lane
2017-11-29
Update typedefs.list and re-run pgindent
Robert Haas
2017-11-22
Generational memory allocator
Simon Riggs
2017-11-22
Set es_output_cid in replication worker
Simon Riggs
2017-11-10
Add some const decorations to prototypes
Peter Eisentraut
2017-11-08
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-07
Exclude pg_internal.init from BASE_BACKUP
Simon Riggs
2017-11-03
Don't reset additional columns on subscriber to NULL on UPDATE
Peter Eisentraut
2017-10-16
Exclude flex-generated code from coverage testing
Peter Eisentraut
2017-10-12
Replace remaining uses of pq_sendint with pq_sendint{8,16,32}.
Andres Freund
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
[next]