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
*
Correctly mark pg_subscription_rel.srsublsn as nullable.
Tom Lane
2020-07-20
*
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
*
Logical replication
Peter Eisentraut
2017-01-20