summaryrefslogtreecommitdiff
path: root/src/backend/replication
AgeCommit message (Expand)Author
2017-04-01Don't use bgw_main even to specify in-core bgworker entrypoints.Robert Haas
2017-03-30Default monitoring rolesSimon Riggs
2017-03-29Update copyright year in recently added filesPeter Eisentraut
2017-03-28Remove direct uses of ItemPointer.{ip_blkid,ip_posid}Alvaro Herrera
2017-03-28Cleanup slots during drop databaseSimon Riggs
2017-03-27Show more processes in pg_stat_activity.Robert Haas
2017-03-26Fix typos in logical replication support for initial data copy.Tom Lane
2017-03-25Report catalog_xmin separately in hot_standby_feedbackSimon Riggs
2017-03-24Handle empty result set in libpqrcv_execPeter Eisentraut
2017-03-23Replication lag tracking for walsendersSimon Riggs
2017-03-23Logical replication support for initial data copyPeter Eisentraut
2017-03-22Refactor GetOldestXmin() to use flagsSimon Riggs
2017-03-22Teach xlogreader to follow timeline switchesSimon Riggs
2017-03-18Create and use wait events for read, write, and fsync operations.Robert Haas
2017-03-15Rewrite async-connection loop in libpqwalreceiver.c, once again.Tom Lane
2017-03-15Improve grammar / fix typos in snapbuild.c.Andres Freund
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