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 typos in comments.
Heikki Linnakangas
2016-10-26
*
Rename "pg_xlog" directory to "pg_wal".
Robert Haas
2016-10-20
*
libpqwalreceiver needs to link with libintl when using --enable-nls.
Tom Lane
2016-10-07
*
Extend framework from commit 53be0b1ad to report latch waits.
Robert Haas
2016-10-04
*
Correct logical decoding restore behaviour for subtransactions.
Andres Freund
2016-10-03
*
Exclude additional directories in pg_basebackup
Peter Eisentraut
2016-09-28
*
Fix dangling pointer problem in ReorderBufferSerializeChange.
Robert Haas
2016-09-28
*
Identify walsenders in pg_stat_activity
Simon Riggs
2016-09-12
*
Add location field to DefElem
Peter Eisentraut
2016-09-06
*
Dirty replication slots when using sql interface
Simon Riggs
2016-09-05
*
Remove duplicate code from ReorderBufferCleanupTXN().
Tom Lane
2016-09-04
*
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-08-27
*
reorderbuffer: preserve errno while reporting error
Alvaro Herrera
2016-08-19
*
Properly re-initialize replication slot shared memory upon creation.
Andres Freund
2016-08-17
*
Final pgindent + perltidy run for 9.6.
Tom Lane
2016-08-15
*
Code cleanup in SyncRepWaitForLSN()
Simon Riggs
2016-08-12
*
Don't propagate a null subtransaction snapshot up to parent transaction.
Tom Lane
2016-08-07
*
Fix typos in comments and debug message
Magnus Hagander
2016-07-18
*
walreceiver: tweak pg_stat_wal_receiver behavior
Alvaro Herrera
2016-07-01
*
Fix typo in ReorderBufferIterTXNInit().
Tom Lane
2016-06-30
*
Add conninfo to pg_stat_wal_receiver
Alvaro Herrera
2016-06-29
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
Fix various common mispellings.
Greg Stark
2016-06-03
*
Revert timeline following in replication slots
Alvaro Herrera
2016-05-04
*
Fix code comments regarding logical decoding
Alvaro Herrera
2016-05-02
*
Remove warning about num_sync being too large in synchronous_standby_names.
Tom Lane
2016-04-30
*
Remember asking for feedback during walsender shutdown.
Andres Freund
2016-04-28
*
Clean up parsing of synchronous_standby_names GUC variable.
Tom Lane
2016-04-27
*
Emit invalidations to standby for transactions without xid.
Andres Freund
2016-04-26
*
Fix trivial typo.
Andres Freund
2016-04-14
*
Fix core dump in ReorderBufferRestoreChange on alignment-picky platforms.
Tom Lane
2016-04-14
*
Adjust signature of walrcv_receive hook.
Tom Lane
2016-04-14
*
Adjust datatype of ReplicationState.acquired_by.
Tom Lane
2016-04-14
*
Add required database and origin filtering for logical messages.
Andres Freund
2016-04-13
*
Remove unused function GetOldestWALSendPointer from walsender code.
Fujii Masao
2016-04-13
*
Use ereport(ERROR) instead of Assert() to emit syncrep_parser error.
Fujii Masao
2016-04-11
*
Use proper format specifier %X/%X for LSN, again.
Fujii Masao
2016-04-06
*
Generic Messages for Logical Decoding
Simon Riggs
2016-04-06
*
Support multiple synchronous standby servers.
Fujii Masao
2016-04-06
*
Implement backup API functions for non-exclusive backups
Magnus Hagander
2016-04-05
*
Fix error message from wal_level value renaming
Peter Eisentraut
2016-04-04
*
Add Generic WAL interface
Teodor Sigaev
2016-04-01
*
Fix broken variable declaration
Alvaro Herrera
2016-03-30
*
Use proper format specifier %X/%X for LSN.
Fujii Masao
2016-03-31
*
Enable logical slots to follow timeline switches
Alvaro Herrera
2016-03-30
*
XLogReader general code cleanup
Alvaro Herrera
2016-03-30
*
Add new replication mode synchronous_commit = 'remote_apply'.
Robert Haas
2016-03-29
*
Don't use !! but != 0/NULL to force boolean evaluation.
Andres Freund
2016-03-27
*
Merge wal_level "archive" and "hot_standby" into new name "replica"
Peter Eisentraut
2016-03-18
*
Provide much better wait information in pg_stat_activity.
Robert Haas
2016-03-10
[next]