derived from the Berkeley Postgres database management system. While
with an extended subset of SQL.
PostgreSQL is free and the complete source is available.
2008-03-13 18:45:03 by Joerg Sonnenberger | Files touched by this commit (47) | |
Log message:
Remove PostgreSQL 8.0.
|
2008-01-18 06:06:45 by Tobias Nygren | Files touched by this commit (191) |
Log message:
Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
|
2008-01-07 21:14:10 by Adam Ciarcinski | Files touched by this commit (4) |
Log message:
Changes 8.0.15:
This release contains a variety of fixes from 8.0.14, including fixes
for significant security issues.
This is the last 8.0.X release for which the PostgreSQL community will
produce binary packages for Windows. Windows users are encouraged to
move to 8.2.X or later, since there are Windows-specific fixes in 8.2.X
that are impractical to back-port. 8.0.X will continue to be supported
on other platforms.
|
2007-11-30 00:41:35 by Mindaugas Rasiukevicius | Files touched by this commit (3) |
Log message:
Configure PostgreSQL client with --enable-thread-safety on NetBSD 4.0 and
newer versions. This gives a performance improvement on client-side,
especially on NetBSD -current.
Reviewed by <agc>.
|
2007-09-19 22:01:48 by Adam Ciarcinski | Files touched by this commit (5) |
Log message:
Changes 8.0.14:
* Prevent index corruption when a transaction inserts rows and then
aborts close to the end of a concurrent "VACUUM" on the same table
* Make "CREATE DOMAIN ... DEFAULT NULL" work properly
* Fix excessive logging of SSL error messages
* Fix logging so that log messages are never interleaved when using
the syslogger process
* Fix crash when log_min_error_statement logging runs out of memory
* Fix incorrect handling of some foreign-key corner cases
* Prevent "CLUSTER" from failing due to attempting to process
temporary tables of other sessions
* Update the time zone database rules, particularly New Zealand's
upcoming changes
* Windows socket improvements
* Suppress timezone name (%Z) in log timestamps on Windows because of
possible encoding mismatches
* Require non-superusers who use "/contrib/dblink" to use only
password authentication, as a security measure
|
2007-05-04 22:04:06 by Adam Ciarcinski | Files touched by this commit (2) |
Log message:
CONFLICTS and PLIST fix
|
2007-02-08 21:00:58 by Adam Ciarcinski | Files touched by this commit (3) |
Log message:
Changes 8.0.12:
* Remove overly-restrictive check for type length in constraints and
functional indexes
|
2007-02-05 12:58:42 by Adam Ciarcinski | Files touched by this commit (3) |
Log message:
Changes 8.0.11:
* Remove security vulnerabilities that allowed connected users to
read backend memory
* Fix rare bug wherein btree index page splits could fail due to
choosing an infeasible split point
* Fix for rare Assert() crash triggered by UNION
* Tighten security of multi-byte character processing for UTF8
sequences over three bytes long
|