-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathappendixes.sgm
70 lines (69 loc) · 2.03 KB
/
appendixes.sgm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<sect1 id="appendixes">
<title>
Appendix
</title>
<sect2 id="appendixes.changelog-1-1">
<title>
Changes from version 1.0 to 1.1
</title>
<itemizedlist>
<listitem>
<para>
Speed up index query time. The index scan is much faster than in 1.0.
</para>
</listitem>
<listitem>
<para>
Remove B-tree index. It was used to cluster the index.
</para>
</listitem>
<listitem>
<para>
This version is compatible to <application>PostgreSQL</application> 8.4
</para>
</listitem>
</itemizedlist>
</sect2>
<sect2 id="appendixes.changelog-1-1-5">
<title>
Changes from version 1.1 to 1.1.5
</title>
<itemizedlist>
<listitem>
<para>
Modify behavior of function <function>set_sphere_output_precision</function>.
</para>
</listitem>
<listitem>
<para>
Compatibility with <application>PostgreSQL</application> 9.2
and later.
</para>
</listitem>
<listitem>
<para>
Creating spath and spolygon objects "as aggregate"
from tables should now work.
</para>
</listitem>
<listitem>
<para>
Improved accuracy of spoint (great circle) distance calculation.
</para>
</listitem>
<listitem>
<para>
Add new contains operators consistent with the geometry operators
of the plain used in <application>PostgreSQL</application> 8.2
and later:
<@ and @>, the old operators @ and ˜ still work.
</para>
</listitem>
<listitem>
<para>
Improved correctness of spatial indexing.
</para>
</listitem>
</itemizedlist>
</sect2>
</sect1>