From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au> |
Cc: | Hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: 7.2 - 7.3 activity |
Date: | 2002-09-05 05:45:54 |
Message-ID: | 200209050545.g855jsp15414@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Christopher Kings-Lynne wrote:
> Can someone maybe do a bit of a 'wc' on the cvs logs to see how much we've
> changed between 7.2 - 7.3 compared to 7.1 - 7.2? It's evident that the
> HISTORY file shows many more changes in this release than the previous, and
> I think it'd be interesting to know how much/how fast postgres is gaining
> momentum, what the developer appearance and attrition rate is, etc.
Good question. As far as lines of *.[chy] code in pgsql/src, you have:
Date | Release | Lines of code
--------------+----------+----------------
1994 | | 244,581
1996-08-01 | 1.02.1 |
1996-10-27 | 1.09 | 178,976
1997-01-29 | 6.0 |
1997-06-08 | 6.1 | 200,709
1997-10-02 | 6.2 | 225,848
1998-03-01 | 6.3 | 260,809
1998-10-30 | 6.4 | 297,918
1999-06-09 | 6.5 | 331,278
2000-05-08 | 7.0 | 383,270
2001-04-13 | 7.1 | 410,500
2002-02-04 | 7.2 | 394,274
2002-??-?? | 7.3 | 453,282
As you can see, a 15% increase over 7.2. As far as the feature list,
7.3 has the largest list ever, again about a 15% increase.
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
From | Date | Subject | |
---|---|---|---|
Next Message | Jeff Davis | 2002-09-05 06:11:23 | Re: Beta1 schedule |
Previous Message | Bruce Momjian | 2002-09-05 05:27:22 | Re: LIMIT 1 FOR UPDATE or FOR UPDATE LIMIT 1? |