day & night

PostgreSQL 9.0.2, База данных
Дата обновления: , перейти к новому сообщению
#1
ЭЖД



*nix`оид
[SoftoRooMTeaM] Group Icon

Группа: Наши Люди
Сообщений: 11.935
Регистрация: 18.09.2004
Пользователь №: 1.679


Респектов: 789
-----XXXX-




user posted image

ph34r.gif PostgreSQL 8.0.3

QUOTE
About

PostgreSQL is an object-relational database management system (ORDBMS) based on POSTGRES, Version 4.2, developed at the University of California at Berkeley Computer Science Department. POSTGRES pioneered many concepts that only became available in some commercial database systems much later.

PostgreSQL is an open-source descendant of this original Berkeley code. It supports SQL92 and SQL99 and offers many modern features:
complex queries
foreign keys
triggers
views
transactional integrity
multiversion concurrency control

Additionally, PostgreSQL can be extended by the user in many ways, for example by adding new
data types
functions
operators
aggregate functions
index methods
procedural languages

And because of the liberal license, PostgreSQL can be used, modified, and distributed by everyone free of charge for any purpose, be it private, commercial, or academic.

Home_http://www.postgresql.org/
Downloads_ftp://ftp.postgresql...l-8.0.3.tar.gz
User is offline
Go topGo end

Ответов(10 - 19)
21.03.2008 - 7:31
#11
ЭЖД



*nix`оид
[SoftoRooMTeaM] Group Icon

Группа: Наши Люди
Сообщений: 11.935
Регистрация: 18.09.2004
Пользователь №: 1.679


Респектов: 789
-----XXXX-




ph34r.gif postgresql 8.3.1

» "ChangeLog" «


Downloads (~13,4 Mb)_ftp://ftp.postgresql...-8.3.1.tar.bz2
8.2.7 (~12,2 Mb)_ftp://ftp.postgresql...-8.2.7.tar.bz2
User is offline
Go topGo end
7.06.2008 - 23:07
#12
x-foby



Здесь моя Интернет-Родина
[SoftoRooMTeaM] Group Icon

Группа: Наши Люди
Сообщений: 1.264
Регистрация: 26.07.2006
Из: Анапа, Россия
Пользователь №: 20


Респектов: 286
-----XX---




postgresql 8.3.2


Download:
User is offline
Go topGo end
12.06.2008 - 7:39
#13
ЭЖД



*nix`оид
[SoftoRooMTeaM] Group Icon

Группа: Наши Люди
Сообщений: 11.935
Регистрация: 18.09.2004
Пользователь №: 1.679


Респектов: 789
-----XXXX-




ph34r.gif postgresql 8.3.3


Downloads (~13,4 Mb)_ftp://ftp.postgresql...-8.3.3.tar.bz2
User is offline
Go topGo end
20.09.2008 - 8:47
#14
ЭЖД



*nix`оид
[SoftoRooMTeaM] Group Icon

Группа: Наши Люди
Сообщений: 11.935
Регистрация: 18.09.2004
Пользователь №: 1.679


Респектов: 789
-----XXXX-




ph34r.gif postgresql 8.3.4 / 8.2.9 / 8.1.14 / 8.0.18



Downloads (~13,4 Mb)_ftp://ftp.postgresql...-8.3.4.tar.bz2
8.2.9 (~12,2 Mb)_ftp://ftp.postgresql...-8.2.9.tar.bz2
8.1.14 (~11,4 Mb)_ftp://ftp.postgresql...8.1.14.tar.bz2
8.0.18 (~10,9 Mb)_ftp://ftp.postgresql...8.0.18.tar.bz2
User is offline
Go topGo end
4.11.2008 - 13:34
#15
ЭЖД



