Télécharger la liste

Description du projet

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.

Système requise

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

Parallel Database Restauration, en accélérant la récupération à partir de sauvegarde jusqu'à 8 fois. Per-autorisations colonne, permettant un contrôle plus granulaire des données sensibles. Per-Support Collation base de données, rendant PostgreSQL plus utile dans les environnements multi-lingual. Mises à niveau sur place grâce à pg_migrator (beta), permettant des mises à niveau de 8,3 à 8,4, sans temps morts importants. De nouveaux outils de suivi de requêtes, ce qui donne aux administrateurs un meilleur aperçu des activités de la requête. VIDE considérablement réduit les frais généraux par le Plan du Visibilité. Nouveaux outils de suivi pour les requêtes en cours, d'une requête de charge, et les blocages.
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

Ce communiqué de récursivité empêche d'erreur se bloque lorsque la conversion d'encodage échoue, interdit CONVERSION créer avec les codages de mal pour la fonction de conversion spécifié, et des corrections de xpath () de ne pas modifier l'expression de chemin à moins que nécessaire, et de faire une tentative Saner à elle si nécessaire.
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 maintenant constantes négatives. ALTER AGGREGATE ... PROPRIETAIRE A a été faite de mettre à jour 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

Une escalade de privilège d'exploiter des fonctions SECURITE DEFINER a été patché.
Tags: Stable, Major security fixes
A privilege escalation exploit in SECURITY DEFINER
functions was patched.

2006-06-29 22:18
8.1.4

Le serveur a été changé à rejeter invalidement-multi-byte caractères encodés dans tous les cas. Ce communiqué rejette utilisations dangereuses du \ 'dans les chaînes littérales. chaîne de caractères libpq-escaping routines ont été modifiés pour être au courant de l'encodage des considérations et des 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