index
:
postgresql-pgindent.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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
master-pgindent
Auto-updated pgindent branches
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
replication
/
pgoutput
Age
Commit message (
Expand
)
Author
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-09
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
2022-12-20
Add copyright notices to meson files
Andrew Dunstan
2022-12-02
Fix incorrect output from pgoutput when using column lists.
Amit Kapila
2022-11-29
Add 'missing_ok' argument to build_attrmap_by_name
Alvaro Herrera
2022-10-05
meson: Add windows resource files
Andres Freund
2022-09-23
Allow publications with schema and table of the same schema.
Amit Kapila
2022-09-22
Remove ALL keyword from TABLES IN SCHEMA for publication
Alvaro Herrera
2022-09-22
meson: Add initial version of meson based build system
Andres Freund
2022-09-21
Improve some error messages.
Amit Kapila
2022-09-20
Harmonize parameter names in storage and AM code.
Peter Geoghegan
2022-08-17
Avoid using list_length() to test for empty list.
Tom Lane
2022-07-21
Allow users to skip logical replication of data having origin.
Amit Kapila
2022-07-18
Remove now superfluous declarations of dlsym()ed symbols.
Andres Freund
2022-07-04
Implement List support for TransactionId
Alvaro Herrera
2022-06-02
Prohibit combining publications with different column lists.
Amit Kapila
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-05-11
Fix the logical replication timeout during large transactions.
Amit Kapila
2022-04-13
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-04-07
Revert "Logical decoding of sequences"
Tomas Vondra
2022-04-06
Improve comments for row filtering and toast interaction in logical replication.
Amit Kapila
2022-03-30
Skip empty transactions for logical replication.
Amit Kapila
2022-03-26
Allow specifying column lists for logical replication
Tomas Vondra
2022-03-25
Minor improvements in sequence decoding code and docs
Tomas Vondra
2022-03-24
Add decoding of sequences to built-in replication
Tomas Vondra
2022-03-17
Fix row filters with multiple publications
Tomas Vondra
2022-03-16
Fix publish_as_relid with multiple publications
Tomas Vondra
2022-02-22
Allow specifying row filters for logical replication of tables.
Amit Kapila
2022-02-14
Move scanint8() to numutils.c
Peter Eisentraut
2022-02-04
Improve invalidation handling in pgoutput.c.
Amit Kapila
2022-01-08
Update copyright for 2022
Bruce Momjian
2022-01-05
Reduce relcache access in WAL sender streaming logical changes
Michael Paquier
2021-10-27
Allow publishing the tables of schema.
Amit Kapila
2021-08-05
Remove unused argument "txn" in maybe_send_schema().
Fujii Masao
2021-08-04
Add prepare API support for streaming transactions in logical replication.
Amit Kapila
2021-07-14
Add support for prepared transactions to built-in logical replication.
Amit Kapila
2021-06-28
Pre branch pgindent / pgperltidy run
Andrew Dunstan
2021-06-11
Fix multiple crasher bugs in partitioned-table replication logic.
Tom Lane
2021-06-01
pgoutput: Fix memory leak due to RelationSyncEntry.map.
Amit Kapila
2021-04-06
Allow pgoutput to send logical decoding messages.
Amit Kapila
[next]