*nix`оид
[SoftoRooMTeaM] Group Icon

Группа: Наши Люди
Сообщений: 11.935
Регистрация: 18.09.2004
Пользователь №: 1.679


Респектов: 789
-----XXXX-




ph34r.gif postgresql 8.3.5/8.2.11/8.1.15/8.0.19
  • Fix GiST index corruption due to marking the wrong index entry "dead" after a deletion (Teodor)
  • This would result in index searches failing to find rows they should have found.
  • Fix backend crash when the client encoding cannot represent a localized error message (Tom)
  • We have addressed similar issues before, but it would still fail if the "character has no equivalent" message itself couldn't be converted. The fix is to disable localization and send the plain ASCII error message when we detect such a situation.
  • Fix possible crash in bytea-to-XML mapping (Michael McMaster)
  • Fix possible crash when deeply nested functions are invoked from a trigger (Tom)
  • Improve optimization of expression IN (expression-list) queries (Tom, per an idea from Robert Haas)
  • Cases in which there are query variables on the right-hand side had been handled less efficiently in 8.2.x and 8.3.x than in prior versions. The fix restores 8.1 behavior for such cases.
  • Fix mis-expansion of rule queries when a sub-SELECT appears in a function call in FROM, a multi-row VALUES list, or a RETURNING list (Tom)
  • The usual symptom of this problem is an "unrecognized node type" error.
  • Fix Assert failure during rescan of an IS NULL search of a GiST index (Teodor)
  • Fix memory leak during rescan of a hashed aggregation plan (Neil)
  • Ensure an error is reported when a newly-defined PL/pgSQL trigger function is invoked as a normal function (Tom)
  • Force a checkpoint before CREATE DATABASE starts to copy files (Heikki)
  • This prevents a possible failure if files had recently been deleted in the source database.
  • Prevent possible collision of relfilenode numbers when moving a table to another tablespace with ALTER SET TABLESPACE (Heikki)
  • The command tried to re-use the existing filename, instead of picking one that is known unused in the destination directory.
  • Fix incorrect text search headline generation when single query item matches first word of text (Sushant Sinha)
  • Fix improper display of fractional seconds in interval values when using a non-ISO datestyle in an --enable-integer-datetimes build (Ron Mayer)
  • Make ILIKE compare characters case-insensitively even when they're escaped (Andrew)
  • Ensure DISCARD is handled properly by statement logging (Tom)
  • Fix incorrect logging of last-completed-transaction time during PITR recovery (Tom)
  • Ensure SPI_getvalue and SPI_getbinval behave correctly when the passed tuple and tuple descriptor have different numbers of columns (Tom)
  • This situation is normal when a table has had columns added or removed, but these two functions didn't handle it properly. The only likely consequence is an incorrect error indication.
  • Mark SessionReplicationRole as PGDLLIMPORT so it can be used by Slony on Windows (Magnus)
  • Fix small memory leak when using libpq's gsslib parameter (Magnus)
  • The space used by the parameter string was not freed at connection close.
  • Ensure libgssapi is linked into libpq if needed (Markus Schaaf)
  • Fix ecpg's parsing of CREATE ROLE (Michael)
  • Fix recent breakage of pg_ctl restart (Tom)
  • Ensure pg_control is opened in binary mode (Itagaki Takahiro)
  • pg_controldata and pg_resetxlog did this incorrectly, and so could fail on Windows.
  • Update time zone data files to tzdata release 2008i (for DST law changes in Argentina, Brazil, Mauritius, Syria)

Downloads (~13,5 Mb)_ftp://ftp.postgresql...-8.3.5.tar.bz2
8.2.11 (~12,2 Mb)_ftp://ftp.postgresql...8.2.11.tar.bz2
8.1.15 (~11,5 Mb)_ftp://ftp.postgresql...8.1.15.tar.bz2
8.0.19 (~10,9 Mb)_ftp://ftp.postgresql...8.0.19.tar.bz2
User is offline
Go topGo end
9.02.2009 - 19:10
#16
ЭЖД



*nix`оид
[SoftoRooMTeaM] Group Icon

Группа: Наши Люди
Сообщений: 11.935
Регистрация: 18.09.2004
Пользователь №: 1.679


Респектов: 789
-----XXXX-




