This is a discussion on Its Beta Time Again ... 8.1 Beta 1 Now Available within the Pgsql General forums, part of the PostgreSQL category; --> Back on the 1st of July, after almost 6 months of development since 8.0 was released, development on 8.1 ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Back on the 1st of July, after almost 6 months of development since 8.0 was released, development on 8.1 was frozen. Now, after spending the past few weeks processing through outstanding patches applicable to 8.1, we now enter our beta testing period, where we need help from the community at large. PostgreSQL 8.1 will bring in alot of fairly large features, including: - Improve concurrent access to the shared buffer cache - Add in-memory bitmaps which allows multiple indexes to be merged in a single query - Add two-phase commit - Create a new role system that replaces users and groups - Move /contrib/pgautovacuum into the main server - Add shared row level locks using SELECT ... FOR SHARE - many many others listed in the HISTORY file As with all major releases, we need to put the above changes through some extensive testing, in as many scenarios as possible, so encourage both testing, as well as bug reports. PostgreSQL 8.1 Beta 1 is now available via: http://www.postgresql.org/ftp/source/v8.1beta Please report any bugs with this beta to: pgsql-bugs@postgresql.org Or through our Bug Reporting Tool available at: http://www.postgresql.org/support/submitbug ---- Marc G. Fournier Hub.Org Networking Services (http://www.hub.org) Email: scrappy@hub.org Yahoo!: yscrappy ICQ: 7615664 ---------------------------(end of broadcast)--------------------------- TIP 2: Don't 'kill -9' the postmaster |
| ||||
| Hi Marc, Could you post the location of the beta documentation? I seem to have lost the link :-( Is there info on the new role system and in/out params in the beta docs? Thanks, Tony > PostgreSQL 8.1 will bring in alot of fairly large features, including: > > - Improve concurrent access to the shared buffer cache > - Add in-memory bitmaps which allows multiple indexes to be > merged in > a single query > - Add two-phase commit > - Create a new role system that replaces users and groups > - Move /contrib/pgautovacuum into the main server > - Add shared row level locks using SELECT ... FOR SHARE > - many many others listed in the HISTORY file ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match |