index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
/
subscriptioncmds.c
Commit message (
Expand
)
Author
Age
*
Don't allow to set replication slot_name as ''.
Amit Kapila
2021-07-19
*
AlterSubscription_refresh: avoid stomping on global variable
Alvaro Herrera
2021-05-07
*
Heed lock protocol in DROP OWNED BY
Alvaro Herrera
2020-05-06
*
Remove utils/acl.h from catalog/objectaddress.h
Peter Eisentraut
2020-03-10
*
Introduce macros for typalign and typstorage constants.
Tom Lane
2020-03-04
*
Remove excess parens in ereport() calls
Alvaro Herrera
2020-01-30
*
Make lsn argument of walrcv_create_slot() optional
Peter Eisentraut
2020-01-11
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-12
*
PG_FINALLY
Peter Eisentraut
2019-11-01
*
Add an enforcement mechanism for global object names in regression tests.
Tom Lane
2019-06-29
*
Fix typo in message
Alvaro Herrera
2019-05-28
*
More message style fixes
Alvaro Herrera
2019-05-16
*
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-21
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
*
Introduce notion of different types of slots (without implementing them).
Andres Freund
2018-11-15
*
Split the SetSubscriptionRelState function into two
Peter Eisentraut
2018-04-06
*
Rename TransactionChain functions
Peter Eisentraut
2018-03-16
*
Replace AclObjectKind with ObjectType
Peter Eisentraut
2018-01-19
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Rethink MemoryContext creation to improve performance.
Tom Lane
2017-12-13
*
... and the very same bug in publicationListToArray().
Tom Lane
2017-09-23
*
Fix DROP SUBSCRIPTION hang
Peter Eisentraut
2017-09-17
*
Add a WAIT option to DROP_REPLICATION_SLOT
Alvaro Herrera
2017-09-01
*
Fix up some misusage of appendStringInfo() and friends
Peter Eisentraut
2017-08-15
*
Final pgindent + perltidy run for v10.
Tom Lane
2017-08-14
*
Fix replication origin-related race conditions
Alvaro Herrera
2017-08-08
*
Improve wording of subscription refresh debug messages
Peter Eisentraut
2017-08-07
*
Downgrade subscription refresh messages to DEBUG1
Peter Eisentraut
2017-08-07
*
Only kill sync workers at commit time in subscription DDL
Peter Eisentraut
2017-08-04
*
Improve subscription locking
Peter Eisentraut
2017-07-03
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Remove "synchronized table states" notice message
Peter Eisentraut
2017-06-12
*
Stop table sync workers when subscription relation entry is removed
Peter Eisentraut
2017-06-12
*
Fix updating of pg_subscription_rel from workers
Peter Eisentraut
2017-06-07
*
Fix ALTER SUBSCRIPTION grammar ambiguity
Peter Eisentraut
2017-06-05
*
Fix mistake in error message
Peter Eisentraut
2017-05-19
*
Improve CREATE SUBSCRIPTION option parsing
Peter Eisentraut
2017-05-17
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Add more tests for CREATE SUBSCRIPTION
Peter Eisentraut
2017-05-17
*
Check relkind of tables in CREATE/ALTER SUBSCRIPTION
Peter Eisentraut
2017-05-16
*
Preventive maintenance in advance of pgindent run.
Tom Lane
2017-05-16
*
Add assertion to quiet Coverity
Peter Eisentraut
2017-05-15
*
Rework the options syntax for logical replication commands
Peter Eisentraut
2017-05-12
*
Remove the NODROP SLOT option from DROP SUBSCRIPTION
Peter Eisentraut
2017-05-09
*
Check connection info string in ALTER SUBSCRIPTION
Peter Eisentraut
2017-05-08
*
Don't wake up logical replication launcher unnecessarily
Peter Eisentraut
2017-05-01
*
Fix typo in comment.
Fujii Masao
2017-04-27
[next]