File: appendixes.sgm

package info (click to toggle)
pgsphere 1.5.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,220 kB
  • sloc: ansic: 13,926; sql: 6,895; cpp: 853; makefile: 278; perl: 168; yacc: 145; python: 106; lex: 55; xml: 51; sh: 1
file content (70 lines) | stat: -rw-r--r-- 2,065 bytes parent folder | download | duplicates (3)
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 &quot;as aggregate&quot;
	      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:
	       &lt;@ and @&gt;, the old operators @ and &tilde; still work.
            </para>
          </listitem>
          <listitem>
            <para>
	      Improved correctness of spatial indexing.
            </para>
          </listitem>
        </itemizedlist>
      </sect2>

    </sect1>