1
1
<!--
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 $
3
3
4
4
Typical markup:
5
5
@@ -5631,7 +5631,7 @@ DROP SCHEMA information_schema CASCADE;
5631
5631
<listitem><para>Fix information schema view <literal>constraint_column_usage</literal> for foreign keys (Peter)</para></listitem>
5632
5632
<listitem><para>ECPG fixes (Michael)</para></listitem>
5633
5633
<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>
5635
5635
<listitem><para>Install ECPG include files for Informix compatibility into separate directory (Peter)</para>
5636
5636
<para>
5637
5637
Some names of ECPG include files for Informix compatibility conflicted with operating system include files.
@@ -7262,7 +7262,7 @@ DROP SCHEMA information_schema CASCADE;
7262
7262
7263
7263
<listitem>
7264
7264
<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)
7266
7266
</para>
7267
7267
</listitem>
7268
7268
@@ -9782,7 +9782,7 @@ since <productname>PostgreSQL</productname> 7.1.
9782
9782
9783
9783
<para>
9784
9784
<programlisting>
9785
- Remove unused WALsegements of large transactions (Tom)
9785
+ Remove unused WALsegments of large transactions (Tom)
9786
9786
Multiaction rule fix (Tom)
9787
9787
PL/pgSQL memory allocation fix (Jan)
9788
9788
VACUUM buffer fix (Tom)
@@ -10219,7 +10219,7 @@ Fix for psql \l+ when multibyte enabled (Tatsuo)
10219
10219
Allow PL/pgSQL to accept non ascii identifiers (Tatsuo)
10220
10220
Make vacuum always flush buffers (Tom)
10221
10221
Fix 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)
10223
10223
Remove bogus use of int4out() (Tom)
10224
10224
Fixes for multiple subqueries in COALESCE or BETWEEN (Tom)
10225
10225
Fix for failure of triggers on heap open in certain cases (Jeroen van
@@ -10938,13 +10938,13 @@ Fix for EXPLAIN on inheritance(Tom)
10938
10938
Patch to allow vacuum on multisegment tables(Hiroshi)
10939
10939
R-Tree optimizer selectivity fix(Tom)
10940
10940
ACL file descriptor leak fix(Atsushi Ogawa)
10941
- Newexpresssion subtree code(Tom)
10941
+ Newexpression subtree code(Tom)
10942
10942
Avoid disk writes for read-only transactions(Vadim)
10943
10943
Fix for removal of temp tables if last transaction was aborted(Bruce)
10944
10944
Fix to prevent too large row from being created(Bruce)
10945
10945
plpgsql fixes
10946
10946
Allow port numbers 32k - 64k(Bruce)
10947
- Add ^precidence (Bruce)
10947
+ Add ^precedence (Bruce)
10948
10948
Rename sort files called pg_temp to pg_sorttemp(Bruce)
10949
10949
Fix for microseconds in time values(Tom)
10950
10950
Tutorial source cleanup
@@ -11326,7 +11326,7 @@ New pg_options: pretty_plan, pretty_parse, pretty_rewritten(Jan)
11326
11326
Better optimization statistics for system table access(Tom)
11327
11327
Better handling of non-default block sizes(Massimo)
11328
11328
Improve 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)
11330
11330
Major libpq++ improvements(Vince Vielhaber)
11331
11331
pg_dump now uses -z(ACL's) as default(Bruce)
11332
11332
backend cache, memory speedups(Tom)
@@ -11700,7 +11700,7 @@ New UNLISTEN command(Massimo)
11700
11700
psql and libpq now compile under Windows using win32.mak(Magnus)
11701
11701
Lo_read no longer stores trailing NULL(Bruce)
11702
11702
Identifiers are now truncated to 31 characters internally(Bruce)
11703
- Createuser options nowavailble on the command line
11703
+ Createuser options nowavailable on the command line
11704
11704
Code for 64-bit integer supported added, configure tested, int8 type(Thomas)
11705
11705
Prevent file descriptor leaf from failed COPY(Bruce)
11706
11706
New pg_upgrade command(Bruce)
@@ -11711,7 +11711,7 @@ New DECLARE and FETCH feature(Thomas)
11711
11711
libpq's internal structures now not exported(Tom)
11712
11712
Allow up to 8 key indexes(Bruce)
11713
11713
Remove 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
11715
11715
disable system columns for views(Jan)
11716
11716
new INET and CIDR types for network addresses(TomH, Paul)
11717
11717
no more double quotes in psql output
@@ -11740,7 +11740,7 @@ NS32K platform fixes(Phil Nelson, John Buller)
11740
11740
SCO 7/UnixWare 2.x fixes(Billy,others)
11741
11741
Sparc/Solaris 2.5 fixes(Ryan)
11742
11742
Pgbuiltin.3 is obsolete, move to doc files(Thomas)
11743
- Even moredocumention (Thomas)
11743
+ Even moredocumentation (Thomas)
11744
11744
Nextstep support(Jacek)
11745
11745
Aix support(David)
11746
11746
pginterface manual page(Bruce)
@@ -12088,7 +12088,7 @@ Check boolean input literals for 'true','false','yes','no','1','0'
12088
12088
and throw elog(ERROR) if unrecognized(Thomas)
12089
12089
Major large objects fix
12090
12090
Fix for GROUP BY showing duplicates(Vadim)
12091
- Fix for index scans inMergeJion (Vadim)
12091
+ Fix for index scans inMergeJoin (Vadim)
12092
12092
12093
12093
Enhancements
12094
12094
------------
@@ -12713,15 +12713,15 @@ because the COPY output format was improved from the 1.02 release.
12713
12713
<programlisting>
12714
12714
Bug Fixes
12715
12715
---------
12716
- ALTER TABLE bug - runningpostgress process needs to re-read table definition
12716
+ ALTER TABLE bug - runningpostgres process needs to re-read table definition
12717
12717
Allow vacuum to be run on one table or entire database(Bruce)
12718
12718
Array fixes
12719
12719
Fix array over-runs of memory writes(Kurt)
12720
12720
Fix elusive btree range/non-range bug(Dan)
12721
12721
Fix for hash indexes on some types like time and date
12722
12722
Fix for pg_log size explosion
12723
12723
Fix permissions on lo_export()(Bruce)
12724
- Fixunitialized reads of memory(Kurt)
12724
+ Fixuninitialized reads of memory(Kurt)
12725
12725
Fixed ALTER TABLE ... char(3) bug(Bruce)
12726
12726
Fixed a few small memory leaks
12727
12727
Fixed EXPLAIN handling of options and changed full_path option name
@@ -12765,7 +12765,7 @@ Change default decimal constant representation from float4 to float8(Bruce)
12765
12765
European date format now set when postmaster is started
12766
12766
Execute lowercase function names if not found with exact case
12767
12767
Fixes 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)
12769
12769
Idend authentication of local users(Bryan)
12770
12770
Implement BETWEEN qualifier(Bruce)
12771
12771
Implement IN qualifier(Bruce)
@@ -12794,7 +12794,7 @@ Vacuum now had VERBOSE option(Bruce)
12794
12794
Source tree changes
12795
12795
-------------------
12796
12796
All 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)
12798
12798
Change oid constants used in code to #define names
12799
12799
Decoupled sparc and solaris defines(Kurt)
12800
12800
Gcc -Wall compiles cleanly with warnings only from unfixable constructs
@@ -12807,13 +12807,13 @@ Name change from Postgres95 to PostgreSQL
12807
12807
New config.h file(Marc, Bryan)
12808
12808
PG_VERSION now set to 6.0 and used by postmaster
12809
12809
Portability 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
12811
12811
Remove duplicate OIDS in system tables(Dan)
12812
12812
Remove duplicate system catalog info or report mismatches(Dan)
12813
12813
Removed many os-specific #define's
12814
12814
Restructured object file generation/location(Bryan, Marc)
12815
12815
Restructured port-specific file locations(Bryan, Marc)
12816
- Unused/uninialized variables corrected
12816
+ Unused/uninitialized variables corrected
12817
12817
</programlisting>
12818
12818
</para>
12819
12819
</sect2>
@@ -12953,7 +12953,7 @@ New Ports
12953
12953
</programlisting>
12954
12954
</para>
12955
12955
<!--
12956
- Contributors (appologies to any missed)
12956
+ Contributors (apologies to any missed)
12957
12957
* Kurt J. Lidl <lidl@va.pubnix.com>
12958
12958
(missed in first run, but no less important)
12959
12959
* Erich Stamberger <eberger@gewi.kfunigraz.ac.at>