|
86 | 86 |
|
87 | 87 | <para>
|
88 | 88 | <productname>&productname;</productname> is an object-relational
|
89 |
| - database management system (<acronym>ORDBMS</acronym>) basedon <ulink |
| 89 | + database management system (<acronym>ORDBMS</acronym>), developed by Postgres Professionalonthe base of<ulink |
90 | 90 | url="http://postgresql.org"><productname>PostgreSQL</productname></ulink>, which is in turn based on
|
91 | 91 | <ulink url="http://db.cs.berkeley.edu/postgres.html">
|
92 | 92 | <productname>POSTGRES, Version 4.2</productname></ulink>,
|
|
121 | 121 | </listitem>
|
122 | 122 | </itemizedlist>
|
123 | 123 |
|
124 |
| - Also, <productname>&productname;</productname> can be extended by the |
| 124 | + Also, <productname>&productname;</productname>, as well as <productname>PostgreSQL</productname>, can be extended by the |
125 | 125 | user in many ways, for example by adding new
|
126 | 126 |
|
127 | 127 | <itemizedlist spacing="compact">
|
|
148 | 148 |
|
149 | 149 | <para>
|
150 | 150 | And because of the liberal license,
|
151 |
| - <productname>&productname;</productname> can be used, modified, and |
| 151 | + <productname>&productname;</productname>and <productname>PostgreSQL</productname>can be used, modified, and |
152 | 152 | distributed by anyone free of charge for any purpose, be it
|
153 | 153 | private, commercial, or academic.
|
154 | 154 | </para>
|
| 155 | + </sect1> |
| 156 | + |
| 157 | + <sect1 id="intro-pgpro-vs-pg"> |
| 158 | + <title> Difference between <productname>&productname;</productname> and PostgreSQL</title> |
| 159 | + |
| 160 | + <para> |
| 161 | +<productname>&productname;</productname> is the most actual PostgreSQL version with some additional patches applied and extensions added. |
| 162 | + Mostly, these are patches already accepted by the PostgreSQL community and committed into PostgreSQL. |
| 163 | + Also there some patches and extensions developed by Postgres Professional. |
| 164 | + Users of <productname>&productname;</productname> thus have early access to some important features and fixes. |
| 165 | + </para> |
| 166 | + |
| 167 | + <para>Currently the difference between <productname>&productname;</productname> and PostgreSQL is the following: |
| 168 | + <itemizedlist spacing="compact"> |
| 169 | + <listitem> |
| 170 | + <simpara>Performance improvement on multicore systems (buffer manager and locks optimization).</simpara> |
| 171 | + <simpara>Full text search improvements: phrase search, hunspell morphology, |
| 172 | + some dictionaries are bundled with distribution and can be enabled by a single SQL statement, |
| 173 | + <application>shared_ispell</application> allowing to store dictionaries in shared memory.</simpara> |
| 174 | + <simpara>Covering indexes</simpara> |
| 175 | + <simpara><application>libicu</application> support on all platforms, providing platform-independent sort for various locales.</simpara> |
| 176 | + <simpara><application>pg_trgm</application> module supporting fuzzy string comparison and substring search.</simpara> |
| 177 | + <simpara>Improved <application>pageinspect</applicaiton> module provides access to internal data storage structure.</simpara> |
| 178 | + <simpara><application>sr_plan</applicaiton> module allows to save and restore query plans.</simpara> |
| 179 | + <simpara><application>dump_stat</applicaiton> module allowing to save and restore database statistics when dumping/restoring the database. </simpara> |
| 180 | + <simpara><application>jsquery</applicaiton> module provides a specific language for effective index-supported querying of JSONB data.</simpara> |
| 181 | + |
| 182 | + </listitem> |
| 183 | + </itemizedlist> |
| 184 | + </para> |
| 185 | + |
| 186 | + <para> |
| 187 | + <productname>&productname;</productname> releases are following the PostgreSQL releases, though sometimes occur more frequently. |
| 188 | + The <productname>&productname;</productname> versioning scheme is based on the PostgreSQL one and has an additional decimal place. |
| 189 | + </para> |
| 190 | + |
155 | 191 | </sect1>
|
156 | 192 |
|
157 | 193 | &history;
|
|