index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
catalog
/
pg_subscription.c
Commit message (
Expand
)
Author
Age
*
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-04
*
Add a failover option to subscriptions.
Amit Kapila
2024-01-30
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Allow upgrades to preserve the full subscription's state.
Amit Kapila
2024-01-02
*
Restart the apply worker if the privileges have been revoked.
Amit Kapila
2023-10-17
*
Add a run_as_owner option to subscriptions.
Robert Haas
2023-04-04
*
Add new predefined role pg_create_subscription.
Robert Haas
2023-03-30
*
Add SysCacheGetAttrNotNull for guaranteed not-null attrs
Daniel Gustafsson
2023-03-25
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Move common catalog cache access routines to lsyscache.c
Amit Kapila
2022-08-02
*
Refactor code in charge of grabbing the relations of a subscription
Michael Paquier
2022-07-27
*
Allow users to skip logical replication of data having origin.
Amit Kapila
2022-07-21
*
Add construct_array_builtin, deconstruct_array_builtin
Peter Eisentraut
2022-07-01
*
Reorder subskiplsn in pg_subscription to avoid alignment issues.
Amit Kapila
2022-04-07
*
Add ALTER SUBSCRIPTION ... SKIP.
Amit Kapila
2022-03-22
*
Optionally disable subscriptions on error.
Amit Kapila
2022-03-14
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Add support for prepared transactions to built-in logical replication.
Amit Kapila
2021-07-14
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
*
Simplify one use of ScanKey in pg_subscription.c
Michael Paquier
2021-05-12
*
Fix relcache reference leak introduced by ce0fdbfe97.
Amit Kapila
2021-02-25
*
Allow multiple xacts during table sync in logical replication.
Amit Kapila
2021-02-12
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Review logical replication tablesync code
Alvaro Herrera
2020-10-15
*
Add support for streaming to built-in logical replication.
Amit Kapila
2020-09-03
*
Correctly mark pg_subscription_rel.srsublsn as nullable.
Tom Lane
2020-07-20
*
Allow logical replication to transfer data in binary format.
Tom Lane
2020-07-18
*
Introduce macros for typalign and typstorage constants.
Tom Lane
2020-03-04
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Revert "Rename files and headers related to index AM"
Michael Paquier
2019-12-27
*
Rename files and headers related to index AM
Michael Paquier
2019-12-25
*
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-12
*
tableam: Add and use scan APIs.
Andres Freund
2019-03-11
*
Replace uses of heap_open et al with the corresponding table_* function.
Andres Freund
2019-01-21
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
*
Refactor routines for subscription and publication lookups
Michael Paquier
2018-09-18
*
Split the SetSubscriptionRelState function into two
Peter Eisentraut
2018-04-06
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Improve subscription locking
Peter Eisentraut
2017-07-03
*
Fix violations of CatalogTupleInsert/Update/Delete abstraction.
Tom Lane
2017-06-14
*
Fix updating of pg_subscription_rel from workers
Peter Eisentraut
2017-06-07
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Remove the NODROP SLOT option from DROP SUBSCRIPTION
Peter Eisentraut
2017-05-09
*
Spelling fixes in code comments
Peter Eisentraut
2017-04-26
*
Add option to modify sync commit per subscription
Peter Eisentraut
2017-04-14
*
Remove pstrdup of TextDatumGetCString
Peter Eisentraut
2017-04-14
*
Use weaker locks when updating pg_subscription_rel
Peter Eisentraut
2017-04-10
*
Logical replication support for initial data copy
Peter Eisentraut
2017-03-23
*
Update copyright years in some recently added files
Peter Eisentraut
2017-01-25
[next]