|
| 1 | +PostgreSQL 6.1 Wed Feb 19 09:15:57 AST 1997 |
| 2 | +------------------------------------------------------------- |
| 3 | + |
| 4 | +Major contributors: |
| 5 | +------------------- |
| 6 | + Bruce is Bruce Momjian<maillist@candle.pha.pa.us> |
| 7 | + Bryan is Bryan Henderson<bryanh@giraffe.netgate.net> |
| 8 | + Dan is Dan McGuirk <mcguirk@indirect.com> |
| 9 | + Darren is Darren King <darrenk@insightdist.com> |
| 10 | + Edmund is Edmund Mergl <E.Mergl@bawue.de> |
| 11 | + Erich Stamberger <eberger@gewi.kfunigraz.ac.at> |
| 12 | + Kurt is "Kurt J. Lidl" <lidl@va.pubnix.com> |
| 13 | +Marc is "The Hermit Hacker" <scrappy@hub.org> |
| 14 | + Martin is Martin S. Utesch <utesch@aut.tu-freiberg.de> |
| 15 | + Vadim is "Vadim B. Mikheev" <vadim@sable.krasnoyarsk.su> |
| 16 | + Vivek is Vivek Khera <khera@kci.kciLink.com> |
| 17 | + |
| 18 | +Enhancements |
| 19 | +------------ |
| 20 | + |
| 21 | +autoconf configuration(Marc) |
| 22 | +Genetic Query Optimization(Martin) |
| 23 | + |
| 24 | + |
1 | 25 | PostgreSQL 6.0 Wed Jan 29 00:19:54 EST 1997
|
2 | 26 | -------------------------------------------------------------
|
3 | 27 |
|
4 | 28 | A dump/restore is required for those wishing to migrate data from
|
5 | 29 | previous releases of PostgreSQL.
|
6 | 30 |
|
7 |
| -Major contributors: |
8 |
| -------------------- |
9 |
| -Bruce is Bruce Momjian<maillist@candle.pha.pa.us> |
10 |
| -Bryan is Bryan Henderson<bryanh@giraffe.netgate.net> |
11 |
| -Dan is Dan McGuirk <mcguirk@indirect.com> |
12 |
| -Darren is Darren King <darrenk@insightdist.com> |
13 |
| -Edmund is Edmund Mergl <E.Mergl@bawue.de> |
14 |
| -Erich Stamberger <eberger@gewi.kfunigraz.ac.at> |
15 |
| -Kurt is "Kurt J. Lidl" <lidl@va.pubnix.com> |
16 |
| - Martin is Martin S. Utesch <utesch@aut.tu-freiberg.de> |
17 |
| -Vadim is "Vadim B. Mikheev" <vadim@sable.krasnoyarsk.su> |
18 |
| -Vivek is Vivek Khera <khera@kci.kciLink.com> |
19 |
| - |
20 | 31 | Bug Fixes
|
21 | 32 | ---------
|
22 | 33 | ALTER TABLE bug - running postgress process needs to re-read table definition
|
|