From 5015cf01eb4d70e0b9adf0a9c3dca48ef444566c Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Sun, 21 Dec 2003 18:06:15 +0000 Subject: [PATCH] Fix broken markup, adjust 7.4.1 release date, re-sync HEAD with branch. --- doc/src/sgml/release.sgml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index db426da5daa..a8382cd7340 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,5 +1,5 @@ @@ -10,16 +10,16 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.250 2003/12/21 05:23:36 momjian Release date - 2003-12-15 + 2003-12-22 - This has a variety of fixes from 7.4. + This release contains a variety of fixes from 7.4. - Migration to version 7.4 + Migration to version 7.4.1 A dump/restore is not required for those @@ -84,8 +84,8 @@ DROP SCHEMA information_schema CASCADE; Fix for bytea index lookups (Joe) Fix information schema for bit data types (Peter) Force zero_damaged_pages to be on during recovery from WAL -Prevent some obscure cases of variable not in subplan target lists -Make PQescapeBytea and byteaout consistent with each other (Joe) +Prevent some obscure cases of variable not in subplan target lists +Make PQescapeBytea and byteaout consistent with each other (Joe) Escape bytea output for bytes > 0x7e(Joe) If different client encodings are used for bytea output and input, it @@ -95,13 +95,13 @@ DROP SCHEMA information_schema CASCADE; Added missing SPI_finish() calls to dblink's get_tuple_of_interest() (Joe) New Czech FAQ -Fix information schema constraint_column_usage for foreign keys (Peter) -Ecpg fixes (Michael) -Fix bug with multiple IN subqueries and joins in the subqueries (Tom) -Alllow COUNT('x') to work (Tom) -Install Informix ecpg include files into separate /informix directory (Peter) +Fix information schema view constraint_column_usage for foreign keys (Peter) +ECPG fixes (Michael) +Fix bug with multiple IN subqueries and joins in the subqueries (Tom) +Alllow COUNT('x') to work (Tom) +Install ECPG include files for Informix compatibility into separate directory (Peter) - Some Informix ecpg include file names conflicted with operating system include files. + Some names of ECPG include files for Informix compatibility conflicted with operating system include files. By installing them in their own directory, name conflicts have been reduced. @@ -110,8 +110,8 @@ DROP SCHEMA information_schema CASCADE; This release fixes a bug in 7.4 where SSL didn't free all memory it allocated. -Prevent pg_service.conf from using service name as default dbname (Bruce) -Fix local 'ident' on FreeBSD (Tom) +Prevent pg_service.conf from using service name as default dbname (Bruce) +Fix local ident authentication on FreeBSD (Tom) @@ -1995,7 +1995,7 @@ DROP SCHEMA information_schema CASCADE; Force zero_damaged_pages to be on during recovery from WAL -Prevent some obscure cases of variable not in subplan target lists +Prevent some obscure cases of variable not in subplan target lists Force stats processes to detach from shared memory, ensuring cleaner shutdown Make PQescapeBytea and byteaout consistent with each other (Joe) Added missing SPI_finish() calls to dblink's get_tuple_of_interest() (Joe)