Download List

프로젝트 설명

PostgreSQL is a robust relational database system with over 25 years of active development that runs on all major operating systems. It is fully ACID compliant, and has full support for foreign keys, joins, views, triggers, and stored procedures (in multiple languages). It includes most SQL92 and SQL99 data types, including INTEGER, NUMERIC, BOOLEAN, CHAR, VARCHAR, DATE, INTERVAL, and TIMESTAMP. It also supports storage of binary large objects, including pictures, sounds, or video. It has native programming interfaces for C/C++, Java, .Net, Perl, Python, Ruby, Tcl, and ODBC, among others, and exceptional documentation.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2009-07-02 04:49
8.4.0

병렬 데이터베이스를 복원, 백업까지 회복 속도를 8 번. 당 열 사용 권한, 민감한 데이터를 더욱 세밀하게 제어할 수 있도록합니다. 당 데이터베이스의 데이터 정렬을 지원, PostgreSQL을 더 유용하게 멀티 - 언어 환경을 만들고있어. 있음 - pg_migrator을 통해 장소를 업그레 이드 (베타 버전), 8.3에서 8.4로 광범위한 중단없이 업그레 이드 가능하게한다. 새 쿼리를 모니터링 도구를, 관리자는 쿼리의 활동에 더 많은 통찰력을 제공. 크게 시정지도를 통해 VACUUM 오버헤드가 감소했다. 현재 쿼리에 대한 새로운 모니터링 도구, 쿼리로드, 그리고 교착 상태.
Parallel Database Restore, speeding up recovery from backup up to 8 times. Per-Column Permissions, allowing more granular control of sensitive data. Per-database Collation Support, making PostgreSQL more useful in multi-lingual environments. In-place Upgrades through pg_migrator (beta), enabling upgrades from 8.3 to 8.4 without extensive downtime. New Query Monitoring Tools, giving administrators more insight into query activity. Greatly reduced VACUUM overhead through the Visibility Map. New monitoring tools for current queries, query load, and deadlocks.

2009-04-04 03:32
8.3.7

이 릴리스의 오류를 반복하지 못하도록 할 때 지정한 인코딩으로 변환 변환 기능에 대한 잘못된 인코딩과 전환 disallows에 CREATE 실패, 그리고 XPath에 충돌 수정 (), 그리고 경로를 표현하지 않는 한 수정이 필요하지 않습니다 필요할 때 그것을 말짱 시도를 확인합니다.
Tags: stable 8.3
This release prevents error recursion crashes when encoding conversion
fails, disallows CREATE CONVERSION with the wrong encodings for the
specified conversion function, and fixes xpath() to not modify the path
expression unless necessary, and to make a saner attempt at it when
necessary.

2008-06-16 13:06
8.3.3

pg_get_ruledef () 지금은 부정적인 상수 parenthesizes. ALTER 집계 ... 소유자 pg_shdepend 업데이트되었다합니다.
Tags: Stable, Minor bugfixes
pg_get_ruledef() now parenthesizes negative
constants. ALTER AGGREGATE ... OWNER TO was made
to update pg_shdepend.

2007-04-30 16:30
8.2.4

권한 상승 보안 Definer 기능을 악용 패치되었습니다.
Tags: Stable, Major security fixes
A privilege escalation exploit in SECURITY DEFINER
functions was patched.

2006-06-29 22:18
8.1.4

서버 invalidly 모든 경우에 인코딩된 멀티 바이트 문자를 거부하도록 변경되었습니다. 이 릴리스 \의 안전 사용을 거부합니다 '문자열 리터럴이다. libpq의 문자열 일상 탈출 고려 사항 및 standard_conforming_strings 인코딩을 인식하도록 수정되었습니다.
Tags: Stable, Major security fixes
The server has been changed to reject invalidly-encoded multi-byte characters in all cases. This release rejects unsafe uses of \' in string literals. libpq's string-escaping routines have been modified to be aware of encoding considerations and standard_conforming_strings.

Project Resources