Fix deparsing FETCH FIRST <expr> ROWS WITH TIES
[postgresql.git] / src / backend / replication /
14 hours ago Amit KapilaDon't retreat slot's confirmed_flush LSN.
12 days ago Nathan BossartRemove pg_replication_origin's TOAST table.
2025-04-29 Amit KapilaFix assertion failure during decoding from synced slots.
2025-04-28 Amit KapilaFix xmin advancement during fast_forward decoding.
2025-04-23 Amit KapilaFix an oversight in 3f28b2fcac.
2025-04-21 Tom LaneUse the same cmd_context throughout a walsender's lifetime.
2025-04-11 Michael PaquierFix race with synchronous_standby_names at startup
2025-04-10 David RowleyImprove various new-to-v18 appendStringInfo calls
2025-04-10 Amit KapilaFix data loss in logical replication.
2025-04-08 Amit KapilaFix uninitialized index information access during apply.
2025-04-07 Michael PaquierFlush the IO statistics of active WAL senders more...
2025-04-04 Heikki LinnakangasUse standard die() signal handler in walreceiver
2025-04-03 Masahiko SawadaRestrict copying of invalidated replication slots.
2025-04-03 Amit KapilaFix slot synchronization for two_phase enabled slots.
2025-03-29 Peter EisentrautUse PRI?64 instead of "ll?" in format strings (continued).
2025-03-27 Daniel GustafssonFix guc_malloc calls for consistency and OOM checks
2025-03-26 Tom LaneUse PG_MODULE_MAGIC_EXT in our installable shared libra...
2025-03-25 Amit KapilaFix an oversight in 3abe9dc188.
2025-03-24 Amit KapilaDetect and Log multiple_unique_conflicts type conflict.
2025-03-21 Masahiko SawadaAdd GUC option to control maximum active replication...
2025-03-17 Andres Freundaio: Basic subsystem initialization
2025-03-14 Amit KapilaFix ALTER SUBSCRIPTION ... SET PUBLICATION ... command.
2025-03-13 Peter Eisentrautpg_noreturn to replace pg_attribute_noreturn()
2025-03-13 Amit KapilaAvoid invalidating all RelationSyncCache entries on...
2025-03-12 Heikki LinnakangasRename alloc/free functions in reorderbuffer.c
2025-03-11 Masahiko Sawadapg_logicalinspect: Fix possible crash when passing...
2025-03-09 Heikki LinnakangasFix incorrect assertion in libpqwalreceiver
2025-03-06 Amit KapilaAvoid invalidating all RelationSyncCache entries on...
2025-03-06 Michael PaquierAdd more monitoring data for WAL writes in the WAL...
2025-03-05 Heikki LinnakangasRename some signal and interrupt handling functions...
2025-03-05 Michael PaquierFix some gaps in pg_stat_io with WAL receiver and WAL...
2025-02-27 Amit KapilaFix the race condition in ReplicationSlotAcquire().
2025-02-25 Andres FreundChange relpath() et al to return path by value
2025-02-25 Amit KapilaDoc: Fix pg_copy_logical_replication_slot description.
2025-02-24 Masahiko SawadaFix assertion when decoding XLOG_PARAMETER_CHANGE on...
2025-02-23 Peter EisentrautSnapBuildRestoreContents() void * argument for binary...
2025-02-21 Peter EisentrautDrop opcintype from index AM strategy translation API
2025-02-21 Peter Eisentrautbackend launchers void * arguments for binary data
2025-02-20 Amit KapilaImprove errdetail message added by ac0e33136a.
2025-02-19 Tom LaneFix crash in brininsertcleanup during logical replication.
2025-02-19 Amit KapilaAdd a test for commit ac0e33136a using the injection...
2025-02-19 Amit KapilaInvalidate inactive replication slots.
2025-02-13 Peter EisentrautRemove unnecessary (char *) casts [xlog]
2025-02-13 Masahiko SawadaRename RBTXN_PREPARE to RBTXN_IS_PREPARE for better...
2025-02-13 Masahiko SawadaSkip logical decoding of already-aborted transactions.
2025-02-12 Peter EisentrautRemove unnecessary (char *) casts [mem]
2025-02-12 Peter EisentrautRemove unnecessary (char *) casts [string]
2025-02-07 Peter EisentrautVirtual generated columns
2025-02-07 Amit LangoteTrack unpruned relids to avoid processing pruned relations
2025-02-05 Amit KapilaAvoid updating inactive_since for invalid replication...
2025-02-03 Peter EisentrautIntegrate GistTranslateCompareType() into IndexAmTransl...
2025-01-31 Tom LaneGet rid of our dependency on type "long" for memory...
2025-01-31 Amit KapilaRaise an error while trying to acquire an invalid slot.
2025-01-29 John NaylorFix grammatical typos around possessive "its"
2025-01-24 Peter EisentrautReturn yyparse() result not via global variable
2025-01-23 Amit KapilaChange publication's publish_generated_columns option...
2025-01-10 Andres Freundpostmaster: Rename some shutdown related PMState phase...
2025-01-06 Peter Eisentrautflex code modernization: Replace YY_EXTRA_TYPE define...
2025-01-01 David RowleyFix an assortment of spelling mistakes and typos
2025-01-01 Bruce MomjianUpdate copyright for 2025
2024-12-30 Michael PaquierFix memory leak in pgoutput with relation attribute map
2024-12-25 Peter EisentrautPartial pgindent of .l and .y files
2024-12-24 Peter Eisentrautsyncrep parser: pure parser and reentrant scanner
2024-12-24 Peter Eisentrautreplication parser: pure parser and reentrant scanner
2024-12-23 Heikki LinnakangasRemove unnecessary GetTransactionSnapshot() calls
2024-12-20 Heikki LinnakangasFix variable reference in comment
2024-12-20 David RowleyIntroduce CompactAttribute array in TupleDesc, take 2
2024-12-19 Peter EisentrautSmall whitespace improvement
2024-12-13 Álvaro HerreraRewrite maybe_reread_subscription() comment
2024-12-10 Peter EisentrautMake the conditions in IsIndexUsableForReplicaIdentityF...
2024-12-10 Peter EisentrautReplace get_equal_strategy_number_for_am() by get_equal...
2024-12-09 Michael PaquierFix memory leak in pgoutput with publication list cache
2024-12-04 Peter EisentrautSimplify IsIndexUsableForReplicaIdentityFull()
2024-12-03 Álvaro HerreraFix synchronized_standby_slots GUC check hook
2024-11-28 Peter EisentrautRemove useless casts to (void *)
2024-11-27 Álvaro HerreraMake GUC_check_errdetail messages full sentences
2024-11-27 Amit KapilaImprove error message for replication of generated...
2024-11-25 Amit KapilaDoc: Clarify the `inactive_since` field description.
2024-11-21 Michael PaquierFix memory leak in pgoutput for the WAL sender
2024-11-16 Masahiko SawadaFix a possibility of logical replication slot's restart...
2024-11-08 Álvaro HerreraAdd pg_constraint rows for not-null constraints
2024-11-07 Amit KapilaReplicate generated columns when 'publish_generated_col...
2024-11-01 Heikki LinnakangasUse ProcNumbers instead of direct Latch pointers to...
2024-10-30 Amit KapilaReplicate generated columns when specified in the colum...
2024-10-27 Peter EisentrautRemove unused #include's from backend .c files
2024-10-25 Noah MischFor inplace update, send nontransactional invalidations.
2024-10-25 Michael PaquierRefactor code converting a publication name List to...
2024-10-16 Masahiko SawadaReduce memory block size for decoded tuple storage...
2024-10-15 Masahiko SawadaAdd contrib/pg_logicalinspect.
2024-10-15 Masahiko SawadaMove SnapBuild and SnapBuildOnDisk structs to snapshot_...
2024-10-08 Andres FreundUse aux process resource owner in walsender
2024-10-05 Heikki LinnakangasRemove unused latch
2024-09-13 Amit KapilaProhibit altering invalidated replication slots.
2024-09-11 Amit KapilaImprove assertion in FindReplTupleInLocalRel().
2024-09-04 Michael PaquierApply more quoting to GUC names in messages
2024-09-04 Amit KapilaCollect statistics about conflicts in logical replication.
2024-09-03 Peter EisentrautAdd const qualifiers to XLogRegister*() functions
2024-09-03 Michael PaquierFix typos and grammar in code comments and docs
2024-08-30 Michael PaquierDefine PG_LOGICAL_DIR for path pg_logical/ in data...
2024-08-30 Michael PaquierDefine PG_REPLSLOT_DIR for path pg_replslot/ in data...
next