You can subscribe to this list here.
2010 |
Jan
|
Feb
|
Mar
|
Apr
(4) |
May
(28) |
Jun
(12) |
Jul
(11) |
Aug
(12) |
Sep
(5) |
Oct
(19) |
Nov
(14) |
Dec
(12) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2011 |
Jan
(18) |
Feb
(30) |
Mar
(115) |
Apr
(89) |
May
(50) |
Jun
(44) |
Jul
(22) |
Aug
(13) |
Sep
(11) |
Oct
(30) |
Nov
(28) |
Dec
(39) |
2012 |
Jan
(38) |
Feb
(18) |
Mar
(43) |
Apr
(91) |
May
(108) |
Jun
(46) |
Jul
(37) |
Aug
(44) |
Sep
(33) |
Oct
(29) |
Nov
(36) |
Dec
(15) |
2013 |
Jan
(35) |
Feb
(611) |
Mar
(5) |
Apr
(55) |
May
(30) |
Jun
(28) |
Jul
(458) |
Aug
(34) |
Sep
(9) |
Oct
(39) |
Nov
(22) |
Dec
(32) |
2014 |
Jan
(16) |
Feb
(16) |
Mar
(42) |
Apr
(179) |
May
(7) |
Jun
(6) |
Jul
(9) |
Aug
|
Sep
(4) |
Oct
|
Nov
(3) |
Dec
|
2015 |
Jan
|
Feb
|
Mar
|
Apr
(2) |
May
(4) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
|
|
|
|
1
|
2
(2) |
3
(1) |
4
|
5
(2) |
6
|
7
(9) |
8
(4) |
9
|
10
|
11
|
12
(4) |
13
(1) |
14
(1) |
15
(4) |
16
|
17
|
18
(2) |
19
(2) |
20
|
21
(5) |
22
|
23
|
24
|
25
|
26
(2) |
27
|
28
(4) |
29
(3) |
30
|
From: Ashutosh B. <ash...@us...> - 2012-06-29 06:43:57
|
Project "Postgres-XC". The branch, master has been updated via 0b7f51d36adb7c3daf2a52883a6d89caae32e838 (commit) from b804d7b35a4c9f2cdce99b49f5cba1effe2755b9 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=0b7f51d36adb7c3daf2a52883a6d89caae32e838 commit 0b7f51d36adb7c3daf2a52883a6d89caae32e838 Author: Ashutosh Bapat <ash...@en...> Date: Fri Jun 29 12:09:37 2012 +0530 The function is_foreign_expr() and pgxc_is_query_shippable() were using different walkers to checking if an expression or a query respectively, is shippable. The logic to decide whether an expression or query is shippable or not needs to be same except for few differences between shippability of expression and query, arising from the information in both of them. If we want to code a rule for shippability, we need to make it to both of these functions, becoming a maintenance burden. The commit unifies the walkers into one and makes appropriate changes in naming. M src/backend/commands/copy.c M src/backend/optimizer/plan/createplan.c M src/backend/pgxc/plan/planner.c M src/backend/pgxc/pool/postgresql_fdw.c M src/include/pgxc/planner.h M src/include/pgxc/postgresql_fdw.h ----------------------------------------------------------------------- Summary of changes: src/backend/commands/copy.c | 4 +- src/backend/optimizer/plan/createplan.c | 103 ++++++--------- src/backend/pgxc/plan/planner.c | 218 +++++++++++++++++++------------ src/backend/pgxc/pool/postgresql_fdw.c | 158 ++++------------------ src/include/pgxc/planner.h | 59 +++++--- src/include/pgxc/postgresql_fdw.h | 10 +-- 6 files changed, 244 insertions(+), 308 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-06-29 02:42:13
|
Project "Postgres-XC". The branch, master has been updated via b804d7b35a4c9f2cdce99b49f5cba1effe2755b9 (commit) from 51f2cddcf40c1e5157319e00aa4f5fbaa97d084f (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=b804d7b35a4c9f2cdce99b49f5cba1effe2755b9 commit b804d7b35a4c9f2cdce99b49f5cba1effe2755b9 Author: Michael Paquier <mi...@ot...> Date: Fri Jun 29 11:38:19 2012 +0900 Remove not used variable DATA_NODE_FETCH_SIZE in execRemote.c M src/backend/pgxc/pool/execRemote.c ----------------------------------------------------------------------- Summary of changes: src/backend/pgxc/pool/execRemote.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-06-29 02:42:08
|
Project "Postgres-XC". The branch, REL1_0_STABLE has been updated via 6d0c123222898cddbcb10021f00625d27973a840 (commit) from 78c4cd4cb6729ffe64a8eee0ea1a48e2ad3e1542 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=6d0c123222898cddbcb10021f00625d27973a840 commit b804d7b35a4c9f2cdce99b49f5cba1effe2755b9 Author: Michael Paquier <mi...@ot...> Date: Fri Jun 29 11:38:19 2012 +0900 Remove not used variable DATA_NODE_FETCH_SIZE in execRemote.c M src/backend/pgxc/pool/execRemote.c ----------------------------------------------------------------------- Summary of changes: src/backend/pgxc/pool/execRemote.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-06-28 06:50:39
|
Project "Postgres-XC". The branch, master has been updated via 51f2cddcf40c1e5157319e00aa4f5fbaa97d084f (commit) from 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=51f2cddcf40c1e5157319e00aa4f5fbaa97d084f commit 51f2cddcf40c1e5157319e00aa4f5fbaa97d084f Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:53:21 2012 +0900 Fix for test alter_table This is to realign XC regressions in consequence of merge with commit c1d9579 on PostgreSQL master branch. M src/test/regress/expected/alter_table.out M src/test/regress/sql/alter_table.sql ----------------------------------------------------------------------- Summary of changes: src/test/regress/expected/alter_table.out | 74 +++++++++++----------------- src/test/regress/sql/alter_table.sql | 8 ++-- 2 files changed, 33 insertions(+), 49 deletions(-) hooks/post-receive -- Postgres-XC |
From: Ashutosh B. <ash...@en...> - 2012-06-28 06:35:15
|
Thanks Michael. On Thu, Jun 28, 2012 at 12:03 PM, Michael Paquier <mic...@gm... > wrote: > Just to justify a little bit more about this unreadable email you > received, you can refer here: > > https://github.com/postgres-xc/postgres-xc/commit/a871778ca44886721b05a64982b5e5d81c7590a3 > > While working on the planner improvements for remote query path > determination, Ashutosh has noticed that he needed a functionality which > was already implemented in Postgres master (pull_var_clause filtering > aggregate Var). This was just a little bit ahead of XC master. So the > decision has been taken to merge XC code up to commit c1d9579 which is in > the middle of Postgres 9.2 dev. > The code of XC will be merged up to the intersection of Postgres master > and 9.2 stable branch in a couple of weeks (for easy backport with 9.2 > stable branch or postgres master), and we are not planning to release any > stable releases until this moment, so this merge has been made to > facilitate the development of the new XC features. > > Thanks, > > > On Thu, Jun 28, 2012 at 3:22 PM, Michael Paquier < > mic...@us...> wrote: > >> Project "Postgres-XC". >> >> The branch, master has been updated >> via 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 (commit) >> via 67ab404afa3ac68f58f586ce889f116b8ff65e3b (commit) >> via 6ba0c48349fd21904822b43a2ea3241a6d0968a9 (commit) >> via a871778ca44886721b05a64982b5e5d81c7590a3 (commit) >> via c1d9579dd8bf3c921ca6bc2b62c40da6d25372e5 (commit) >> via 846af54dd5a77dc02feeb5e34283608012cfb217 (commit) >> via fd6913a18955b0f89ca994b5036c103bcea23f28 (commit) >> via 912bc4f038b3daaea4477c4b4e79fbd8c15e67a0 (commit) >> via afc9635c600ace716294a12d78abd37f65abd0ea (commit) >> via 3315020a091f64c8d08c3b32a2abd46431dcf857 (commit) >> via 75726307e6164673c48d6ce1d143a075b8ce18fa (commit) >> via 4240e429d0c2d889d0cda23c618f94e12c13ade7 (commit) >> via 9d522cb35d8b4f266abadd0d019f68eb8802ae05 (commit) >> via 89fd72cbf26f5d2e3d86ab19c1ead73ab8fac0fe (commit) >> via 9598afa3b0f7a7fdcf3740173346950b2bd5942c (commit) >> > > > -- > Michael Paquier > http://michael.otacoo.com > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Postgres-xc-developers mailing list > Pos...@li... > https://lists.sourceforge.net/lists/listinfo/postgres-xc-developers > > -- Best Wishes, Ashutosh Bapat EntepriseDB Corporation The Enterprise Postgres Company |
From: Michael P. <mic...@gm...> - 2012-06-28 06:33:44
|
Just to justify a little bit more about this unreadable email you received, you can refer here: https://github.com/postgres-xc/postgres-xc/commit/a871778ca44886721b05a64982b5e5d81c7590a3 While working on the planner improvements for remote query path determination, Ashutosh has noticed that he needed a functionality which was already implemented in Postgres master (pull_var_clause filtering aggregate Var). This was just a little bit ahead of XC master. So the decision has been taken to merge XC code up to commit c1d9579 which is in the middle of Postgres 9.2 dev. The code of XC will be merged up to the intersection of Postgres master and 9.2 stable branch in a couple of weeks (for easy backport with 9.2 stable branch or postgres master), and we are not planning to release any stable releases until this moment, so this merge has been made to facilitate the development of the new XC features. Thanks, On Thu, Jun 28, 2012 at 3:22 PM, Michael Paquier < mic...@us...> wrote: > Project "Postgres-XC". > > The branch, master has been updated > via 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 (commit) > via 67ab404afa3ac68f58f586ce889f116b8ff65e3b (commit) > via 6ba0c48349fd21904822b43a2ea3241a6d0968a9 (commit) > via a871778ca44886721b05a64982b5e5d81c7590a3 (commit) > via c1d9579dd8bf3c921ca6bc2b62c40da6d25372e5 (commit) > via 846af54dd5a77dc02feeb5e34283608012cfb217 (commit) > via fd6913a18955b0f89ca994b5036c103bcea23f28 (commit) > via 912bc4f038b3daaea4477c4b4e79fbd8c15e67a0 (commit) > via afc9635c600ace716294a12d78abd37f65abd0ea (commit) > via 3315020a091f64c8d08c3b32a2abd46431dcf857 (commit) > via 75726307e6164673c48d6ce1d143a075b8ce18fa (commit) > via 4240e429d0c2d889d0cda23c618f94e12c13ade7 (commit) > via 9d522cb35d8b4f266abadd0d019f68eb8802ae05 (commit) > via 89fd72cbf26f5d2e3d86ab19c1ead73ab8fac0fe (commit) > via 9598afa3b0f7a7fdcf3740173346950b2bd5942c (commit) > -- Michael Paquier http://michael.otacoo.com |
From: Michael P. <mic...@us...> - 2012-06-28 06:22:12
|
Project "Postgres-XC". The branch, master has been updated via 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 (commit) via 67ab404afa3ac68f58f586ce889f116b8ff65e3b (commit) via 6ba0c48349fd21904822b43a2ea3241a6d0968a9 (commit) via a871778ca44886721b05a64982b5e5d81c7590a3 (commit) via c1d9579dd8bf3c921ca6bc2b62c40da6d25372e5 (commit) via 846af54dd5a77dc02feeb5e34283608012cfb217 (commit) via fd6913a18955b0f89ca994b5036c103bcea23f28 (commit) via 912bc4f038b3daaea4477c4b4e79fbd8c15e67a0 (commit) via afc9635c600ace716294a12d78abd37f65abd0ea (commit) via 3315020a091f64c8d08c3b32a2abd46431dcf857 (commit) via 75726307e6164673c48d6ce1d143a075b8ce18fa (commit) via 4240e429d0c2d889d0cda23c618f94e12c13ade7 (commit) via 9d522cb35d8b4f266abadd0d019f68eb8802ae05 (commit) via 89fd72cbf26f5d2e3d86ab19c1ead73ab8fac0fe (commit) via 9598afa3b0f7a7fdcf3740173346950b2bd5942c (commit) via 7544064b15d290047e13078f4e99a8b677e79c54 (commit) via f05c65090a964b30135236a90fc85986e0ca56a6 (commit) via c59b8ba6cd48e0fc0c1be8d86d4a19e7bf37d7e0 (commit) via 997d5b488a9a580ef853256e188975f7ac05fb75 (commit) via bdaabb9b22caa71021754d3967b4032b194d9880 (commit) via 406d61835b97a801807913e0fc67eadd9c6a3ffa (commit) via d7fb49314defee9fdbfcf3847d0855ac6ef4d166 (commit) via 60a81ad13374265cf9aecdc72daecd0410936779 (commit) via 5b2b444f66363ee4132b9e398c0535fa59765a63 (commit) via a195e3c34f1eeb6a607c342121edf48e49067ea9 (commit) via 928408d9e5b4b389897b799b3b6af505d719a3f6 (commit) via b2e3be41a604a36d6586c6e24d93349ca098f0c3 (commit) via c895e775a57072b075b230d60381ac432520b1a8 (commit) via 14f67192c25a130a354f3e3e6db3dfd49d2f5c86 (commit) via c7f23494c1103f87bcf1ef7cbfcd626e73edb337 (commit) via 5ac6b767893281cab5c974b039400118851d548b (commit) via 6e6cc5910b6b5db5e3662dc389e749763e5717f5 (commit) via 2e56fa863221d60d8bf8a8b946aaf8ba28ed05e7 (commit) via 9a0bdc8db5ceac574a2ae91cdf985499cd7c2b0c (commit) via 3b3152853a13addc7eeab0e83a8e12f580d87e34 (commit) via 76dfcb942f37ebd6999c711d0e887ac42d6f138a (commit) via 52a4255055f2f50c7f20917a47e2da04b8068fd6 (commit) via cab19af9fb573f87b713b604a99799a6a242668b (commit) via cd34647c666be867f95ef8fc0492c30356043f10 (commit) via 27af66162baed6a964466b92902accebdd5ae7c7 (commit) via d479a0f92fa9d28772d12fb461888efb3815480f (commit) via 6fbc80349f601dc32f38b89a997913ea684b9f32 (commit) via e24662c4233ecdad9e55c184aedce9b114877b48 (commit) via b93f5a5673b4bb09e14eb80fe28aa21fc20a6271 (commit) via d665162077862ef9e5886f870bf5ce909fc9342c (commit) via 9f084527a48f7c9ceb995d7bc39da63ae1941a3c (commit) via e54ae784e60e08edf7e9da07e452cb279386c603 (commit) via f7ea6beaf4ca02b8e6dc576255e35a5b86035cb9 (commit) via f563afd433e07a2eb7db614005141f21613d4d61 (commit) via 2c3d9db56d5d49bdc777b174982251c01348e3d8 (commit) via 4fa046a39ebdaf4c9191ffff8a57b0759c52f3f3 (commit) via 99e47ed0b2d2c559da813e679260e218f2c1d2ee (commit) via 5da79169d3e9f0fab47da03318c44075b3f824c5 (commit) via acb9198b960caaa2fe9f31258116eaa7c1154093 (commit) via 19b7fac86d85c89f2c9173906722da70c6eebad2 (commit) via 24e2d4b6ba99985d5b710983714f0133e94dc343 (commit) via 426cafc46c8bf5aeda38e8d17f1d86a48e627e43 (commit) via cc81d9969c6ac32f8482b3fc1a1775d212222fa7 (commit) via a88f4496b75a756df371a405ce608ceb06c8fbd7 (commit) via 897795240cfaaed724af2f53ed2c50c9862f951f (commit) via b36927fbe922d1aac5d6e42c04eecf65bf37f5f3 (commit) via a5652d3e05380edcd35236e94b924c8c105eaefd (commit) via cd70dd6bef515a573a5af1756ce6a8b8406bb5d4 (commit) via d9fe63acb033141be695815a8a663de8dae4f8af (commit) via 79aa44536f3980d324f486504cde643ce23bf5c6 (commit) via 21f1e15aafb13ab2430e831a3da7d4d4f525d1ce (commit) via 465883b0a2b4236ba6b31b648a9eabef3b7cdddb (commit) via 6f3efa76b042cdc457dba5bf8d8257f3ae83fb10 (commit) via e5e2fc842c418432756d8b5825ff107c6c5fc4c3 (commit) via 615c3849722ade16282750aa17658a2543fd2acf (commit) via 5594d14696f916e4aad14a3a12a4c15d2e7123bc (commit) via c533c1477f6beede766034c1226a20ac08320b05 (commit) via e1cd66f74862936d84acf3008118d6094c56ad58 (commit) via 9abbed0629c862710bdc0f0dd3565e069ecab9da (commit) via e16954f3d27fa8e16c379ff6623ae18d6250a39c (commit) via 66a36ef949e4e6b8dbcc8a024eecfeca967d1d9c (commit) via 4da99ea4231e3d8bbf28b666748c1028e7b7d665 (commit) via 8c8745b298d20b49e64c77c1e4ba4c8ac300e9e6 (commit) via 4635d3c527916555773a6eb128fb4a410d585d9d (commit) via cc06e4a1aae0858603fbb56c021e5504458d2f15 (commit) via cb5a7bc2dce4377036bd70a69b2b7b3bc821036f (commit) via 7a5a843a2a63636458397823f090d5e28a02b6a4 (commit) via e8e2fba1fee225bdfeda82c2b9e14aa0cb13d2f0 (commit) via c6ef13937652850267e5422213af67144f4b5e1d (commit) via 1b11e239cac545b86886a30fa15ae1f7c2d6e385 (commit) via 314837ec3b00bb387f1bd601faa9d535fa2dc80b (commit) via 8af3596d6bb6cfffb57161a62aa2f7f56d5ea3eb (commit) via eb03cff8208aa959aabb91aaac0e21fc88966409 (commit) via 194e6ee74b0282d0a7b8d0c815ea7204fc23cec9 (commit) via d34e142c511c779a294ce96eee0e9ab535b24de3 (commit) via 2c262ea9fef2652fd51582a364c69708879398e3 (commit) via 223be216afa13b708904ca1d72898f2ccf5cef40 (commit) via 0b44818ead933f9a09c85045003eafbcb4b2f3bc (commit) via 3b3c2cf18005fdf0175eacebd200cee924c5048a (commit) via c6c4177f1084fec693a90c1e68aaa004768209de (commit) via 6aab24d7bc82bb6ca022358e05182fa537db293e (commit) via effbe6ecb4848aee867ebd867d0978c5e81fa598 (commit) via 559b114dd466db05125b9b88270988a994976a8d (commit) via b06ad7def83669f2ddd218a184956c38a5039b6d (commit) via 9cc2c182fc20d5734b3a43834d4fb738b7d95bb3 (commit) via 0ade8421b5b2c85185fdfddbd5833222e5d4146b (commit) via addf11f9a264417aa467d4e135b9a8afc59f172a (commit) via 5da417f7c4b2adb5b2aa4d6c86354f8de87dcde9 (commit) via 503c7305a1e379f95649eef1a694d0c1dbdc674a (commit) via 431ab0e82819b31fcd1e33ecb52c2cd3b4b41da7 (commit) via 61307dccc5f2f352d7dfed5c13abf3f0e26ec85d (commit) via 7095003cbef630fe29c2299cc819fd37c691d0b0 (commit) via 8f9fe6edce358f7904e0db119416b4d1080a83aa (commit) via 771a9f69f70e0b4fa95347df7ab346e5bdbc85f2 (commit) via a3290f655e12f43943bdabc9fd91477316af24a7 (commit) via e2a0cb1a803b8a4a2b705728e13d61e6d2b17a71 (commit) via ca59dfa6f727fe3bf3a01904ec30e87f7fa5a67e (commit) via 38c0e7218065d9be47b16f2b36264bcefbabd046 (commit) via 1eea8e8a06bc718836c34b8f7da9420b38fc4851 (commit) via 7cb2ff9621a6129cc251f9d06bf23d3f9d426173 (commit) via 31e8ab4dd98dbe702df8b2029cf6e2424b12850e (commit) via cd1f0d04bf06938c0ee5728fc8424d62bcf2eef3 (commit) via a40a5d9468a5f9f11d355ebf07f7741f5c267588 (commit) via bddc35ac664bc16a8953d0d46bf85e80b78bc493 (commit) via 811f1cec8cd39d426a824223e3c4a6fa5b0f856e (commit) via 2ed81ebfaf2b4393b76fb36c121374da7ff563ec (commit) via 63513b207df618b52cf0bdf42c1ec3f6e9378f40 (commit) via 8a8fbe7e799cfc0d8dc5ffef5640df6dac8acd6c (commit) via 223d14a984e677823bd4f865ff22e14dd3fe9b76 (commit) via 110c88d35cfcbe63dbb87a88d72f3e2a67a60f65 (commit) via a2624c687db3a3edcf5995773e47e9fef3e62a8c (commit) via ddef31c15c663626fc1804467f4c2ce420598796 (commit) via 68d977a73797a129913179010eea088f30e370b7 (commit) via 062780ec35f9db630e784b27a54440017df77531 (commit) via bf347c60bdd7e05800f0c06d03e2ad87aeaa5e09 (commit) via c573486ce9752afb9a8431089762d6845cf1429d (commit) via d61ec7c7a7ec822862880467a5722ccfb0dd9b82 (commit) via 236a11dc65906cc200bce4e6db26d20b299cd1b0 (commit) via bfcb9328e51eaaa21c92a1f2d7262758afb843e8 (commit) via 7357558fc8866e3a449aa9473c419b593d67b5b6 (commit) via dbbba5279f66f95805c1e084e6f646d174931e56 (commit) via 78475b0ecac4e7793366d2dba0cb875a8fde6bb0 (commit) via f3008c31f02948290f2edde9c39dc83371acbab9 (commit) via 307a4c2cbbb8e824163fca354783e79d2892d231 (commit) via cb94db91b257c6375f597d9e9df2f48d5326a967 (commit) via 758bd2a433d64bed00ca084203b3e5ccfdea4499 (commit) via 1568fa75bcf393977425ccb73752b98883a9f375 (commit) via e1ccaff6eea1b48f4b9b28cabaf0f990119b0d19 (commit) via e3df3572f66aa099d337f013dceef7d519ef8398 (commit) via 10db3de66eb226e9aed32e789abd532c41f0f471 (commit) via 31156ce8b95c5e9fa8cb01f08de008c3289c1086 (commit) via 264a6b127a918800d9f8bac80b5f4a8a8799d0f1 (commit) via 0a0e2b52a5a53b8747c165ff5c976f27df05a2e1 (commit) via 707195c8f487a39c34ea4d965140465594eb5c21 (commit) via da023acd1aec18e715789540f150c77b919c65a0 (commit) via 776fa183594f6e7184183ab632c87996e96f7cf6 (commit) via a61b6b7d184dc7aa2475eb4d293990404be5fedd (commit) via 90132f62a2847fb2bc93a7c2366a139fe12bf365 (commit) via efb224a4392326fd6ae3eabdc170a246978d3f09 (commit) via 07d17a73ec9485d6fa096d29d26647459fb9cbb7 (commit) via 8cfd59dd65fe992fda0358a4bdca9e610c624a3c (commit) via fc7e99872cb3595638fc00ab96cf433bfa77fb14 (commit) via c3ad1e8dbd6cf1ff6d29bd2edb2da2c35187e768 (commit) via 85ea93384ae21ff59f5e5b292884a86f9c10b852 (commit) via b81831acbc671445061ed41a55fb1cc21d8e2979 (commit) via 030a2831a8df7829d606a873e28330ea2310fd64 (commit) via 2fccc881a9184879deeb9580bc25e7c420c580f8 (commit) via 8f59e023ef05d4f45e1c10a8bbc96bf8b4a96a89 (commit) via a03feb9354bda5084f19cc952bc52ba7be89f372 (commit) via 2202891669735242a24299f85a788a3aa0461404 (commit) via 6b02ed66e2856abb1d5eef64747badd4fc78cef9 (commit) via 2a890421424da5cca4226ee8afd562c356205815 (commit) via dfe8ec3ab9a39cd50774036632f9f645b567eea3 (commit) via d4c7e934dfe1ecb4cb4139e4a5e6bfd88c94df66 (commit) via 9052e285b53e26727a28ac376b1418c0202533d1 (commit) via 43ea23a346cd32d5ae2ca1d465db6f3beb65bf13 (commit) via 13000b44d6069743db98ec753763d882b9a0beaf (commit) via 5fe241c5f91b3bb0c9ef4d80d402dd83812de3e6 (commit) via 47ebcecc3ef862c6ad961539638123af63407ac9 (commit) via c878cbe158b6cc20fe5dc65481885f3b2758f432 (commit) via c9627922115a56cfd1bc966b62108efba581662c (commit) from 75456a03cee1c0caed37371843273eee4dc73bba (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=2a32c0ae0e2d01f3cc82384b24f610bd11a23755 commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=67ab404afa3ac68f58f586ce889f116b8ff65e3b commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=6ba0c48349fd21904822b43a2ea3241a6d0968a9 commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=a871778ca44886721b05a64982b5e5d81c7590a3 commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=c1d9579dd8bf3c921ca6bc2b62c40da6d25372e5 commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=846af54dd5a77dc02feeb5e34283608012cfb217 commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=fd6913a18955b0f89ca994b5036c103bcea23f28 commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=912bc4f038b3daaea4477c4b4e79fbd8c15e67a0 commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=afc9635c600ace716294a12d78abd37f65abd0ea commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=3315020a091f64c8d08c3b32a2abd46431dcf857 commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=75726307e6164673c48d6ce1d143a075b8ce18fa commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=4240e429d0c2d889d0cda23c618f94e12c13ade7 commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=9d522cb35d8b4f266abadd0d019f68eb8802ae05 commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=89fd72cbf26f5d2e3d86ab19c1ead73ab8fac0fe commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=9598afa3b0f7a7fdcf3740173346950b2bd5942c commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=7544064b15d290047e13078f4e99a8b677e79c54 commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=f05c65090a964b30135236a90fc85986e0ca56a6 commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=c59b8ba6cd48e0fc0c1be8d86d4a19e7bf37d7e0 commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=997d5b488a9a580ef853256e188975f7ac05fb75 commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=bdaabb9b22caa71021754d3967b4032b194d9880 commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=406d61835b97a801807913e0fc67eadd9c6a3ffa commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=d7fb49314defee9fdbfcf3847d0855ac6ef4d166 commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=60a81ad13374265cf9aecdc72daecd0410936779 commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=5b2b444f66363ee4132b9e398c0535fa59765a63 commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=a195e3c34f1eeb6a607c342121edf48e49067ea9 commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=928408d9e5b4b389897b799b3b6af505d719a3f6 commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=b2e3be41a604a36d6586c6e24d93349ca098f0c3 commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=c895e775a57072b075b230d60381ac432520b1a8 commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=14f67192c25a130a354f3e3e6db3dfd49d2f5c86 commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=c7f23494c1103f87bcf1ef7cbfcd626e73edb337 commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=5ac6b767893281cab5c974b039400118851d548b commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=6e6cc5910b6b5db5e3662dc389e749763e5717f5 commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=2e56fa863221d60d8bf8a8b946aaf8ba28ed05e7 commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=9a0bdc8db5ceac574a2ae91cdf985499cd7c2b0c commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=3b3152853a13addc7eeab0e83a8e12f580d87e34 commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=76dfcb942f37ebd6999c711d0e887ac42d6f138a commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=52a4255055f2f50c7f20917a47e2da04b8068fd6 commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=cab19af9fb573f87b713b604a99799a6a242668b commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=cd34647c666be867f95ef8fc0492c30356043f10 commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=27af66162baed6a964466b92902accebdd5ae7c7 commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=d479a0f92fa9d28772d12fb461888efb3815480f commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=6fbc80349f601dc32f38b89a997913ea684b9f32 commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=e24662c4233ecdad9e55c184aedce9b114877b48 commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=b93f5a5673b4bb09e14eb80fe28aa21fc20a6271 commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=d665162077862ef9e5886f870bf5ce909fc9342c commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=9f084527a48f7c9ceb995d7bc39da63ae1941a3c commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=e54ae784e60e08edf7e9da07e452cb279386c603 commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=f7ea6beaf4ca02b8e6dc576255e35a5b86035cb9 commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=f563afd433e07a2eb7db614005141f21613d4d61 commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=2c3d9db56d5d49bdc777b174982251c01348e3d8 commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=4fa046a39ebdaf4c9191ffff8a57b0759c52f3f3 commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=99e47ed0b2d2c559da813e679260e218f2c1d2ee commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=5da79169d3e9f0fab47da03318c44075b3f824c5 commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=acb9198b960caaa2fe9f31258116eaa7c1154093 commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=19b7fac86d85c89f2c9173906722da70c6eebad2 commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=24e2d4b6ba99985d5b710983714f0133e94dc343 commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=426cafc46c8bf5aeda38e8d17f1d86a48e627e43 commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=cc81d9969c6ac32f8482b3fc1a1775d212222fa7 commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=a88f4496b75a756df371a405ce608ceb06c8fbd7 commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=897795240cfaaed724af2f53ed2c50c9862f951f commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=b36927fbe922d1aac5d6e42c04eecf65bf37f5f3 commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=a5652d3e05380edcd35236e94b924c8c105eaefd commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=cd70dd6bef515a573a5af1756ce6a8b8406bb5d4 commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=d9fe63acb033141be695815a8a663de8dae4f8af commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=79aa44536f3980d324f486504cde643ce23bf5c6 commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=21f1e15aafb13ab2430e831a3da7d4d4f525d1ce commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=465883b0a2b4236ba6b31b648a9eabef3b7cdddb commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=6f3efa76b042cdc457dba5bf8d8257f3ae83fb10 commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=e5e2fc842c418432756d8b5825ff107c6c5fc4c3 commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=615c3849722ade16282750aa17658a2543fd2acf commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=5594d14696f916e4aad14a3a12a4c15d2e7123bc commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=c533c1477f6beede766034c1226a20ac08320b05 commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=e1cd66f74862936d84acf3008118d6094c56ad58 commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=9abbed0629c862710bdc0f0dd3565e069ecab9da commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=e16954f3d27fa8e16c379ff6623ae18d6250a39c commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=66a36ef949e4e6b8dbcc8a024eecfeca967d1d9c commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=4da99ea4231e3d8bbf28b666748c1028e7b7d665 commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=8c8745b298d20b49e64c77c1e4ba4c8ac300e9e6 commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=4635d3c527916555773a6eb128fb4a410d585d9d commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=cc06e4a1aae0858603fbb56c021e5504458d2f15 commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=cb5a7bc2dce4377036bd70a69b2b7b3bc821036f commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=7a5a843a2a63636458397823f090d5e28a02b6a4 commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=e8e2fba1fee225bdfeda82c2b9e14aa0cb13d2f0 commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=c6ef13937652850267e5422213af67144f4b5e1d commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=1b11e239cac545b86886a30fa15ae1f7c2d6e385 commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=314837ec3b00bb387f1bd601faa9d535fa2dc80b commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=8af3596d6bb6cfffb57161a62aa2f7f56d5ea3eb commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=eb03cff8208aa959aabb91aaac0e21fc88966409 commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=194e6ee74b0282d0a7b8d0c815ea7204fc23cec9 commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=d34e142c511c779a294ce96eee0e9ab535b24de3 commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=2c262ea9fef2652fd51582a364c69708879398e3 commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=223be216afa13b708904ca1d72898f2ccf5cef40 commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=0b44818ead933f9a09c85045003eafbcb4b2f3bc commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=3b3c2cf18005fdf0175eacebd200cee924c5048a commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=c6c4177f1084fec693a90c1e68aaa004768209de commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=6aab24d7bc82bb6ca022358e05182fa537db293e commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=effbe6ecb4848aee867ebd867d0978c5e81fa598 commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=559b114dd466db05125b9b88270988a994976a8d commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=b06ad7def83669f2ddd218a184956c38a5039b6d commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=9cc2c182fc20d5734b3a43834d4fb738b7d95bb3 commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=0ade8421b5b2c85185fdfddbd5833222e5d4146b commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=addf11f9a264417aa467d4e135b9a8afc59f172a commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=5da417f7c4b2adb5b2aa4d6c86354f8de87dcde9 commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=503c7305a1e379f95649eef1a694d0c1dbdc674a commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=431ab0e82819b31fcd1e33ecb52c2cd3b4b41da7 commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=61307dccc5f2f352d7dfed5c13abf3f0e26ec85d commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=7095003cbef630fe29c2299cc819fd37c691d0b0 commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=8f9fe6edce358f7904e0db119416b4d1080a83aa commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=771a9f69f70e0b4fa95347df7ab346e5bdbc85f2 commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=a3290f655e12f43943bdabc9fd91477316af24a7 commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=e2a0cb1a803b8a4a2b705728e13d61e6d2b17a71 commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=ca59dfa6f727fe3bf3a01904ec30e87f7fa5a67e commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=38c0e7218065d9be47b16f2b36264bcefbabd046 commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=1eea8e8a06bc718836c34b8f7da9420b38fc4851 commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=7cb2ff9621a6129cc251f9d06bf23d3f9d426173 commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=31e8ab4dd98dbe702df8b2029cf6e2424b12850e commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=cd1f0d04bf06938c0ee5728fc8424d62bcf2eef3 commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=a40a5d9468a5f9f11d355ebf07f7741f5c267588 commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=bddc35ac664bc16a8953d0d46bf85e80b78bc493 commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=811f1cec8cd39d426a824223e3c4a6fa5b0f856e commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=2ed81ebfaf2b4393b76fb36c121374da7ff563ec commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=63513b207df618b52cf0bdf42c1ec3f6e9378f40 commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign XC regressions with merge c1d9579. M src/test/regress/expected/rowtypes_1.out http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=8a8fbe7e799cfc0d8dc5ffef5640df6dac8acd6c commit 2a32c0ae0e2d01f3cc82384b24f610bd11a23755 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 28 15:18:49 2012 +0900 Fix for test rowtypes This is to realign ... [truncated message content] |
From: Michael P. <mic...@us...> - 2012-06-26 00:34:18
|
Project "Postgres-XC". The branch, master has been updated via 75456a03cee1c0caed37371843273eee4dc73bba (commit) from e628e2d488a756e1858418385bff4e523a908bec (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=75456a03cee1c0caed37371843273eee4dc73bba commit 75456a03cee1c0caed37371843273eee4dc73bba Author: Michael Paquier <mi...@ot...> Date: Tue Jun 26 09:32:38 2012 +0900 Remove useless argument in function DataNodeCopyBegin of execRemote.c This function was referencing to a boolean flag as a COPY TO/FROM switch but is not used by code. M src/backend/commands/copy.c M src/backend/pgxc/pool/execRemote.c M src/include/pgxc/execRemote.h ----------------------------------------------------------------------- Summary of changes: src/backend/commands/copy.c | 5 ++--- src/backend/pgxc/pool/execRemote.c | 2 +- src/include/pgxc/execRemote.h | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-06-26 00:34:13
|
Project "Postgres-XC". The branch, REL1_0_STABLE has been updated via 78c4cd4cb6729ffe64a8eee0ea1a48e2ad3e1542 (commit) from f6da16b1f9170c4b3e21ec93f063233f1fb0187e (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=78c4cd4cb6729ffe64a8eee0ea1a48e2ad3e1542 commit 75456a03cee1c0caed37371843273eee4dc73bba Author: Michael Paquier <mi...@ot...> Date: Tue Jun 26 09:32:38 2012 +0900 Remove useless argument in function DataNodeCopyBegin of execRemote.c This function was referencing to a boolean flag as a COPY TO/FROM switch but is not used by code. M src/backend/commands/copy.c M src/backend/pgxc/pool/execRemote.c M src/include/pgxc/execRemote.h ----------------------------------------------------------------------- Summary of changes: src/backend/commands/copy.c | 5 ++--- src/backend/pgxc/pool/execRemote.c | 2 +- src/include/pgxc/execRemote.h | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-06-21 09:35:09
|
Project "Postgres-XC". The branch, master has been updated via e628e2d488a756e1858418385bff4e523a908bec (commit) from 82e55363b47cfce130d06c4233b757e406d918c0 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=e628e2d488a756e1858418385bff4e523a908bec commit e628e2d488a756e1858418385bff4e523a908bec Author: Michael Paquier <mi...@ot...> Date: Thu Jun 21 18:28:54 2012 +0900 Fix for crash at gtm_proxy startup in 32b-linux machines This fix adds an additional boolean flag in GTM-Proxy thread info to make it similar to the one used in GTM. The problem which was happening was that GTM-Proxy tried to use the memory structure of the thread info of GTM. Crash problems are solved but we should find in the future a smarter way to manage GTM and GTM-Proxy memory allocation APIs as they are now strongly dependant on each other and we may find similar issues if some new developments are done on GTM and/or GTM-Proxy. Report from Plexo Rama and patch from Koichi Suzuki. M src/include/gtm/gtm_proxy.h ----------------------------------------------------------------------- Summary of changes: src/include/gtm/gtm_proxy.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-06-21 09:35:04
|
Project "Postgres-XC". The branch, REL1_0_STABLE has been updated via f6da16b1f9170c4b3e21ec93f063233f1fb0187e (commit) from 13d30e5da4ea17ee60b7a78dee0b85a43313b156 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=f6da16b1f9170c4b3e21ec93f063233f1fb0187e commit e628e2d488a756e1858418385bff4e523a908bec Author: Michael Paquier <mi...@ot...> Date: Thu Jun 21 18:28:54 2012 +0900 Fix for crash at gtm_proxy startup in 32b-linux machines This fix adds an additional boolean flag in GTM-Proxy thread info to make it similar to the one used in GTM. The problem which was happening was that GTM-Proxy tried to use the memory structure of the thread info of GTM. Crash problems are solved but we should find in the future a smarter way to manage GTM and GTM-Proxy memory allocation APIs as they are now strongly dependant on each other and we may find similar issues if some new developments are done on GTM and/or GTM-Proxy. Report from Plexo Rama and patch from Koichi Suzuki. M src/include/gtm/gtm_proxy.h ----------------------------------------------------------------------- Summary of changes: src/include/gtm/gtm_proxy.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-06-21 08:29:35
|
Project "Postgres-XC". The branch, master has been updated via 82e55363b47cfce130d06c4233b757e406d918c0 (commit) from 4fab01e60ff70ba4edee688742a5b7ca539494a8 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=82e55363b47cfce130d06c4233b757e406d918c0 commit 82e55363b47cfce130d06c4233b757e406d918c0 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 21 17:23:28 2012 +0900 Push -l option of gtm_ctl to gtm This solves 2 problems: - Avoid to have an empty output file when gtm_ctl has a log file defined - Change log file name of GTM according to what is given by gtm_ctl Patch by Michael Meskes M src/gtm/gtm_ctl/gtm_ctl.c ----------------------------------------------------------------------- Summary of changes: src/gtm/gtm_ctl/gtm_ctl.c | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-06-21 08:29:31
|
Project "Postgres-XC". The branch, REL1_0_STABLE has been updated via 13d30e5da4ea17ee60b7a78dee0b85a43313b156 (commit) from faa2ffd6e0d08602488dfa2b07100c55db51f9c8 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=13d30e5da4ea17ee60b7a78dee0b85a43313b156 commit 82e55363b47cfce130d06c4233b757e406d918c0 Author: Michael Paquier <mi...@ot...> Date: Thu Jun 21 17:23:28 2012 +0900 Push -l option of gtm_ctl to gtm This solves 2 problems: - Avoid to have an empty output file when gtm_ctl has a log file defined - Change log file name of GTM according to what is given by gtm_ctl Patch by Michael Meskes M src/gtm/gtm_ctl/gtm_ctl.c ----------------------------------------------------------------------- Summary of changes: src/gtm/gtm_ctl/gtm_ctl.c | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) hooks/post-receive -- Postgres-XC |
From: Ashutosh B. <ash...@us...> - 2012-06-21 05:51:26
|
Project "Postgres-XC". The branch, master has been updated via 4fab01e60ff70ba4edee688742a5b7ca539494a8 (commit) from 037ea439d49bee51fe8af01385badf921db1e867 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=4fab01e60ff70ba4edee688742a5b7ca539494a8 commit 4fab01e60ff70ba4edee688742a5b7ca539494a8 Author: Ashutosh Bapat <ash...@en...> Date: Thu Jun 21 11:16:07 2012 +0530 Provide projection capability to the RemoteQuery node. In RemoteQuery node we provide base_tlist as the target list representing the data expected from the datanodes. This provides the scan tuple descriptor. The actual targetlist expected from the RemoteQuery node is saved in scan.plan.targetlist like other scan plans. This serves as the projection list. Rest of the logic to link the scan targetlist and project targetlist, to apply quals is built in ExecScan(). Since RemoteQuery nodes have projection capabilities, we don't need Result nodes above RemoteQuery nodes just to perform projection. ExecRemoteQuery() now uses a template similar to ExecSeqScan(). Since ExecRemoteQuery() takes care of the materialization, we don't need Materialize node above RemoteQuery node. M src/backend/commands/explain.c M src/backend/optimizer/plan/createplan.c M src/backend/optimizer/plan/setrefs.c M src/backend/pgxc/plan/planner.c M src/backend/pgxc/pool/execRemote.c M src/backend/utils/adt/ruleutils.c M src/include/pgxc/execRemote.h M src/test/regress/expected/aggregates.out M src/test/regress/expected/aggregates_1.out M src/test/regress/expected/create_index.out M src/test/regress/expected/inherit.out M src/test/regress/expected/inherit_1.out M src/test/regress/expected/join.out M src/test/regress/expected/join_1.out M src/test/regress/expected/xc_FQS.out M src/test/regress/expected/xc_FQS_join.out M src/test/regress/expected/xc_alter_table.out M src/test/regress/expected/xc_for_update.out M src/test/regress/expected/xc_groupby.out M src/test/regress/expected/xc_having.out M src/test/regress/expected/xc_remote.out ----------------------------------------------------------------------- Summary of changes: src/backend/commands/explain.c | 6 + src/backend/optimizer/plan/createplan.c | 135 ++-- src/backend/optimizer/plan/setrefs.c | 23 +- src/backend/pgxc/plan/planner.c | 1 + src/backend/pgxc/pool/execRemote.c | 411 +++--------- src/backend/utils/adt/ruleutils.c | 40 +- src/include/pgxc/execRemote.h | 2 - src/test/regress/expected/aggregates.out | 122 ++-- src/test/regress/expected/aggregates_1.out | 122 ++-- src/test/regress/expected/create_index.out | 154 ++--- src/test/regress/expected/inherit.out | 16 +- src/test/regress/expected/inherit_1.out | 16 +- src/test/regress/expected/join.out | 62 +- src/test/regress/expected/join_1.out | 68 +-- src/test/regress/expected/xc_FQS.out | 528 +++++++--------- src/test/regress/expected/xc_FQS_join.out | 62 +- src/test/regress/expected/xc_alter_table.out | 44 +- src/test/regress/expected/xc_for_update.out | 230 +++---- src/test/regress/expected/xc_groupby.out | 912 +++++++++++--------------- src/test/regress/expected/xc_having.out | 304 ++++----- src/test/regress/expected/xc_remote.out | 152 ++--- 21 files changed, 1420 insertions(+), 1990 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-06-19 05:37:42
|
Project "Postgres-XC". The branch, master has been updated via 037ea439d49bee51fe8af01385badf921db1e867 (commit) from a593cbdbbb437636d44ceb86c81c82c831ba612a (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=037ea439d49bee51fe8af01385badf921db1e867 commit 037ea439d49bee51fe8af01385badf921db1e867 Author: Michael Paquier <mi...@ot...> Date: Tue Jun 19 14:39:32 2012 +0900 Correct typo on documentation of CTAS for clause TO NODE/GROUP M doc-xc/src/sgml/ref/create_table_as.sgmlin ----------------------------------------------------------------------- Summary of changes: doc-xc/src/sgml/ref/create_table_as.sgmlin | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-06-19 05:37:38
|
Project "Postgres-XC". The branch, REL1_0_STABLE has been updated via faa2ffd6e0d08602488dfa2b07100c55db51f9c8 (commit) from ab1e38cd276bdb14f21f53ed0aca5f40aac67c89 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=faa2ffd6e0d08602488dfa2b07100c55db51f9c8 commit 037ea439d49bee51fe8af01385badf921db1e867 Author: Michael Paquier <mi...@ot...> Date: Tue Jun 19 14:39:32 2012 +0900 Correct typo on documentation of CTAS for clause TO NODE/GROUP M doc-xc/src/sgml/ref/create_table_as.sgmlin ----------------------------------------------------------------------- Summary of changes: doc-xc/src/sgml/ref/create_table_as.sgmlin | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-06-18 06:20:56
|
Project "Postgres-XC". The branch, master has been updated via a593cbdbbb437636d44ceb86c81c82c831ba612a (commit) from 2f9eabd983cfed51a4fcf4cbbc2fae1167912cd4 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=a593cbdbbb437636d44ceb86c81c82c831ba612a commit a593cbdbbb437636d44ceb86c81c82c831ba612a Author: Michael Paquier <mi...@ot...> Date: Mon Jun 18 15:17:57 2012 +0900 Fix for bug 3535915: INSERT SELECT for partially replicated tables Remote DML planning was not taking into account the node list to be used on a relation when modifying data on it. This has been enlighten by a test case with INSERT SELECT on tables replicated defined on a sub-cluster. For example, in the case of a cluster with 2 Datanodes dn1 and dn2: CREATE TABLE aa1 (a int) DISTRIBUTE BY REPLICATION TO NODE dn1; CREATE TABLE aa2 (a int) DISTRIBUTE BY HASH(a); INSERT INTO aa2 VALUES (1),(2),(3),(4); INSERT INTO aa1 SELECT * FROM aa2; The last INSERT SELECT was inserting data on all the nodes instead of doing it only on Datanode dn1. M src/backend/optimizer/plan/createplan.c ----------------------------------------------------------------------- Summary of changes: src/backend/optimizer/plan/createplan.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-06-18 06:20:51
|
Project "Postgres-XC". The branch, REL1_0_STABLE has been updated via ab1e38cd276bdb14f21f53ed0aca5f40aac67c89 (commit) from 334717b6c8fbaf237b50cc9dca84a7f77abaae96 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=ab1e38cd276bdb14f21f53ed0aca5f40aac67c89 commit a593cbdbbb437636d44ceb86c81c82c831ba612a Author: Michael Paquier <mi...@ot...> Date: Mon Jun 18 15:17:57 2012 +0900 Fix for bug 3535915: INSERT SELECT for partially replicated tables Remote DML planning was not taking into account the node list to be used on a relation when modifying data on it. This has been enlighten by a test case with INSERT SELECT on tables replicated defined on a sub-cluster. For example, in the case of a cluster with 2 Datanodes dn1 and dn2: CREATE TABLE aa1 (a int) DISTRIBUTE BY REPLICATION TO NODE dn1; CREATE TABLE aa2 (a int) DISTRIBUTE BY HASH(a); INSERT INTO aa2 VALUES (1),(2),(3),(4); INSERT INTO aa1 SELECT * FROM aa2; The last INSERT SELECT was inserting data on all the nodes instead of doing it only on Datanode dn1. M src/backend/optimizer/plan/createplan.c ----------------------------------------------------------------------- Summary of changes: src/backend/optimizer/plan/createplan.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-06-15 00:33:43
|
Project "Postgres-XC". The branch, master has been updated via 2f9eabd983cfed51a4fcf4cbbc2fae1167912cd4 (commit) from c3e01a6277f1d1d94c6d45114a710d47ddc6ece2 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=2f9eabd983cfed51a4fcf4cbbc2fae1167912cd4 commit 2f9eabd983cfed51a4fcf4cbbc2fae1167912cd4 Author: Michael Paquier <mi...@ot...> Date: Fri Jun 15 09:34:24 2012 +0900 Correct ORDER BY query plan in output join.out This is an additional fix consequence of commit 9a7d611. It makes the output plan of join.out consistent with join_1.out. M src/test/regress/expected/join.out ----------------------------------------------------------------------- Summary of changes: src/test/regress/expected/join.out | 29 ++++++++++++++++------------- 1 files changed, 16 insertions(+), 13 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-06-15 00:33:39
|
Project "Postgres-XC". The branch, REL1_0_STABLE has been updated via 334717b6c8fbaf237b50cc9dca84a7f77abaae96 (commit) from cffbd74533f897bc238ed326b607dfb002588e5a (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=334717b6c8fbaf237b50cc9dca84a7f77abaae96 commit 2f9eabd983cfed51a4fcf4cbbc2fae1167912cd4 Author: Michael Paquier <mi...@ot...> Date: Fri Jun 15 09:34:24 2012 +0900 Correct ORDER BY query plan in output join.out This is an additional fix consequence of commit 9a7d611. It makes the output plan of join.out consistent with join_1.out. M src/test/regress/expected/join.out ----------------------------------------------------------------------- Summary of changes: src/test/regress/expected/join.out | 29 ++++++++++++++++------------- 1 files changed, 16 insertions(+), 13 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-06-15 00:20:34
|
Project "Postgres-XC". The branch, master has been updated via c3e01a6277f1d1d94c6d45114a710d47ddc6ece2 (commit) from cd6b5d791a5fc99c8188566f1885d98164b44154 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=c3e01a6277f1d1d94c6d45114a710d47ddc6ece2 commit c3e01a6277f1d1d94c6d45114a710d47ddc6ece2 Author: Michael Paquier <mi...@ot...> Date: Fri Jun 15 09:14:17 2012 +0900 Fix for sequence removal on GTM when related database is dropped There was an error on GTM side on when comparing sequence key strings related to key size when sequence drop is based on a sequence key type GTM_SEQ_DB_NAME. Here is an example that was failing: create database test; \c test create sequence toto; \c postgres -- Sequence not dropped on GTM when database is dropped drop database test; create database test; \c test -- error cannot re-create sequence, GTM complains -- because sequence is seen as already created on GTM create sequence toto; Report and test case by Dimitrije Radojevic M src/gtm/main/gtm_seq.c ----------------------------------------------------------------------- Summary of changes: src/gtm/main/gtm_seq.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-06-15 00:20:30
|
Project "Postgres-XC". The branch, REL1_0_STABLE has been updated via cffbd74533f897bc238ed326b607dfb002588e5a (commit) from 636412d52b022bf4fde53bb7d2439a7c61fbc7eb (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=cffbd74533f897bc238ed326b607dfb002588e5a commit c3e01a6277f1d1d94c6d45114a710d47ddc6ece2 Author: Michael Paquier <mi...@ot...> Date: Fri Jun 15 09:14:17 2012 +0900 Fix for sequence removal on GTM when related database is dropped There was an error on GTM side on when comparing sequence key strings related to key size when sequence drop is based on a sequence key type GTM_SEQ_DB_NAME. Here is an example that was failing: create database test; \c test create sequence toto; \c postgres -- Sequence not dropped on GTM when database is dropped drop database test; create database test; \c test -- error cannot re-create sequence, GTM complains -- because sequence is seen as already created on GTM create sequence toto; Report and test case by Dimitrije Radojevic M src/gtm/main/gtm_seq.c ----------------------------------------------------------------------- Summary of changes: src/gtm/main/gtm_seq.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- Postgres-XC |
From: Ashutosh B. <ash...@us...> - 2012-06-14 06:26:53
|
Project "Postgres-XC". The branch, master has been updated via cd6b5d791a5fc99c8188566f1885d98164b44154 (commit) from 139323f9ffe40e2e448ddeeff11559669e0d39f6 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=cd6b5d791a5fc99c8188566f1885d98164b44154 commit cd6b5d791a5fc99c8188566f1885d98164b44154 Author: Ashutosh Bapat <ash...@en...> Date: Thu Jun 14 11:51:13 2012 +0530 The code to reduce to the number of data-nodes based on the quals in the query is duplicated in two places. Move this code into a function GetRelationNodesByQuals() to avoid duplication. M src/backend/optimizer/plan/createplan.c M src/backend/pgxc/locator/locator.c M src/backend/pgxc/plan/planner.c M src/include/pgxc/locator.h M src/include/pgxc/planner.h ----------------------------------------------------------------------- Summary of changes: src/backend/optimizer/plan/createplan.c | 71 +------------ src/backend/pgxc/locator/locator.c | 174 +++++++++++++++++++++++++++++++ src/backend/pgxc/plan/planner.c | 159 ++--------------------------- src/include/pgxc/locator.h | 2 + src/include/pgxc/planner.h | 2 - 5 files changed, 189 insertions(+), 219 deletions(-) hooks/post-receive -- Postgres-XC |
From: Ashutosh B. <ash...@en...> - 2012-06-13 11:39:34
|
Hi Michael, Since you have changed the join.sql itself it's better to change the join.out along with join_1.out with the changed plan. The plan is only changed in join_1.out and not join.out. Otherwise, when we will come to remove join_1.out, we will have difficulty deciding the correct one out of the two variations. On Tue, Jun 12, 2012 at 6:10 AM, Michael Paquier < mic...@us...> wrote: > Project "Postgres-XC". > > The branch, REL1_0_STABLE has been updated > via 7435895479456623f6645add06d46afb5e9e5402 (commit) > from d141ce2dc7811dff101e52094eb18acf719c449d (commit) > > > - Log ----------------------------------------------------------------- > > http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=7435895479456623f6645add06d46afb5e9e5402 > > commit 9a7d611371b8ba95d250844148869ccc487b2184 > Author: Michael Paquier <mi...@ot...> > Date: Tue Jun 12 09:40:36 2012 +0900 > > Make data ordering consistent in query for test join.sql > > Regression test join failed on rare occasions depending on the cluster > configuration. > > M src/test/regress/expected/join.out > M src/test/regress/expected/join_1.out > M src/test/regress/sql/join.sql > > ----------------------------------------------------------------------- > > Summary of changes: > src/test/regress/expected/join.out | 4 ++-- > src/test/regress/expected/join_1.out | 33 > ++++++++++++++++++--------------- > src/test/regress/sql/join.sql | 4 ++-- > 3 files changed, 22 insertions(+), 19 deletions(-) > > > hooks/post-receive > -- > Postgres-XC > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Postgres-xc-committers mailing list > Pos...@li... > https://lists.sourceforge.net/lists/listinfo/postgres-xc-committers > -- Best Wishes, Ashutosh Bapat EntepriseDB Corporation The Enterprise Postgres Company |
From: Michael P. <mic...@us...> - 2012-06-12 04:14:10
|
Project "Postgres-XC". The branch, master has been updated via 139323f9ffe40e2e448ddeeff11559669e0d39f6 (commit) from 9a7d611371b8ba95d250844148869ccc487b2184 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=139323f9ffe40e2e448ddeeff11559669e0d39f6 commit 139323f9ffe40e2e448ddeeff11559669e0d39f6 Author: Michael Paquier <mi...@ot...> Date: Tue Jun 12 13:15:43 2012 +0900 Correct grammar of CREATE TABLE and CLEAN CONNECTION in docs Some brackets were used on mandatory arguments of some clauses. M doc-xc/src/sgml/ref/clean_connection.sgmlin M doc-xc/src/sgml/ref/create_table.sgmlin M src/backend/parser/gram.y ----------------------------------------------------------------------- Summary of changes: doc-xc/src/sgml/ref/clean_connection.sgmlin | 2 +- doc-xc/src/sgml/ref/create_table.sgmlin | 4 ++-- src/backend/parser/gram.y | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) hooks/post-receive -- Postgres-XC |