Spellcheck of HISTORY.
This commit is contained in:
parent
0a1e41477f
commit
ba1d2799ea
6
HISTORY
6
HISTORY
@ -275,7 +275,7 @@ Add appendix in the User's Guide which lists SQL92 features (Thomas)
|
|||||||
Allow macaddr data type to accept 12 hex digits with no separators (Mike Wyer)
|
Allow macaddr data type to accept 12 hex digits with no separators (Mike Wyer)
|
||||||
Add CREATE/DROP CAST (Thomas)
|
Add CREATE/DROP CAST (Thomas)
|
||||||
Add IS DISTINCT FROM operator (Thomas)
|
Add IS DISTINCT FROM operator (Thomas)
|
||||||
Add SQL99 TREAT() functionas synonym for CAST() (Thomas)
|
Add SQL99 TREAT() function, synonym for CAST() (Thomas)
|
||||||
Add pg_backend_pid() to output backend pid (Bruce)
|
Add pg_backend_pid() to output backend pid (Bruce)
|
||||||
Allow inet arrays in /contrib/array (Neil)
|
Allow inet arrays in /contrib/array (Neil)
|
||||||
Add IS OF / IS NOT OF type predicate (Thomas)
|
Add IS OF / IS NOT OF type predicate (Thomas)
|
||||||
@ -331,7 +331,7 @@ Libpq
|
|||||||
Add PQunescapeBytea() function to libpq (Patrick Welche)
|
Add PQunescapeBytea() function to libpq (Patrick Welche)
|
||||||
Fix for sending large queries over non-blocking connections (Bernhard Herzog)
|
Fix for sending large queries over non-blocking connections (Bernhard Herzog)
|
||||||
Fix for libpq using timers on Win9X (David Ford)
|
Fix for libpq using timers on Win9X (David Ford)
|
||||||
Allow libpq notify to handle servers with different-length indentifiers (Tom)
|
Allow libpq notify to handle servers with different-length identifiers (Tom)
|
||||||
Add libpq PQescapeString() and PQescapeBytea() to Win32 (Bruce)
|
Add libpq PQescapeString() and PQescapeBytea() to Win32 (Bruce)
|
||||||
Fix for SSL with non-blocking connections (Jack Bates)
|
Fix for SSL with non-blocking connections (Jack Bates)
|
||||||
Add libpq connection timeout parameter (Denis A Ustimenko)
|
Add libpq connection timeout parameter (Denis A Ustimenko)
|
||||||
@ -396,7 +396,7 @@ Add additional checks to server control file (Thomas)
|
|||||||
New Polish FAQ (Marcin Mazurek)
|
New Polish FAQ (Marcin Mazurek)
|
||||||
Add Posix semaphore support (Tom)
|
Add Posix semaphore support (Tom)
|
||||||
Document need for reindex (Bruce)
|
Document need for reindex (Bruce)
|
||||||
Rename some internal identifers to simplify Win32 compile (Jan, Katherine Ward)
|
Rename some internal identifiers to simplify Win32 compile (Jan, Katherine Ward)
|
||||||
Add documentation on computing disk space (Bruce)
|
Add documentation on computing disk space (Bruce)
|
||||||
Remove KSQO from GUC (Bruce)
|
Remove KSQO from GUC (Bruce)
|
||||||
Fix memory leak in rtree (Kenneth Been)
|
Fix memory leak in rtree (Kenneth Been)
|
||||||
|
Loading…
Reference in New Issue
Block a user