Heikki Linnakangas 和 Tom Lane 重写了Btree的索引扫描功能,以便使系统在各种情况下一次可以处理一个索引页,这样不仅简化并提高的索引扫描的代码,同时也允许我们重写btbulkdelete功能作为一个大的顺序扫描而不是像以前是按索引进行顺序查找,这极大地减小了VACUUM的系统开销,详情可浏览:http://archives.postgresql.org/pgsql-committers/2006-05/msg00050.php 。
Bruce Momjian 为libpq库增加了SSL CRL认证功能的支持,详情可浏览:http://archives.postgresql.org/pgsql-committers/2006-05/msg00039.php 和 http://archives.postgresql.org/pgsql-committers/2006-05/msg00044.php 。
Pervasive公司的Larry Rosenman向CVS TIP库发布了一个向pg_stat_all_tables视图增加四个时间字段的补丁,这四个字段是last_vacuum、last_autovacuum、last_analyze 和last_autoanalyze,这将使数据库管理人员或是其他工具很容易对表的各种维护行为进行跟踪。
Teodor Sigaev 向CVS TIP库增加了通用反向索引功能(GIN),这将对将要开发的tsearch3及其相关功能有较大的帮助。
可在以下网址浏览如何获取PostgreSQL数据库meta信息的教程,网址:http://www.alberton.info/postgresql_meta_info.html 。
PostgreSQL十周年的纪念活动的网上注册的网址:http://conference.postgresql.org/Registration 。
PostgreSQL十周年的纪念活动是由Afilias公司、EnterpriseDB公司、GreenPlum公司、Pervasive公司和Sun公司提供赞助的。
PostgreSQL相关软件新闻
DBD::Pg 1.49 发布,详情可浏览:http://search.cpan.org/~dbdpg/DBD-Pg-1.49/ 。
PostgresPy 安装包0.1版发布,它包含Proboscis 0.2(一个较新的驱动)、Slythe 0.1(新的远程控制台软件)和 Boss 0.1 (新的控制器软件),详情可浏览:http://python.projects.postgresql.org/ 。
为Eclipse开发的PostgreSQL数据库插件Komo发布,详情可浏览:http://pgfoundry.org/projects/komo-client/ 。
Devrim Gunduz的可高亮显示PL/PgSQL语法且用于VIM的参数文件可在下列网址浏览:http://www.gunduz.org/postgresql/pgsql.vim 。
为OpenOffice开发的原生PostgreSQL驱动sdbc 0.7.1发布,详情可浏览:http://dba.openoffice.org/drivers/postgresql/index.html 。
PostgreSQL其他相关新闻
PostgreSQL日志站点地址:http://www.planetpostgresql.org/ 。
PostgreSQL技巧站点General Bits的网址:http://www.varlena.com/GeneralBits/ 。