11<!--
2- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.390 2005/10/11 21:17:11 tgl Exp $
2+ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.391 2005/10/15 20:12:32 neilc Exp $
33
44Typical markup:
55
@@ -5631,7 +5631,7 @@ DROP SCHEMA information_schema CASCADE;
56315631<listitem><para>Fix information schema view <literal>constraint_column_usage</literal> for foreign keys (Peter)</para></listitem>
56325632<listitem><para>ECPG fixes (Michael)</para></listitem>
56335633<listitem><para>Fix bug with multiple <literal>IN</literal> subqueries and joins in the subqueries (Tom)</para></listitem>
5634- <listitem><para>Alllow <literal>COUNT('x')</literal> to work (Tom)</para></listitem>
5634+ <listitem><para>Allow <literal>COUNT('x')</literal> to work (Tom)</para></listitem>
56355635<listitem><para>Install ECPG include files for Informix compatibility into separate directory (Peter)</para>
56365636<para>
56375637 Some names of ECPG include files for Informix compatibility conflicted with operating system include files.
@@ -7262,7 +7262,7 @@ DROP SCHEMA information_schema CASCADE;
72627262
72637263 <listitem>
72647264 <para>
7265- Have pg_dumpall use <command>GRANT</>/<command>REVOKE</> to dump database-levelprivleges (Tom)
7265+ Have pg_dumpall use <command>GRANT</>/<command>REVOKE</> to dump database-levelprivileges (Tom)
72667266 </para>
72677267 </listitem>
72687268
@@ -9782,7 +9782,7 @@ since <productname>PostgreSQL</productname> 7.1.
97829782
97839783 <para>
97849784 <programlisting>
9785- Remove unused WALsegements of large transactions (Tom)
9785+ Remove unused WALsegments of large transactions (Tom)
97869786Multiaction rule fix (Tom)
97879787PL/pgSQL memory allocation fix (Jan)
97889788VACUUM buffer fix (Tom)
@@ -10219,7 +10219,7 @@ Fix for psql \l+ when multibyte enabled (Tatsuo)
1021910219Allow PL/pgSQL to accept non ascii identifiers (Tatsuo)
1022010220Make vacuum always flush buffers (Tom)
1022110221Fix to allow cancel while waiting for a lock (Hiroshi)
10222- Fix for memoryaloocation problem in user authentication code (Tom)
10222+ Fix for memoryallocation problem in user authentication code (Tom)
1022310223Remove bogus use of int4out() (Tom)
1022410224Fixes for multiple subqueries in COALESCE or BETWEEN (Tom)
1022510225Fix for failure of triggers on heap open in certain cases (Jeroen van
@@ -10938,13 +10938,13 @@ Fix for EXPLAIN on inheritance(Tom)
1093810938Patch to allow vacuum on multisegment tables(Hiroshi)
1093910939R-Tree optimizer selectivity fix(Tom)
1094010940ACL file descriptor leak fix(Atsushi Ogawa)
10941- Newexpresssion subtree code(Tom)
10941+ Newexpression subtree code(Tom)
1094210942Avoid disk writes for read-only transactions(Vadim)
1094310943Fix for removal of temp tables if last transaction was aborted(Bruce)
1094410944Fix to prevent too large row from being created(Bruce)
1094510945plpgsql fixes
1094610946Allow port numbers 32k - 64k(Bruce)
10947- Add ^precidence (Bruce)
10947+ Add ^precedence (Bruce)
1094810948Rename sort files called pg_temp to pg_sorttemp(Bruce)
1094910949Fix for microseconds in time values(Tom)
1095010950Tutorial source cleanup
@@ -11326,7 +11326,7 @@ New pg_options: pretty_plan, pretty_parse, pretty_rewritten(Jan)
1132611326Better optimization statistics for system table access(Tom)
1132711327Better handling of non-default block sizes(Massimo)
1132811328Improve GEQO optimizer memory consumption(Tom)
11329- UNION nowsuppports ORDER BY of columns not in target list(Jan)
11329+ UNION nowsupports ORDER BY of columns not in target list(Jan)
1133011330Major libpq++ improvements(Vince Vielhaber)
1133111331pg_dump now uses -z(ACL's) as default(Bruce)
1133211332backend cache, memory speedups(Tom)
@@ -11700,7 +11700,7 @@ New UNLISTEN command(Massimo)
1170011700psql and libpq now compile under Windows using win32.mak(Magnus)
1170111701Lo_read no longer stores trailing NULL(Bruce)
1170211702Identifiers are now truncated to 31 characters internally(Bruce)
11703- Createuser options nowavailble on the command line
11703+ Createuser options nowavailable on the command line
1170411704Code for 64-bit integer supported added, configure tested, int8 type(Thomas)
1170511705Prevent file descriptor leaf from failed COPY(Bruce)
1170611706New pg_upgrade command(Bruce)
@@ -11711,7 +11711,7 @@ New DECLARE and FETCH feature(Thomas)
1171111711libpq's internal structures now not exported(Tom)
1171211712Allow up to 8 key indexes(Bruce)
1171311713Remove ARCHIVE key word, that is no longer used(Thomas)
11714- pg_dump -n flag tosupress quotes around indentifiers
11714+ pg_dump -n flag tosuppress quotes around indentifiers
1171511715disable system columns for views(Jan)
1171611716new INET and CIDR types for network addresses(TomH, Paul)
1171711717no more double quotes in psql output
@@ -11740,7 +11740,7 @@ NS32K platform fixes(Phil Nelson, John Buller)
1174011740SCO 7/UnixWare 2.x fixes(Billy,others)
1174111741Sparc/Solaris 2.5 fixes(Ryan)
1174211742Pgbuiltin.3 is obsolete, move to doc files(Thomas)
11743- Even moredocumention (Thomas)
11743+ Even moredocumentation (Thomas)
1174411744Nextstep support(Jacek)
1174511745Aix support(David)
1174611746pginterface manual page(Bruce)
@@ -12088,7 +12088,7 @@ Check boolean input literals for 'true','false','yes','no','1','0'
1208812088 and throw elog(ERROR) if unrecognized(Thomas)
1208912089Major large objects fix
1209012090Fix for GROUP BY showing duplicates(Vadim)
12091- Fix for index scans inMergeJion (Vadim)
12091+ Fix for index scans inMergeJoin (Vadim)
1209212092
1209312093Enhancements
1209412094------------
@@ -12713,15 +12713,15 @@ because the COPY output format was improved from the 1.02 release.
1271312713 <programlisting>
1271412714Bug Fixes
1271512715---------
12716- ALTER TABLE bug - runningpostgress process needs to re-read table definition
12716+ ALTER TABLE bug - runningpostgres process needs to re-read table definition
1271712717Allow vacuum to be run on one table or entire database(Bruce)
1271812718Array fixes
1271912719Fix array over-runs of memory writes(Kurt)
1272012720Fix elusive btree range/non-range bug(Dan)
1272112721Fix for hash indexes on some types like time and date
1272212722Fix for pg_log size explosion
1272312723Fix permissions on lo_export()(Bruce)
12724- Fixunitialized reads of memory(Kurt)
12724+ Fixuninitialized reads of memory(Kurt)
1272512725Fixed ALTER TABLE ... char(3) bug(Bruce)
1272612726Fixed a few small memory leaks
1272712727Fixed EXPLAIN handling of options and changed full_path option name
@@ -12765,7 +12765,7 @@ Change default decimal constant representation from float4 to float8(Bruce)
1276512765European date format now set when postmaster is started
1276612766Execute lowercase function names if not found with exact case
1276712767Fixes for aggregate/GROUP processing, allow 'select sum(func(x),sum(x+y) from z'
12768- Gist now included in thedistrubution (Marc)
12768+ Gist now included in thedistribution (Marc)
1276912769Idend authentication of local users(Bryan)
1277012770Implement BETWEEN qualifier(Bruce)
1277112771Implement IN qualifier(Bruce)
@@ -12794,7 +12794,7 @@ Vacuum now had VERBOSE option(Bruce)
1279412794Source tree changes
1279512795-------------------
1279612796All functions now have prototypes that are compared against the calls
12797- Allow asserts to be disabledeasly from Makefile.global(Bruce)
12797+ Allow asserts to be disabledeasily from Makefile.global(Bruce)
1279812798Change oid constants used in code to #define names
1279912799Decoupled sparc and solaris defines(Kurt)
1280012800Gcc -Wall compiles cleanly with warnings only from unfixable constructs
@@ -12807,13 +12807,13 @@ Name change from Postgres95 to PostgreSQL
1280712807New config.h file(Marc, Bryan)
1280812808PG_VERSION now set to 6.0 and used by postmaster
1280912809Portability additions, including Ultrix, DG/UX, AIX, and Solaris
12810- Reduced the number of #define's,centeralized #define's
12810+ Reduced the number of #define's,centralized #define's
1281112811Remove duplicate OIDS in system tables(Dan)
1281212812Remove duplicate system catalog info or report mismatches(Dan)
1281312813Removed many os-specific #define's
1281412814Restructured object file generation/location(Bryan, Marc)
1281512815Restructured port-specific file locations(Bryan, Marc)
12816- Unused/uninialized variables corrected
12816+ Unused/uninitialized variables corrected
1281712817</programlisting>
1281812818</para>
1281912819</sect2>
@@ -12953,7 +12953,7 @@ New Ports
1295312953</programlisting>
1295412954</para>
1295512955<!--
12956- Contributors (appologies to any missed)
12956+ Contributors (apologies to any missed)
1295712957 * Kurt J. Lidl <lidl@va.pubnix.com>
1295812958 (missed in first run, but no less important)
1295912959 * Erich Stamberger <eberger@gewi.kfunigraz.ac.at>