You can subscribe to this list here.
2010 |
Jan
|
Feb
|
Mar
|
Apr
(10) |
May
(17) |
Jun
(3) |
Jul
|
Aug
|
Sep
(8) |
Oct
(18) |
Nov
(51) |
Dec
(74) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2011 |
Jan
(47) |
Feb
(44) |
Mar
(44) |
Apr
(102) |
May
(35) |
Jun
(25) |
Jul
(56) |
Aug
(69) |
Sep
(32) |
Oct
(37) |
Nov
(31) |
Dec
(16) |
2012 |
Jan
(34) |
Feb
(127) |
Mar
(218) |
Apr
(252) |
May
(80) |
Jun
(137) |
Jul
(205) |
Aug
(159) |
Sep
(35) |
Oct
(50) |
Nov
(82) |
Dec
(52) |
2013 |
Jan
(107) |
Feb
(159) |
Mar
(118) |
Apr
(163) |
May
(151) |
Jun
(89) |
Jul
(106) |
Aug
(177) |
Sep
(49) |
Oct
(63) |
Nov
(46) |
Dec
(7) |
2014 |
Jan
(65) |
Feb
(128) |
Mar
(40) |
Apr
(11) |
May
(4) |
Jun
(8) |
Jul
(16) |
Aug
(11) |
Sep
(4) |
Oct
(1) |
Nov
(5) |
Dec
(16) |
2015 |
Jan
(5) |
Feb
|
Mar
(2) |
Apr
(5) |
May
(4) |
Jun
(12) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(4) |
2019 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
1
|
2
(1) |
3
(6) |
4
(19) |
5
|
6
(15) |
7
(2) |
8
(2) |
9
(22) |
10
(20) |
11
(20) |
12
(14) |
13
(12) |
14
(2) |
15
|
16
(14) |
17
(17) |
18
(4) |
19
(8) |
20
(2) |
21
(3) |
22
|
23
(8) |
24
(1) |
25
|
26
(2) |
27
(1) |
28
|
29
|
30
(7) |
31
(3) |
|
|
|
|
From: Ahsan H. <ahs...@en...> - 2012-07-26 07:49:14
|
Hi Micheal, Are we not suppose to just merge the changes from the 92 stable branch? Thanks, Ahsan On Thu, Jul 26, 2012 at 10:10 AM, Michael Paquier <mic...@gm... > wrote: > Hi all, > > I am going to work on merging Postgres 9.2 code with XC. > The goal is to plug in XC code up to the intersection of 9.2 stable branch > and postgres master branch. By respecting this, we will then be able to > plug in 9.2 stable branch for our future stable releases and postgresql > master branch in the future. > > I am just beginning to have a look at that, so I still cannot really > estimate the effort necessary to do that yet. However here is the commit I > will merge up to: > commit 80edfd76591fdb9beec061de3c05ef4e9d96ce56 > Author: Tom Lane <tg...@ss...> > Date: Wed Jun 13 19:43:35 2012 -0400 > > Revisit error message details for JSON input parsing. > > Instead of identifying error locations only by line number (which could > be entirely unhelpful with long input lines), provide a fragment of the > input text too, placing this info in a new CONTEXT entry. Make the > error detail messages conform more closely to style guidelines, fix > failure to expose some of them for translation, ensure compiler can > check formats against supplied parameters. > This commit can be found with this command: git merge-base postgres/master > postgres/REL9_2_STABLE. > > Once I got something compilable, I will commit a version of the merge in a > new branch of my github repository of XC => > https://github.com/michaelpq/pgxc. > And once I got some stabilization work done, I will simply merge this > branch with the existing XC master and commit everything into XC master. > I might begin the merge from commit > d03ea805cef9375bee9b751e65d698c07c138bf5 on XC master branch. > There will be for sure some other commits while I do the merge, but I will > just include them once I got a faily stable version. > > Comments are welcome. > -- > 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 > > -- Ahsan Hadi Snr Director Product Development EnterpriseDB Corporation The Enterprise Postgres Company Phone: +92-51-8358874 Mobile: +92-333-5162114 Website: www.enterprisedb.com EnterpriseDB Blog: http://blogs.enterprisedb.com/ Follow us on Twitter: http://www.twitter.com/enterprisedb This e-mail message (and any attachment) is intended for the use of the individual or entity to whom it is addressed. This message contains information from EnterpriseDB Corporation that may be privileged, confidential, or exempt from disclosure under applicable law. If you are not the intended recipient or authorized to receive this for the intended recipient, any use, dissemination, distribution, retention, archiving, or copying of this communication is strictly prohibited. If you have received this e-mail in error, please notify the sender immediately by reply e-mail and delete this message. |
From: Michael P. <mic...@gm...> - 2012-07-26 05:10:36
|
Hi all, I am going to work on merging Postgres 9.2 code with XC. The goal is to plug in XC code up to the intersection of 9.2 stable branch and postgres master branch. By respecting this, we will then be able to plug in 9.2 stable branch for our future stable releases and postgresql master branch in the future. I am just beginning to have a look at that, so I still cannot really estimate the effort necessary to do that yet. However here is the commit I will merge up to: commit 80edfd76591fdb9beec061de3c05ef4e9d96ce56 Author: Tom Lane <tg...@ss...> Date: Wed Jun 13 19:43:35 2012 -0400 Revisit error message details for JSON input parsing. Instead of identifying error locations only by line number (which could be entirely unhelpful with long input lines), provide a fragment of the input text too, placing this info in a new CONTEXT entry. Make the error detail messages conform more closely to style guidelines, fix failure to expose some of them for translation, ensure compiler can check formats against supplied parameters. This commit can be found with this command: git merge-base postgres/master postgres/REL9_2_STABLE. Once I got something compilable, I will commit a version of the merge in a new branch of my github repository of XC => https://github.com/michaelpq/pgxc. And once I got some stabilization work done, I will simply merge this branch with the existing XC master and commit everything into XC master. I might begin the merge from commit d03ea805cef9375bee9b751e65d698c07c138bf5 on XC master branch. There will be for sure some other commits while I do the merge, but I will just include them once I got a faily stable version. Comments are welcome. -- Michael Paquier http://michael.otacoo.com |