diff --git a/doc/src/sgml/release-9.2.sgml b/doc/src/sgml/release-9.2.sgml
index 4760440a4e0..69c1c60388d 100644
--- a/doc/src/sgml/release-9.2.sgml
+++ b/doc/src/sgml/release-9.2.sgml
@@ -54,8 +54,7 @@
Ensure that xpath()>
- escapes special characters in string values (Florian Pflug,
- Radoslaw Smogura)
+ escapes special characters in string values (Florian Pflug)
@@ -67,7 +66,7 @@
Remove hstore's =>>
- operator (Robert Haas, David Wheeler)
+ operator (Robert Haas)
@@ -96,8 +95,7 @@
Remove the spclocation>
- field from pg_tablespace> (Magnus Hagander,
- Tom Lane)
+ field from pg_tablespace> (Magnus Hagander)
@@ -253,8 +251,7 @@
Disable prompting for the user name in dropdb> unless
-
@@ -262,7 +259,7 @@
No longer have createuser> prompt
- for settings (Peter Eisentraut, Josh Kupershmidt)
+ for settings (Peter Eisentraut)
@@ -360,8 +357,7 @@
Create a separate pg_stat_activity> column to
- report state information, e.g. idle (Scott Mead, Magnus Hagander,
- Greg Smith)
+ report state information, e.g. idle (Scott Mead, Magnus Hagander)
@@ -425,7 +421,7 @@
Allow queries to retrieve data only from indexes, avoiding heap
- access (Robert Haas, Ibrar Ahmed, Tom Lane)
+ access (Robert Haas, Ibrar Ahmed, Heikki Linnakangas, Tom Lane)
@@ -439,7 +435,7 @@
Allow frequently uncontended locks to be recorded using a new
- lightweight lock mechanism (Robert Haas, Jeff Davis)
+ lightweight lock mechanism (Robert Haas)
@@ -454,21 +450,21 @@
Reduce overhead of creating virtual transaction id locks (Robert
- Haas, Jeff Davis)
+ Haas)
Reduce overhead for shared invalidation cache messages (Robert
- Haas, Noah Misch)
+ Haas)
Improve performance of transactions using many savepoints (Simon
- Riggs, Robert Haas) PARTIALLY REVERTED. KEEP?
+ Riggs) PARTIALLY REVERTED. KEEP?
@@ -482,8 +478,7 @@
Improve GiST box and point index performance by producing better
- trees with less memory allocation overhead (Alexander Korotkov,
- Heikki Linnakangas, Kevin Grittner)
+ trees with less memory allocation overhead (Alexander Korotkov)
@@ -512,8 +507,8 @@
Add the SP-GiST (Space-Partitioned
- GiST) index access method (Teodor Sigaev, Oleg Bartunov, Tom Lane,
- Robert Haas)
+ GiST) index access method (Teodor Sigaev, Oleg Bartunov, Tom
+ Lane, Robert Haas)
@@ -532,7 +527,7 @@
Take fewer MVCC snapshots, for performance
- (Robert Haas, Dimitri Fontaine)
+ (Robert Haas)
@@ -540,28 +535,27 @@
Have the number of clog buffer count scale based on shared_buffers>
- (Robert Haas)
+ (Robert Haas, Simon Riggs, Tom Lane)
Reduce the overhead of serializable isolation level locks (Dan
- Ports, Heikki Linnakangas)
+ Ports)
- Improve locking performance during group commit (Peter Geoghegan,
- Simon Riggs, Heikki Linnakangas)
+ Improve locking performance during group commit (Peter Geoghegan)
Improve PowerPC and Itanium spinlock performance (Manabu Ori,
- Tom Lane, Robert Haas)
+ Robert Haas, Tom Lane)
@@ -577,7 +571,7 @@
Create a dedicated worker process to perform checkpoints (Simon
- Riggs, Dickson Guedes)
+ Riggs)
@@ -604,7 +598,7 @@
Allow backends to detect postmaster death via a pipe read failure,
- rather than polling (Peter Geoghegan, Heikki Linnakangas)
+ rather than polling (Peter Geoghegan, Heikki Linnakangas, Tom Lane)
@@ -618,7 +612,7 @@
walwriter, statistics collector, archiver,
and checkpointer to sleep more efficiently during periods of
- inactivity (Peter Geoghegan, Heikki Linnakangas, Tom Lane)
+ inactivity (Peter Geoghegan, Tom Lane)
@@ -706,7 +700,7 @@
Support MIN>/MAX> index optimizations on
- boolean columns (Marti Raudsepp, Abhijit Menon-Sen)
+ boolean columns (Marti Raudsepp)
@@ -733,7 +727,7 @@
Collect and use element-frequency statistics for arrays (Alexander
- Korotkov, Noah Misch, Nathan Boley, Tom Lane, Daniele Varrazzo)
+ Korotkov, Tom Lane)
@@ -751,7 +745,7 @@
Allow analyze statistics to be collected for foreign tables
- (Etsuro Fujita, Shigeru Hanada, Tom Lane)
+ (Etsuro Fujita)
@@ -770,7 +764,7 @@
Do not assume roles and samerole> specified in pg_hba.conf
- include superusers (Andrew Dunstan, Robert Haas)
+ include superusers (Andrew Dunstan)
@@ -792,7 +786,7 @@
Adjust pg_hba.conf processing to more
consistently handle token parsing (Brendan Jurd, Álvaro
- Herrera, Pavel Stehule)
+ Herrera)
@@ -818,14 +812,14 @@
Attempt to log the current query string before a backend crash
- (Marti Raudsepp, PDXPUG>, Tom Lane)
+ (Marti Raudsepp)
- Make logging of autovacuum I/O activity more verbose (Greg Smith,
- Noah Misch)
+ Make logging of autovacuum I/O activity more verbose (Greg
+ Smith, Noah Misch)
@@ -850,8 +844,7 @@
Add pg_xlog_location_diff()>
- to simplify xlog comparisons (Euler Taveira de Oliveira, Fujii
- Masao, Magnus Hagander)
+ to simplify xlog comparisons (Euler Taveira de Oliveira)
@@ -861,8 +854,8 @@
- Support configurable eventlog application names on Windows (MauMau,
- Magnus Hagander)
+ Support configurable eventlog application names on Windows
+ (MauMau, Magnus Hagander)
@@ -901,7 +894,7 @@
Add a deadlock counter to the pg_stat_database>
- system view (Magnus Hagander, Jaime Casanova)
+ system view (Magnus Hagander)
@@ -909,7 +902,7 @@
Add a GUC setting track_io_timing>
- to track I/O timings (Ants Aasma, Greg Smith, Robert Haas)
+ to track I/O timings (Ants Aasma, Robert Haas)
@@ -935,7 +928,7 @@
Allow deadlock_timeout>
to be set per-session by superusers, not just per-cluster (Noah
- Misch, Shigeru Hanada)
+ Misch)
@@ -951,8 +944,7 @@
Add GUC parameter temp_file_limit>
- to constrain temporary file space usage per session (Mark Kirkwood,
- Cédric Villemain, Tatsuo Ishii)
+ to constrain temporary file space usage per session (Mark Kirkwood)
@@ -1006,7 +998,7 @@
Allow multiple errors in postgresql.conf
to be reported, rather than just the first one (Alexey Klyukin,
- Andy Colson)
+ Tom Lane)
@@ -1014,7 +1006,7 @@
Allow a reload of postgresql.conf to be
processed by all backends even if there are some settings that
- are invalid for that session (Alexey Klyukin, Andy Colson)
+ are invalid for that session (Alexey Klyukin)
@@ -1026,7 +1018,7 @@
Add an include_if_exists> facility for configuration
- files (Greg Smith, Euler Taveira de Oliveira)
+ files (Greg Smith)
@@ -1077,7 +1069,7 @@
Allow streaming replications slaves to serve other slaves (Fujii
- Masao, Simon Riggs)
+ Masao)
@@ -1091,8 +1083,7 @@
Add new synchronous_commit>
- replication mode remote_write> (Fujii Masao and
- Simon Riggs)
+ replication mode remote_write> (Fujii Masao, Simon Riggs)
@@ -1168,8 +1159,7 @@
- Improve columns labels produced by subqueries (Marti Raudsepp,
- Kyotaro Horiugchi)
+ Improve columns labels produced by subqueries (Marti Raudsepp)
@@ -1185,8 +1175,7 @@
- Cancel queries if clients get disconnected (Florian Pflug, Greg
- Jaskiewicz)
+ Cancel queries if clients get disconnected (Florian Pflug)
@@ -1211,7 +1200,7 @@
When a row fails a CHECK> or NOT NULL>
constraint, show the row's contents in errdetail (Jan
- Kundrát, Royce Ausburn, Tom Lane)
+ Kundrát)
@@ -1259,7 +1248,7 @@
Allow CHECK>
constraints to be declared NOT VALID> (Álvaro
- Herrera, Thom Brown, Dean Rasheed, Jaime Casanova)
+ Herrera)
@@ -1376,7 +1365,8 @@
- CREATE/ALTER TABLE>
+ CREATE/ALTER
+ TABLE>
@@ -1408,7 +1398,8 @@
- Tighten creation of tables in temporary schemas (Robert Haas)
+ Tighten creation of tables in temporary schemas (Robert Haas,
+ Amit Khandekar)
@@ -1431,7 +1422,7 @@
Add a security_barrier>
- option for views (KaiGai Kohei, Noah Misch)
+ option for views (KaiGai Kohei)
@@ -1452,8 +1443,7 @@
- Add support for privileges on date types (Peter Eisentraut,
- Yeb Havinga)
+ Add support for privileges on date types (Peter Eisentraut)
@@ -1467,8 +1457,7 @@
Check for INSERT privileges in SELECT
- INTO / CREATE TABLE AS (KaiGai Kohei,
- Albe Laurenz)
+ INTO / CREATE TABLE AS (KaiGai Kohei)
@@ -1513,21 +1502,21 @@
Make EXPLAIN (BUFFERS) track blocks dirtied
- and written (Robert Haas, Fujii Masao, Greg Smith)
+ and written (Robert Haas)
Have EXPLAIN ANALYZE report the number of rows
- rejected by filter steps (Marko Tiikkaja, Marc Cousin)
+ rejected by filter steps (Marko Tiikkaja)
Allow EXPLAIN to avoid timing overhead when
- time values are unwanted (Tomas Vondra, Eric Theise)
+ time values are unwanted (Tomas Vondra)
@@ -1563,14 +1552,14 @@
Add array_to_json()>
- and row_to_json()> (Andrew Dunstan, Abhijit Menon-Sen)
+ and row_to_json()> (Andrew Dunstan)
Add support for range data types
- (Jeff Davis, Tom Lane, Alexander Korotkov)
+ (Jeff Davis, Tom Lane)
@@ -1582,7 +1571,7 @@
Add SMALLSERIAL>
- data type (Mike Pultz, Brar Piening, Josh Kupershmidt)
+ data type (Mike Pultz)
@@ -1594,8 +1583,7 @@
Allow domains to be
- declared NOT VALID> (Álvaro Herrera, Thom Brown,
- Dean Rasheed, Jaime Casanova, Peter Eisentraut)
+ declared NOT VALID> (Álvaro Herrera)
@@ -1622,7 +1610,7 @@
Add bitwise "and", "or", and "not" operators for the macaddr
- data type (Brendan Jurd, Fujii Masao)
+ data type (Brendan Jurd)
@@ -1637,7 +1625,7 @@
Allow xpath()> to return a single-element
XML array when supplied a scalar value (Florian
- Pflug, Radoslaw Smogura)
+ Pflug)
@@ -1650,7 +1638,7 @@
Improve XML error handling to be more robust
- (Florian Pflug, Tom Lane, Noah Misch)
+ (Florian Pflug)
@@ -1669,7 +1657,7 @@
Allow users to cancel queries in user-matching sessions using pg_cancel_backend()>
- (Magnus Hagander)
+ (Magnus Hagander, Josh Kupershmidt)
@@ -1681,7 +1669,7 @@
Allow string_agg()>
- to process bytea values (Pavel Stehule, Peter Eisentraut)
+ to process bytea values (Pavel Stehule)
@@ -1698,7 +1686,7 @@
Allow importing and exporting of transaction snapshots (Joachim
- Wieland, Marko Tiikkaja, Tom Lane)
+ Wieland, Tom Lane)
@@ -1713,7 +1701,7 @@
Support COLLATION
- FOR> on expressions (Peter Eisentraut, Jaime Casanova)
+ FOR> on expressions (Peter Eisentraut)
@@ -1778,7 +1766,7 @@
Allow per-column foreign data wrapper options and
- force_not_null> (Shigeru Hanada, KaiGai Kohei)
+ force_not_null> (Shigeru Hanada)
@@ -1790,8 +1778,7 @@
- Improve pretty printing of view definitions (Andrew Dunstan,
- Hitoshi Harada)
+ Improve pretty printing of view definitions (Andrew Dunstan)
@@ -1856,7 +1843,7 @@
Have the information schema show default privileges (Peter
- Eisentraut, Abhijit Menon-Sen)
+ Eisentraut)
@@ -1882,15 +1869,14 @@
Allow the PL/pgSQL OPEN> cursor command to supply
- parameters by name (Yeb Havinga, Kevin Grittner, Tom Lane)
+ parameters by name (Yeb Havinga)
Add a GET STACKED DIAGNOSTICS PL/pgSQL command
- to retrieve exception info (Pavel Stehule, Shigeru Hanada,
- David Wheeler)
+ to retrieve exception info (Pavel Stehule)
@@ -1911,7 +1897,7 @@
Output the function signature, not just the name, in PL/pgSQL
- error messages (Pavel Stehule, Abhijit Menon-Sen, Tom Lane)
+ error messages (Pavel Stehule)
@@ -1943,7 +1929,7 @@
Add PL/Python SPI cursor support (Jan
- Urbanski, Steve Singer)
+ Urbanski)
@@ -1953,8 +1939,7 @@
- Add result metadata functions to PL/Python (Peter Eisentraut,
- Abhijit Menon-Sen)
+ Add result metadata functions to PL/Python (Peter Eisentraut)
@@ -1974,7 +1959,7 @@
Allow SQL-language functions to reference
- parameters by name (Matthew Draper, Hitoshi Harada)
+ parameters by name (Matthew Draper)
@@ -1997,7 +1982,7 @@
Add initdb>
options
@@ -2011,8 +1996,7 @@
Add
@@ -2043,7 +2027,7 @@
Add psql> mode to auto-expand output based on the
- display width (Peter Eisentraut, Noah Misch)
+ display width (Peter Eisentraut)
@@ -2057,7 +2041,7 @@
Allow inclusion of psql> files relative to the
directory of the input file from which it was invoked (Gurjeet
- Singh, Josh Kupershmidt)
+ Singh)
@@ -2100,8 +2084,7 @@
Add a psql> \setenv> command to modify
- the environment variables used by child processes (Andrew Dunstan,
- Josh Kupershmidt)
+ the environment variables used by child processes (Andrew Dunstan)
@@ -2119,7 +2102,7 @@
Allows psql> to use zero-byte field and record
- separators (Peter Eisentraut, Abhijit Menon-Sen)
+ separators (Peter Eisentraut)
@@ -2240,14 +2223,14 @@
In psql> tab completion,
complete SQL keywords based on
COMP_KEYWORD_CASE> setting and the perhaps case of
- the partially-supplied word (Peter Eisentraut, Fujii Masao)
+ the partially-supplied word (Peter Eisentraut)
Add psql> tab completion support for
- EXECUTE (Andreas Karlsson, Josh Kupershmidt)
+ EXECUTE (Andreas Karlsson)
@@ -2255,7 +2238,7 @@
Allow tab completion of role references in
GRANT/REVOKE (Peter
- Eisentraut, Pavel Stehule)
+ Eisentraut)
@@ -2297,7 +2280,7 @@
Add a
@@ -2393,7 +2376,7 @@
Add a row processor API to libpq for better
- handling of large result sets (Kyotaro Horiguchi, Marko Kreen)
+ handling of large result sets (Kyotaro Horiguchi)
@@ -2406,14 +2389,14 @@
Enhance const> qualifiers in the libpq functions
PQconnectdbParams, PQconnectStartParams, and PQpingParams (Lionel
- Elie Mamane, Craig Ringer)
+ Elie Mamane)
Allow libpq's .pgpass> file to process escaped characters
- in the password field (Robert Haas, Ross Reedstrom)
+ in the password field (Robert Haas)
@@ -2448,14 +2431,13 @@
Add support for building with MS
- Visual Studio 2010 (Brar Piening, Craig Ringer)
+ Visual Studio 2010 (Brar Piening)
- Enable compiling with the MinGW-w64 32-bit compiler (Lars Kanis,
- Nishiyama Tomoaki)
+ Enable compiling with the MinGW-w64 32-bit compiler (Lars Kanis)
@@ -2475,7 +2457,7 @@
Improve the concurrent transaction regression tests
- (isolationtester) (Noah Misch, Alexander Shulgin)
+ (isolationtester) (Noah Misch)
@@ -2488,8 +2470,7 @@
- Improve flex and bison warning and error reporting (Tom Lane,
- Noah Misch)
+ Improve flex and bison warning and error reporting (Tom Lane)
@@ -2512,7 +2493,7 @@
Add a hook for processing messages due to be sent to the server
- log (Martin Pihlak, Marti Raudsepp)
+ log (Martin Pihlak)
@@ -2546,7 +2527,7 @@
Move CRC tables to libpgport, and provide them
- in a separate include file (Daniel Farina, Abhijit Menon-Sen)
+ in a separate include file (Daniel Farina)
@@ -2581,7 +2562,7 @@
Improve efficiency of dblink by
using libpq's new row processor API (Kyotaro
- Horiguchi, Marko Kreen)
+ Horiguchi)
@@ -2602,7 +2583,7 @@
Implement dry-run mode for pg_archivecleanup>
- (Gabriele Bartolini, Josh Kupershmidt)
+ (Gabriele Bartolini)
@@ -2621,8 +2602,7 @@
Have vacuumlo remove large objects
- in batches, to reduce locking (Tim Lewis, Josh Kupershmidt,
- Tom Lane)
+ in batches, to reduce locking (Tim Lewis, Tom Lane)
@@ -2770,7 +2750,7 @@
Improve pg_stat_statements> to aggregate similar
- queries (Peter Geoghegan, Daniel Farina, Tom Lane)
+ queries (Tom Lane, Peter Geoghegan)
@@ -2785,8 +2765,7 @@
Add dirtied and written block counts to
- pg_stat_statements> (Robert Haas, Fujii Masao,
- Greg Smith)
+ pg_stat_statements> (Robert Haas)
@@ -2800,8 +2779,8 @@
- Support SECURITY LABEL> on global objects (KaiGai Kohei,
- Robert Haas)
+ Support SECURITY LABEL> on global objects (KaiGai
+ Kohei, Robert Haas)
@@ -2819,14 +2798,14 @@
Perform sepgsql permission checks during the creation of various
- objects (KaiGai Kohei, Dimitri Fontaine)
+ objects (KaiGai Kohei)
Add sepgsql_setcon()> and related functions to control
- the sepgsql security domain (KaiGai Kohei, Yeb Havinga)
+ the sepgsql security domain (KaiGai Kohei)
@@ -2875,7 +2854,7 @@
Improve the foreign data wrapper API and
- documentation (Hanada Shigeru, KaiGai Kohei)
+ documentation (Hanada Shigeru)