summaryrefslogtreecommitdiff
path: root/src/backend/replication
AgeCommit message (Expand)Author
2019-11-19Add logical_decoding_work_mem to limit ReorderBuffer memory usage.Amit Kapila
2019-11-12Make the order of the header file includes consistent in backend modules.Amit Kapila
2019-11-09Fix negative bitmapset member not allowed error in logical replicationPeter Eisentraut
2019-11-08Fix gratuitous error message variationPeter Eisentraut
2019-11-06Fix memory allocation mistakePeter Eisentraut
2019-11-06Fix timestamp of sent message for write context in logical decodingMichael Paquier
2019-11-05Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund
2019-11-01Add some assertions in syncrep.cMichael Paquier
2019-11-01Fix race condition at backend exit when deleting element in syncrep queueMichael Paquier
2019-10-31Fix typo in comment of syncrep.cMichael Paquier
2019-10-30Fix typos in the codeMichael Paquier
2019-10-19Fix most -Wundef warningsPeter Eisentraut
2019-10-18Fix timeout handling in logical replication workerMichael Paquier
2019-10-17Fix minor bug in logical-replication walsender shutdownAlvaro Herrera
2019-10-04Use a fd opened for read/write when syncing slots during startup, take 2.Andres Freund
2019-09-24Rework WAL-reading supporting structsAlvaro Herrera
2019-09-23Message style fixesPeter Eisentraut
2019-09-17Add some const decorations to array constantsPeter Eisentraut
2019-09-13logical decoding: process ASSIGNMENT during snapshot buildAlvaro Herrera
2019-09-08Fix RelationIdGetRelation calls that weren't bothering with error checks.Tom Lane
2019-09-06When performing a base backup, check for read errors.Robert Haas
2019-09-05Split tuptoaster.c into three separate files.Robert Haas
2019-08-21Fix typoAlvaro Herrera
2019-08-19Fix inconsistencies and typos in the tree, take 11Michael Paquier
2019-08-16Remove fmgr.h includes from headers that don't really need it.Andres Freund
2019-08-13Fix inconsistencies and typos in the tree, take 10Michael Paquier
2019-08-12Rationalize use of list_concat + list_copy combinations.Tom Lane
2019-08-07Adjust tuple data lookup logic in multi-insert logical decodingMichael Paquier
2019-08-05Fix inconsistencies and typos in the tree, take 9Michael Paquier
2019-07-29Fix inconsistencies and typos in the treeMichael Paquier
2019-07-16Redesign the API for list sorting (list_qsort becomes list_sort).Tom Lane
2019-07-15Represent Lists as expansible arrays, not chains of cons-cells.Tom Lane
2019-07-08Fix inconsistencies in the codeMichael Paquier
2019-07-07Use consistent style for checking return from system callsPeter Eisentraut
2019-07-04Unwind some workarounds for lack of portable int64 format specifierPeter Eisentraut
2019-07-01Fix many typos and inconsistenciesMichael Paquier
2019-06-29Add an enforcement mechanism for global object names in regression tests.Tom Lane
2019-06-29Disallow user-created replication origins named "pg_xxx".Tom Lane
2019-06-17Fix more typos and inconsistencies in the treeMichael Paquier
2019-05-24Fix typos.Thomas Munro
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-05-22Initial pgindent run for v12.Tom Lane
2019-05-16More message style fixesAlvaro Herrera
2019-05-14Fix duplicated words in commentsMichael Paquier
2019-05-13Fix logical replication's ideas about which type OIDs are built-in.Tom Lane
2019-04-29In walreceiver, don't try to do ereport() in a signal handler.Tom Lane
2019-04-17Fix thinko introduced by 82a5649 in slot.cMichael Paquier
2019-04-17Simplify some ERROR paths clearing wait events and transient filesMichael Paquier
2019-04-16Remove duplicate assignment when initializing logical decoder contextMichael Paquier
2019-04-15Fix SHOW ALL command for non-superusers with replication connectionMichael Paquier