~ubuntu-branches/ubuntu/oneiric/postgresql-9.1/oneiric-security

« back to all changes in this revision

Viewing changes to doc/src/sgml/html/release-9-1.html

  • Committer: Package Import Robot
  • Author(s): Martin Pitt, CVE-2013-1899
  • Date: 2013-04-02 12:24:32 UTC
  • mfrom: (1.1.11)
  • Revision ID: package-import@ubuntu.com-20130402122432-whgoxuhc5tqte9v4
Tags: 9.1.9-0ubuntu11.10
* New upstream security/bug fix release: (LP: #1163184)
  - Fix insecure parsing of server command-line switches.
    A connection request containing a database name that begins with
    "-" could be crafted to damage or destroy files within the server's
    data directory, even if the request is eventually rejected.
    [CVE-2013-1899]
  - Reset OpenSSL randomness state in each postmaster child process.
    This avoids a scenario wherein random numbers generated by
    "contrib/pgcrypto" functions might be relatively easy for another
    database user to guess. The risk is only significant when the
    postmaster is configured with ssl = on but most connections don't
    use SSL encryption. [CVE-2013-1900]
  - Make REPLICATION privilege checks test current user not
    authenticated user.
    An unprivileged database user could exploit this mistake to call
    pg_start_backup() or pg_stop_backup(), thus possibly interfering
    with creation of routine backups. [CVE-2013-1901]
  - Fix GiST indexes to not use "fuzzy" geometric comparisons when it's
    not appropriate to do so.
    The core geometric types perform comparisons using "fuzzy"
    equality, but gist_box_same must do exact comparisons, else GiST
    indexes using it might become inconsistent. After installing this
    update, users should "REINDEX" any GiST indexes on box, polygon,
    circle, or point columns, since all of these use gist_box_same.
  - Fix erroneous range-union and penalty logic in GiST indexes that
    use "contrib/btree_gist" for variable-width data types, that is
    text, bytea, bit, and numeric columns.
    These errors could result in inconsistent indexes in which some
    keys that are present would not be found by searches, and also in
    useless index bloat. Users are advised to "REINDEX" such indexes
    after installing this update.
  - Fix bugs in GiST page splitting code for multi-column indexes.
    These errors could result in inconsistent indexes in which some
    keys that are present would not be found by searches, and also in
    indexes that are unnecessarily inefficient to search. Users are
    advised to "REINDEX" multi-column GiST indexes after installing
    this update.
  - See HISTORY/changelog.gz for details about the other bug fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
REV="MADE"
10
10
HREF="mailto:pgsql-docs@postgresql.org"><LINK
11
11
REL="HOME"
12
 
TITLE="PostgreSQL 9.1.8 Documentation"
 
12
TITLE="PostgreSQL 9.1.9 Documentation"
13
13
HREF="index.html"><LINK
14
14
REL="UP"
15
15
TITLE="Release Notes"
18
18
TITLE="Release 9.1.1"
19
19
HREF="release-9-1-1.html"><LINK
20
20
REL="NEXT"
21
 
TITLE="Release 9.0.12"
22
 
HREF="release-9-0-12.html"><LINK
 
21
TITLE="Release 9.0.13"
 
22
HREF="release-9-0-13.html"><LINK
23
23
REL="STYLESHEET"
24
24
TYPE="text/css"
25
25
HREF="stylesheet.css"><META
26
26
HTTP-EQUIV="Content-Type"
27
27
CONTENT="text/html; charset=ISO-8859-1"><META
28
28
NAME="creation"
29
 
CONTENT="2013-02-04T21:38:53"></HEAD
 
29
CONTENT="2013-04-01T18:35:08"></HEAD
30
30
><BODY
31
31
CLASS="SECT1"
32
32
><DIV
44
44
VALIGN="bottom"
45
45
><A
46
46
HREF="index.html"
47
 
>PostgreSQL 9.1.8 Documentation</A
 
47
>PostgreSQL 9.1.9 Documentation</A
48
48
></TH
49
49
></TR
50
50
><TR
77
77
ALIGN="right"
78
78
VALIGN="top"
79
79
><A
80
 
TITLE="Release 9.0.12"
81
 
HREF="release-9-0-12.html"
 
80
TITLE="Release 9.0.13"
 
81
HREF="release-9-0-13.html"
82
82
ACCESSKEY="N"
83
83
>Next</A
84
84
></TD
93
93
CLASS="SECT1"
94
94
><A
95
95
NAME="RELEASE-9-1"
96
 
>E.9. Release 9.1</A
 
96
>E.10. Release 9.1</A
97
97
></H1
98
98
><DIV
99
99
CLASS="NOTE"
110
110
><H2
111
111
CLASS="SECT2"
112
112
><A
113
 
NAME="AEN107839"
114
 
>E.9.1. Overview</A
 
113
NAME="AEN107997"
 
114
>E.10.1. Overview</A
115
115
></H2
116
116
><P
117
117
>    This release shows <SPAN
264
264
><H2
265
265
CLASS="SECT2"
266
266
><A
267
 
NAME="AEN107887"
268
 
>E.9.2. Migration to Version 9.1</A
 
267
NAME="AEN108045"
 
268
>E.10.2. Migration to Version 9.1</A
269
269
></H2
270
270
><P
271
271
>    A dump/restore using <SPAN
288
288
><H3
289
289
CLASS="SECT3"
290
290
><A
291
 
NAME="AEN107893"
292
 
>E.9.2.1. Strings</A
 
291
NAME="AEN108051"
 
292
>E.10.2.1. Strings</A
293
293
></H3
294
294
><P
295
295
></P
360
360
><H3
361
361
CLASS="SECT3"
362
362
><A
363
 
NAME="AEN107906"
364
 
>E.9.2.2. Casting</A
 
363
NAME="AEN108064"
 
364
>E.10.2.2. Casting</A
365
365
></H3
366
366
><P
367
367
></P
431
431
><H3
432
432
CLASS="SECT3"
433
433
><A
434
 
NAME="AEN107923"
435
 
>E.9.2.3. Arrays</A
 
434
NAME="AEN108081"
 
435
>E.10.2.3. Arrays</A
436
436
></H3
437
437
><P
438
438
></P
479
479
><H3
480
480
CLASS="SECT3"
481
481
><A
482
 
NAME="AEN107937"
483
 
>E.9.2.4. Object Modification</A
 
482
NAME="AEN108095"
 
483
>E.10.2.4. Object Modification</A
484
484
></H3
485
485
><P
486
486
></P
521
521
><H3
522
522
CLASS="SECT3"
523
523
><A
524
 
NAME="AEN107949"
525
 
>E.9.2.5. Server Settings</A
 
524
NAME="AEN108107"
 
525
>E.10.2.5. Server Settings</A
526
526
></H3
527
527
><P
528
528
></P
568
568
><H3
569
569
CLASS="SECT3"
570
570
><A
571
 
NAME="AEN107963"
572
 
>E.9.2.6. <A
 
571
NAME="AEN108121"
 
572
>E.10.2.6. <A
573
573
HREF="plpgsql.html"
574
574
>PL/pgSQL</A
575
575
> Server-Side Language</A
636
636
><H3
637
637
CLASS="SECT3"
638
638
><A
639
 
NAME="AEN107981"
640
 
>E.9.2.7. Contrib</A
 
639
NAME="AEN108139"
 
640
>E.10.2.7. Contrib</A
641
641
></H3
642
642
><P
643
643
></P
675
675
><H3
676
676
CLASS="SECT3"
677
677
><A
678
 
NAME="AEN107991"
679
 
>E.9.2.8. Other Incompatibilities</A
 
678
NAME="AEN108149"
 
679
>E.10.2.8. Other Incompatibilities</A
680
680
></H3
681
681
><P
682
682
></P
728
728
><H2
729
729
CLASS="SECT2"
730
730
><A
731
 
NAME="AEN108007"
732
 
>E.9.3. Changes</A
 
731
NAME="AEN108165"
 
732
>E.10.3. Changes</A
733
733
></H2
734
734
><P
735
735
>    Below you will find a detailed account of the changes between
744
744
><H3
745
745
CLASS="SECT3"
746
746
><A
747
 
NAME="AEN108011"
748
 
>E.9.3.1. Server</A
 
747
NAME="AEN108169"
 
748
>E.10.3.1. Server</A
749
749
></H3
750
750
><DIV
751
751
CLASS="SECT4"
752
752
><H4
753
753
CLASS="SECT4"
754
754
><A
755
 
NAME="AEN108013"
756
 
>E.9.3.1.1. Performance</A
 
755
NAME="AEN108171"
 
756
>E.10.3.1.1. Performance</A
757
757
></H4
758
758
><P
759
759
></P
866
866
><H4
867
867
CLASS="SECT4"
868
868
><A
869
 
NAME="AEN108046"
870
 
>E.9.3.1.2. Optimizer</A
 
869
NAME="AEN108204"
 
870
>E.10.3.1.2. Optimizer</A
871
871
></H4
872
872
><P
873
873
></P
912
912
><H4
913
913
CLASS="SECT4"
914
914
><A
915
 
NAME="AEN108060"
916
 
>E.9.3.1.3. Authentication</A
 
915
NAME="AEN108218"
 
916
>E.10.3.1.3. Authentication</A
917
917
></H4
918
918
><P
919
919
></P
1071
1071
><H4
1072
1072
CLASS="SECT4"
1073
1073
><A
1074
 
NAME="AEN108107"
1075
 
>E.9.3.1.4. Monitoring</A
 
1074
NAME="AEN108265"
 
1075
>E.10.3.1.4. Monitoring</A
1076
1076
></H4
1077
1077
><P
1078
1078
></P
1129
1129
><H4
1130
1130
CLASS="SECT4"
1131
1131
><A
1132
 
NAME="AEN108124"
1133
 
>E.9.3.1.5. Statistical Views</A
 
1132
NAME="AEN108282"
 
1133
>E.10.3.1.5. Statistical Views</A
1134
1134
></H4
1135
1135
><P
1136
1136
></P
1214
1214
><H4
1215
1215
CLASS="SECT4"
1216
1216
><A
1217
 
NAME="AEN108150"
1218
 
>E.9.3.1.6. Server Settings</A
 
1217
NAME="AEN108308"
 
1218
>E.10.3.1.6. Server Settings</A
1219
1219
></H4
1220
1220
><P
1221
1221
></P
1281
1281
><H3
1282
1282
CLASS="SECT3"
1283
1283
><A
1284
 
NAME="AEN108169"
1285
 
>E.9.3.2. Replication and Recovery</A
 
1284
NAME="AEN108327"
 
1285
>E.10.3.2. Replication and Recovery</A
1286
1286
></H3
1287
1287
><DIV
1288
1288
CLASS="SECT4"
1289
1289
><H4
1290
1290
CLASS="SECT4"
1291
1291
><A
1292
 
NAME="AEN108171"
1293
 
>E.9.3.2.1. Streaming Replication and Continuous Archiving</A
 
1292
NAME="AEN108329"
 
1293
>E.10.3.2.1. Streaming Replication and Continuous Archiving</A
1294
1294
></H4
1295
1295
><P
1296
1296
></P
1393
1393
><H4
1394
1394
CLASS="SECT4"
1395
1395
><A
1396
 
NAME="AEN108198"
1397
 
>E.9.3.2.2. Replication Monitoring</A
 
1396
NAME="AEN108356"
 
1397
>E.10.3.2.2. Replication Monitoring</A
1398
1398
></H4
1399
1399
><P
1400
1400
></P
1441
1441
><H4
1442
1442
CLASS="SECT4"
1443
1443
><A
1444
 
NAME="AEN108212"
1445
 
>E.9.3.2.3. Hot Standby</A
 
1444
NAME="AEN108370"
 
1445
>E.10.3.2.3. Hot Standby</A
1446
1446
></H4
1447
1447
><P
1448
1448
></P
1544
1544
><H4
1545
1545
CLASS="SECT4"
1546
1546
><A
1547
 
NAME="AEN108243"
1548
 
>E.9.3.2.4. Recovery Control</A
 
1547
NAME="AEN108401"
 
1548
>E.10.3.2.4. Recovery Control</A
1549
1549
></H4
1550
1550
><P
1551
1551
></P
1677
1677
><H3
1678
1678
CLASS="SECT3"
1679
1679
><A
1680
 
NAME="AEN108283"
1681
 
>E.9.3.3. Queries</A
 
1680
NAME="AEN108441"
 
1681
>E.10.3.3. Queries</A
1682
1682
></H3
1683
1683
><P
1684
1684
></P
1832
1832
><H4
1833
1833
CLASS="SECT4"
1834
1834
><A
1835
 
NAME="AEN108329"
1836
 
>E.9.3.3.1. Strings</A
 
1835
NAME="AEN108487"
 
1836
>E.10.3.3.1. Strings</A
1837
1837
></H4
1838
1838
><P
1839
1839
></P
1864
1864
><H3
1865
1865
CLASS="SECT3"
1866
1866
><A
1867
 
NAME="AEN108337"
1868
 
>E.9.3.4. Object Manipulation</A
 
1867
NAME="AEN108495"
 
1868
>E.10.3.4. Object Manipulation</A
1869
1869
></H3
1870
1870
><P
1871
1871
></P
1961
1961
><H4
1962
1962
CLASS="SECT4"
1963
1963
><A
1964
 
NAME="AEN108366"
1965
 
>E.9.3.4.1. <TT
 
1964
NAME="AEN108524"
 
1965
>E.10.3.4.1. <TT
1966
1966
CLASS="COMMAND"
1967
1967
>ALTER</TT
1968
1968
> Object</A
2050
2050
><H4
2051
2051
CLASS="SECT4"
2052
2052
><A
2053
 
NAME="AEN108391"
2054
 
>E.9.3.4.2. <A
 
2053
NAME="AEN108549"
 
2054
>E.10.3.4.2. <A
2055
2055
HREF="sql-createtable.html"
2056
2056
><TT
2057
2057
CLASS="COMMAND"
2169
2169
><H4
2170
2170
CLASS="SECT4"
2171
2171
><A
2172
 
NAME="AEN108425"
2173
 
>E.9.3.4.3. Object Permissions</A
 
2172
NAME="AEN108583"
 
2173
>E.10.3.4.3. Object Permissions</A
2174
2174
></H4
2175
2175
><P
2176
2176
></P
2198
2198
><H3
2199
2199
CLASS="SECT3"
2200
2200
><A
2201
 
NAME="AEN108433"
2202
 
>E.9.3.5. Utility Operations</A
 
2201
NAME="AEN108591"
 
2202
>E.10.3.5. Utility Operations</A
2203
2203
></H3
2204
2204
><P
2205
2205
></P
2241
2241
><H4
2242
2242
CLASS="SECT4"
2243
2243
><A
2244
 
NAME="AEN108445"
2245
 
>E.9.3.5.1. <A
 
2244
NAME="AEN108603"
 
2245
>E.10.3.5.1. <A
2246
2246
HREF="sql-copy.html"
2247
2247
><TT
2248
2248
CLASS="COMMAND"
2297
2297
><H4
2298
2298
CLASS="SECT4"
2299
2299
><A
2300
 
NAME="AEN108462"
2301
 
>E.9.3.5.2. <A
 
2300
NAME="AEN108620"
 
2301
>E.10.3.5.2. <A
2302
2302
HREF="sql-explain.html"
2303
2303
><TT
2304
2304
CLASS="COMMAND"
2328
2328
><H4
2329
2329
CLASS="SECT4"
2330
2330
><A
2331
 
NAME="AEN108471"
2332
 
>E.9.3.5.3. <A
 
2331
NAME="AEN108629"
 
2332
>E.10.3.5.3. <A
2333
2333
HREF="sql-vacuum.html"
2334
2334
><TT
2335
2335
CLASS="COMMAND"
2385
2385
><H4
2386
2386
CLASS="SECT4"
2387
2387
><A
2388
 
NAME="AEN108488"
2389
 
>E.9.3.5.4. <A
 
2388
NAME="AEN108646"
 
2389
>E.10.3.5.4. <A
2390
2390
HREF="sql-cluster.html"
2391
2391
><TT
2392
2392
CLASS="COMMAND"
2413
2413
><H4
2414
2414
CLASS="SECT4"
2415
2415
><A
2416
 
NAME="AEN108496"
2417
 
>E.9.3.5.5. Indexes</A
 
2416
NAME="AEN108654"
 
2417
>E.10.3.5.5. Indexes</A
2418
2418
></H4
2419
2419
><P
2420
2420
></P
2513
2513
><H3
2514
2514
CLASS="SECT3"
2515
2515
><A
2516
 
NAME="AEN108525"
2517
 
>E.9.3.6. Data Types</A
 
2516
NAME="AEN108683"
 
2517
>E.10.3.6. Data Types</A
2518
2518
></H3
2519
2519
><P
2520
2520
></P
2595
2595
><H4
2596
2596
CLASS="SECT4"
2597
2597
><A
2598
 
NAME="AEN108551"
2599
 
>E.9.3.6.1. Casting</A
 
2598
NAME="AEN108709"
 
2599
>E.10.3.6.1. Casting</A
2600
2600
></H4
2601
2601
><P
2602
2602
></P
2645
2645
><H4
2646
2646
CLASS="SECT4"
2647
2647
><A
2648
 
NAME="AEN108566"
2649
 
>E.9.3.6.2. <A
 
2648
NAME="AEN108724"
 
2649
>E.10.3.6.2. <A
2650
2650
HREF="functions-xml.html"
2651
2651
><ACRONYM
2652
2652
CLASS="ACRONYM"
2729
2729
><H3
2730
2730
CLASS="SECT3"
2731
2731
><A
2732
 
NAME="AEN108591"
2733
 
>E.9.3.7. Functions</A
 
2732
NAME="AEN108749"
 
2733
>E.10.3.7. Functions</A
2734
2734
></H3
2735
2735
><P
2736
2736
></P
2847
2847
><H4
2848
2848
CLASS="SECT4"
2849
2849
><A
2850
 
NAME="AEN108627"
2851
 
>E.9.3.7.1. Object Information Functions</A
 
2850
NAME="AEN108785"
 
2851
>E.10.3.7.1. Object Information Functions</A
2852
2852
></H4
2853
2853
><P
2854
2854
></P
2961
2961
><H4
2962
2962
CLASS="SECT4"
2963
2963
><A
2964
 
NAME="AEN108661"
2965
 
>E.9.3.7.2. Function and Trigger Creation</A
 
2964
NAME="AEN108819"
 
2965
>E.10.3.7.2. Function and Trigger Creation</A
2966
2966
></H4
2967
2967
><P
2968
2968
></P
2990
2990
><H3
2991
2991
CLASS="SECT3"
2992
2992
><A
2993
 
NAME="AEN108669"
2994
 
>E.9.3.8. Server-Side Languages</A
 
2993
NAME="AEN108827"
 
2994
>E.10.3.8. Server-Side Languages</A
2995
2995
></H3
2996
2996
><DIV
2997
2997
CLASS="SECT4"
2998
2998
><H4
2999
2999
CLASS="SECT4"
3000
3000
><A
3001
 
NAME="AEN108671"
3002
 
>E.9.3.8.1. <A
 
3001
NAME="AEN108829"
 
3002
>E.10.3.8.1. <A
3003
3003
HREF="plpgsql.html"
3004
3004
>PL/pgSQL</A
3005
3005
> Server-Side Language</A
3049
3049
><H4
3050
3050
CLASS="SECT4"
3051
3051
><A
3052
 
NAME="AEN108685"
3053
 
>E.9.3.8.2. <A
 
3052
NAME="AEN108843"
 
3053
>E.10.3.8.2. <A
3054
3054
HREF="plperl.html"
3055
3055
>PL/Perl</A
3056
3056
> Server-Side Language</A
3096
3096
><H4
3097
3097
CLASS="SECT4"
3098
3098
><A
3099
 
NAME="AEN108699"
3100
 
>E.9.3.8.3. <A
 
3099
NAME="AEN108857"
 
3100
>E.10.3.8.3. <A
3101
3101
HREF="plpython.html"
3102
3102
>PL/Python</A
3103
3103
> Server-Side Language</A
3202
3202
><H3
3203
3203
CLASS="SECT3"
3204
3204
><A
3205
 
NAME="AEN108733"
3206
 
>E.9.3.9. Client Applications</A
 
3205
NAME="AEN108891"
 
3206
>E.10.3.9. Client Applications</A
3207
3207
></H3
3208
3208
><P
3209
3209
></P
3234
3234
><H4
3235
3235
CLASS="SECT4"
3236
3236
><A
3237
 
NAME="AEN108742"
3238
 
>E.9.3.9.1. <A
 
3237
NAME="AEN108900"
 
3238
>E.10.3.9.1. <A
3239
3239
HREF="app-psql.html"
3240
3240
><SPAN
3241
3241
CLASS="APPLICATION"
3391
3391
><H4
3392
3392
CLASS="SECT4"
3393
3393
><A
3394
 
NAME="AEN108791"
3395
 
>E.9.3.9.2. <A
 
3394
NAME="AEN108949"
 
3395
>E.10.3.9.2. <A
3396
3396
HREF="app-pgdump.html"
3397
3397
><SPAN
3398
3398
CLASS="APPLICATION"
3455
3455
><H4
3456
3456
CLASS="SECT4"
3457
3457
><A
3458
 
NAME="AEN108810"
3459
 
>E.9.3.9.3. <A
 
3458
NAME="AEN108968"
 
3459
>E.10.3.9.3. <A
3460
3460
HREF="app-pg-ctl.html"
3461
3461
><SPAN
3462
3462
CLASS="APPLICATION"
3525
3525
><H3
3526
3526
CLASS="SECT3"
3527
3527
><A
3528
 
NAME="AEN108830"
3529
 
>E.9.3.10. <SPAN
 
3528
NAME="AEN108988"
 
3529
>E.10.3.10. <SPAN
3530
3530
CLASS="APPLICATION"
3531
3531
>Development Tools</SPAN
3532
3532
></A
3536
3536
><H4
3537
3537
CLASS="SECT4"
3538
3538
><A
3539
 
NAME="AEN108833"
3540
 
>E.9.3.10.1. <A
 
3539
NAME="AEN108991"
 
3540
>E.10.3.10.1. <A
3541
3541
HREF="libpq.html"
3542
3542
><SPAN
3543
3543
CLASS="APPLICATION"
3643
3643
><H4
3644
3644
CLASS="SECT4"
3645
3645
><A
3646
 
NAME="AEN108864"
3647
 
>E.9.3.10.2. <A
 
3646
NAME="AEN109022"
 
3647
>E.10.3.10.2. <A
3648
3648
HREF="ecpg.html"
3649
3649
><SPAN
3650
3650
CLASS="APPLICATION"
3685
3685
><H3
3686
3686
CLASS="SECT3"
3687
3687
><A
3688
 
NAME="AEN108876"
3689
 
>E.9.3.11. Build Options</A
 
3688
NAME="AEN109034"
 
3689
>E.10.3.11. Build Options</A
3690
3690
></H3
3691
3691
><P
3692
3692
></P
3710
3710
><H4
3711
3711
CLASS="SECT4"
3712
3712
><A
3713
 
NAME="AEN108883"
3714
 
>E.9.3.11.1. Makefiles</A
 
3713
NAME="AEN109041"
 
3714
>E.10.3.11.1. Makefiles</A
3715
3715
></H4
3716
3716
><P
3717
3717
></P
3794
3794
><H4
3795
3795
CLASS="SECT4"
3796
3796
><A
3797
 
NAME="AEN108908"
3798
 
>E.9.3.11.2. Windows</A
 
3797
NAME="AEN109066"
 
3798
>E.10.3.11.2. Windows</A
3799
3799
></H4
3800
3800
><P
3801
3801
></P
3845
3845
><H3
3846
3846
CLASS="SECT3"
3847
3847
><A
3848
 
NAME="AEN108923"
3849
 
>E.9.3.12. Source Code</A
 
3848
NAME="AEN109081"
 
3849
>E.10.3.12. Source Code</A
3850
3850
></H3
3851
3851
><P
3852
3852
></P
3976
3976
><H4
3977
3977
CLASS="SECT4"
3978
3978
><A
3979
 
NAME="AEN108964"
3980
 
>E.9.3.12.1. Server Hooks</A
 
3979
NAME="AEN109122"
 
3980
>E.10.3.12.1. Server Hooks</A
3981
3981
></H4
3982
3982
><P
3983
3983
></P
4007
4007
><H3
4008
4008
CLASS="SECT3"
4009
4009
><A
4010
 
NAME="AEN108973"
4011
 
>E.9.3.13. Contrib</A
 
4010
NAME="AEN109131"
 
4011
>E.10.3.13. Contrib</A
4012
4012
></H3
4013
4013
><P
4014
4014
></P
4229
4229
><H4
4230
4230
CLASS="SECT4"
4231
4231
><A
4232
 
NAME="AEN109040"
4233
 
>E.9.3.13.1. Security</A
 
4232
NAME="AEN109198"
 
4233
>E.10.3.13.1. Security</A
4234
4234
></H4
4235
4235
><P
4236
4236
></P
4299
4299
><H4
4300
4300
CLASS="SECT4"
4301
4301
><A
4302
 
NAME="AEN109061"
4303
 
>E.9.3.13.2. Performance</A
 
4302
NAME="AEN109219"
 
4303
>E.10.3.13.2. Performance</A
4304
4304
></H4
4305
4305
><P
4306
4306
></P
4382
4382
><H4
4383
4383
CLASS="SECT4"
4384
4384
><A
4385
 
NAME="AEN109087"
4386
 
>E.9.3.13.3. Fsync Testing</A
 
4385
NAME="AEN109245"
 
4386
>E.10.3.13.3. Fsync Testing</A
4387
4387
></H4
4388
4388
><P
4389
4389
></P
4450
4450
><H3
4451
4451
CLASS="SECT3"
4452
4452
><A
4453
 
NAME="AEN109108"
4454
 
>E.9.3.14. Documentation</A
 
4453
NAME="AEN109266"
 
4454
>E.10.3.14. Documentation</A
4455
4455
></H3
4456
4456
><P
4457
4457
></P
4630
4630
ALIGN="right"
4631
4631
VALIGN="top"
4632
4632
><A
4633
 
HREF="release-9-0-12.html"
 
4633
HREF="release-9-0-13.html"
4634
4634
ACCESSKEY="N"
4635
4635
>Next</A
4636
4636
></TD
4654
4654
WIDTH="33%"
4655
4655
ALIGN="right"
4656
4656
VALIGN="top"
4657
 
>Release 9.0.12</TD
 
4657
>Release 9.0.13</TD
4658
4658
></TR
4659
4659
></TABLE
4660
4660
></DIV