From 38672aaaa1b8d786cb9ac4eba50860bfce3f1782 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 1 Apr 2010 00:32:53 +0000 Subject: [PATCH] Add full names for release note item authors. --- doc/src/sgml/release-9.0.sgml | 184 +++++++++++++++++----------------- 1 file changed, 93 insertions(+), 91 deletions(-) diff --git a/doc/src/sgml/release-9.0.sgml b/doc/src/sgml/release-9.0.sgml index fd3fa2fa29..ebc592e962 100644 --- a/doc/src/sgml/release-9.0.sgml +++ b/doc/src/sgml/release-9.0.sgml @@ -1,4 +1,4 @@ - + @@ -47,7 +47,7 @@ Remove server variable add_missing_from, which was - defaulted to off for many years (Tom) + defaulted to off for many years (Tom Lane) @@ -56,7 +56,7 @@ Remove server variable regex_flavor, which was defaulted to advanced - (e.g. Perl-regex compatible) for many years (Tom) + (e.g. Perl-regex compatible) for many years (Tom Lane) @@ -72,7 +72,7 @@ When querying a parent table, do not do additional permission checks on child tables - returned as part of the query (Peter) + returned as part of the query (Peter Eisentraut) @@ -83,7 +83,7 @@ Have fractional seconds conversion truncate rather than - round when using float-based dates/times (Tom) + round when using float-based dates/times (Tom Lane) @@ -100,14 +100,14 @@ Fix SIMILAR TO to match the SQL standard-specified behavior by processing ? and {} the same way - they are processed in regular expressions (Tom) + they are processed in regular expressions (Tom Lane) Properly treat ^ and $ as literals in - SIMILAR TO patterns, to match the SQL standard (Tom) + SIMILAR TO patterns, to match the SQL standard (Tom Lane) @@ -120,7 +120,7 @@ Process parentheses as literals in SIMILAR TO expressions; - also make character class handling more standards-compliant (Tom) + also make character class handling more standards-compliant (Tom Lane) @@ -133,7 +133,7 @@ Do not allow substring() - to have a negative third length, per the SQL standard (Tom) + to have a negative third length, per the SQL standard (Tom Lane) @@ -155,7 +155,7 @@ No longer rename index names and index column names when table - columns are renamed (Tom) + columns are renamed (Tom Lane) @@ -178,7 +178,7 @@ Have PL/pgSQL throw an error if a variable name conflicts with a - column name used in a query (Tom) + column name used in a query (Tom Lane) @@ -192,7 +192,7 @@ - Remove PL/pgSQL's RENAME declaration option (Tom) + Remove PL/pgSQL's RENAME declaration option (Tom Lane) @@ -206,7 +206,7 @@ PL/pgSQL no longer allows unquoted variables names that match SQL - reserved words (Tom) + reserved words (Tom Lane) @@ -278,7 +278,7 @@ - Improve performance of finding inherited child tables (Tom) + Improve performance of finding inherited child tables (Tom Lane) @@ -295,7 +295,7 @@ Improve performance of TRUNCATE when - used in the same transaction as table creation (Tom) + used in the same transaction as table creation (Tom Lane) @@ -309,7 +309,7 @@ - Allow IS NOT NULL restrictions to use indexes (Tom) + Allow IS NOT NULL restrictions to use indexes (Tom Lane) @@ -334,7 +334,7 @@ Improve optimizer equivalence detection of <> boolean - tests (Tom) + tests (Tom Lane) @@ -361,7 +361,7 @@ - Improve GEQO plan selection (Tom). + Improve GEQO plan selection (Tom Lane). @@ -380,7 +380,7 @@ Improve ANALYZE - to support inheritance-tree statistics (Tom) + to support inheritance-tree statistics (Tom Lane) @@ -391,14 +391,14 @@ Improve autovacuum - detection of when re-analyze is necessary (Tom) + detection of when re-analyze is necessary (Tom Lane) Improve optimizer statistics for greater/less-than comparisons - (Tom) + (Tom Lane) @@ -437,7 +437,7 @@ Add support for RADIUS (Remote Authentication Dial In User Service) authentication - (Magnus) + (Magnus Hagander) @@ -524,7 +524,7 @@ linkend="monitoring-stats-funcs-table">pg_stat_reset_single_table_counters() and pg_stat_reset_single_function_counters() to allow the reseting of statistics counters for individual - tables and indexes (Magnus) + tables and indexes (Magnus Hagander) @@ -540,7 +540,7 @@ Allow setting of configuration variables based on database/role - combinations (Alvaro) + combinations (Alvaro Herrera) @@ -557,7 +557,7 @@ Add boolean variable bonjour, which controls whether a Bonjour-enabled binary advertises - itself via Bonjour (Tom) + itself via Bonjour (Tom Lane) @@ -568,7 +568,7 @@ Log changed parameter values when postgresql.conf is - reloaded (Peter) + reloaded (Peter Eisentraut) @@ -587,7 +587,7 @@ Do SELECT FOR UPDATE/SHARE processing after applying LIMIT, so the number of rows returned - is always predictable (Tom) + is always predictable (Tom Lane) @@ -603,7 +603,7 @@ Allow mixing of traditional and SQL-standard LIMIT/OFFSET - syntax in the same query (Tom) + syntax in the same query (Tom Lane) @@ -644,7 +644,7 @@ Add Unicode surrogate pair (dual 16-bit) support to U& - strings and identifiers (Peter) + strings and identifiers (Peter Eisentraut) @@ -678,7 +678,7 @@ Allow comments only on columns of tables, views, and composite types, not other - objects like indexes and TOAST tables (Tom) + objects like indexes and TOAST tables (Tom Lane) @@ -686,7 +686,7 @@ Allow the creation of enumerate types with - no labels (Bruce) + no labels (Bruce Momjian) @@ -771,7 +771,7 @@ Add the SQL-standard CREATE TABLE ... OF type command - (Peter) + (Peter Eisentraut) @@ -889,7 +889,7 @@ Allow CLUSTER - on all system tables (Tom) + on all system tables (Tom Lane) @@ -1016,14 +1016,14 @@ Allow an index to be auto-named by not supplying an index name to - CREATE INDEX (Tom) + CREATE INDEX (Tom Lane) Allow REINDEX - on system indexes (Tom) + on system indexes (Tom Lane) @@ -1033,7 +1033,7 @@ - Add point_ops opclass for GiST (Teodor) + Add point_ops opclass for GiST (Teodor Sigaev) @@ -1043,7 +1043,8 @@ - Use red-black trees for GIN index creation (Teodor) + Use red-black trees for GIN index creation + (Teodor Sigaev) @@ -1066,7 +1067,7 @@ Allow hex values to be specified in bytea strings - (Peter) + (Peter Eisentraut) @@ -1083,7 +1084,7 @@ Allow extra_float_digits - to be increased to 3 (Tom) + to be increased to 3 (Tom Lane) @@ -1100,13 +1101,13 @@ Add prefix support for the full text search synonym dictionary - (Teodor) + (Teodor Sigaev) - Add full text search filtering dictionaries (Teodor) + Add full text search filtering dictionaries (Teodor Sigaev) @@ -1117,7 +1118,7 @@ - Allow underscores in full text email addresses (Teodor) + Allow underscores in full text email addresses (Teodor Sigaev) @@ -1174,7 +1175,7 @@ Have to_char() honor 'FM' (fill mode) in 'Y', 'YY', and - 'YYY' specifications (Bruce) + 'YYY' specifications (Bruce Momjian) @@ -1186,7 +1187,7 @@ Correct calculations of "overlap" - and "contains" operations over polygons (Teodor) + and "contains" operations over polygons (Teodor Sigaev) @@ -1292,7 +1293,7 @@ Have information schema properly display date type octet lengths - (Peter) + (Peter Eisentraut) @@ -1371,7 +1372,7 @@ Add the OR REPLACE clause to CREATE LANGUAGE - (Tom) + (Tom Lane) @@ -1391,7 +1392,7 @@ - Install server-side language PL/pgSQL by default (Bruce) + Install server-side language PL/pgSQL by default (Bruce Momjian) @@ -1410,13 +1411,13 @@ - Improve error location reporting in PL/pgSQL (Tom) + Improve error location reporting in PL/pgSQL (Tom Lane) - Have PL/pgSQL use the main lexer, rather than a custom version (Tom) + Have PL/pgSQL use the main lexer, rather than a custom version (Tom Lane) @@ -1438,7 +1439,7 @@ Allow PL/pgSQL's WHERE CURRENT OF to use a cursor - variable (Tom) + variable (Tom Lane) @@ -1537,7 +1538,7 @@ Verify that PL/Perl return values are valid in the server encoding - (Andrew) + (Andrew Dunstan) @@ -1575,7 +1576,7 @@ - Add Unicode support in PL/Python (Peter) + Add Unicode support in PL/Python (Peter Eisentraut) @@ -1600,19 +1601,19 @@ Add array parameter/return - support to PL/Python (Peter) + support to PL/Python (Peter Eisentraut) - Improve mapping of domains to Python base types in PL/Python (Peter) + Improve mapping of domains to Python base types in PL/Python (Peter Eisentraut) - Add Python 3 support to PL/Python (Peter) + Add Python 3 support to PL/Python (Peter Eisentraut) @@ -1623,7 +1624,7 @@ - Improve error location and exception reporting in PL/Python (Peter) + Improve error location and exception reporting in PL/Python (Peter Eisentraut) @@ -1640,7 +1641,7 @@ Add vacuumdb - @@ -1678,14 +1679,14 @@ Fix psql --file - to properly honor Prevent overwriting of psql's command-line history - if two psql sessions are run simultaneously (Tom) + if two psql sessions are run simultaneously (Tom Lane) @@ -1756,7 +1757,7 @@ In psql, show the view definition only with \d+, - not with \d (Peter) + not with \d (Peter Eisentraut) @@ -1780,7 +1781,7 @@ Fix pg_dump to properly dump large objects if - standard_conforming_strings is enabled (Tom) + standard_conforming_strings is enabled (Tom Lane) @@ -1821,7 +1822,7 @@ Allow pg_ctl to be safely used to start the - postmaster at boot-time (Tom) + postmaster at boot-time (Tom Lane) @@ -1889,7 +1890,7 @@ Add checking for a per-user service file (.pg_service.conf), which is checked before the site-wide service file - (Peter) + (Peter Eisentraut) @@ -1901,7 +1902,7 @@ Properly report an error if the specified libpq service - cannot be found (Peter) + cannot be found (Peter Eisentraut) @@ -1909,7 +1910,7 @@ Issue a warning if the .pgpass-retrieved - password fails (Bruce) + password fails (Bruce Momjian) @@ -1955,13 +1956,14 @@ Allow ecpg to use new and old - variable names without restriction (Michael) + variable names without restriction (Michael Meskes) - Have ecpg return zero for non-SQL3 data types (Michael) + Have ecpg return zero for non-SQL3 data types + (Michael Meskes)) @@ -2016,7 +2018,7 @@ - Enable client thread safety by default (Bruce) + Enable client thread safety by default (Bruce Momjian) @@ -2047,7 +2049,7 @@ Use DocBook XSL stylesheets for man page - building (Peter) + building (Peter Eisentraut) @@ -2062,7 +2064,7 @@ New Makefile targets world, install-world, and installcheck-world - (Andrew) + (Andrew Dunstan) @@ -2084,7 +2086,7 @@ Restructure the HTML documentation build - Makefile rules (Peter) + Makefile rules (Peter Eisentraut) @@ -2098,14 +2100,14 @@ - Require Autoconf 2.63 for building from source (Peter) + Require Autoconf 2.63 for building from source (Peter Eisentraut) Require Flex 2.5.31 or later to build from source - (Tom) + (Tom Lane) @@ -2141,14 +2143,14 @@ Allow server builds using Visual Studio - 2008 (Magnus) + 2008 (Magnus Hagander) Allow multi-processor compilation using Microsoft Visual - C (Magnus) + C (Magnus Hagander) @@ -2165,7 +2167,7 @@ Distribute documentation in a proper directory tree, rather than - as tar archive files inside the main distribution tarball (Peter) + as tar archive files inside the main distribution tarball (Peter Eisentraut) @@ -2177,7 +2179,7 @@ - Enable the server lexer to be reentrant (Tom) + Enable the server lexer to be reentrant (Tom Lane) @@ -2194,7 +2196,7 @@ Add system columns to better document the use of indexes for constraint - enforcement (Tom) + enforcement (Tom Lane) @@ -2232,14 +2234,14 @@ Improve the ability to translate psql strings - (Peter) + (Peter Eisentraut) Reduce the length of some file names so file paths are less than - 100 characters (Tom) + 100 characters (Tom Lane) @@ -2258,14 +2260,14 @@ Add a new ERRCODE_INVALID_PASSWORD - SQLSTATE error code (Bruce) + SQLSTATE error code (Bruce Momjian) Properly remove the few remaining personal source code copyright - entries (Bruce) + entries (Bruce Momjian) @@ -2282,7 +2284,7 @@ - Use a more modern API for Bonjour (Tom) + Use a more modern API for Bonjour (Tom Lane) @@ -2307,7 +2309,7 @@ Remove support for platforms that don't have a working 64-bit - integer data types (Tom) + integer data types (Tom Lane) @@ -2366,7 +2368,7 @@ Add parser hooks to access column and parameter references in - queries (Tom) + queries (Tom Lane) @@ -2380,7 +2382,7 @@ Allow the calling of parser hooks from SPI and cached - plans (Tom) + plans (Tom Lane) @@ -2396,14 +2398,14 @@ Add support for preservation of all relfilenodes, - for use during binary upgrades (Bruce) + for use during binary upgrades (Bruce Momjian) Add support for binary upgrades to preserve pg_type - and pg_enum oids (Bruce) + and pg_enum oids (Bruce Momjian) @@ -2415,7 +2417,7 @@ Move tablespace data directories into their own - PostgreSQL version-specific subdirectory (Bruce) + PostgreSQL version-specific subdirectory (Bruce Momjian) @@ -2471,7 +2473,7 @@ Add full text dictionary /contrib/unaccent - (Teodor) + (Teodor Sigaev) @@ -2523,7 +2525,7 @@ Add query text to /contrib/auto_explain - output (Andrew) + output (Andrew Dunstan) -- GitLab