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