PostgreSQL 7.1
- 发行说明
- 发布日期:2001-04-13 (公告)
- 最终次要版本:7.1.3
- 结束支持日期:2001-08
- 文档:PostgreSQL 7.1
主要功能
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)
进程管理
系统目录更改
表
新增
移除
系统函数更改
新增
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
(提交 6a68f426unix_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 模块
新增