Commit e19f3861 authored by Bruce Momjian's avatar Bruce Momjian

Holloman -> Hollomon. Sorry.

parent 89996974
...@@ -63,9 +63,9 @@ Fix for DROP TABLE/INDEX in rolled-back transaction (Hiroshi) ...@@ -63,9 +63,9 @@ Fix for DROP TABLE/INDEX in rolled-back transaction (Hiroshi)
Fix psql crash from \l+ if MULTIBYTE enabled (Peter E) Fix psql crash from \l+ if MULTIBYTE enabled (Peter E)
Fix truncation of rule names during CREATE VIEW (Ross Reedstrom) Fix truncation of rule names during CREATE VIEW (Ross Reedstrom)
Fix PL/perl (Alex Kapranoff) Fix PL/perl (Alex Kapranoff)
Disallow LOCK on views (Mark Holloman) Disallow LOCK on views (Mark Hollomon)
Disallow INSERT/UPDATE/DELETE on views (Mark Holloman) Disallow INSERT/UPDATE/DELETE on views (Mark Hollomon)
Disallow DROP RULE, CREATE INDEX, TRUNCATE on views (Mark Holloman) Disallow DROP RULE, CREATE INDEX, TRUNCATE on views (Mark Hollomon)
Allow PL/pgSQL accept non-ASCII identifiers (Tatsuo) Allow PL/pgSQL accept non-ASCII identifiers (Tatsuo)
Allow views to proper handle GROUP BY, aggregates, DISTINCT (Tom) Allow views to proper handle GROUP BY, aggregates, DISTINCT (Tom)
Fix rare failure with TRUNCATE command (Tom) Fix rare failure with TRUNCATE command (Tom)
...@@ -133,7 +133,7 @@ New PL/pgSQL EXECUTE command which allows dynamic SQL and utility statements ...@@ -133,7 +133,7 @@ New PL/pgSQL EXECUTE command which allows dynamic SQL and utility statements
(Jan) (Jan)
New PL/pgSQL GET DIAGNOSTICS statement for SPI value access (Jan) New PL/pgSQL GET DIAGNOSTICS statement for SPI value access (Jan)
New quote_identifiers() and quote_literal() functions (Jan) New quote_identifiers() and quote_literal() functions (Jan)
New ALTER TABLE table OWNER TO user command (Mark Holloman) New ALTER TABLE table OWNER TO user command (Mark Hollomon)
Allow subselects in FROM, i.e. FROM (SELECT ...) [AS] alias (Tom) Allow subselects in FROM, i.e. FROM (SELECT ...) [AS] alias (Tom)
Update PyGreSQL to version 3.1 (D'Arcy) Update PyGreSQL to version 3.1 (D'Arcy)
Store tables as files named by OID (Vadim) Store tables as files named by OID (Vadim)
...@@ -188,7 +188,7 @@ New OpenSSL configuration option (Magnus, Peter E) ...@@ -188,7 +188,7 @@ New OpenSSL configuration option (Magnus, Peter E)
AIX fixes (Andreas) AIX fixes (Andreas)
New heap_open(), heap_openr() API (Tom) New heap_open(), heap_openr() API (Tom)
Remove colon and semi-colon operators (Thomas) Remove colon and semi-colon operators (Thomas)
New pg_class.relkind value for views (Mark Holloman) New pg_class.relkind value for views (Mark Hollomon)
Rename ichar() to chr() (Karel) Rename ichar() to chr() (Karel)
New documentation for btrim(), ascii(), chr(), repeat() (Karel) New documentation for btrim(), ascii(), chr(), repeat() (Karel)
Fixes for NT/Cygwin (Pete Forman) Fixes for NT/Cygwin (Pete Forman)
......
<!-- <!--
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.66 2000/12/18 04:32:09 momjian Exp $ $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.67 2000/12/20 02:15:20 momjian Exp $
--> -->
<chapter id="release"> <chapter id="release">
...@@ -139,9 +139,9 @@ Fix for DROP TABLE/INDEX in rolled-back transaction (Hiroshi) ...@@ -139,9 +139,9 @@ Fix for DROP TABLE/INDEX in rolled-back transaction (Hiroshi)
Fix psql crash from \l+ if MULTIBYTE enabled (Peter E) Fix psql crash from \l+ if MULTIBYTE enabled (Peter E)
Fix truncation of rule names during CREATE VIEW (Ross Reedstrom) Fix truncation of rule names during CREATE VIEW (Ross Reedstrom)
Fix PL/perl (Alex Kapranoff) Fix PL/perl (Alex Kapranoff)
Disallow LOCK on views (Mark Holloman) Disallow LOCK on views (Mark Hollomon)
Disallow INSERT/UPDATE/DELETE on views (Mark Holloman) Disallow INSERT/UPDATE/DELETE on views (Mark Hollomon)
Disallow DROP RULE, CREATE INDEX, TRUNCATE on views (Mark Holloman) Disallow DROP RULE, CREATE INDEX, TRUNCATE on views (Mark Hollomon)
Allow PL/pgSQL accept non-ASCII identifiers (Tatsuo) Allow PL/pgSQL accept non-ASCII identifiers (Tatsuo)
Allow views to proper handle GROUP BY, aggregates, DISTINCT (Tom) Allow views to proper handle GROUP BY, aggregates, DISTINCT (Tom)
Fix rare failure with TRUNCATE command (Tom) Fix rare failure with TRUNCATE command (Tom)
...@@ -209,7 +209,7 @@ New PL/pgSQL EXECUTE command which allows dynamic SQL and utility statements ...@@ -209,7 +209,7 @@ New PL/pgSQL EXECUTE command which allows dynamic SQL and utility statements
(Jan) (Jan)
New PL/pgSQL GET DIAGNOSTICS statement for SPI value access (Jan) New PL/pgSQL GET DIAGNOSTICS statement for SPI value access (Jan)
New quote_identifiers() and quote_literal() functions (Jan) New quote_identifiers() and quote_literal() functions (Jan)
New ALTER TABLE table OWNER TO user command (Mark Holloman) New ALTER TABLE table OWNER TO user command (Mark Hollomon)
Allow subselects in FROM, i.e. FROM (SELECT ...) [AS] alias (Tom) Allow subselects in FROM, i.e. FROM (SELECT ...) [AS] alias (Tom)
Update PyGreSQL to version 3.1 (D'Arcy) Update PyGreSQL to version 3.1 (D'Arcy)
Store tables as files named by OID (Vadim) Store tables as files named by OID (Vadim)
...@@ -264,7 +264,7 @@ New OpenSSL configuration option (Magnus, Peter E) ...@@ -264,7 +264,7 @@ New OpenSSL configuration option (Magnus, Peter E)
AIX fixes (Andreas) AIX fixes (Andreas)
New heap_open(), heap_openr() API (Tom) New heap_open(), heap_openr() API (Tom)
Remove colon and semi-colon operators (Thomas) Remove colon and semi-colon operators (Thomas)
New pg_class.relkind value for views (Mark Holloman) New pg_class.relkind value for views (Mark Hollomon)
Rename ichar() to chr() (Karel) Rename ichar() to chr() (Karel)
New documentation for btrim(), ascii(), chr(), repeat() (Karel) New documentation for btrim(), ascii(), chr(), repeat() (Karel)
Fixes for NT/Cygwin (Pete Forman) Fixes for NT/Cygwin (Pete Forman)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment