index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
replication
Commit message (
Expand
)
Author
Age
*
Fix memory leak in pgoutput with relation attribute map
Michael Paquier
2024-12-30
*
Fix memory leak in pgoutput with publication list cache
Michael Paquier
2024-12-23
*
Fix memory leak in pgoutput for the WAL sender
Michael Paquier
2024-11-21
*
Fix a possibility of logical replication slot's restart_lsn going backwards.
Masahiko Sawada
2024-11-15
*
Revert "For inplace update, send nontransactional invalidations."
Noah Misch
2024-11-02
*
For inplace update, send nontransactional invalidations.
Noah Misch
2024-10-25
*
Reduce memory block size for decoded tuple storage to 8kB.
Masahiko Sawada
2024-10-16
*
Don't advance origin during apply failure.
Amit Kapila
2024-08-21
*
Fix possibility of logical decoding partial transaction changes.
Masahiko Sawada
2024-07-11
*
Drop the temporary tuple slots allocated by pgoutput.
Amit Kapila
2024-06-27
*
Fix the missing table sync due to improper invalidation handling.
Amit Kapila
2024-04-25
*
Use correct datatype for xmin variables in slot.c
Michael Paquier
2024-04-11
*
Fix race leading to incorrect conflict cause in InvalidatePossiblyObsoleteSlot()
Michael Paquier
2024-02-20
*
Revert "libpqwalreceiver: Convert to libpq-be-fe-helpers.h"
Heikki Linnakangas
2024-01-23
*
Fix memory leak in connection string validation.
Jeff Davis
2024-01-12
*
Re-validate connection string in libpqrcv_connect().
Jeff Davis
2024-01-12
*
Fix typo in comment
Daniel Gustafsson
2023-12-12
*
Fix an undetected deadlock due to apply worker.
Amit Kapila
2023-12-11
*
Fix incorrect error message for IDENTIFY_SYSTEM
Daniel Gustafsson
2023-12-05
*
Avoid unconditionally filling in missing values with NULL in pgoutput.
Amit Kapila
2023-11-27
*
Fix the initial sync tables with no columns.
Amit Kapila
2023-11-22
*
Fix the misuse of origin filter across multiple pg_logical_slot_get_changes()...
Amit Kapila
2023-09-27
*
Rename logical_replication_mode to debug_logical_replication_streaming
Peter Eisentraut
2023-08-29
*
Fix lack of message pluralization
Peter Eisentraut
2023-08-24
*
Fix the error message when failing to restore the snapshot.
Amit Kapila
2023-08-24
*
Fix ReorderBufferCheckMemoryLimit() comment.
Masahiko Sawada
2023-08-02
*
Remove unnecessary checks for indexes for REPLICA IDENTITY FULL tables.
Masahiko Sawada
2023-07-25
*
Fix the display of UNKNOWN message type in apply worker.
Amit Kapila
2023-07-25
*
Fix untranslatable log message assembly
Peter Eisentraut
2023-07-13
*
Doc: clarify the conditions of usable indexes for REPLICA IDENTITY FULL tables.
Masahiko Sawada
2023-07-13
*
Message wording improvements
Peter Eisentraut
2023-07-10
*
Fix assertion failure in snapshot building
Daniel Gustafsson
2023-07-04
*
Reword error messages for consistency
Peter Eisentraut
2023-06-28
*
Error message refactoring
Peter Eisentraut
2023-06-23
*
Pre-beta2 mechanical code beautification.
Tom Lane
2023-06-20
*
Fix possible crash in tablesync worker.
Amit Kapila
2023-06-15
*
Honor run_as_owner option in tablesync worker.
Masahiko Sawada
2023-06-09
*
Reload configuration more frequently in apply worker.
Amit Kapila
2023-06-07
*
Optimize walsender wake up logic using condition variables
Andres Freund
2023-05-21
*
Pre-beta mechanical code beautification.
Tom Lane
2023-05-19
*
Fix misbehavior of EvalPlanQual checks with multiple result relations.
Tom Lane
2023-05-19
*
Fix invalid memory access during the shutdown of the parallel apply worker.
Amit Kapila
2023-05-09
*
Fix assertion failure in apply worker.
Amit Kapila
2023-05-03
*
Fix typos in comments
Michael Paquier
2023-05-02
*
Use elog to report unexpected action in handle_streamed_transaction().
Masahiko Sawada
2023-04-24
*
Restart the apply worker if the 'password_required' option is changed.
Amit Kapila
2023-04-20
*
Fix various typos and incorrect/outdated name references
David Rowley
2023-04-19
*
Fix some typos and some incorrectly duplicated words
David Rowley
2023-04-18
*
Improve error messages introduced in be87200efd9 and 0fdab27ad68
Andres Freund
2023-04-12
*
Allow logical decoding on standbys
Andres Freund
2023-04-08
[next]