summaryrefslogtreecommitdiff
path: root/src/backend/replication
AgeCommit message (Expand)Author
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
2018-06-25Update obsolete commentsAlvaro Herrera
2018-06-25Address set of issues with errno handlingMichael Paquier
2018-06-12Convert debug message from ereport to elogPeter Eisentraut
2018-06-11Fix oversight from 9e149c8 with spin-lock handlingMichael Paquier
2018-06-11Fix a couple of bugs with replication slot advancing featureMichael Paquier
2018-06-10Fix and document lock handling for in-memory replication slot dataMichael Paquier
2018-05-01Fix some assorted compiler warnings on Windows.Tom Lane
2018-04-30Don't do logical replication of TRUNCATE of zero tablesPeter Eisentraut
2018-04-26Post-feature-freeze pgindent run.Tom Lane
2018-04-23Fix typo in logical truncate replicationPeter Eisentraut
2018-04-15Don't attempt to verify checksums on new pagesMagnus Hagander
2018-04-14Improve code commentsPeter Eisentraut
2018-04-09Further cleanup of client dependencies on src/include/catalog headers.Tom Lane
2018-04-09Revert "Allow on-line enabling and disabling of data checksums"Magnus Hagander
2018-04-07Refactor dir/file permissionsStephen Frost
2018-04-07Logical replication support for TRUNCATEPeter Eisentraut
2018-04-07Logical decoding of TRUNCATEPeter Eisentraut