aboutsummaryrefslogtreecommitdiff
path: root/src/backend/replication
Commit message (Expand)AuthorAge
* Use ProcNumbers instead of direct Latch pointers to address other procsHeikki Linnakangas2024-11-01
* Replicate generated columns when specified in the column list.Amit Kapila2024-10-30
* Remove unused #include's from backend .c filesPeter Eisentraut2024-10-27
* For inplace update, send nontransactional invalidations.Noah Misch2024-10-25
* Refactor code converting a publication name List to a StringInfoMichael Paquier2024-10-25
* Reduce memory block size for decoded tuple storage to 8kB.Masahiko Sawada2024-10-16
* Add contrib/pg_logicalinspect.Masahiko Sawada2024-10-14
* Move SnapBuild and SnapBuildOnDisk structs to snapshot_internal.h.Masahiko Sawada2024-10-14
* Use aux process resource owner in walsenderAndres Freund2024-10-08
* Remove unused latchHeikki Linnakangas2024-10-05
* Prohibit altering invalidated replication slots.Amit Kapila2024-09-13
* Improve assertion in FindReplTupleInLocalRel().Amit Kapila2024-09-11
* Apply more quoting to GUC names in messagesMichael Paquier2024-09-04
* Collect statistics about conflicts in logical replication.Amit Kapila2024-09-04
* Add const qualifiers to XLogRegister*() functionsPeter Eisentraut2024-09-03
* Fix typos and grammar in code comments and docsMichael Paquier2024-09-03
* Define PG_LOGICAL_DIR for path pg_logical/ in data folderMichael Paquier2024-08-30
* Define PG_REPLSLOT_DIR for path pg_replslot/ in data folderMichael Paquier2024-08-30
* Message style improvementsPeter Eisentraut2024-08-29
* Rename the conflict types for the origin differ cases.Amit Kapila2024-08-29
* Fix misplaced translator commentsPeter Eisentraut2024-08-27
* Fix identation.Masahiko Sawada2024-08-26
* Fix memory counter update in ReorderBuffer.Masahiko Sawada2024-08-26
* Don't advance origin during apply failure.Amit Kapila2024-08-21
* Log the conflicts while applying changes in logical replication.Amit Kapila2024-08-20
* Change the misleading local end_lsn for prepared transactions.Amit Kapila2024-08-09
* Include bison header files into implementation filesPeter Eisentraut2024-08-02
* Avoid duplicate table scans for cross-partition updates during logical replic...Amit Kapila2024-08-01
* Add extern declarations for Bison global variablesPeter Eisentraut2024-07-25
* Allow altering of two_phase option of a SUBSCRIPTION.Amit Kapila2024-07-24
* Use PqMsg_* macros in more places.Nathan Bossart2024-07-17
* Fix a typo in logicalrep_write_typ().Amit Kapila2024-07-12
* Improve logical replication connection-failure messages.Tom Lane2024-07-11
* Fix possibility of logical decoding partial transaction changes.Masahiko Sawada2024-07-11
* Fix comment in libpqrcv_check_conninfo().Fujii Masao2024-07-09
* To improve the code, move the error check in logical_read_xlog_page().Amit Kapila2024-07-09
* Assign error codes where missing for user-facing failuresMichael Paquier2024-07-04
* Remove redundant SetProcessingMode(InitProcessing) callsHeikki Linnakangas2024-07-02
* Convert some extern variables to staticPeter Eisentraut2024-07-02
* Preserve CurrentMemoryContext across Start/CommitTransactionCommand.Tom Lane2024-07-01
* Rename standby_slot_names to synchronized_standby_slots.Amit Kapila2024-07-01
* Format better code for xact_decode()'s XLOG_XACT_INVALIDATIONSMichael Paquier2024-07-01
* Drop the temporary tuple slots allocated by pgoutput.Amit Kapila2024-06-27
* Harmonize function parameter names for Postgres 17.Peter Geoghegan2024-06-12
* Fix an assert in CheckPointReplicationSlots().Amit Kapila2024-06-11
* A few follow-up fixes for GUC name quotingPeter Eisentraut2024-05-17
* Revise GUC names quoting in messages againPeter Eisentraut2024-05-17
* Fix incorrect format placeholderPeter Eisentraut2024-05-08
* Fix an assortment of typosDavid Rowley2024-05-04
* Fix duplicated consecutive words in commentsDavid Rowley2024-04-28