ph34r.gif postgresql 8.3.6
  • Make DISCARD ALL release advisory locks, in addition to everything it already did (Tom)
  • This was decided to be the most appropriate behavior. This could affect existing applications, however.
  • Fix whole-index GiST scans to work correctly (Teodor)
  • This error could cause rows to be lost if a table is clustered on a GiST index.
  • Fix crash of xmlconcat(NULL) (Peter)
  • Fix possible crash in ispell dictionary if high-bit-set characters are used as flags (Teodor)
  • This is known to be done by one widely available Norwegian dictionary, and the same condition may exist in others.
  • Fix misordering of pg_dump output for composite types (Tom)
  • The most likely problem was for user-defined operator classes to be dumped after indexes or views that needed them.
  • Improve handling of URLs in headline() function (Teodor)
  • Improve handling of overlength headlines in headline() function (Teodor)
  • Prevent possible Assert failure or misconversion if an encoding conversion is created with the wrong conversion function for the specified pair of encodings (Tom, Heikki)
  • Fix possible Assert failure if a statement executed in PL/pgSQL is rewritten into another kind of statement, for example if an INSERT is rewritten into an UPDATE (Heikki)
  • Ensure that a snapshot is available to datatype input functions (Tom)
  • This primarily affects domains that are declared with CHECK constraints involving user-defined stable or immutable functions. Such functions typically fail if no snapshot has been set.
  • Make it safer for SPI-using functions to be used within datatype I/O; in particular, to be used in domain check constraints (Tom)
  • Avoid unnecessary locking of small tables in VACUUM (Heikki)
  • Fix a problem that sometimes kept ALTER TABLE ENABLE/DISABLE RULE from being recognized by active sessions (Tom)
  • Fix a problem that made UPDATE RETURNING tableoid return zero instead of the correct OID (Tom)
  • Allow functions declared as taking ANYARRAY to work on the pg_statistic columns of that type (Tom)
  • This used to work, but was unintentionally broken in 8.3.
  • Fix planner misestimation of selectivity when transitive equality is applied to an outer-join clause (Tom)
  • This could result in bad plans for queries like ... from a left join b on a.a1 = b.b1 where a.a1 = 42 ...
  • Improve optimizer's handling of long IN lists (Tom)
  • This change avoids wasting large amounts of time on such lists when constraint exclusion is enabled.
  • Prevent synchronous scan during GIN index build (Tom)
  • Because GIN is optimized for inserting tuples in increasing TID order, choosing to use a synchronous scan could slow the build by a factor of three or more.
  • Ensure that the contents of a holdable cursor don't depend on the contents of TOAST tables (Tom)
  • Previously, large field values in a cursor result might be represented as TOAST pointers, which would fail if the referenced table got dropped before the cursor is read, or if the large value is deleted and then vacuumed away. This cannot happen with an ordinary cursor, but it could with a cursor that is held past its creating transaction.
  • Fix memory leak when a set-returning function is terminated without reading its whole result (Tom)
  • Fix encoding conversion problems in XML functions when the database encoding isn't UTF-8 (Tom)
  • Fix contrib/dblink's dblink_get_result(text,bool) function (Joe)
  • Fix possible garbage output from contrib/sslinfo functions (Tom)
  • Fix incorrect behavior of contrib/tsearch2 compatibility trigger when it's fired more than once in a command (Teodor)
  • Fix possible mis-signaling in autovacuum (Heikki)
  • Support running as a service on Windows 7 beta (Dave and Magnus)
  • Fix ecpg's handling of varchar structs (Michael)
  • Fix configure script to properly report failure when unable to obtain linkage information for PL/Perl (Andrew)
  • Make all documentation reference pgsql-bugs and/or pgsql-hackers as appropriate, instead of the now-decommissioned pgsql-ports and pgsql-patches mailing lists (Tom)
  • Update time zone data files to tzdata release 2009a (for Kathmandu and historical DST corrections in Switzerland, Cuba)

Downloads (~13,5 Mb)_ftp://ftp.postgresql...-8.3.6.tar.bz2
8.2.12 (~12,2 Mb)_ftp://ftp.postgresql...8.2.12.tar.bz2
8.1.16 (~11,4 Mb)_ftp://ftp.postgresql...8.1.16.tar.bz2
8.0.20 (~10,9 Mb)_ftp://ftp.postgresql...8.0.20.tar.bz2
User is offline
Go topGo end
17.03.2009 - 21:45
#17
ЭЖД



