summaryrefslogtreecommitdiff
path: root/src/backend/replication
AgeCommit message (Expand)Author
2015-06-05Merge remote-tracking branch 'remotes/PGSQL/master' into XL_NEW_MASTERPavan Deolasee
2015-06-04Merge remote-tracking branch 'remotes/PGSQL/master' into XL_NEW_MASTERPavan Deolasee
2015-05-28Fix assorted inconsistencies in our calls of readlink().Tom Lane
2015-05-24pgindent run for 9.5Bruce Momjian
2015-05-20Fix more typos in comments.Heikki Linnakangas
2015-05-20Collection of typo fixes.Heikki Linnakangas
2015-05-17Fix typos in commentsMagnus Hagander
2015-05-15Add archive_mode='always' option.Heikki Linnakangas
2015-05-12Map basebackup tablespaces using a tablespace_map fileAndrew Dunstan
2015-05-08Add macros to check if a filename is a WAL segment or other such file.Heikki Linnakangas
2015-05-08Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund
2015-05-05Fix typosPeter Eisentraut
2015-05-01Copy editing of the replication origins patch.Andres Freund
2015-04-29Correct replication origin's use of UINT16_MAX to PG_UINT16_MAX.Andres Freund
2015-04-29Introduce replication progress tracking infrastructure.Andres Freund
2015-04-27Use a fd opened for read/write when syncing slots during startup.Andres Freund
2015-04-27Fix compilation issues post 9.4 merge.Pavan Deolasee
2015-04-27Merge commit 'ab76208e3df6841b3770edeece57d0f048392237' into XL_MASTER_MERGE_9_4Pavan Deolasee
2015-04-26Fix various typos and grammar errors in comments.Andres Freund
2015-04-21Add 'active_in' column to pg_replication_slots.Andres Freund
2015-04-16Fix assertion failure in logical decoding.Heikki Linnakangas
2015-04-15Skip an assertion which is known to give false positives in Postgres.Pavan Deolasee
2015-04-14Reorganize our CRC source files again.Heikki Linnakangas
2015-04-12Remove duplicated words in comments.Heikki Linnakangas
2015-04-03Fix error handling of XLogReaderAllocate in case of OOMFujii Masao
2015-04-02Correct comment to use RS_EPHEMERALSimon Riggs
2015-03-31Remove spurious semicolons.Heikki Linnakangas
2015-03-26Tweak __attribute__-wrapping macros for better pgindent results.Tom Lane
2015-03-26Make SyncRepWakeQueue to a static functionTatsuo Ishii
2015-03-15Merge the various forms of transaction commit & abort records.Andres Freund
2015-03-13Fix integer overflow in debug message of walreceiverTatsuo Ishii
2015-03-11Add macros wrapping all usage of gcc's __attribute__.Andres Freund
2015-03-04Fix an obsolete reference to SnapshotNow in comment.Fujii Masao
2015-02-24Error when creating names too long for tar formatPeter Eisentraut
2015-02-24Fix typo in README.Heikki Linnakangas
2015-02-21Use FLEXIBLE_ARRAY_MEMBER for HeapTupleHeaderData.t_bits[].Tom Lane
2015-02-12Fix missing PQclear() in libpqrcv_endstreaming().Tom Lane
2015-02-06Report WAL flush, not insert, position in replication IDENTIFY_SYSTEMHeikki Linnakangas
2015-02-02Be more careful to not lose sync in the FE/BE protocol.Heikki Linnakangas
2015-01-26Further cleanup of ReorderBufferCommit().Tom Lane
2015-01-24Fix unsafe coding in ReorderBufferCommit().Tom Lane
2015-01-24Replace a bunch more uses of strncpy() with safer coding.Tom Lane
2015-01-17Replace walsender's latch with the general shared latch.Andres Freund
2015-01-14Add a default local latch for use in signal handlers.Andres Freund
2015-01-13Commonalize process startup code.Andres Freund
2015-01-13Add barriers to the latch code.Andres Freund
2015-01-06Update copyright for 2015Bruce Momjian
2015-01-03Prevent WAL files created by pg_basebackup -x/X from being archived again.Andres Freund
2015-01-03Add pg_string_endswith as the start of a string helper library in src/common.Andres Freund
2014-12-25Remove duplicate include of slot.h.Fujii Masao