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
*
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
*
Allow background workers to bypass datallowconn
Magnus Hagander
2018-04-05
*
Prevent accidental linking of system-supplied copies of libpq.so etc.
Tom Lane
2018-04-03
*
Properly use INT64_FORMAT in output
Magnus Hagander
2018-04-03
*
Fix for checksum validation patch
Magnus Hagander
2018-04-03
*
Validate page level checksums in base backups
Magnus Hagander
2018-04-03
*
Enhance pg_stat_wal_receiver view to display host and port of sender server.
Fujii Masao
2018-03-31
*
C comment: fix typo, log -> lag
Bruce Momjian
2018-03-28
*
Make pg_rewind skip files and directories that are removed during server start.
Fujii Masao
2018-03-29
*
Allow memory contexts to have both fixed and variable ident strings.
Tom Lane
2018-03-27
*
Skip temp tables from basebackup.
Teodor Sigaev
2018-03-27
*
Fix unsafe extraction of the OID part of a relation filename.
Tom Lane
2018-03-25
*
Exclude unlogged tables from base backups
Teodor Sigaev
2018-03-23
*
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
*
Rename TransactionChain functions
Peter Eisentraut
2018-03-16
*
logical replication: fix OID type mapping mechanism
Alvaro Herrera
2018-03-14
*
Refrain from duplicating data in reorderbuffers
Alvaro Herrera
2018-03-06
*
Fix filtering of unsupported relations in logical replication
Peter Eisentraut
2018-02-23
*
Fix crash in pg_replication_slot_advance
Alvaro Herrera
2018-02-19
*
Allow tupleslots to have a fixed tupledesc, use in executor nodes.
Andres Freund
2018-02-16
*
Remove some inappropriate #includes.
Tom Lane
2018-02-16
*
Fix typo
Peter Eisentraut
2018-02-12
*
Fix incorrect method name in comment.
Robert Haas
2018-02-08
*
Fix typo in recent commit
Simon Riggs
2018-01-19
*
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
*
Default monitoring roles - errata
Simon Riggs
2018-01-06
*
Fix failure to delete spill files of aborted transactions
Alvaro Herrera
2018-01-05
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
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-29
*
Fix bug in cancellation of non-exclusive backup to avoid assertion failure.
Fujii Masao
2017-12-19
*
Fix walsender timeouts when decoding a large transaction
Andrew Dunstan
2017-12-14
*
Rethink MemoryContext creation to improve performance.
Tom Lane
2017-12-13
*
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-12-04
*
Update typedefs.list and re-run pgindent
Robert Haas
2017-11-29
*
Generational memory allocator
Simon Riggs
2017-11-23
[next]