*nix`оид
[SoftoRooMTeaM] Group Icon

Группа: Наши Люди
Сообщений: 11.935
Регистрация: 18.09.2004
Пользователь №: 1.679


Респектов: 789
-----XXXX-




ph34r.gif postgresql 8.3.7



Downloads (~13.5 Mb)_ftp://ftp.postgresql...-8.3.7.tar.bz2
User is offline
Go topGo end
10.09.2009 - 19:09
#18
ЭЖД



*nix`оид
[SoftoRooMTeaM] Group Icon

Группа: Наши Люди
Сообщений: 11.935
Регистрация: 18.09.2004
Пользователь №: 1.679


Респектов: 789
-----XXXX-




ph34r.gif PostgreSQL 8.4.1

Кроме накопившихся исправлений ошибок, в представленных выпусках исправлено три уязвимости, две неопасные и одна умеренной степени риска:
  • Локальный пользователь СУБД может организовать выполнение действий с привилегиями администратора базы, используя возможность выполнения операций "RESET ROLE" и "RESET SESSION AUTHORIZATION" в пользовательских функциях, выполняемых с повышенными правами. Проблеме подвержены все поддерживаемые ветки;
  • Локальный пользователь СУБД может совершить DoS атаку, вызвав завершение работы сервера, попытавшись повторно загрузить библиотеки, находящиеся в директории $libdir/plugins. Проблеме подвержены ветки 8.4, 8.3 и 8.2;
  • При использовании LDAP аутентификации, в конфигурации допускающей анонимные подключения, возможен вход под заданным пользователем без пароля.
  • Проблеме подвержены ветки 8.3 и 8.2.
Кроме исправления уязвимостей, исправлена давно мешающая Windows пользователям PostgreSQL ошибка, приводящая к сбою с выводом диагностического сообщения "could not reattach shared memory".

Downloads (~13,2 Mb)_ftp://ftp.postgresql...-8.4.1.tar.bz2
8.3.8 (~13,8 Mb)_ftp://ftp.postgresql...-8.3.8.tar.bz2
8.2.14 (~12,3 Mb)_ftp://ftp.postgresql...8.2.14.tar.bz2
8.1.18 (~11,5 Mb)_ftp://ftp.postgresql...8.1.18.tar.bz2
User is offline
Go topGo end
16.12.2009 - 21:20
#19
ЭЖД



*nix`оид
[SoftoRooMTeaM] Group Icon

Группа: Наши Люди
Сообщений: 11.935
Регистрация: 18.09.2004
Пользователь №: 1.679


Респектов: 789
-----XXXX-




ph34r.gif postgresql 8.4.2

» Нажмите, для открытия спойлера | Press to open the spoiler «


Downloads (~13,0 Mb)_ftp://ftp.postgresql...-8.4.2.tar.bz2
8.3.9 (~13,8 Mb)_ftp://ftp.postgresql...-8.3.9.tar.bz2
8.2.15 (~12,3 Mb)_ftp://ftp.postgresql...8.2.15.tar.bz2
8.1.19 (~11,5 Mb)_ftp://ftp.postgresql...8.1.19.tar.bz2
User is offline
Go topGo end
15.03.2010 - 20:04
#20
ЭЖД



*nix`оид
[SoftoRooMTeaM] Group Icon

Группа: Наши Люди
Сообщений: 11.935
Регистрация: 18.09.2004
Пользователь №: 1.679


Респектов: 789
-----XXXX-




ph34r.gif postgresql 8.4.3

» Changes «


Home_
Downloads (~13,1 Mb)_ftp://ftp.postgresql...-8.4.3.tar.bz2
8.3.10 (~13,8 Mb)_ftp://ftp.postgresql...8.3.10.tar.bz2
8.2.16 (~12,3 Mb)_ftp://ftp.postgresql...8.2.16.tar.bz2
8.1.20 (~11,5 Mb)_ftp://ftp.postgresql...8.1.20.tar.bz2
User is offline
Go topGo end

Topic Options
Сейчас: 30.04.2024 - 8:20
Мобильная версия | Lite версия