mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Update HISTORY/release.sgml for Monday release.
This commit is contained in:
11
HISTORY
11
HISTORY
@ -2,6 +2,8 @@
|
||||
|
||||
Release 7.2
|
||||
|
||||
Release date: 2002-02-04
|
||||
|
||||
Overview
|
||||
|
||||
This release improves PostgreSQL for use in high-volume applications.
|
||||
@ -204,6 +206,8 @@ Changes
|
||||
Disable COPY TO/FROM on views (Bruce)
|
||||
COPY DELIMITERS string must be exactly one character (Tom)
|
||||
VACUUM warning about index tuples fewer than heap now only appears when appropriate (Martijn van Oosterhout)
|
||||
Fix permission checks for CREATE INDEX (Tom)
|
||||
Disallow inappropriate use of CREATE/DROP INDEX/TRIGGER/VIEW (Tom)
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
@ -245,6 +249,7 @@ Changes
|
||||
octet_length(text) now returns non-compressed length (Tatsuo, Bruce)
|
||||
Handle "July" full name in date/time literals (Greg Sabino Mullane)
|
||||
Some datatype() function calls now evaluated differently
|
||||
Add support for Julian and ISO time specifications (Thomas)
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
@ -377,6 +382,7 @@ Changes
|
||||
Auto allocation for string arrays (char **foo_pp=NULL)
|
||||
ECPGfree_auto_mem fixed
|
||||
All function names with external linkage are now prefixed by ECPG
|
||||
Fixes for arrays of structures (Michael)
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
@ -418,6 +424,8 @@ Changes
|
||||
pgindent fixes (Bruce, Tom)
|
||||
Replace strcasecmp() with strcmp() where appropriate (Peter E)
|
||||
Dynahash portability improvements (Tom)
|
||||
Add 'volatile' usage in spinlock structures
|
||||
Improve signal handling logic (Tom)
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
@ -431,7 +439,8 @@ Changes
|
||||
contrib/fulltextindex fixes (Christopher Kings-Lynne)
|
||||
New contrib/fuzzystrmatch with levenshtein and metaphone, soundex merged (Joe Conway)
|
||||
Add contrib/intarray boolean queries, binary search, fixes (Oleg Bartunov)
|
||||
|
||||
New pg_upgrade utility (Bruce)
|
||||
Add new pg_resetxlog options (Bruce, Tom)
|
||||
----------------------------------------------------------------------
|
||||
|
||||
Release 7.1.3
|
||||
|
Reference in New Issue
Block a user