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
/
logical
Commit message (
Expand
)
Author
Age
*
Fix typo in logical truncate replication
Peter Eisentraut
2018-04-23
*
Revert "Allow on-line enabling and disabling of data checksums"
Magnus Hagander
2018-04-09
*
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
*
Allow background workers to bypass datallowconn
Magnus Hagander
2018-04-05
*
Allow memory contexts to have both fixed and variable ident strings.
Tom Lane
2018-03-27
*
Improve style guideline compliance of assorted error-report messages.
Tom Lane
2018-03-22
*
Handle heap rewrites even better in logical decoding
Peter Eisentraut
2018-03-21
*
logical replication: fix OID type mapping mechanism
Alvaro Herrera
2018-03-14
*
Refrain from duplicating data in reorderbuffers
Alvaro Herrera
2018-03-06
*
Allow tupleslots to have a fixed tupledesc, use in executor nodes.
Andres Freund
2018-02-16
*
Fix typo
Peter Eisentraut
2018-02-12
*
Ability to advance replication slots
Simon Riggs
2018-01-17
*
Fix Latin spelling
Peter Eisentraut
2018-01-11
*
Fix race condition during replication origin drop.
Tom Lane
2018-01-09
*
Fix failure to delete spill files of aborted transactions
Alvaro Herrera
2018-01-05
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Rethink MemoryContext creation to improve performance.
Tom Lane
2017-12-13
*
Update typedefs.list and re-run pgindent
Robert Haas
2017-11-29
*
Generational memory allocator
Simon Riggs
2017-11-23
*
Set es_output_cid in replication worker
Simon Riggs
2017-11-22
*
Don't reset additional columns on subscriber to NULL on UPDATE
Peter Eisentraut
2017-11-03
*
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
*
Add background worker type
Peter Eisentraut
2017-09-29
*
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
*
Message style fixes
Peter Eisentraut
2017-09-11
*
Restore behavior for replication origin drop
Alvaro Herrera
2017-09-01
*
Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).
Andres Freund
2017-08-20
*
Simplify some code in logical replication launcher
Peter Eisentraut
2017-08-15
*
Final pgindent + perltidy run for v10.
Tom Lane
2017-08-14
*
Reword comment for clarity
Alvaro Herrera
2017-08-12
*
Fix replication origin-related race conditions
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
*
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 race conditions and missed wakeups in syncrep worker signaling.
Tom Lane
2017-06-30
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
[next]