![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Dear postgres community, I would like to know what are the significant changes and new features introduced in Postgres 8.0 which warranted the major version number increment. From the postres website it is not very clear as I can only find technical changelogs for the beta releases. //Artem ---------------------------(end of broadcast)--------------------------- TIP 8: explain analyze is your friend |
#3
| |||
| |||
|
|
On Thu, 2004-10-07 at 14:48 -0400, Artem Litvinovich wrote: I would like to know what are the significant changes and new features introduced in Postgres 8.0 which warranted the major version number increment. I think that if you look in the postgresql advocacy list archives, it was first mentioned by Josh Berkus as to why the change to 8.0 http://archives.postgresql.org/pgsql...8/msg00022.php |
#4
| |||
| |||
|
|
-----Original Message----- From: pgsql-general-owner (AT) postgresql (DOT) org [mailto gsql-general-owner (AT) postgresql (DOT) org] On Behalf Of Tom LaneSent: 8. oktober 2004 04:04 To: Robby Russell Cc: alit (AT) vtsystems (DOT) com; pgsql-general (AT) postgresql (DOT) org Subject: Re: [GENERAL] 8.0 questions Robby Russell <robby (AT) planetargon (DOT) com> writes: On Thu, 2004-10-07 at 14:48 -0400, Artem Litvinovich wrote: I would like to know what are the significant changes and new features introduced in Postgres 8.0 which warranted the major version number increment. I think that if you look in the postgresql advocacy list archives, it was first mentioned by Josh Berkus as to why the change to 8.0 http://archives.postgresql.org/pgsql...8/msg00022.php Also see http://developer.postgresql.org/docs...ml#RELEASE-8-0 |
#5
| |||
| |||
|
|
A quite impressive list of changes in version 8.0.0. ... But the question from me is: When is it done? |
|
We have a lot of 7.2.5 versions running which badly needs an update, but if version 8.0.0 comes in the near future, we could surely hold out a while longer and go for the top of the line. |
), it's generally recommended to use 7.4.5. 8.0's previous
#6
| |||
| |||
|
|
Thomas Madsen wrote: A quite impressive list of changes in version 8.0.0. ... But the question from me is: When is it done? Two words: Nobody knows. Beta cycle is usually at least 2-3 months. First beta is in Aug. So a release is probably Nov at the earliest. We have a lot of 7.2.5 versions running which badly needs an update, but if version 8.0.0 comes in the near future, we could surely hold out a while longer and go for the top of the line. Unless you need a specific feature of 8.0 (savepoint, PITR, migration to Windows ), it's generally recommended to use 7.4.5. 8.0's previousname was 7.5 and it was renamed to X.0 to reflect the fact that it is not believed to be more robust than 7.4. |
#7
| |||
| |||
|
|
We have a lot of 7.2.5 versions running which badly needs an update, but if version 8.0.0 comes in the near future, we could surely hold out a while longer and go for the top of the line. Unless you need a specific feature of 8.0 (savepoint, PITR, migration to Windows ), it's generally recommended to use 7.4.5. 8.0's previous name was7.5 and it was renamed to X.0 to reflect the fact that it is not believed to be more robust than 7.4. |
#8
| |||
| |||
|
|
"GS" == Greg Stark <gsstark (AT) mit (DOT) edu> writes: |
#9
| |||
| |||
|
|
"GS" == Greg Stark <gsstark (AT) mit (DOT) edu> writes: GS> David Garamond <lists (AT) zara (DOT) 6.isreserved.com> writes: GS> Another reason to move to 7.4.5 would be that each version GS> introduced changes in behaviour. You're going to be dealing with GS> minor headaches from things like '' not being a valid integer any GS> more (it used to parse as 0 now it's an error). It'll be easier to GS> do that in two steps than to deal with them all at once. I disagree. If you're in your app and need to modify code, it is easier to make all the changes at once and regression test them, than do it twice: you're testing workload is likely to be more if you split the changes. |
![]() |
| Thread Tools | |
| Display Modes | |
| |