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-12-09
Add timestamp of last received message from standby to pg_stat_replication
Michael Paquier
2018-11-30
Fix various checksum check problems for pg_verify_checksums and base backups
Michael Paquier
2018-11-29
Fix handling of synchronous replication for stopping WAL senders
Michael Paquier
2018-11-28
Do not decode TOAST data for table rewrites
Tomas Vondra
2018-11-23
Add WL_EXIT_ON_PM_DEATH pseudo-event.
Thomas Munro
2018-11-21
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-19
PANIC on fsync() failure.
Thomas Munro
2018-11-17
Leave SIGTTIN/SIGTTOU signal handling alone in postmaster child processes.
Tom Lane
2018-11-16
Introduce notion of different types of slots (without implementing them).
Andres Freund
2018-11-05
Fix copy-paste error in errhint() introduced in 691d79a07933.
Andres Freund
2018-11-01
Lower error level from PANIC to FATAL when restoring slots at startup
Michael Paquier
2018-11-01
Fix error message typo introduced 691d79a07933.
Andres Freund
2018-10-31
Disallow starting server with insufficient wal_level for existing slot.
Andres Freund
2018-10-16
Correct constness of a few variables.
Andres Freund
2018-10-15
Move the replication lag tracker into heap memory.
Thomas Munro
2018-10-15
Make spelling of "acknowledgment" consistent
Peter Eisentraut
2018-10-10
Fix logical decoding error when system table w/ toast is repeatedly rewritten.
Andres Freund
2018-10-04
In the executor, use an array of pointers to access the rangetable.
Tom Lane
2018-10-04
Centralize executor's opening/closing of Relations for rangetable entries.
Tom Lane
2018-09-30
Create an RTE field to record the query's lock mode for each relation.
Tom Lane
2018-09-25
Split ExecStoreTuple into ExecStoreHeapTuple and ExecStoreBufferHeapTuple.
Andres Freund
2018-09-04
Improve some error message strings and errcodes
Michael Paquier
2018-09-03
Fix memory leak in TRUNCATE decoding
Tomas Vondra
2018-09-02
Fix initial sync of slot parent directory when restoring status
Michael Paquier
2018-09-01
Avoid using potentially-under-aligned page buffers.
Tom Lane
2018-09-01
Ignore server-side delays when enforcing wal_sender_timeout.
Noah Misch
2018-08-26
Reconsider new file extension in commit 91f26d5f.
Jeff Davis
2018-08-25
Change extension of spilled ReorderBufferChange data to ".tmp".
Jeff Davis
2018-08-16
Close the file descriptor in ApplyLogicalMappingFile
Tomas Vondra
2018-08-08
Don't run atexit callbacks in quickdie signal handlers.
Heikki Linnakangas
2018-08-04
Reset properly errno before calling write()
Michael Paquier
2018-08-01
Fix logical replication slot initialization
Alvaro Herrera
2018-07-30
Set ActiveSnapshot when logically replaying inserts
Alvaro Herrera
2018-07-23
Add proper errcodes to new error messages for read() failures
Michael Paquier
2018-07-22
Hand code string to integer conversion for performance.
Andres Freund
2018-07-19
Rewrite comments in replication slot advance implementation
Alvaro Herrera
2018-07-18
Use a ResourceOwner to track buffer pins in all cases.
Tom Lane
2018-07-18
Fix misc typos, mostly in comments.
Heikki Linnakangas
2018-07-18
Fix more portability issues with casts to Size when using off_t
Michael Paquier
2018-07-17
Rework error messages around file handling
Michael Paquier
2018-07-16
Add subtransaction handling for table synchronization workers.
Robert Haas
2018-07-13
Fix argument of pg_create_logical_replication_slot for slot name
Michael Paquier
2018-07-12
Make logical WAL sender report streaming state appropriately
Michael Paquier
2018-07-10
Block replication slot advance for these not yet reserving WAL
Michael Paquier
2018-07-09
Flip argument order in XLogSegNoOffsetToRecPtr
Alvaro Herrera
2018-07-06
Allow replication slots to be dropped in single-user mode
Alvaro Herrera
2018-07-05
logical decoding: beware of an unset specinsert change
Alvaro Herrera
2018-07-02
Correct function name in comment of logical decoding code
Michael Paquier
2018-06-30
pgindent run prior to branching
Andrew Dunstan
2018-06-26
Fix "base" snapshot handling in logical decoding
Alvaro Herrera
[next]