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
/
commands
/
subscriptioncmds.c
Age
Commit message (
Expand
)
Author
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-07
Reorder subskiplsn in pg_subscription to avoid alignment issues.
Amit Kapila
2022-04-07
pgstat: scaffolding for transactional stats creation / drop.
Andres Freund
2022-04-06
pgstat: stats collector references in comments.
Andres Freund
2022-03-31
Raise a WARNING for missing publications.
Amit Kapila
2022-03-24
Add decoding of sequences to built-in replication
Tomas Vondra
2022-03-22
Add ALTER SUBSCRIPTION ... SKIP.
Amit Kapila
2022-03-14
Optionally disable subscriptions on error.
Amit Kapila
2022-01-25
Fix various typos, grammar and code style in comments and docs
Michael Paquier
2022-01-08
Respect permissions within logical replication.
Jeff Davis
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-12-08
Improve parsing of options of CREATE/ALTER SUBSCRIPTION
Michael Paquier
2021-11-30
Add a view to show the stats of subscription workers.
Amit Kapila
2021-08-24
Fix Alter Subscription's Add/Drop Publication behavior.
Amit Kapila
2021-08-04
Add prepare API support for streaming transactions in logical replication.
Amit Kapila
2021-07-19
Don't allow to set replication slot_name as ''.
Amit Kapila
2021-07-19
Update comments for AlterSubscription.
Amit Kapila
2021-07-15
Improve reporting of "conflicting or redundant options" errors.
Dean Rasheed
2021-07-14
Add support for prepared transactions to built-in logical replication.
Amit Kapila
2021-07-06
Refactor function parse_subscription_options.
Amit Kapila
2021-06-28
Fix variable initialization with ALTER SUBSCRIPTION DROP PUBLICATION
Michael Paquier
2021-06-25
Fixes in ALTER SUBSCRIPTION DROP PUBLICATION code
Peter Eisentraut
2021-06-16
Improve SQLSTATE reporting in some replication-related code.
Tom Lane
2021-05-12
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-07
AlterSubscription_refresh: avoid stomping on global variable
Alvaro Herrera
2021-04-06
ALTER SUBSCRIPTION ... ADD/DROP PUBLICATION
Peter Eisentraut
2021-03-31
Improve style of some replication-related error messages.
Tom Lane
2021-02-17
Use errmsg_internal for debug messages
Peter Eisentraut
2021-02-15
Fix the warnings introduced in commit ce0fdbfe97.
Amit Kapila
2021-02-12
Allow multiple xacts during table sync in logical replication.
Amit Kapila
2021-02-10
Make pg_replication_origin_drop safe against concurrent drops.
Amit Kapila
2021-01-16
Remove unnecessary pstrdup in fetch_table_list.
Amit Kapila
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-09-03
Add support for streaming to built-in logical replication.
Amit Kapila
2020-07-18
Allow logical replication to transfer data in binary format.
Tom Lane
2020-05-06
Heed lock protocol in DROP OWNED BY
Alvaro Herrera
2020-03-10
Remove utils/acl.h from catalog/objectaddress.h
Peter Eisentraut
2020-03-04
Introduce macros for typalign and typstorage constants.
Tom Lane
2020-01-30
Remove excess parens in ereport() calls
Alvaro Herrera
2020-01-11
Make lsn argument of walrcv_create_slot() optional
Peter Eisentraut
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-11-12
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-01
PG_FINALLY
Peter Eisentraut
2019-06-29
Add an enforcement mechanism for global object names in regression tests.
Tom Lane
2019-05-28
Fix typo in message
Alvaro Herrera
2019-05-16
More message style fixes
Alvaro Herrera
2019-01-21
Replace uses of heap_open et al with the corresponding table_* function.
Andres Freund
2019-01-21
Replace heapam.h includes with {table, relation}.h where applicable.
Andres Freund
2019-01-02
Update copyright for 2019
Bruce Momjian
[prev]
[next]