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
*
Clean up some lack-of-STRICT issues in the core code, too.
Tom Lane
2016-01-09
*
Fix copy-and-paste error in logical decoding callback.
Robert Haas
2015-12-18
*
Consistently set all fields in pg_stat_replication to null instead of 0
Magnus Hagander
2015-12-13
*
Properly initialize write, flush and replay locations in walsender slots
Magnus Hagander
2015-12-13
*
Adopt the GNU convention for handling tar-archive members exceeding 8GB.
Tom Lane
2015-11-21
*
Set replication origin when decoding commit records.
Andres Freund
2015-11-09
*
Message style improvements
Peter Eisentraut
2015-10-28
*
Measure string lengths only once
Alvaro Herrera
2015-10-27
*
Improve errhint() about replication slot naming restrictions.
Andres Freund
2015-10-03
*
Fix "sesssion" typo
Alvaro Herrera
2015-09-28
*
Fix misc typos.
Heikki Linnakangas
2015-09-05
*
Minor cleanups in slot related code.
Andres Freund
2015-08-11
*
Fix copy & paste mistake in pg_get_replication_slots().
Andres Freund
2015-08-10
*
Address points made in post-commit review of replication origins.
Andres Freund
2015-08-07
*
Fix debug message output when connecting to a logical slot.
Andres Freund
2015-08-05
*
Fix logical decoding bug leading to inefficient reopening of files.
Andres Freund
2015-07-07
*
Fix typo
Peter Eisentraut
2015-06-10
*
Fix assorted inconsistencies in our calls of readlink().
Tom Lane
2015-05-28
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Fix more typos in comments.
Heikki Linnakangas
2015-05-20
*
Collection of typo fixes.
Heikki Linnakangas
2015-05-20
*
Fix typos in comments
Magnus Hagander
2015-05-17
*
Add archive_mode='always' option.
Heikki Linnakangas
2015-05-15
*
Map basebackup tablespaces using a tablespace_map file
Andrew Dunstan
2015-05-12
*
Add macros to check if a filename is a WAL segment or other such file.
Heikki Linnakangas
2015-05-08
*
Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
Andres Freund
2015-05-08
*
Fix typos
Peter Eisentraut
2015-05-04
*
Copy editing of the replication origins patch.
Andres Freund
2015-05-01
*
Correct replication origin's use of UINT16_MAX to PG_UINT16_MAX.
Andres Freund
2015-04-30
*
Introduce replication progress tracking infrastructure.
Andres Freund
2015-04-29
*
Use a fd opened for read/write when syncing slots during startup.
Andres Freund
2015-04-28
*
Fix various typos and grammar errors in comments.
Andres Freund
2015-04-26
*
Add 'active_in' column to pg_replication_slots.
Andres Freund
2015-04-21
*
Fix assertion failure in logical decoding.
Heikki Linnakangas
2015-04-16
*
Reorganize our CRC source files again.
Heikki Linnakangas
2015-04-14
*
Remove duplicated words in comments.
Heikki Linnakangas
2015-04-12
*
Fix error handling of XLogReaderAllocate in case of OOM
Fujii Masao
2015-04-03
*
Correct comment to use RS_EPHEMERAL
Simon Riggs
2015-04-02
*
Remove spurious semicolons.
Heikki Linnakangas
2015-03-31
*
Tweak __attribute__-wrapping macros for better pgindent results.
Tom Lane
2015-03-26
*
Make SyncRepWakeQueue to a static function
Tatsuo Ishii
2015-03-26
*
Merge the various forms of transaction commit & abort records.
Andres Freund
2015-03-15
*
Fix integer overflow in debug message of walreceiver
Tatsuo Ishii
2015-03-14
*
Add macros wrapping all usage of gcc's __attribute__.
Andres Freund
2015-03-11
*
Fix an obsolete reference to SnapshotNow in comment.
Fujii Masao
2015-03-04
*
Error when creating names too long for tar format
Peter Eisentraut
2015-02-24
*
Fix typo in README.
Heikki Linnakangas
2015-02-24
*
Use FLEXIBLE_ARRAY_MEMBER for HeapTupleHeaderData.t_bits[].
Tom Lane
2015-02-21
*
Fix missing PQclear() in libpqrcv_endstreaming().
Tom Lane
2015-02-11
*
Report WAL flush, not insert, position in replication IDENTIFY_SYSTEM
Heikki Linnakangas
2015-02-06
[next]