index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
replication
/
pgoutput
Age
Commit message (
Expand
)
Author
2025-12-10
Use palloc_object() and palloc_array() in backend code
Michael Paquier
2025-10-23
Introduce "REFRESH SEQUENCES" for subscriptions.
Amit Kapila
2025-10-22
Use CompactAttribute more often, when possible
David Rowley
2025-10-09
Fix access-to-already-freed-memory issue in pgoutput.
Masahiko Sawada
2025-09-30
Make some use of anonymous unions [reorderbuffer xact_time]
Peter Eisentraut
2025-08-05
Fix varatt versus Datum type confusions
Peter Eisentraut
2025-07-16
pgoutput: Initialize missing default for "origin" parameter.
Fujii Masao
2025-06-28
Message style improvements
Peter Eisentraut
2025-03-26
Use PG_MODULE_MAGIC_EXT in our installable shared libraries.
Tom Lane
2025-03-25
Fix an oversight in 3abe9dc188.
Amit Kapila
2025-03-14
Fix ALTER SUBSCRIPTION ... SET PUBLICATION ... command.
Amit Kapila
2025-03-13
Avoid invalidating all RelationSyncCache entries on publication rename.
Amit Kapila
2025-03-06
Avoid invalidating all RelationSyncCache entries on publication change.
Amit Kapila
2025-02-07
Virtual generated columns
Peter Eisentraut
2025-02-07
Track unpruned relids to avoid processing pruned relations
Amit Langote
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
Update copyright for 2025
Bruce Momjian
2024-12-30
Fix memory leak in pgoutput with relation attribute map
Michael Paquier
2024-12-20
Introduce CompactAttribute array in TupleDesc, take 2
David Rowley
2024-12-09
Fix memory leak in pgoutput with publication list cache
Michael Paquier
2024-11-21
Fix memory leak in pgoutput for the WAL sender
Michael Paquier
2024-11-07
Replicate generated columns when 'publish_generated_columns' is set.
Amit Kapila
2024-10-30
Replicate generated columns when specified in the column list.
Amit Kapila
2024-08-29
Message style improvements
Peter Eisentraut
2024-06-27
Drop the temporary tuple slots allocated by pgoutput.
Amit Kapila
2024-03-04
Remove unused #include's from backend .c files
Peter Eisentraut
2024-01-29
Remove ReorderBufferTupleBuf structure.
Masahiko Sawada
2024-01-04
Add macros for looping through a List without a ListCell.
Nathan Bossart
2024-01-03
Update copyright for 2024
Bruce Momjian
2023-12-19
pgoutput: Raise an error for missing protocol version parameter.
Amit Kapila
2023-11-27
Avoid unconditionally filling in missing values with NULL in pgoutput.
Amit Kapila
2023-11-06
Remove distprep
Peter Eisentraut
2023-10-26
Add trailing commas to enum definitions
Peter Eisentraut
2023-09-28
Move tracking of in_streaming to PGOutputData
Michael Paquier
2023-09-27
Fix the misuse of origin filter across multiple pg_logical_slot_get_changes()...
Amit Kapila
2023-09-20
Fix typos in pgoutput.c
Michael Paquier
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2023-04-18
Fix some typos and some incorrectly duplicated words
David Rowley
2023-03-30
Refactor pgoutput_change().
Amit Kapila
2023-03-17
Add macros for ReorderBufferTXN toptxn.
Amit Kapila
2023-03-06
Fill EState.es_rteperminfos more systematically.
Tom Lane
2023-02-23
Don't repeatedly register cache callbacks in pgoutput plugin.
Tom Lane
2023-02-08
Remove uses of AssertVariableIsOfType() obsoleted by f2b73c8
Andres Freund
2023-02-08
Fix the logical replication timeout during large DDLs.
Amit Kapila
2023-02-06
Remove useless casts to (void *) in hash_search() calls
Peter Eisentraut
2023-01-13
Ignore dropped and generated columns from the column list.
Amit Kapila
2023-01-09
Perform apply of large transactions by parallel workers.
Amit Kapila
2023-01-06
Invalidate pgoutput's replication-decisions cache upon schema rename.
Tom Lane
2023-01-02
Update copyright for 2023
Bruce Momjian
[next]