index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
replication
Age
Commit message (
Expand
)
Author
2024-05-03
Fix an assortment of typos
David Rowley
2024-04-28
Fix duplicated consecutive words in comments
David Rowley
2024-04-25
Post-commit review fixes for slot synchronization.
Amit Kapila
2024-04-25
Fix the missing table sync due to improper invalidation handling.
Amit Kapila
2024-04-18
Fix typos and duplicate words
Daniel Gustafsson
2024-04-12
Fix the review comments and a bug in the slot sync code.
Amit Kapila
2024-04-11
Use correct datatype for xmin variables in slot.c
Michael Paquier
2024-04-11
Revert indexed and enlargable binary heap implementation.
Masahiko Sawada
2024-04-11
Replace binaryheap + index with pairingheap in reorderbuffer.c
Masahiko Sawada
2024-04-09
Fixup various StringInfo function usages
David Rowley
2024-04-07
Support retrieval of results in chunks with libpq.
Tom Lane
2024-04-05
Allow synced slots to have their inactive_since.
Amit Kapila
2024-04-03
Ensure that the sync slots reach a consistent state after promotion without l...
Amit Kapila
2024-04-03
Improve eviction algorithm in ReorderBuffer using max-heap for many subtransa...
Masahiko Sawada
2024-04-03
Add functions to binaryheap for efficient key removal and update.
Masahiko Sawada
2024-03-27
Change last_inactive_time to inactive_since in pg_replication_slots.
Amit Kapila
2024-03-25
Fix indentation from a11f330b5
Daniel Gustafsson
2024-03-25
Merge prune, freeze and vacuum WAL record formats
Heikki Linnakangas
2024-03-25
Track last_inactive_time in pg_replication_slots.
Amit Kapila
2024-03-22
Track invalidation_reason in pg_replication_slots.
Amit Kapila
2024-03-19
Fix misleading comments
Peter Eisentraut
2024-03-18
Refactor postmaster child process launching
Heikki Linnakangas
2024-03-14
Fix typos in reorderbuffer.c.
Amit Kapila
2024-03-13
Make the order of the header file includes consistent
Peter Eisentraut
2024-03-12
Keep replication slot statistics on invalidation
Michael Paquier
2024-03-12
Remove redundant fetch of the recent flush pointer in WalSndWaitForWal.
Amit Kapila
2024-03-08
Admit deferrable PKs into rd_pkindex, but flag them as such
Alvaro Herrera
2024-03-08
Introduce a new GUC 'standby_slot_names'.
Amit Kapila
2024-03-07
Revert "Add recovery TAP test for race condition with slot invalidations"
Michael Paquier
2024-03-06
Add recovery TAP test for race condition with slot invalidations
Michael Paquier
2024-03-04
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-04
Remove unused 'countincludesself' argument to pq_sendcountedtext()
Heikki Linnakangas
2024-03-04
Use MyBackendType in more places to check what process this is
Heikki Linnakangas
2024-03-03
Replace BackendIds with 0-based ProcNumbers
Heikki Linnakangas
2024-02-29
Fixups for commit 93db6cbda0.
Amit Kapila
2024-02-26
Add helper functions for dshash tables with string keys.
Nathan Bossart
2024-02-26
Use NULL instead of 0 for 'arg' argument in dshash_create() calls.
Nathan Bossart
2024-02-22
Make GetSlotInvalidationCause() return RS_INVAL_NONE on unexpected input
Michael Paquier
2024-02-22
Add a new slot sync worker to synchronize logical slots.
Amit Kapila
2024-02-22
Improve ERROR/LOG messages added by commits ddd5f4f54a and 7a424ece48.
Amit Kapila
2024-02-21
Add lookup table for replication slot conflict reasons
Michael Paquier
2024-02-20
Fix race leading to incorrect conflict cause in InvalidatePossiblyObsoleteSlot()
Michael Paquier
2024-02-16
Use new overflow-safe integer comparison functions.
Nathan Bossart
2024-02-16
Pass correct count to WALRead().
Jeff Davis
2024-02-16
Fix the incorrect format specifier used in commit 7a424ece48.
Amit Kapila
2024-02-16
Add more LOG and DEBUG messages for slot synchronization.
Amit Kapila
2024-02-14
Centralize logic for restoring errno in signal handlers.
Nathan Bossart
2024-02-14
Add a slot synchronization function.
Amit Kapila
2024-02-12
Read WAL directly from WAL buffers.
Jeff Davis
2024-02-07
Clean-ups for 776621a5e4 and 7329240437.
Amit Kapila
[next]