Downloadliste

Projektbeschreibung

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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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

Parallel Datenbank wiederherstellen, die Beschleunigung von Backup-Recovery-bis zu 8-mal abgerufen. Per-Spalte Berechtigungen, so dass mehr granulare Kontrolle von sensiblen Daten. Per-Datenbanksortierung Support, so dass PostgreSQL nützlicher in mehrsprachigen Umgebungen. In-Place-Upgrades durch pg_migrator (beta), ermöglicht Upgrades von 8,3 bis 8,4 ohne große Ausfallzeiten. Neue Abfrage Monitoring-Tools, so dass Administratoren mehr Einblick in die Abfrage Aktivität. Stark reduzierte VACUUM Overhead durch die Sichtweite Karte. Neue Monitoring-Tools für die laufende Queries, Query zu laden, und Deadlocks.
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

Diese Version verhindert Fehler Rekursion stürzt beim Encodieren Umstellung, verbietet CREATE CONVERSION nicht mit dem falschen Kodierungen für die angegebene Umwandlung Funktion und behebt xpath () nicht ändern Sie den Pfad Ausdruck, es sei denn notwendig ist, und zu einem gesünderen Versuch zu machen, wenn es notwendig ist.
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 () schaltet ein jetzt negative Konstanten. ALTER AGGREGATE ... OWNER TO wurde pg_shdepend zu aktualisieren.
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

Ein Privileg, Eskalation zu nutzen, SECURITY DEFINER Funktionen wurde geflickt.
Tags: Stable, Major security fixes
A privilege escalation exploit in SECURITY DEFINER
functions was patched.

2006-06-29 22:18
8.1.4

Der Server wurde geändert, um ungültige-codierte Multi-Byte-Zeichen in jedem Fall abzulehnen. Diese Version weist unsichere Verwendung von \ 'in String-Literale. libpq's string-Flucht-Routinen wurden geändert, um der Kodierung Überlegungen und standard_conforming_strings bewusst zu sein.
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