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
/
logical
Age
Commit message (
Expand
)
Author
4 hours
Standardize LSN formatting by zero padding
Álvaro Herrera
6 days
Make more use of binaryheap_empty() and binaryheap_size().
Nathan Bossart
9 days
Message style improvements
Peter Eisentraut
13 days
Prevent excessive delays before launching new logrep workers.
Tom Lane
13 days
Fix missing comment update in 1462aad2e4.
Amit Kapila
2025-06-19
Improve log messages and docs for slot synchronization.
Amit Kapila
2025-06-17
Fix re-distributing previously distributed invalidation messages during logic...
Masahiko Sawada
2025-06-14
Add TAP tests to check replication slot advance during the checkpoint
Alexander Korotkov
2025-06-06
Use NULL instead of 0 for pointer arguments.
Nathan Bossart
2025-05-30
Ensure we have a snapshot when updating various system catalogs.
Nathan Bossart
2025-05-19
Don't retreat slot's confirmed_flush LSN.
Amit Kapila
2025-05-07
Remove pg_replication_origin's TOAST table.
Nathan Bossart
2025-04-29
Fix assertion failure during decoding from synced slots.
Amit Kapila
2025-04-28
Fix xmin advancement during fast_forward decoding.
Amit Kapila
2025-04-23
Fix an oversight in 3f28b2fcac.
Amit Kapila
2025-04-10
Improve various new-to-v18 appendStringInfo calls
David Rowley
2025-04-10
Fix data loss in logical replication.
Amit Kapila
2025-04-08
Fix uninitialized index information access during apply.
Amit Kapila
2025-04-03
Fix slot synchronization for two_phase enabled slots.
Amit Kapila
2025-03-29
Use PRI?64 instead of "ll?" in format strings (continued).
Peter Eisentraut
2025-03-24
Detect and Log multiple_unique_conflicts type conflict.
Amit Kapila
2025-03-21
Add GUC option to control maximum active replication origins.
Masahiko Sawada
2025-03-13
pg_noreturn to replace pg_attribute_noreturn()
Peter Eisentraut
2025-03-12
Rename alloc/free functions in reorderbuffer.c
Heikki Linnakangas
2025-03-11
pg_logicalinspect: Fix possible crash when passing a directory path.
Masahiko Sawada
2025-03-05
Rename some signal and interrupt handling functions for consistency
Heikki Linnakangas
2025-02-25
Change relpath() et al to return path by value
Andres Freund
2025-02-23
SnapBuildRestoreContents() void * argument for binary data
Peter Eisentraut
2025-02-21
Drop opcintype from index AM strategy translation API
Peter Eisentraut
2025-02-21
backend launchers void * arguments for binary data
Peter Eisentraut
2025-02-19
Fix crash in brininsertcleanup during logical replication.
Tom Lane
2025-02-13
Remove unnecessary (char *) casts [xlog]
Peter Eisentraut
2025-02-13
Rename RBTXN_PREPARE to RBTXN_IS_PREPARE for better clarification.
Masahiko Sawada
2025-02-13
Skip logical decoding of already-aborted transactions.
Masahiko Sawada
2025-02-12
Remove unnecessary (char *) casts [mem]
Peter Eisentraut
2025-02-07
Track unpruned relids to avoid processing pruned relations
Amit Langote
2025-02-05
Avoid updating inactive_since for invalid replication slots.
Amit Kapila
2025-02-03
Integrate GistTranslateCompareType() into IndexAmTranslateCompareType()
Peter Eisentraut
2025-01-31
Get rid of our dependency on type "long" for memory size calculations.
Tom Lane
2025-01-31
Raise an error while trying to acquire an invalid slot.
Amit Kapila
2025-01-29
Fix grammatical typos around possessive "its"
John Naylor
2025-01-23
Change publication's publish_generated_columns option type to enum.
Amit Kapila
2025-01-01
Fix an assortment of spelling mistakes and typos
David Rowley
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-12-23
Remove unnecessary GetTransactionSnapshot() calls
Heikki Linnakangas
2024-12-20
Fix variable reference in comment
Heikki Linnakangas
2024-12-13
Rewrite maybe_reread_subscription() comment
Álvaro Herrera
2024-12-10
Make the conditions in IsIndexUsableForReplicaIdentityFull() more explicit
Peter Eisentraut
2024-12-10
Replace get_equal_strategy_number_for_am() by get_equal_strategy_number()
Peter Eisentraut
2024-12-04
Simplify IsIndexUsableForReplicaIdentityFull()
Peter Eisentraut
[next]