Holloman -> Hollomon. Sorry.

REL7_1_STABLE
Bruce Momjian 25 years ago
parent 89996974a7
commit e19f386116
  1. 10
      HISTORY
  2. 12
      doc/src/sgml/release.sgml

@ -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
(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)
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)

@ -1,5 +1,5 @@
<!-- <!--
$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)
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
(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)
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)

Loading…
Cancel
Save