1
1
------------------------------------------------------------------------
2
2
Release Notes
3
3
------------------------------------------------------------------------
4
+
5
+ Release 7.0.1
6
+
7
+ This is basically a cleanup release for 7.0.1
8
+
9
+ Migration to v7.0.1
10
+
11
+ A dump/restore is not required for those running 7.0.
12
+
13
+ Changes
14
+ -------
15
+ Fix many CLUSTER failures (Tom)
16
+ Allow ALTER TABLE RENAME works on indexes (Tom)
17
+ Fix plpgsql to handle datetime->timestamp and timespan->interval (Bruce)
18
+ New configure --with-setproctitle switch to use setproctitle() (Marc, Bruce)
19
+ Fix the off by one errors in ResultSet from 6.5.3, and more.
20
+ jdbc ResultSet fixes (Joseph Shraibman)
21
+ optimizer tunings (Tom)
22
+ Fix create user for pgaccess
23
+ Fix for UNLISTEN failure
24
+ IRIX fixes (David Kaelbling)
25
+ QNX fixes (Andreas Kardos)
26
+ Reduce COPY IN lock level (Tom)
27
+ Change libpqeasy to use PQconnectdb() style parameters (Bruce)
28
+ Fix pg_dump to handle OID indexes (Tom)
29
+ Fix small memory leak (Tom)
30
+ Solaris fix for createdb/dropdb
31
+ Fix for non-blocking connections (Alfred Perlstein)
32
+ Fix improper recovery after RENAME TABLE failures (Tom)
33
+ Copy pg_ident.conf.sample into /lib directory in install (Bruce)
34
+
35
+
36
+ ------------------------------------------------------------------------
37
+ Release 7.0
38
+ Release Notes
39
+ ------------------------------------------------------------------------
4
40
5
41
Release 7.0
6
42
@@ -35,7 +71,7 @@ Migration to v7.0
35
71
data from any previous release. For those upgrading from 6.5.*, you
36
72
can use pg_upgrade to upgrade to this release.
37
73
38
- Detailed Change List
74
+
39
75
Bug Fixes
40
76
---------
41
77
Prevent function calls with more than maximum number of arguments (Tom)
@@ -362,6 +398,10 @@ Fixes for Alpha compiles
362
398
New multibyte encodings
363
399
364
400
401
+ ------------------------------------------------------------------------
402
+ Release 6.5.3
403
+ Release Notes
404
+ ------------------------------------------------------------------------
365
405
366
406
Release 6.5.3
367
407
@@ -372,11 +412,12 @@ Migration to v6.5.3
372
412
373
413
A dump/restore is not required for those running 6.5.*.
374
414
375
- Detailed Change List
376
-
415
+ Changes
416
+ -------
377
417
Updated version of pgaccess 0.98
378
418
NT-specific patch
379
419
420
+
380
421
------------------------------------------------------------------------
381
422
Release 6.5.2
382
423
Release Notes
@@ -391,8 +432,8 @@ Migration to v6.5.2
391
432
392
433
A dump/restore is not required for those running 6.5.*.
393
434
394
- Detailed Change List
395
-
435
+ Changes
436
+ -------
396
437
subselect+CASE fixes(Tom)
397
438
Add SHLIB_LINK setting for solaris_i386 and solaris_sparc ports(Daren Sefcik)
398
439
Fixes for CASE in WHERE join clauses(Tom)
@@ -418,6 +459,7 @@ Repair logic error in LIKE: should not return LIKE_ABORT
418
459
Repair incorrect cleanup of heap memory allocation during transaction abort(Tom)
419
460
Updated version of pgaccess 0.98
420
461
462
+
421
463
------------------------------------------------------------------------
422
464
Release Notes Release 6.5.1
423
465
Release Notes
@@ -432,8 +474,8 @@ Migration to v6.5.1
432
474
433
475
A dump/restore is not required for those running 6.5.
434
476
435
- Detailed Change List
436
-
477
+ Changes
478
+ -------
437
479
Add NT README file
438
480
Portability fixes for linux_ppc, Irix, linux_alpha, OpenBSD, alpha
439
481
Remove QUERY_LIMIT, use SELECT...LIMIT
@@ -458,6 +500,7 @@ Fixed glitches affecting GROUP BY in subselects(Tom)
458
500
Fix some compiler warnings (Tomoaki Nishiyama)
459
501
Add Win1250 (Czech) support (Pavel Behal)
460
502
503
+
461
504
------------------------------------------------------------------------
462
505
Release 6.5.2 Release 6.5
463
506
Release Notes
@@ -576,7 +619,6 @@ These inconveniences will disappear in the future when the ability to read
576
619
dirty (uncommitted) data (regardless of isolation level) and true
577
620
referential integrity will be implemented.
578
621
579
- Detailed Change List
580
622
581
623
Bug Fixes
582
624
---------
@@ -755,10 +797,11 @@ Migration to v6.4.2
755
797
756
798
A dump/restore is not required for those running 6.4.*.
757
799
758
- Detailed Change List
759
-
800
+ Changes
801
+ -------
760
802
Fix for datetime constant problem on some platforms(Thomas)
761
803
804
+
762
805
------------------------------------------------------------------------
763
806
Release 6.5 Release 6.4.1
764
807
Release Notes
@@ -773,8 +816,8 @@ Migration to v6.4.1
773
816
774
817
A dump/restore is not required for those running 6.4.
775
818
776
- Detailed Change List
777
-
819
+ Changes
820
+ -------
778
821
Add pg_dump -N flag to force double quotes around identifiers. This is
779
822
the default(Thomas)
780
823
Fix for NOT in where clause causing crash(Bruce)
@@ -806,6 +849,7 @@ Add routines to help with single-byte (internal) character type(Thomas)
806
849
Compilation of libpq for Win32 fixes(Magnus)
807
850
Upgrade to PyGreSQL 2.2(D'Arcy)
808
851
852
+
809
853
------------------------------------------------------------------------
810
854
Release 6.4.2 Release 6.4
811
855
Release Notes
@@ -856,7 +900,6 @@ Migration to v6.4
856
900
A dump/restore using pg_dump or pg_dumpall is required for those wishing to
857
901
migrate data from any previous release of Postgres.
858
902
859
- Detailed Change List
860
903
861
904
Bug Fixes
862
905
---------
@@ -1051,6 +1094,7 @@ smarter perl configuration(Brook)
1051
1094
configure uses supplied install-sh if no install script found(Tom)
1052
1095
new Makefile.shlib for shared library configuration(Tom)
1053
1096
1097
+
1054
1098
------------------------------------------------------------------------
1055
1099
Release 6.4.1 Release 6.3.2
1056
1100
Release Notes
@@ -1077,7 +1121,6 @@ re-link any custom applications that use Postgres libraries.
1077
1121
For upgrades from pre-v6.3 installations, refer to the installation and
1078
1122
migration instructions for v6.3.
1079
1123
1080
- Detailed Change List
1081
1124
1082
1125
Changes
1083
1126
-------
@@ -1100,6 +1143,7 @@ Remove DISTDIR(Bruce)
1100
1143
Makefile dependency cleanup(Jeroen van Vianen)
1101
1144
ASSERT fixes(Bruce)
1102
1145
1146
+
1103
1147
------------------------------------------------------------------------
1104
1148
Release 6.4 Release 6.3.1
1105
1149
Release Notes
@@ -1125,7 +1169,6 @@ applications that use Postgres libraries.
1125
1169
For upgrades from pre-v6.3 installations, refer to the installation and
1126
1170
migration instructions for v6.3.
1127
1171
1128
- Detailed Change List
1129
1172
1130
1173
Changes
1131
1174
-------
@@ -1157,6 +1200,7 @@ Fix for text arrays containing quotes(Doug Gibson)
1157
1200
Solaris compile fix(Albert Chin-A-Young)
1158
1201
Better identify tcl and tk libs and includes(Bruce)
1159
1202
1203
+
1160
1204
------------------------------------------------------------------------
1161
1205
Release 6.3.2 Release 6.3
1162
1206
Release Notes
@@ -1245,7 +1289,6 @@ Migration to v6.3
1245
1289
A dump/restore using pg_dump or pg_dumpall is required for those wishing to
1246
1290
migrate data from any previous release of Postgres.
1247
1291
1248
- Detailed Change List
1249
1292
1250
1293
Bug Fixes
1251
1294
---------
@@ -1412,6 +1455,7 @@ Add string functions to regression suite(Thomas)
1412
1455
Expand a few function names formerly truncated to 16 characters(Thomas)
1413
1456
Remove un-needed malloc() calls and replace with palloc()(Bruce)
1414
1457
1458
+
1415
1459
------------------------------------------------------------------------
1416
1460
Release 6.3.1 Release 6.2.1
1417
1461
Release Notes
@@ -1449,10 +1493,9 @@ psql to update the existing system table:
1449
1493
1450
1494
This will need to be done to every existing database, including template1.
1451
1495
1452
- Detailed Change List
1453
1496
1454
- Changes in this release
1455
- -----------------------
1497
+ Changes
1498
+ -------
1456
1499
Allow TIME and TYPE column names(Thomas)
1457
1500
Allow larger range of true/false as boolean values(Thomas)
1458
1501
Support output of "now" and "current"(Thomas)
@@ -1465,6 +1508,7 @@ Fix for specifying a column twice in ORDER/GROUP BY(Vadim)
1465
1508
Documented new libpq function to return affected rows, PQcmdTuples(Bruce)
1466
1509
Trigger function for inserting user names for INSERT/UPDATE(Brook Milligan)
1467
1510
1511
+
1468
1512
------------------------------------------------------------------------
1469
1513
Release 6.3 Release 6.2
1470
1514
Release Notes
@@ -1488,7 +1532,6 @@ Migration from v1.x to v6.2
1488
1532
Those migrating from earlier 1.* releases should first upgrade to 1.09
1489
1533
because the COPY output format was improved from the 1.02 release.
1490
1534
1491
- Detailed Change List
1492
1535
1493
1536
Bug Fixes
1494
1537
---------
@@ -1599,6 +1642,7 @@ Massive commit to run PGINDENT on all *.c and *.h files(Bruce)
1599
1642
Files moved to /src/tools directory(Bruce)
1600
1643
SPI and Trigger programming guides (Vadim & D'Arcy)
1601
1644
1645
+
1602
1646
------------------------------------------------------------------------
1603
1647
Release 6.2.1 Release 6.1.1
1604
1648
Release Notes
@@ -1612,10 +1656,9 @@ This is a minor bug-fix release. A dump/reload is not required from v6.1,
1612
1656
but is required from any release prior to v6.1. Refer to the release notes
1613
1657
for v6.1 for more details.
1614
1658
1615
- Detailed Change List
1616
1659
1617
- Changes in this release
1618
- -----------------------
1660
+ Changes
1661
+ -------
1619
1662
fix for SET with options (Thomas)
1620
1663
allow pg_dump/pg_dumpall to preserve ownership of all tables/objects(Bruce)
1621
1664
new psql \connect option allows changing usernames without changing databases
@@ -1634,8 +1677,9 @@ Fix for Solaris assembler and include files(Yoshihiko Ichikawa)
1634
1677
allow underscores in usernames(Bruce)
1635
1678
pg_dumpall now returns proper status, portability fix(Bruce)
1636
1679
1680
+
1637
1681
------------------------------------------------------------------------
1638
- Release 6.2 Release 6.1
1682
+ Release 6.1
1639
1683
Release Notes
1640
1684
------------------------------------------------------------------------
1641
1685
@@ -1682,7 +1726,6 @@ the database in 6.1.
1682
1726
Those migrating from earlier 1.* releases should first upgrade to 1.09
1683
1727
because the COPY output format was improved from the 1.02 release.
1684
1728
1685
- Detailed Change List
1686
1729
1687
1730
Bug Fixes
1688
1731
---------
@@ -1779,8 +1822,9 @@ c++ include file cleanup(Bruce)
1779
1822
warn about buggy flex(Bruce)
1780
1823
DG-UX, Ultrix, Irix, AIX portability fixes
1781
1824
1825
+
1782
1826
------------------------------------------------------------------------
1783
- Release 6.1.1 Release v6.0
1827
+ Release v6.0
1784
1828
Release Notes
1785
1829
------------------------------------------------------------------------
1786
1830
@@ -1799,7 +1843,6 @@ Migration from pre-v1.09 to v6.0
1799
1843
Those migrating from earlier 1.* releases should first upgrade to 1.09
1800
1844
because the COPY output format was improved from the 1.02 release.
1801
1845
1802
- Detailed Change List
1803
1846
1804
1847
Bug Fixes
1805
1848
---------
@@ -1905,8 +1948,9 @@ Restructured object file generation/location(Bryan, Marc)
1905
1948
Restructured port-specific file locations(Bryan, Marc)
1906
1949
Unused/uninialized variables corrected
1907
1950
1951
+
1908
1952
------------------------------------------------------------------------
1909
- Release 6.1 Release v1.09
1953
+ Release v1.09
1910
1954
Release Notes
1911
1955
------------------------------------------------------------------------
1912
1956
@@ -2001,8 +2045,9 @@ New Ports
2001
2045
* added BSDI 2.1 port
2002
2046
* added DGUX port
2003
2047
2048
+
2004
2049
------------------------------------------------------------------------
2005
- Release v1.09 Release v1.01
2050
+ Release v1.01
2006
2051
Release Notes
2007
2052
------------------------------------------------------------------------
2008
2053
@@ -2138,8 +2183,9 @@ Bug fixes:
2138
2183
* psql now returns non-zero status on errors when using -c
2139
2184
* applied public patches 1-14
2140
2185
2186
+
2141
2187
------------------------------------------------------------------------
2142
- Release v1.02 Release v1.0
2188
+ Release v1.0
2143
2189
Release Notes
2144
2190
------------------------------------------------------------------------
2145
2191
@@ -2187,8 +2233,9 @@ Bug fixes:
2187
2233
* btrees with multiple index never worked, now we tell you they don't
2188
2234
work when you try to use them
2189
2235
2236
+
2190
2237
------------------------------------------------------------------------
2191
- Release v1.01 Postgres95 Beta 0.03
2238
+ Postgres95 Beta 0.03
2192
2239
Release Notes
2193
2240
------------------------------------------------------------------------
2194
2241
@@ -2302,8 +2349,9 @@ New utilities:
2302
2349
New documentation:
2303
2350
* the user manual has been revised and libpq documentation added.
2304
2351
2352
+
2305
2353
------------------------------------------------------------------------
2306
- Release v1.0 Postgres95 Beta 0.02
2354
+ Postgres95 Beta 0.02
2307
2355
Release Notes
2308
2356
------------------------------------------------------------------------
2309
2357
@@ -2346,16 +2394,17 @@ The following bugs have been fixed in postgres95-beta-0.02:
2346
2394
* wrong result using more than 1 aggregate in a SELECT
2347
2395
2348
2396
------------------------------------------------------------------------
2349
- Postgres95 Beta 0.03 Postgres95 Beta 0.01
2397
+ Postgres95 Beta 0.01
2350
2398
Release Notes
2351
2399
------------------------------------------------------------------------
2352
2400
2353
2401
Postgres95 Beta 0.01
2354
2402
2355
2403
Initial release.
2356
2404
2405
+
2357
2406
------------------------------------------------------------------------
2358
- Postgres95 Beta 0.02 Timing Results
2407
+ Timing Results
2359
2408
Release Notes
2360
2409
Prev
2361
2410
------------------------------------------------------------------------
@@ -2421,7 +2470,3 @@ v6.1
2421
2470
06:12 Pentium Pro 180, 32MB, EIDE, Linux 2.0.30, gcc 2.7.2 -O2 -m486
2422
2471
12:06 P-100, 48MB, Linux 2.0.29, gcc
2423
2472
39:58 Sparc IPC 32MB, Solaris 2.5, gcc 2.7.2.1 -O -g
2424
-
2425
- ------------------------------------------------------------------------
2426
- Prev Home
2427
- Postgres95 Beta 0.01
0 commit comments