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