summaryrefslogtreecommitdiff
path: root/src/backend/replication
AgeCommit message (Expand)Author
2017-03-14Add option to control snapshot export to CREATE_REPLICATION_SLOTPeter Eisentraut
2017-03-14Spelling fixesPeter Eisentraut
2017-03-13Fix typo in commentMagnus Hagander
2017-03-12Use wrappers of PG_DETOAST_DATUM_PACKED() more.Noah Misch
2017-03-10Reduce log verbosity of startup/shutdown for launcher subprocesses.Tom Lane
2017-03-08Prevent logical rep workers with removed subscriptions from starting.Fujii Masao
2017-03-07Ensure ThisTimeLineID is valid before START_REPLICATIONSimon Riggs
2017-03-06Reorder the asynchronous libpq calls for replication connectionPeter Eisentraut
2017-03-03Add RENAME support for PUBLICATIONs and SUBSCRIPTIONsPeter Eisentraut
2017-03-03Fix after trigger execution in logical replicationPeter Eisentraut
2017-03-03Use asynchronous connect API in libpqwalreceiverPeter Eisentraut
2017-03-03Add pg_current_logfile() function.Robert Haas
2017-02-27chomp PQerrorMessage() in backend usesPeter Eisentraut
2017-02-27Use the new "Slab" context for some allocations in reorderbuffer.h.Andres Freund
2017-02-25Remove useless duplicate inclusions of system header files.Tom Lane
2017-02-23Consistently declare timestamp variables as TimestampTz.Tom Lane
2017-02-23Fix logical replication with different encodingsPeter Eisentraut
2017-02-21Make walsender always initialize the buffers.Fujii Masao
2017-02-21Remove confusing comment about unsupported feature.Fujii Masao
2017-02-09Rename user-facing tools with "xlog" in the name to say "wal".Robert Haas
2017-02-06Fix typo in variable name.Heikki Linnakangas
2017-02-06Fix typos in comments.Heikki Linnakangas
2017-02-01Provide CatalogTupleDelete() as a wrapper around simple_heap_delete().Tom Lane
2017-02-01Refactor other replication commands to use DestRemoteSimple.Robert Haas
2017-01-31Tweak catalog indexing abstraction for upcoming WARMAlvaro Herrera
2017-01-26Reset hot standby xmin on master after restartSimon Riggs
2017-01-25Update copyright years in some recently added filesPeter Eisentraut
2017-01-24Add a SHOW command to the replication command language.Robert Haas
2017-01-24Be sure to release the lock on failure to launch logical replication worker.Fujii Masao
2017-01-23Fix NULL pointer access in logical replication workersPeter Eisentraut
2017-01-23Fix memory leaks in libpqwalreceiverPeter Eisentraut
2017-01-21Move some things from builtins.h to new header filesPeter Eisentraut
2017-01-20Try to fix non-MSVC Windows builds in the wake of logical replication.Tom Lane
2017-01-20Logical replicationPeter Eisentraut
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-12-23Remove unnecessary casts of makeNode() resultPeter Eisentraut
2016-12-22Skip checkpoints, archiving on idle systems.Andres Freund
2016-12-19Support quorum-based synchronous replication.Fujii Masao
2016-12-19Fix base backup rate limiting in presence of slow i/oMagnus Hagander
2016-12-17Fix typos in commentsMagnus Hagander
2016-12-16Ensure that num_sync is greater than zero in synchronous_standby_names.Fujii Masao
2016-12-16Simplify LWLock tranche machinery by removing array_base/array_stride.Robert Haas
2016-12-12Add support for temporary replication slotsPeter Eisentraut
2016-12-02Fix outdated commentsAlvaro Herrera
2016-12-02Refactor libpqwalreceiverPeter Eisentraut
2016-12-02Use latch instead of select() in walreceiverPeter Eisentraut
2016-11-22Support condition variables.Robert Haas
2016-10-26Fix typos in comments.Heikki Linnakangas
2016-10-20Rename "pg_xlog" directory to "pg_wal".Robert Haas
2016-10-08libpqwalreceiver needs to link with libintl when using --enable-nls.Tom Lane