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
2025-02-27
Fix the race condition in ReplicationSlotAcquire().
Amit Kapila
2025-02-25
Change relpath() et al to return path by value
Andres Freund
2025-02-25
Doc: Fix pg_copy_logical_replication_slot description.
Amit Kapila
2025-02-24
Fix assertion when decoding XLOG_PARAMETER_CHANGE on promoted primary.
Masahiko Sawada
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-20
Improve errdetail message added by ac0e33136a.
Amit Kapila
2025-02-19
Fix crash in brininsertcleanup during logical replication.
Tom Lane
2025-02-19
Add a test for commit ac0e33136a using the injection point.
Amit Kapila
2025-02-19
Invalidate inactive replication slots.
Amit Kapila
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-12
Remove unnecessary (char *) casts [string]
Peter Eisentraut
2025-02-07
Virtual generated columns
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-24
Return yyparse() result not via global variable
Peter Eisentraut
2025-01-23
Change publication's publish_generated_columns option type to enum.
Amit Kapila
2025-01-10
postmaster: Rename some shutdown related PMState phase names
Andres Freund
2025-01-06
flex code modernization: Replace YY_EXTRA_TYPE define with flex option
Peter Eisentraut
2025-01-01
Fix an assortment of spelling mistakes and typos
David Rowley
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-12-30
Fix memory leak in pgoutput with relation attribute map
Michael Paquier
2024-12-25
Partial pgindent of .l and .y files
Peter Eisentraut
2024-12-24
syncrep parser: pure parser and reentrant scanner
Peter Eisentraut
2024-12-24
replication parser: pure parser and reentrant scanner
Peter Eisentraut
2024-12-23
Remove unnecessary GetTransactionSnapshot() calls
Heikki Linnakangas
2024-12-20
Fix variable reference in comment
Heikki Linnakangas
2024-12-20
Introduce CompactAttribute array in TupleDesc, take 2
David Rowley
2024-12-19
Small whitespace improvement
Peter Eisentraut
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-09
Fix memory leak in pgoutput with publication list cache
Michael Paquier
2024-12-04
Simplify IsIndexUsableForReplicaIdentityFull()
Peter Eisentraut
2024-12-03
Fix synchronized_standby_slots GUC check hook
Álvaro Herrera
2024-11-28
Remove useless casts to (void *)
Peter Eisentraut
2024-11-27
Make GUC_check_errdetail messages full sentences
Álvaro Herrera
2024-11-27
Improve error message for replication of generated columns.
Amit Kapila
2024-11-25
Doc: Clarify the `inactive_since` field description.
Amit Kapila
2024-11-21
Fix memory leak in pgoutput for the WAL sender
Michael Paquier
2024-11-16
Fix a possibility of logical replication slot's restart_lsn going backwards.
Masahiko Sawada
2024-11-08
Add pg_constraint rows for not-null constraints
Álvaro Herrera
[next]