Postgres-XC 1.1.1 Documentation | ||||
---|---|---|---|---|
Prev | Up | Appendix E. Release Notes | Next |
Release Date: 2014-04-05
This release contains fixes in PostgreSQL up to 9.2.8, as well as a couple of fixes in Postgres-XC. For informations about new feature in the 1.1 major release, see Section E.7. For information about fixes in the 1.1, see Section E.7.
A dump/restore is not required for those running 1.1.
A dump/restore is required for those running 1.0.x.
Fixed a bug that alter node and create node does not work with primary=on even when primary=off update or drop node against the primary node has been done in the same session. By Koichi Suzuki.
The fix to run ALTER NODE while a coordinator is out. Analyzed by Masataka Saito.
Improve pgxc_ctl behavior by adding -w option to pg_ctl and by retrying when pinging coordinator/datanode fails. By Koichi Suzuki.
Collection of pgbench queries used with -k option. By Tetso Sakata.
Fix numbering a connection id in GTM Proxy to improve backend disconnection. By Masataka Saito.
Enable temporary objects available in implicit 2PC transactions, including regression test change to use this. By Koichi Suzuki.
Fix the issue that GTM proxy sends error response via unrelated connection. By Masataka Saito.
Make statmenent cancellation more consisitent by adding a dealy after the cancelation is issued. By Masataka Saito.
Fixes PGXC blocked by acquiring TwoPhaseStateLock. Reported by ZhangJulian.
Fix for planner's occasional infinit loop in FQS module. By Tomonari Katsumata. Reviewd by Ashutosh Bapat.
Fix an issue that a GTM Proxy sends MSG_BACKEND_DISCONNECT command with wrong proxy connection ID. By Masataka Saito.
Fix the issue that a GTM Proxy sends error responses via unrelated connection. By Masataka Saito.
Fix the bug 440 that gtmProxySpecificExtraConfig does not work in pgxc_ctl. By Koichi Suzuki.
Specify that EXECUTE DIRECT query needs to be a string literal. By Tomonari Katsumata, reviewed by Michael Paquier.
Replace strndup calls by strdup in makesgml. By Michael Paquier.
Correct incorrect return results of GTM-Proxy code. By Michael Paquier.
Allow pgxc_ctl to run on Mac OS-X. By NIkhil Sontakke.
Fix the messge level when GTM master connects to GTM standby to DEBUG1 to reduce the number of unnecessary messages to the log. By Nikhil Sontakke.
Fix potential memory leak at GTM. By Nikhil Sontakke.