-
Notifications
You must be signed in to change notification settings - Fork 8
Comparing changes
Open a pull request
base repository: postgrespro/mmts
base: baab923
head repository: postgrespro/mmts
compare: 8420c28
- 7 commits
- 11 files changed
- 3 contributors
Commits on Apr 26, 2022
-
Porting multimaster to postgres 14
This commit ports multimaster to Postgres 14: - removed tablespace-setup from mmts/Makefile (according to commit 6c788d9f6aadb41d76a72d56149268371a7895ee); - add readOnlyTree flag to MtmProcessUtility() (according to commit 7c337b6b527b7052e6a751f966d5734c56f668b5); - explicitly specify the hash function HASH_STRING (according to commit b3817f5f774663d55931dd4fab9c5a94a15ae7ab); - refactor the use of EState (according to commit 1375422c7826a2bf387be29895e961614f69de4b); - add 'include_out_arguments' to the function FuncnameGetCandidates() (caccording to commit e56bce5d43789cce95d099554ae9593ada92b3b7); - use MyProc->xmin instead of MyPgXact->xmin in dmq.c (according to commit 73487a60fc1063ba4b5178b69aee4ee210c182c4); - remove EE pooler support; - use SearchNamedReplicationSlot() instead of ReplicationSlotAcquire()
Mikhail Rutman committedApr 26, 2022 Configuration menu - View commit details
-
Copy full SHA for 1b59ad0 - Browse repository at this point
Copy the full SHA 1b59ad0View commit details -
Mikhail Rutman committed
Apr 26, 2022 Configuration menu - View commit details
-
Copy full SHA for c8905e6 - Browse repository at this point
Copy the full SHA c8905e6View commit details
Commits on Apr 27, 2022
-
disable multimaster tests, part 2
1) Remove the target installcheck, because it is used during make installcheck-world. 2) Remove placeholder for the target check, because it looks like everything is already working..
Mikhail Rutman committedApr 27, 2022 Configuration menu - View commit details
-
Copy full SHA for 822dcd9 - Browse repository at this point
Copy the full SHA 822dcd9View commit details -
fix multimaster build due to connpool changes
Mikhail Rutman committedApr 27, 2022 Configuration menu - View commit details
-
Copy full SHA for 74c2304 - Browse repository at this point
Copy the full SHA 74c2304View commit details
Commits on May 27, 2022
-
[PGPRO-6310] make compatible with atomic proc->xmin
Due to changing PROC->xmin type to pg_atomic_uint64.
Maxim Orlov committedMay 27, 2022 Configuration menu - View commit details
-
Copy full SHA for ad16e8b - Browse repository at this point
Copy the full SHA ad16e8bView commit details
Commits on Aug 9, 2022
-
Merge remote-tracking branch 'origin/ee14-PGPRO-6310' into pg-14-dev-…
…notests
Marina Polyakova committedAug 9, 2022 Configuration menu - View commit details
-
Copy full SHA for e30e4eb - Browse repository at this point
Copy the full SHA e30e4ebView commit details
Commits on Aug 26, 2022
-
PGPRO-7102: fix warning in the function handle_response
For a build without assertions we get the following warning: src/resolver.c: In function ‘handle_response’: src/resolver.c:616:37: error: ‘gid’ may be used uninitialized in this function [-Werror=maybe-uninitialized]
Marina Polyakova committedAug 26, 2022 Configuration menu - View commit details
-
Copy full SHA for 8420c28 - Browse repository at this point
Copy the full SHA 8420c28View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff baab923...8420c28