index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
/
subscriptioncmds.c
Age
Commit message (
Expand
)
Author
2023-06-21
Fix the errhint message and docs for drop subscription failure.
Amit Kapila
2021-07-19
Don't allow to set replication slot_name as ''.
Amit Kapila
2021-05-07
AlterSubscription_refresh: avoid stomping on global variable
Alvaro Herrera
2020-05-06
Heed lock protocol in DROP OWNED BY
Alvaro Herrera
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
2018-11-20
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-15
Introduce notion of different types of slots (without implementing them).
Andres Freund
2018-04-06
Split the SetSubscriptionRelState function into two
Peter Eisentraut
2018-03-16
Rename TransactionChain functions
Peter Eisentraut
2018-01-19
Replace AclObjectKind with ObjectType
Peter Eisentraut
2018-01-02
Update copyright for 2018
Bruce Momjian
2017-12-13
Rethink MemoryContext creation to improve performance.
Tom Lane
2017-09-23
... and the very same bug in publicationListToArray().
Tom Lane
2017-09-17
Fix DROP SUBSCRIPTION hang
Peter Eisentraut
2017-09-01
Add a WAIT option to DROP_REPLICATION_SLOT
Alvaro Herrera
2017-08-15
Fix up some misusage of appendStringInfo() and friends
Peter Eisentraut
2017-08-14
Final pgindent + perltidy run for v10.
Tom Lane
2017-08-08
Fix replication origin-related race conditions
Alvaro Herrera
2017-08-07
Improve wording of subscription refresh debug messages
Peter Eisentraut
2017-08-07
Downgrade subscription refresh messages to DEBUG1
Peter Eisentraut
2017-08-04
Only kill sync workers at commit time in subscription DDL
Peter Eisentraut
2017-07-03
Improve subscription locking
Peter Eisentraut
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-12
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-07
Fix updating of pg_subscription_rel from workers
Peter Eisentraut
2017-06-05
Fix ALTER SUBSCRIPTION grammar ambiguity
Peter Eisentraut
2017-05-19
Fix mistake in error message
Peter Eisentraut
2017-05-17
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-16
Check relkind of tables in CREATE/ALTER SUBSCRIPTION
Peter Eisentraut
2017-05-16
Preventive maintenance in advance of pgindent run.
Tom Lane
2017-05-15
Add assertion to quiet Coverity
Peter Eisentraut
2017-05-12
Rework the options syntax for logical replication commands
Peter Eisentraut
2017-05-09
Remove the NODROP SLOT option from DROP SUBSCRIPTION
Peter Eisentraut
2017-05-08
Check connection info string in ALTER SUBSCRIPTION
Peter Eisentraut
2017-05-01
Don't wake up logical replication launcher unnecessarily
Peter Eisentraut
2017-04-27
Fix typo in comment.
Fujii Masao
2017-04-25
Wake up launcher when enabling a subscription
Peter Eisentraut
2017-04-21
Synchronize table list before creating slot in CREATE SUBSCRIPTION
Peter Eisentraut
2017-04-18
Fix typos in comment and log message.
Fujii Masao
2017-04-14
Add option to modify sync commit per subscription
Peter Eisentraut
2017-04-14
Remove pstrdup of TextDatumGetCString
Peter Eisentraut
2017-03-24
Add more subscription DDL tests
Peter Eisentraut
[next]