PostgreSQL 7.1
- 发行说明
- 发布日期:2001-04-13 (公告)
- 最终次要版本:7.1.3
- 停止支持:2001-08
- 文档:PostgreSQL 7.1
主要功能
- WAL
- TOAST 表
- 外连接语法 (初始提交 ed5003c5)
- SQL 语法更新以允许更复杂的查询
- Grand Unified Configuration (初始提交 6a68f426)
SQL 更改
新增
CHECKPOINT
(提交 f0e37a85)
修改
ALTER USER
COPY
- 二进制复制模式的新文件格式 (提交 676cf18c)
CREATE DATABASE
WITH TEMPLATE
子句已添加,允许选择模板数据库作为默认 "template0
" 的替代方案 (提交 2cf48ca0)
DROP INDEX
- 可以使用同一个
DROP INDEX
命令删除多个索引 (提交 9ace0318)
- 可以使用同一个
DROP TYPE
- 可以使用同一个
DROP TYPE
命令删除多个类型 (提交 9ace0318)
- 可以使用同一个
后端更改
- pg_control 已添加 (提交 4d14fe00)
- GUC 配置系统已添加 (提交 6a68f426)
- 修改后的函数管理器 (
fmgr
) 接口 (提交 0a7fb4e9) template0
数据库已添加 (提交 2cf48ca0)- 自动检查点已添加 (提交 b0299c5d)
进程管理
系统目录更改
表
新增
pg_largeobject
(提交 cf5a950c)
删除
系统函数更改
新增
abbrev()
(提交 61784c54)chr()
(提交 ebdfac3b)format_type()
(提交 de85dd1d)quote_ident()
(提交 daf1e3a7)quote_literal()
(提交 daf1e3a7)to_ascii()
(提交 75b61043)
删除
配置更改
一般
- 示例
postgresql.conf
文件已添加 (初始提交 209aa77d)
新增
checkpoint_segments
(提交 4d14fe00)checkpoint_timeout
(提交 b0299c5d)commit_delay
(提交 74151052)commit_siblings
(提交 9c993658)debug_assertions
(提交 648677c3)debug_print_parse
(提交 6a68f426)debug_print_plan
(提交 6a68f426)debug_print_query
(提交 6a68f426)debug_print_rewritten
(提交 6a68f426)debug_pretty_print
(提交 6a68f426)geqo
(提交 6a68f426)geqo_random_seed
(提交 6a68f426)geqo_threshold
(提交 6a68f426)krb_server_keyfile
(提交 996832ca)log_connections
(提交 6a68f426)max_connections
(提交 6a68f426)show_executor_stats
(提交 6a68f426)show_parser_stats
(提交 6a68f426)show_planner_stats
(提交 6a68f426)show_statement_stats
(提交 6a68f426)port
(提交 6a68f426)silent_mode
(提交 2af8b963)shared_buffers
(6a68f426 提交)sql_inheritance
(c4465095 提交)ssl
(ffd9aaa0 提交)syslog_facility
(d63a762f 提交)syslog_ident
(d63a762f 提交)tcpip_socket
(初始提交 6a68f426)trace_lock_oidmin
(6a68f426 提交)trace_locks
(6a68f426 提交)trace_lock_table
(6a68f426 提交)trace_notify
(6a68f426 提交)trace_spinlocks
(6a68f426 提交)trace_userlocks
(6a68f426 提交)unix_socket_directory
(初始提交 2150c2ed)unix_socket_group
(d1bfa6c7 提交)unix_socket_permissions
(d1bfa6c7 提交)virtual_host
(初始提交 2150c2ed)wal_buffers
(b0299c5d 提交)wal_debug
(b0299c5d 提交)wal_sync_method
(9d645fd8 提交)
libpq 更改
服务器实用程序
新增
核心实用程序
新增
pg_restore
(500b62b0 提交)
修改
createdb
--template
选项添加 (c3b00e7e 提交)
pg_dump
pg_dumpall
- 使用
CREATE USER
和CREATE GROUP
代替pg_shadow
和pg_group
的副本 (51afb930 提交)
- 使用
Contrib 模块
新增