| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: postgresql-docs | Distribution: openSUSE 11.2 |
| Version: 8.4.4 | Vendor: openSUSE |
| Release: 0.1.1 | Build date: Tue May 25 18:45:12 2010 |
| Group: Productivity/Databases/Tools | Build host: build21 |
| Size: 9801773 | Source RPM: postgresql-8.4.4-0.1.1.src.rpm |
| Packager: http://bugs.opensuse.org | |
| Url: http://www.postgresql.org/ | |
| Summary: HTML Documentation for PostgreSQL | |
PostgreSQL is an advanced object-relational database management system
that supports an extended subset of the SQL standard, including
transactions, foreign keys, subqueries, triggers, and user-defined
types and functions.
This package contains the HTML documentation for PostgreSQL. The start
page is: file:///usr/share/doc/packages/postgresql/html/index.html .
Manual pages for the PostgreSQL SQL statements can be found in the
postgresql package.
Authors:
--------
Marc G. Fournier <scrappy@hub.org>
Tom Lane <tgl@sss.pgh.pa.us>
Vadim B. Mikheev <vadim4o@yahoo.com>
Bruce Momjian <pgman@candle.pha.pa.us>
Jan Wieck <JanWieck@Yahoo.com>
BSD3c(or similar)
* Fri May 21 2010 max@suse.de
- Security and bugfix release 8.4.4 (bnc#607778):
* Enforce restrictions in plperl using an opmask applied to the
whole interpreter, instead of using Safe.pm. Recent
developments have convinced us that Safe.pm is too insecure to
rely on for making plperl trustable. This change removes use of
Safe.pm altogether, in favor of using a separate interpreter
with an opcode mask that is always applied. Pleasant side
effects of the change include that it is now possible to use
Perl's strict pragma in a natural way in plperl, and that
Perl's $a and $b variables work as expected in sort routines,
and that function compilation is significantly
faster. (CVE-2010-1169)
* Prevent PL/Tcl from executing untrustworthy code from
pltcl_modules. PL/Tcl's feature for autoloading Tcl code from
a database table could be exploited for trojan-horse attacks,
because there was no restriction on who could create or insert
into that table. This change disables the feature unless
pltcl_modules is owned by a superuser. (However, the
permissions on the table are not checked, so installations that
really need a less-than-secure modules table can still grant
suitable privileges to trusted non-superusers.) Also, prevent
loading code into the unrestricted "normal" Tcl interpreter
unless we are really going to execute a pltclu
function. (CVE-2010-1170)
* Fix data corruption during WAL replay of ALTER ... SET
TABLESPACE. When archive_mode is on, ALTER ... SET TABLESPACE
generates a WAL record whose replay logic was incorrect. It
could write the data to the wrong place, leading to
possibly-unrecoverable data corruption. Data corruption would
be observed on standby slaves, and could occur on the master as
well if a database crash and recovery occurred after committing
the ALTER and before the next checkpoint.
* Fix possible crash if a cache reset message is received during
rebuild of a relcache entry. This error was introduced in 8.4.3
while fixing a related failure.
* Apply per-function GUC settings while running the language
validator for the function.
* This avoids failures if the function's code is invalid without
the setting; an example is that SQL functions may not parse if
the search_path is not correct.
* Do constraint exclusion for inherited UPDATE and DELETE target
tables when constraint_exclusion = partition. Due to an
oversight, this setting previously only caused constraint
exclusion to be checked in SELECT commands.
* Do not allow an unprivileged user to reset superuser-only
parameter settings. Previously, if an unprivileged user ran
ALTER USER ... RESET ALL for himself, or ALTER DATABASE
... RESET ALL for a database he owns, this would remove all
special parameter settings for the user or database, even ones
that are only supposed to be changeable by a superuser. Now,
the ALTER will only remove the parameters that the user has
permission to change.
* Avoid possible crash during backend shutdown if shutdown occurs
when a CONTEXT addition would be made to log entries. In some
cases the context-printing function would fail because the
current transaction had already been rolled back when it came
time to print a log message.
* Fix erroneous handling of %r parameter in recovery_end_command.
The value always came out zero.
* Ensure the archiver process responds to changes in
archive_command as soon as possible.
* Fix pl/pgsql's CASE statement to not fail when the case
expression is a query that returns no rows.
* Update pl/perl's ppport.h for modern Perl versions.
* Fix assorted memory leaks in pl/python.
* Handle empty-string connect parameters properly in ecpg.
* Prevent infinite recursion in psql when expanding a variable
that refers to itself.
* Fix psql's \copy to not add spaces around a dot within \copy
(select ...). Addition of spaces around the decimal point in a
numeric literal would result in a syntax error.
* Avoid formatting failure in psql when running in a locale
context that doesn't match the client_encoding.
* Fix unnecessary "GIN indexes do not support whole-index scans"
errors for unsatisfiable queries using contrib/intarray
operators.
* Ensure that contrib/pgstattuple functions respond to cancel
interrupts promptly.
* Make server startup deal properly with the case that shmget()
returns EINVAL for an existing shared memory segment.
This behavior has been observed on BSD-derived kernels
including OS X. It resulted in an entirely-misleading startup
failure complaining that the shared memory request size was too
large.
* Mon Mar 29 2010 max@suse.de
- Security and bugfix release 8.4.3:
* Add new configuration parameter ssl_renegotiation_limit to
control how often we do session key renegotiation for an SSL
connection. This can be set to zero to disable renegotiation
completely, which may be required if a broken SSL library is
used. In particular, some vendors are shipping stopgap patches
for CVE-2009-3555 that cause renegotiation attempts to fail.
* Fix possible deadlock during backend startup.
* Fix possible crashes due to not handling errors during relcache
reload cleanly.
* Fix possible crash due to use of dangling pointer to a cached
plan.
* Fix possible crash due to overenthusiastic invalidation of
cached plan for "ROLLBACK".
* Fix possible crashes when trying to recover from a failure in
subtransaction start.
* Fix server memory leak associated with use of savepoints and a
client encoding different from server's encoding.
* Fix incorrect WAL data emitted during end-of-recovery cleanup
of a GIST index page split. This would result in index
corruption, or even more likely an error during WAL replay, if
we were unlucky enough to crash during end-of-recovery cleanup
after having completed an incomplete GIST insertion.
* Fix bug in WAL redo cleanup method for GIN indexes.
* Fix incorrect comparison of scan key in GIN index search.
* Make substring() for bit types treat any negative length as
meaning "all the rest of the string". The previous coding
treated only -1 that way, and would produce an invalid result
value for other negative values, possibly leading to a crash
(CVE-2010-0442).
* Fix integer-to-bit-string conversions to handle the first
fractional byte correctly when the output bit width is wider
than the given integer by something other than a multiple of 8
bits.
* Fix some cases of pathologically slow regular expression
matching.
* Fix bug occurring when trying to inline a SQL function that
returns a set of a composite type that contains dropped
columns.
* Fix bug with trying to update a field of an element of a
composite-type array column.
* Avoid failure when "EXPLAIN" has to print a FieldStore or
assignment ArrayRef expression. These cases can arise now that
"EXPLAIN VERBOSE" tries to print plan node target lists.
* Avoid an unnecessary coercion failure in some cases where an
undecorated literal string appears in a subquery within
"UNION"/"INTERSECT"/"EXCEPT". This fixes a regression for some
cases that worked before 8.4.
* Avoid undesirable rowtype compatibility check failures in some
cases where a whole-row Var has a rowtype that contains dropped
columns.
* Fix the STOP WAL LOCATION entry in backup history files to
report the next WAL segment's name when the end location is
exactly at a segment boundary.
* Always pass the catalog ID to an option validator function
specified in "CREATE FOREIGN DATA WRAPPER".
* Fix some more cases of temporary-file leakage. This corrects a
problem introduced in the previous minor release. One case
that failed is when a plpgsql function returning set is called
within another function's exception handler.
* Add support for doing FULL JOIN ON FALSE. This prevents a
regression from pre-8.4 releases for some queries that can now
be simplified to a constant-false join condition.
* Improve constraint exclusion processing of boolean-variable
cases, in particular make it possible to exclude a partition
that has a "bool_column = false" constraint.
* Prevent treating an INOUT cast as representing binary
compatibility.
* Include column name in the message when warning about inability
to grant or revoke column-level privileges. This is more
useful than before and helps to prevent confusion when a
"REVOKE" generates multiple messages, which formerly appeared
to be duplicates.
* When reading "pg_hba.conf" and related files, do not treat
@something as a file inclusion request if the @ appears inside
quote marks; also, never treat @ by itself as a file inclusion
request. This prevents erratic behavior if a role or database
name starts with @. If you need to include a file whose path
name contains spaces, you can still do so, but you must write
@"/path to/file" rather than putting the quotes around the
whole construct.
* Prevent infinite loop on some platforms if a directory is named
as an inclusion target in "pg_hba.conf" and related files.
* Fix possible infinite loop if SSL_read or SSL_write fails
without setting errno. This is reportedly possible with some
Windows versions of openssl.
* Disallow GSSAPI authentication on local connections, since it
requires a hostname to function correctly.
* Protect ecpg against applications freeing strings unexpectedly.
* Make ecpg report the proper SQLSTATE if the connection
disappears.
* Fix translation of cell contents in psql \d output.
* Fix psql's numericlocale option to not format strings it
shouldn't in latex and troff output formats.
* Fix a small per-query memory leak in psql.
* Make psql return the correct exit status (3) when ON_ERROR_STOP
and --single-transaction are both specified and an error occurs
during the implied "COMMIT".
* Fix pg_dump's output of permissions for foreign servers.
* Fix possible crash in parallel pg_restore due to out-of-range
dependency IDs.
* Fix plpgsql failure in one case where a composite column is set
to NULL.
* Fix possible failure when calling PL/Perl functions from
PL/PerlU or vice versa.
* Add volatile markings in PL/Python to avoid possible
compiler-specific misbehavior.
* Ensure PL/Tcl initializes the Tcl interpreter fully. The only
known symptom of this oversight is that the Tcl clock command
misbehaves if using Tcl 8.5 or later.
* Prevent ExecutorEnd from being run on portals created within a
failed transaction or subtransaction. This is known to cause
issues when using "contrib/auto_explain".
* Prevent crash in "contrib/dblink" when too many key columns are
specified to a dblink_build_sql_* function.
* Allow zero-dimensional arrays in "contrib/ltree" operations.
This case was formerly rejected as an error, but it's more
convenient to treat it the same as a zero-element array. In
particular this avoids unnecessary failures when an ltree
operation is applied to the result of ARRAY(SELECT ...) and the
sub-select returns no rows.
* Fix assorted crashes in "contrib/xml2" caused by sloppy memory
management.
* Make the configure script report failure if the C compiler does
not provide a working 64-bit integer datatype. This case has
been broken for some time, and no longer seems worth
supporting, so just reject it at configure time instead.
* Wed Dec 16 2009 max@suse.de
- Security and bugfix release 8.4.2:
* CVE-2009-4136: Protect against indirect security threats
caused by index functions changing session-local state. This
change prevents allegedly-immutable index functions from
possibly subverting a superuser's session.
* CVE-2009-4034: Reject SSL certificates containing an embedded
null byte in the common name (CN) field. This prevents
unintended matching of a certificate to a server or client
name during SSL validation.
* Fix hash index corruption. The 8.4 change that made hash
indexes keep entries sorted by hash value failed to update the
bucket splitting and compaction routines to preserve the
ordering. So application of either of those operations could
lead to permanent corruption of an index, in the sense that
searches might fail to find entries that are present. To deal
with this, it is recommended to REINDEX any hash indexes you
may have after installing this update.
* Fix possible crash during backend-startup-time cache
initialization
* Avoid crash on empty thesaurus dictionary
* Prevent signals from interrupting VACUUM at unsafe times. This
fix prevents a PANIC if a VACUUM FULL is cancelled after it's
already committed its tuple movements, as well as transient
errors if a plain VACUUM is interrupted after having truncated
the table.
* Fix possible crash due to integer overflow in hash table size
calculation. This could occur with extremely large planner
estimates for the size of a hashjoin's result.
* Fix crash if a DROP is attempted on an internally-dependent
object.
* Fix very rare crash in inet/cidr comparisons.
* Ensure that shared tuple-level locks held by prepared
transactions are not ignored.
* Fix premature drop of temporary files used for a cursor that is
accessed within a subtransaction.
* Fix memory leak in syslogger process when rotating to a new CSV
logfile.
* Fix memory leak in postmaster when re-parsing "pg_hba.conf".
* Make FOR UPDATE/SHARE in the primary query not propagate into
WITH queries.
* Fix bug with a WITH RECURSIVE query immediately inside another
one.
* Fix concurrency bug in hash indexes. Concurrent insertions
could cause index scans to transiently report wrong results.
* Fix incorrect logic for GiST index page splits, when the split
depends on a non-first column of the index.
* Fix wrong search results for a multi-column GIN index with
fastupdate enabled.
* Fix bugs in WAL entry creation for GIN indexes. These bugs were
masked when full_page_writes was on, but with it off a WAL
replay failure was certain if a crash occurred before the next
checkpoint.
* Don't error out if recycling or removing an old WAL file fails
at the end of checkpoint. It's better to treat the problem as
non-fatal and allow the checkpoint to complete. Future
checkpoints will retry the removal. Such problems are not
expected in normal operation, but have been seen to be caused
by misdesigned Windows anti-virus and backup software.
* Ensure WAL files aren't repeatedly archived on Windows. This is
another symptom that could happen if some other process
interfered with deletion of a no-longer-needed file.
* Fix PAM password processing to be more robust. The previous
code is known to fail with the combination of the Linux
pam_krb5 PAM module with Microsoft Active Directory as the
domain controller. It might have problems elsewhere too, since
it was making unjustified assumptions about what arguments the
PAM stack would pass to it.
* Raise the maximum authentication token (Kerberos ticket) size
in GSSAPI and SSPI authentication methods. While the old
2000-byte limit was more than enough for Unix Kerberos
implementations, tickets issued by Windows Domain Controllers
can be much larger.
* Ensure that domain constraints are enforced in constructs like
ARRAY[...]::domain, where the domain is over an array type.
* Fix foreign-key logic for some cases involving composite-type
columns as foreign keys.
* Ensure that a cursor's snapshot is not modified after it is
created. This could lead to a cursor delivering wrong results
if later operations in the same transaction modify the data the
cursor is supposed to return.
* Fix CREATE TABLE to properly merge default expressions coming
from different inheritance parent tables. This used to work but
was broken in 8.4.
* Re-enable collection of access statistics for sequences. This
used to work but was broken in 8.3.
* Fix processing of ownership dependencies during CREATE OR REPLACE
FUNCTION.
* Fix incorrect handling of WHERE "x"="x" conditions. In some cases
these could get ignored as redundant, but they aren't -- they're
equivalent to "x" IS NOT NULL.
* Fix incorrect plan construction when using hash aggregation to
implement DISTINCT for textually identical volatile
expressions.
* Fix Assert failure for a volatile SELECT DISTINCT ON expression.
* Fix ts_stat() to not fail on an empty tsvector value.
* Make text search parser accept underscores in XML attributes.
* Fix encoding handling in xml binary input. If the XML header
doesn't specify an encoding, we now assume UTF-8 by default;
the previous handling was inconsistent.
* Fix bug with calling plperl from plperlu or vice versa. An
error exit from the inner function could result in crashes due
to failure to re-select the correct Perl interpreter for the
outer function.
* Fix session-lifespan memory leak when a PL/Perl function is
redefined.
* Ensure that Perl arrays are properly converted to PostgreSQL
arrays when returned by a set-returning PL/Perl function. This
worked correctly already for non-set-returning functions.
* Fix rare crash in exception processing in PL/Python.
* Fix ecpg problem with comments in DECLARE CURSOR statements.
* Fix ecpg to not treat recently-added keywords as reserved
words. This affected the keywords CALLED, CATALOG, DEFINER,
ENUM, FOLLOWING, INVOKER, OPTIONS, PARTITION, PRECEDING, RANGE,
SECURITY, SERVER, UNBOUNDED, and WRAPPER.
* Re-allow regular expression special characters in psql's \df
function name parameter.
* In "contrib/pg_standby", disable triggering failover with a
signal on Windows. This never did anything useful, because
Windows doesn't have Unix-style signals, but recent changes
made it actually crash.
* Put FREEZE and VERBOSE options in the right order in the VACUUM
command that "contrib/vacuumdb" produces.
* Fix possible leak of connections when "contrib/dblink"
encounters an error.
* Ensure psql's flex module is compiled with the correct system
header definitions. This fixes build failures on platforms
where --enable-largefile causes incompatible changes in the
generated code.
* Make the postmaster ignore any application_name parameter in
connection request packets, to improve compatibility with
future libpq versions.
* Update the timezone abbreviation files to match current reality
This includes adding IDT to the default timezone abbreviation
set.
* Mon Dec 14 2009 jengelh@medozas.de
- add baselibs.conf as a source
* Wed Sep 16 2009 crrodriguez@novell.com
- use find_lang to package language files correctly
* Thu Sep 10 2009 max@suse.de
- Security and bugfix release 8.4.1:
* Fix WAL page header initialization at the end of archive
recovery. This could lead to failure to process the WAL in a
subsequent archive recovery.
* Fix "cannot make new WAL entries during recovery" error.
* Fix problem that could make expired rows visible after a crash.
This bug involved a page status bit potentially not being set
correctly after a server crash.
* Disallow RESET ROLE and RESET SESSION AUTHORIZATION inside
security-definer functions. This covers a case that was missed
in the previous patch that disallowed SET ROLE and SET SESSION
AUTHORIZATION inside security-definer functions.
(See CVE-2007-6600)
* Make LOAD of an already-loaded loadable module into a no-op.
* Formerly, LOAD would attempt to unload and re-load the module,
but this is unsafe and not all that useful.
* Make window function PARTITION BY and ORDER BY items always be
interpreted as simple expressions. In 8.4.0 these lists were
parsed following the rules used for top-level GROUP BY and
ORDER BY lists. But this was not correct per the SQL standard,
and it led to possible circularity.
* Fix several errors in planning of semi-joins. These led to
wrong query results in some cases where IN or EXISTS was used
together with another join.
* Fix handling of whole-row references to subqueries that are
within an outer join. An example is SELECT COUNT(ss.*) FROM
... LEFT JOIN (SELECT ...) ss ON .... Here, ss.* would be
treated as ROW(NULL,NULL,...) for null-extended join rows,
which is not the same as a simple NULL. Now it is treated as a
simple NULL.
* Fix Windows shared-memory allocation code. This bug led to the
often-reported "could not reattach to shared memory" error
message.
* Fix locale handling with plperl.
This bug could cause the server's locale setting to change when
a plperl function is called, leading to data corruption.
* Fix handling of reloptions to ensure setting one option doesn't
force default values for others.
* Ensure that a "fast shutdown" request will forcibly terminate
open sessions, even if a "smart shutdown" was already in
progress.
* Avoid memory leak for array_agg() in GROUP BY queries.
* Treat to_char(..., 'TH') as an uppercase ordinal suffix with
'HH'/'HH12'. It was previously handled as 'th' (lowercase).
* Include the fractional part in the result of EXTRACT(second)
and EXTRACT(milliseconds) for time and time with time zone
inputs.
This has always worked for floating-point datetime
configurations, but was broken in the integer datetime code.
* Fix overflow for INTERVAL 'x ms' when x is more than 2 million
and integer datetimes are in use.
* Improve performance when processing toasted values in index
scans. This is particularly useful for PostGIS.
* Fix a typo that disabled commit_delay.
* Output early-startup messages to postmaster.log if the server
is started in silent mode. Previously such error messages were
discarded, leading to difficulty in debugging.
* Remove translated FAQs. They are now on the wiki. The main FAQ
was moved to the wiki some time ago.
* Fix pg_ctl to not go into an infinite loop if postgresql.conf
is empty.
* Fix several errors in pg_dump's --binary-upgrade mode.
* pg_dump --binary-upgrade is used by pg_migrator.
* Fix contrib/xml2's xslt_process() to properly handle the
maximum number of parameters (twenty).
* Improve robustness of libpq's code to recover from errors
during COPY FROM STDIN.
* Avoid including conflicting readline and editline header files
when both libraries are installed.
* Work around gcc bug that causes "floating-point exception"
instead of "division by zero" on some platforms.
* Mon Jul 27 2009 poeml@suse.de
- postgresql-8.4.0-sle10-timestamptz.patch added, and applied
_only_ on SLE10. It fixes a build failure due to a test case that
seems to be confused by daylight saving time in the time zone
that the test expects its result (PDT vs. PST). Since this
failure happened only on SLE10, I assume that the test case isn't
broken, and some peculiarity on that (rather old now) platform is
to blame (possibly too old timezone files). Also, the testcase is
checking correctness when converting timezones > 32 bit, which
actually seems to work.
* Wed Jul 15 2009 poeml@suse.de
- replace "ident sameuser" with "ident" as auth method for the
initdb call in the init script, because the former doesn't work
with PostgreSQL 8.4. With the generated pg_hba.conf, PostgreSQL
failed to start. Added note to the upgrade READMEs. [bnc#522375]
* Tue Jul 07 2009 max@suse.de
- New major release: 8.4.0
- Improvements include:
* Windowing Functions
* Common Table Expressions and Recursive Queries
* Default and variadic parameters for functions
* Parallel Restore
* Column Permissions
* Per-database locale settings
* Improved hash indexes
* Improved join performance for EXISTS and NOT EXISTS queries
* Easier-to-use Warm Standby
* Automatic sizing of the Free Space Map
* Visibility Map (greatly reduces vacuum overhead for
slowly-changing tables)
* Version-aware psql (backslash commands work against older
servers)
* Support SSL certificates for user authentication
* Per-function runtime statistics
* Easy editing of functions in psql
* New contrib modules: pg_stat_statements, auto_explain, citext,
btree_gin
* Wed May 06 2009 max@suse.de
- Remove dependency on local posixrules from horology test.
* Mon Mar 23 2009 max@suse.de
- Security release 8.3.7
* Fixes a vulnerability that allowed remote authenticated
users to cause a denial of service (stack consumption)
via mismatched encoding conversion requests.
* Details of the other bugfixes contained in this and
previous releases can be found here:
http://www.postgresql.org/docs/8.3/static/release.html
/usr/share/doc/packages/postgresql/HISTORY
- Users of GiST indexes should "REINDEX" them after installing
this update.
- Re-added libpgport.a to the devel package, as some apps require
it, although it is meant to be internal to the PostgreSQL
backend.
- Fix removal of leftover files on database startup (bnc#473644).
* Wed Jan 07 2009 olh@suse.de
- obsolete old -XXbit packages (bnc#437293)
* Wed Nov 05 2008 max@suse.de
- Bugfix release: 8.3.5
* Fix GiST index corruption due to marking the wrong index
entry "dead" after a deletion. This would result in index
searches failing to find rows they should have found.
* Fix backend crash when the client encoding cannot represent a
localized error message.
* Fix possible crash in bytea-to-XML mapping.
* Fix possible crash when deeply nested functions are invoked
from a trigger.
* Improve optimization of "expression" IN ("expression-list")
queries.
* Fix mis-expansion of rule queries when a sub-SELECT appears
in a function call in FROM, a multi-row VALUES list, or a
RETURNING list.
* Fix Assert failure during rescan of an IS NULL search of
a GiST index.
* Fix memory leak during rescan of a hashed aggregation plan.
* Ensure an error is reported when a newly-defined PL/pgSQL
trigger function is invoked as a normal function.
* Force a checkpoint before "CREATE DATABASE" starts to copy
files This prevents a possible failure if files had recently
been deleted in the source database.
* Prevent possible collision of relfilenode numbers when moving
a table to another tablespace with "ALTER SET TABLESPACE".
* Fix incorrect text search headline generation when single
query item matches first word of text.
* Fix improper display of fractional seconds in interval
values when using a non-ISO datestyle in an
"--enable-integer-datetimes" build.
* Make ILIKE compare characters case-insensitively even when
they're escaped.
* Ensure "DISCARD" is handled properly by statement logging.
* Fix incorrect logging of last-completed-transaction time
during PITR recovery.
* Ensure SPI_getvalue and SPI_getbinval behave correctly when
the passed tuple and tuple descriptor have different numbers
of columns.
* Fix small memory leak when using libpq's gsslib parameter.
* Ensure libgssapi is linked into libpq if needed.
* Fix ecpg's parsing of "CREATE ROLE".
* Fix recent breakage of pg_ctl restart.
* Thu Sep 25 2008 max@suse.de
- Bugfix release: 8.3.4
- Issues fixed include autovacuum crashes reported by several
users, two Heap Only Tuple bugs, a foreign key failure
condition, a too-small lock address space, two Write Ahead Log
bugs, several planner mistakes, and numerous "corner condition"
bugs.
* Fri Sep 05 2008 max@suse.de
- New version: 8.3.3 with countless bug fixes over 8.3.1.
- For details, see
http://www.postgresql.org/docs/8.3/static/release-8-3-2.html ,
http://www.postgresql.org/docs/8.3/static/release-8-3-3.html ,
or /usr/share/doc/packages/postgresql/HISTORY .
* Thu Aug 28 2008 cthiel@suse.de
- fix init script
* Mon May 19 2008 schwab@suse.de
- Fix broken configure check.
* Fri May 09 2008 aj@suse.de
- Add baselibs.conf.
* Fri Apr 18 2008 max@suse.de
- Removed static libs from postgresql-devel.
- Removed more old Obsoletes: tags.
- Fixed path to pid file in init script.
- Moved "make check" to %check section
- Silence some bogus rpmlint warnings
* Thu Apr 10 2008 max@suse.de
- Adopt the 8.3.1 package from Peter Eisentraut's OBS project.
- New features in PostgreSQL 8.3 include:
* Full text search is integrated into the core database system
* Support for the SQL/XML standard, including new operators and
an XML data type
* Enumerated data types (ENUM)
* Arrays of composite types
* Universally Unique Identifier (UUID) data type
* Add control over whether NULLs sort first or last
* Updatable cursors
* Server configuration parameters can now be set on a
per-function basis
* User-defined types can now have type modifiers
* Automatically re-plan cached queries when table definitions
change or statistics are updated
* Numerous improvements in logging and statistics collection
* Support multiple concurrent autovacuum processes, and other
autovacuum improvements
- Remove old provides/obsoletes tags for way-back package renames.
* Thu Apr 10 2008 ro@suse.de
- added baselibs.conf file to build xxbit packages
for multilib support
* Thu Jan 10 2008 max@suse.de
- Update to 8.2.6 to fix five security issues:
- Index Functions Privilege Escalation: CVE-2007-6600
- Regular Expression Denial-of-Service: CVE-2007-4772,
CVE-2007-6067, CVE-2007-4769, #329282
- DBLink Privilege Escalation: CVE-2007-6601, #328403
* Wed Jun 06 2007 max@suse.de
- New version: 8.2.4
- The list of changes between the 8.1 and 8.2 series is too long
to reproduce here. It can be found under
/usr/share/doc/packages/postgresql/HISTORY when the postgresql
package is installed or online at http://www.postgresql.org.
- Splited the postgresql-pl package into individual packages for
PL/Perl, PL/Python and PL/Tcl.
- Added a config file for SuSEfirewall2 (#247370).
* Thu Mar 29 2007 rguenther@suse.de
- Add bison, flex and zlib-devel BuildRequires.
* Tue Oct 17 2006 max@suse.de
- New patchlevel release: 8.1.5
- Disallow aggregate functions in "UPDATE" commands, except within
sub-SELECTs. The behavior of such an aggregate was unpredictable,
and in 8.1.X could cause a crash, so it has been disabled.
- Fix core dump when an untyped literal is taken as ANYARRAY.
- Fix core dump in duration logging for extended query protocol when
a "COMMIT" or "ROLLBACK" is executed.
- Fix mishandling of AFTER triggers when query contains a SQL function
returning multiple rows.
- Fix "ALTER TABLE ... TYPE" to recheck NOT NULL for USING clause.
- Fix string_to_array() to handle overlapping matches for the
separator string.
- Fix to_timestamp() for AM/PM formats.
- Fix autovacuum's calculation that decides whether "ANALYZE" is
needed.
- Fix corner cases in pattern matching for psql's \d commands.
- Fix index-corrupting bugs in /contrib/ltree.
- Numerous robustness fixes in ecpg.
- Fix backslash escaping in /contrib/dbmirror.
- Minor fixes in /contrib/dblink and /contrib/tsearch2.
- Efficiency improvements in hash tables and bitmap index scans.
/usr/share/doc/packages/postgresql /usr/share/doc/packages/postgresql/html /usr/share/doc/packages/postgresql/html/LEGALNOTICE.html /usr/share/doc/packages/postgresql/html/acronyms.html /usr/share/doc/packages/postgresql/html/admin.html /usr/share/doc/packages/postgresql/html/adminpack.html /usr/share/doc/packages/postgresql/html/anoncvs.html /usr/share/doc/packages/postgresql/html/app-clusterdb.html /usr/share/doc/packages/postgresql/html/app-createdb.html /usr/share/doc/packages/postgresql/html/app-createlang.html /usr/share/doc/packages/postgresql/html/app-createuser.html /usr/share/doc/packages/postgresql/html/app-dropdb.html /usr/share/doc/packages/postgresql/html/app-droplang.html /usr/share/doc/packages/postgresql/html/app-dropuser.html /usr/share/doc/packages/postgresql/html/app-ecpg.html /usr/share/doc/packages/postgresql/html/app-initdb.html /usr/share/doc/packages/postgresql/html/app-pg-ctl.html /usr/share/doc/packages/postgresql/html/app-pg-dumpall.html /usr/share/doc/packages/postgresql/html/app-pgconfig.html /usr/share/doc/packages/postgresql/html/app-pgcontroldata.html /usr/share/doc/packages/postgresql/html/app-pgdump.html /usr/share/doc/packages/postgresql/html/app-pgresetxlog.html /usr/share/doc/packages/postgresql/html/app-pgrestore.html /usr/share/doc/packages/postgresql/html/app-postgres.html /usr/share/doc/packages/postgresql/html/app-postmaster.html /usr/share/doc/packages/postgresql/html/app-psql.html /usr/share/doc/packages/postgresql/html/app-reindexdb.html /usr/share/doc/packages/postgresql/html/app-vacuumdb.html /usr/share/doc/packages/postgresql/html/appendixes.html /usr/share/doc/packages/postgresql/html/applevel-consistency.html /usr/share/doc/packages/postgresql/html/arrays.html /usr/share/doc/packages/postgresql/html/auth-methods.html /usr/share/doc/packages/postgresql/html/auth-pg-hba-conf.html /usr/share/doc/packages/postgresql/html/auth-username-maps.html /usr/share/doc/packages/postgresql/html/auto-explain.html /usr/share/doc/packages/postgresql/html/backup-dump.html /usr/share/doc/packages/postgresql/html/backup-file.html /usr/share/doc/packages/postgresql/html/backup.html /usr/share/doc/packages/postgresql/html/biblio.html /usr/share/doc/packages/postgresql/html/bki-commands.html /usr/share/doc/packages/postgresql/html/bki-example.html /usr/share/doc/packages/postgresql/html/bki-format.html /usr/share/doc/packages/postgresql/html/bki-structure.html /usr/share/doc/packages/postgresql/html/bki.html /usr/share/doc/packages/postgresql/html/bookindex.html /usr/share/doc/packages/postgresql/html/btree-gin.html /usr/share/doc/packages/postgresql/html/btree-gist.html /usr/share/doc/packages/postgresql/html/bug-reporting.html /usr/share/doc/packages/postgresql/html/catalog-pg-aggregate.html /usr/share/doc/packages/postgresql/html/catalog-pg-am.html /usr/share/doc/packages/postgresql/html/catalog-pg-amop.html /usr/share/doc/packages/postgresql/html/catalog-pg-amproc.html /usr/share/doc/packages/postgresql/html/catalog-pg-attrdef.html /usr/share/doc/packages/postgresql/html/catalog-pg-attribute.html /usr/share/doc/packages/postgresql/html/catalog-pg-auth-members.html /usr/share/doc/packages/postgresql/html/catalog-pg-authid.html /usr/share/doc/packages/postgresql/html/catalog-pg-cast.html /usr/share/doc/packages/postgresql/html/catalog-pg-class.html /usr/share/doc/packages/postgresql/html/catalog-pg-constraint.html /usr/share/doc/packages/postgresql/html/catalog-pg-conversion.html /usr/share/doc/packages/postgresql/html/catalog-pg-database.html /usr/share/doc/packages/postgresql/html/catalog-pg-depend.html /usr/share/doc/packages/postgresql/html/catalog-pg-description.html /usr/share/doc/packages/postgresql/html/catalog-pg-enum.html /usr/share/doc/packages/postgresql/html/catalog-pg-foreign-data-wrapper.html /usr/share/doc/packages/postgresql/html/catalog-pg-foreign-server.html /usr/share/doc/packages/postgresql/html/catalog-pg-index.html /usr/share/doc/packages/postgresql/html/catalog-pg-inherits.html /usr/share/doc/packages/postgresql/html/catalog-pg-language.html /usr/share/doc/packages/postgresql/html/catalog-pg-largeobject.html /usr/share/doc/packages/postgresql/html/catalog-pg-listener.html /usr/share/doc/packages/postgresql/html/catalog-pg-namespace.html /usr/share/doc/packages/postgresql/html/catalog-pg-opclass.html /usr/share/doc/packages/postgresql/html/catalog-pg-operator.html /usr/share/doc/packages/postgresql/html/catalog-pg-opfamily.html /usr/share/doc/packages/postgresql/html/catalog-pg-pltemplate.html /usr/share/doc/packages/postgresql/html/catalog-pg-proc.html /usr/share/doc/packages/postgresql/html/catalog-pg-rewrite.html /usr/share/doc/packages/postgresql/html/catalog-pg-shdepend.html /usr/share/doc/packages/postgresql/html/catalog-pg-shdescription.html /usr/share/doc/packages/postgresql/html/catalog-pg-statistic.html /usr/share/doc/packages/postgresql/html/catalog-pg-tablespace.html /usr/share/doc/packages/postgresql/html/catalog-pg-trigger.html /usr/share/doc/packages/postgresql/html/catalog-pg-ts-config-map.html /usr/share/doc/packages/postgresql/html/catalog-pg-ts-config.html /usr/share/doc/packages/postgresql/html/catalog-pg-ts-dict.html /usr/share/doc/packages/postgresql/html/catalog-pg-ts-parser.html /usr/share/doc/packages/postgresql/html/catalog-pg-ts-template.html /usr/share/doc/packages/postgresql/html/catalog-pg-type.html /usr/share/doc/packages/postgresql/html/catalog-pg-user-mapping.html /usr/share/doc/packages/postgresql/html/catalogs-overview.html /usr/share/doc/packages/postgresql/html/catalogs.html /usr/share/doc/packages/postgresql/html/charset.html /usr/share/doc/packages/postgresql/html/chkpass.html /usr/share/doc/packages/postgresql/html/citext.html /usr/share/doc/packages/postgresql/html/client-authentication-problems.html /usr/share/doc/packages/postgresql/html/client-authentication.html /usr/share/doc/packages/postgresql/html/client-interfaces.html /usr/share/doc/packages/postgresql/html/config-setting.html /usr/share/doc/packages/postgresql/html/connect-estab.html /usr/share/doc/packages/postgresql/html/continuous-archiving.html /usr/share/doc/packages/postgresql/html/contrib-dblink-build-sql-delete.html /usr/share/doc/packages/postgresql/html/contrib-dblink-build-sql-insert.html /usr/share/doc/packages/postgresql/html/contrib-dblink-build-sql-update.html /usr/share/doc/packages/postgresql/html/contrib-dblink-cancel-query.html /usr/share/doc/packages/postgresql/html/contrib-dblink-close.html /usr/share/doc/packages/postgresql/html/contrib-dblink-connect-u.html /usr/share/doc/packages/postgresql/html/contrib-dblink-connect.html /usr/share/doc/packages/postgresql/html/contrib-dblink-disconnect.html /usr/share/doc/packages/postgresql/html/contrib-dblink-error-message.html /usr/share/doc/packages/postgresql/html/contrib-dblink-exec.html /usr/share/doc/packages/postgresql/html/contrib-dblink-fetch.html /usr/share/doc/packages/postgresql/html/contrib-dblink-get-connections.html /usr/share/doc/packages/postgresql/html/contrib-dblink-get-pkey.html /usr/share/doc/packages/postgresql/html/contrib-dblink-get-result.html /usr/share/doc/packages/postgresql/html/contrib-dblink-is-busy.html /usr/share/doc/packages/postgresql/html/contrib-dblink-open.html /usr/share/doc/packages/postgresql/html/contrib-dblink-send-query.html /usr/share/doc/packages/postgresql/html/contrib-dblink.html /usr/share/doc/packages/postgresql/html/contrib-spi.html /usr/share/doc/packages/postgresql/html/contrib.html /usr/share/doc/packages/postgresql/html/creating-cluster.html /usr/share/doc/packages/postgresql/html/cube.html /usr/share/doc/packages/postgresql/html/cvs.html /usr/share/doc/packages/postgresql/html/database-roles.html /usr/share/doc/packages/postgresql/html/datatype-binary.html /usr/share/doc/packages/postgresql/html/datatype-bit.html /usr/share/doc/packages/postgresql/html/datatype-boolean.html /usr/share/doc/packages/postgresql/html/datatype-character.html /usr/share/doc/packages/postgresql/html/datatype-datetime.html /usr/share/doc/packages/postgresql/html/datatype-enum.html /usr/share/doc/packages/postgresql/html/datatype-geometric.html /usr/share/doc/packages/postgresql/html/datatype-money.html /usr/share/doc/packages/postgresql/html/datatype-net-types.html /usr/share/doc/packages/postgresql/html/datatype-numeric.html /usr/share/doc/packages/postgresql/html/datatype-oid.html /usr/share/doc/packages/postgresql/html/datatype-pseudo.html /usr/share/doc/packages/postgresql/html/datatype-textsearch.html /usr/share/doc/packages/postgresql/html/datatype-uuid.html /usr/share/doc/packages/postgresql/html/datatype-xml.html /usr/share/doc/packages/postgresql/html/datatype.html /usr/share/doc/packages/postgresql/html/datetime-appendix.html /usr/share/doc/packages/postgresql/html/datetime-config-files.html /usr/share/doc/packages/postgresql/html/datetime-input-rules.html /usr/share/doc/packages/postgresql/html/datetime-keywords.html /usr/share/doc/packages/postgresql/html/datetime-units-history.html /usr/share/doc/packages/postgresql/html/dblink.html /usr/share/doc/packages/postgresql/html/ddl-alter.html /usr/share/doc/packages/postgresql/html/ddl-basics.html /usr/share/doc/packages/postgresql/html/ddl-constraints.html /usr/share/doc/packages/postgresql/html/ddl-default.html /usr/share/doc/packages/postgresql/html/ddl-depend.html /usr/share/doc/packages/postgresql/html/ddl-inherit.html /usr/share/doc/packages/postgresql/html/ddl-others.html /usr/share/doc/packages/postgresql/html/ddl-partitioning.html /usr/share/doc/packages/postgresql/html/ddl-priv.html /usr/share/doc/packages/postgresql/html/ddl-schemas.html /usr/share/doc/packages/postgresql/html/ddl-system-columns.html /usr/share/doc/packages/postgresql/html/ddl.html /usr/share/doc/packages/postgresql/html/dict-int.html /usr/share/doc/packages/postgresql/html/dict-xsyn.html /usr/share/doc/packages/postgresql/html/disk-full.html /usr/share/doc/packages/postgresql/html/disk-usage.html /usr/share/doc/packages/postgresql/html/diskusage.html /usr/share/doc/packages/postgresql/html/dml-delete.html /usr/share/doc/packages/postgresql/html/dml-insert.html /usr/share/doc/packages/postgresql/html/dml-update.html /usr/share/doc/packages/postgresql/html/dml.html /usr/share/doc/packages/postgresql/html/docguide-authoring.html /usr/share/doc/packages/postgresql/html/docguide-build.html /usr/share/doc/packages/postgresql/html/docguide-docbook.html /usr/share/doc/packages/postgresql/html/docguide-style.html /usr/share/doc/packages/postgresql/html/docguide-toolsets.html /usr/share/doc/packages/postgresql/html/docguide.html /usr/share/doc/packages/postgresql/html/dynamic-trace.html /usr/share/doc/packages/postgresql/html/earthdistance.html /usr/share/doc/packages/postgresql/html/ecpg-commands.html /usr/share/doc/packages/postgresql/html/ecpg-concept.html /usr/share/doc/packages/postgresql/html/ecpg-connect.html /usr/share/doc/packages/postgresql/html/ecpg-descriptors.html /usr/share/doc/packages/postgresql/html/ecpg-develop.html /usr/share/doc/packages/postgresql/html/ecpg-disconnect.html /usr/share/doc/packages/postgresql/html/ecpg-dynamic.html /usr/share/doc/packages/postgresql/html/ecpg-errors.html /usr/share/doc/packages/postgresql/html/ecpg-informix-compat.html /usr/share/doc/packages/postgresql/html/ecpg-library.html /usr/share/doc/packages/postgresql/html/ecpg-pgtypes.html /usr/share/doc/packages/postgresql/html/ecpg-preproc.html /usr/share/doc/packages/postgresql/html/ecpg-process.html /usr/share/doc/packages/postgresql/html/ecpg-set-connection.html /usr/share/doc/packages/postgresql/html/ecpg-variables.html /usr/share/doc/packages/postgresql/html/ecpg.html /usr/share/doc/packages/postgresql/html/encryption-options.html /usr/share/doc/packages/postgresql/html/errcodes-appendix.html /usr/share/doc/packages/postgresql/html/error-message-reporting.html /usr/share/doc/packages/postgresql/html/error-style-guide.html /usr/share/doc/packages/postgresql/html/executor.html /usr/share/doc/packages/postgresql/html/explicit-joins.html /usr/share/doc/packages/postgresql/html/explicit-locking.html /usr/share/doc/packages/postgresql/html/extend-how.html /usr/share/doc/packages/postgresql/html/extend-type-system.html /usr/share/doc/packages/postgresql/html/extend.html /usr/share/doc/packages/postgresql/html/external-extensions.html /usr/share/doc/packages/postgresql/html/external-interfaces.html /usr/share/doc/packages/postgresql/html/external-pl.html /usr/share/doc/packages/postgresql/html/external-projects.html /usr/share/doc/packages/postgresql/html/features-sql-standard.html /usr/share/doc/packages/postgresql/html/features.html /usr/share/doc/packages/postgresql/html/functions-admin.html /usr/share/doc/packages/postgresql/html/functions-aggregate.html /usr/share/doc/packages/postgresql/html/functions-array.html /usr/share/doc/packages/postgresql/html/functions-binarystring.html /usr/share/doc/packages/postgresql/html/functions-bitstring.html /usr/share/doc/packages/postgresql/html/functions-comparison.html /usr/share/doc/packages/postgresql/html/functions-comparisons.html /usr/share/doc/packages/postgresql/html/functions-conditional.html /usr/share/doc/packages/postgresql/html/functions-datetime.html /usr/share/doc/packages/postgresql/html/functions-enum.html /usr/share/doc/packages/postgresql/html/functions-formatting.html /usr/share/doc/packages/postgresql/html/functions-geometry.html /usr/share/doc/packages/postgresql/html/functions-info.html /usr/share/doc/packages/postgresql/html/functions-logical.html /usr/share/doc/packages/postgresql/html/functions-matching.html /usr/share/doc/packages/postgresql/html/functions-math.html /usr/share/doc/packages/postgresql/html/functions-net.html /usr/share/doc/packages/postgresql/html/functions-sequence.html /usr/share/doc/packages/postgresql/html/functions-srf.html /usr/share/doc/packages/postgresql/html/functions-string.html /usr/share/doc/packages/postgresql/html/functions-subquery.html /usr/share/doc/packages/postgresql/html/functions-textsearch.html /usr/share/doc/packages/postgresql/html/functions-trigger.html /usr/share/doc/packages/postgresql/html/functions-window.html /usr/share/doc/packages/postgresql/html/functions-xml.html /usr/share/doc/packages/postgresql/html/functions.html /usr/share/doc/packages/postgresql/html/fuzzystrmatch.html /usr/share/doc/packages/postgresql/html/geqo-biblio.html /usr/share/doc/packages/postgresql/html/geqo-intro.html /usr/share/doc/packages/postgresql/html/geqo-intro2.html /usr/share/doc/packages/postgresql/html/geqo-pg-intro.html /usr/share/doc/packages/postgresql/html/geqo.html /usr/share/doc/packages/postgresql/html/gin-examples.html /usr/share/doc/packages/postgresql/html/gin-extensibility.html /usr/share/doc/packages/postgresql/html/gin-implementation.html /usr/share/doc/packages/postgresql/html/gin-intro.html /usr/share/doc/packages/postgresql/html/gin-limit.html /usr/share/doc/packages/postgresql/html/gin-tips.html /usr/share/doc/packages/postgresql/html/gin.html /usr/share/doc/packages/postgresql/html/gist-examples.html /usr/share/doc/packages/postgresql/html/gist-extensibility.html /usr/share/doc/packages/postgresql/html/gist-implementation.html /usr/share/doc/packages/postgresql/html/gist-intro.html /usr/share/doc/packages/postgresql/html/gist-recovery.html /usr/share/doc/packages/postgresql/html/gist.html /usr/share/doc/packages/postgresql/html/git.html /usr/share/doc/packages/postgresql/html/high-availability.html /usr/share/doc/packages/postgresql/html/history.html /usr/share/doc/packages/postgresql/html/hstore.html /usr/share/doc/packages/postgresql/html/index-catalog.html /usr/share/doc/packages/postgresql/html/index-cost-estimation.html /usr/share/doc/packages/postgresql/html/index-functions.html /usr/share/doc/packages/postgresql/html/index-locking.html /usr/share/doc/packages/postgresql/html/index-scanning.html /usr/share/doc/packages/postgresql/html/index-unique-checks.html /usr/share/doc/packages/postgresql/html/index.html /usr/share/doc/packages/postgresql/html/indexam.html /usr/share/doc/packages/postgresql/html/indexes-bitmap-scans.html /usr/share/doc/packages/postgresql/html/indexes-examine.html /usr/share/doc/packages/postgresql/html/indexes-expressional.html /usr/share/doc/packages/postgresql/html/indexes-intro.html /usr/share/doc/packages/postgresql/html/indexes-multicolumn.html /usr/share/doc/packages/postgresql/html/indexes-opclass.html /usr/share/doc/packages/postgresql/html/indexes-ordering.html /usr/share/doc/packages/postgresql/html/indexes-partial.html /usr/share/doc/packages/postgresql/html/indexes-types.html /usr/share/doc/packages/postgresql/html/indexes-unique.html /usr/share/doc/packages/postgresql/html/indexes.html /usr/share/doc/packages/postgresql/html/information-schema.html /usr/share/doc/packages/postgresql/html/infoschema-administrable-role-authorizations.html /usr/share/doc/packages/postgresql/html/infoschema-applicable-roles.html /usr/share/doc/packages/postgresql/html/infoschema-attributes.html /usr/share/doc/packages/postgresql/html/infoschema-check-constraint-routine-usage.html /usr/share/doc/packages/postgresql/html/infoschema-check-constraints.html /usr/share/doc/packages/postgresql/html/infoschema-column-domain-usage.html /usr/share/doc/packages/postgresql/html/infoschema-column-privileges.html /usr/share/doc/packages/postgresql/html/infoschema-column-udt-usage.html /usr/share/doc/packages/postgresql/html/infoschema-columns.html /usr/share/doc/packages/postgresql/html/infoschema-constraint-column-usage.html /usr/share/doc/packages/postgresql/html/infoschema-constraint-table-usage.html /usr/share/doc/packages/postgresql/html/infoschema-data-type-privileges.html /usr/share/doc/packages/postgresql/html/infoschema-datatypes.html /usr/share/doc/packages/postgresql/html/infoschema-domain-constraints.html /usr/share/doc/packages/postgresql/html/infoschema-domain-udt-usage.html /usr/share/doc/packages/postgresql/html/infoschema-domains.html /usr/share/doc/packages/postgresql/html/infoschema-element-types.html /usr/share/doc/packages/postgresql/html/infoschema-enabled-roles.html /usr/share/doc/packages/postgresql/html/infoschema-foreign-data-wrapper-options.html /usr/share/doc/packages/postgresql/html/infoschema-foreign-data-wrappers.html /usr/share/doc/packages/postgresql/html/infoschema-foreign-server-options.html /usr/share/doc/packages/postgresql/html/infoschema-foreign-servers.html /usr/share/doc/packages/postgresql/html/infoschema-information-schema-catalog-name.html /usr/share/doc/packages/postgresql/html/infoschema-key-column-usage.html /usr/share/doc/packages/postgresql/html/infoschema-parameters.html /usr/share/doc/packages/postgresql/html/infoschema-referential-constraints.html /usr/share/doc/packages/postgresql/html/infoschema-role-column-grants.html /usr/share/doc/packages/postgresql/html/infoschema-role-routine-grants.html /usr/share/doc/packages/postgresql/html/infoschema-role-table-grants.html /usr/share/doc/packages/postgresql/html/infoschema-role-usage-grants.html /usr/share/doc/packages/postgresql/html/infoschema-routine-privileges.html /usr/share/doc/packages/postgresql/html/infoschema-routines.html /usr/share/doc/packages/postgresql/html/infoschema-schema.html /usr/share/doc/packages/postgresql/html/infoschema-schemata.html /usr/share/doc/packages/postgresql/html/infoschema-sequences.html /usr/share/doc/packages/postgresql/html/infoschema-sql-features.html /usr/share/doc/packages/postgresql/html/infoschema-sql-implementation-info.html /usr/share/doc/packages/postgresql/html/infoschema-sql-languages.html /usr/share/doc/packages/postgresql/html/infoschema-sql-packages.html /usr/share/doc/packages/postgresql/html/infoschema-sql-parts.html /usr/share/doc/packages/postgresql/html/infoschema-sql-sizing-profiles.html /usr/share/doc/packages/postgresql/html/infoschema-sql-sizing.html /usr/share/doc/packages/postgresql/html/infoschema-table-constraints.html /usr/share/doc/packages/postgresql/html/infoschema-table-privileges.html /usr/share/doc/packages/postgresql/html/infoschema-tables.html /usr/share/doc/packages/postgresql/html/infoschema-triggers.html /usr/share/doc/packages/postgresql/html/infoschema-usage-privileges.html /usr/share/doc/packages/postgresql/html/infoschema-user-mapping-options.html /usr/share/doc/packages/postgresql/html/infoschema-user-mappings.html /usr/share/doc/packages/postgresql/html/infoschema-view-column-usage.html /usr/share/doc/packages/postgresql/html/infoschema-view-routine-usage.html /usr/share/doc/packages/postgresql/html/infoschema-view-table-usage.html /usr/share/doc/packages/postgresql/html/infoschema-views.html /usr/share/doc/packages/postgresql/html/install-getsource.html /usr/share/doc/packages/postgresql/html/install-post.html /usr/share/doc/packages/postgresql/html/install-procedure.html /usr/share/doc/packages/postgresql/html/install-requirements.html /usr/share/doc/packages/postgresql/html/install-short.html /usr/share/doc/packages/postgresql/html/install-upgrading.html /usr/share/doc/packages/postgresql/html/install-win32-full.html /usr/share/doc/packages/postgresql/html/install-win32-libpq.html /usr/share/doc/packages/postgresql/html/install-win32.html /usr/share/doc/packages/postgresql/html/installation-platform-notes.html /usr/share/doc/packages/postgresql/html/installation.html /usr/share/doc/packages/postgresql/html/intagg.html /usr/share/doc/packages/postgresql/html/intarray.html /usr/share/doc/packages/postgresql/html/internals.html /usr/share/doc/packages/postgresql/html/intro-whatis.html /usr/share/doc/packages/postgresql/html/isn.html /usr/share/doc/packages/postgresql/html/kernel-resources.html /usr/share/doc/packages/postgresql/html/largeobjects.html /usr/share/doc/packages/postgresql/html/libpq-async.html /usr/share/doc/packages/postgresql/html/libpq-build.html /usr/share/doc/packages/postgresql/html/libpq-cancel.html /usr/share/doc/packages/postgresql/html/libpq-connect.html /usr/share/doc/packages/postgresql/html/libpq-control.html /usr/share/doc/packages/postgresql/html/libpq-copy.html /usr/share/doc/packages/postgresql/html/libpq-envars.html /usr/share/doc/packages/postgresql/html/libpq-events.html /usr/share/doc/packages/postgresql/html/libpq-example.html /usr/share/doc/packages/postgresql/html/libpq-exec.html /usr/share/doc/packages/postgresql/html/libpq-fastpath.html /usr/share/doc/packages/postgresql/html/libpq-ldap.html /usr/share/doc/packages/postgresql/html/libpq-misc.html /usr/share/doc/packages/postgresql/html/libpq-notice-processing.html /usr/share/doc/packages/postgresql/html/libpq-notify.html /usr/share/doc/packages/postgresql/html/libpq-pgpass.html /usr/share/doc/packages/postgresql/html/libpq-pgservice.html /usr/share/doc/packages/postgresql/html/libpq-ssl.html /usr/share/doc/packages/postgresql/html/libpq-status.html /usr/share/doc/packages/postgresql/html/libpq-threading.html /usr/share/doc/packages/postgresql/html/libpq.html /usr/share/doc/packages/postgresql/html/lo-examplesect.html /usr/share/doc/packages/postgresql/html/lo-funcs.html /usr/share/doc/packages/postgresql/html/lo-implementation.html /usr/share/doc/packages/postgresql/html/lo-interfaces.html /usr/share/doc/packages/postgresql/html/lo-intro.html /usr/share/doc/packages/postgresql/html/lo.html /usr/share/doc/packages/postgresql/html/locale.html /usr/share/doc/packages/postgresql/html/locking-indexes.html /usr/share/doc/packages/postgresql/html/logfile-maintenance.html /usr/share/doc/packages/postgresql/html/ltree.html /usr/share/doc/packages/postgresql/html/maintenance.html /usr/share/doc/packages/postgresql/html/manage-ag-config.html /usr/share/doc/packages/postgresql/html/manage-ag-createdb.html /usr/share/doc/packages/postgresql/html/manage-ag-dropdb.html /usr/share/doc/packages/postgresql/html/manage-ag-overview.html /usr/share/doc/packages/postgresql/html/manage-ag-tablespaces.html /usr/share/doc/packages/postgresql/html/manage-ag-templatedbs.html /usr/share/doc/packages/postgresql/html/managing-databases.html /usr/share/doc/packages/postgresql/html/migration.html /usr/share/doc/packages/postgresql/html/monitoring-locks.html /usr/share/doc/packages/postgresql/html/monitoring-ps.html /usr/share/doc/packages/postgresql/html/monitoring-stats.html /usr/share/doc/packages/postgresql/html/monitoring.html /usr/share/doc/packages/postgresql/html/multibyte.html /usr/share/doc/packages/postgresql/html/mvcc-intro.html /usr/share/doc/packages/postgresql/html/mvcc.html /usr/share/doc/packages/postgresql/html/nls-programmer.html /usr/share/doc/packages/postgresql/html/nls-translator.html /usr/share/doc/packages/postgresql/html/nls.html /usr/share/doc/packages/postgresql/html/notation.html /usr/share/doc/packages/postgresql/html/oid2name.html /usr/share/doc/packages/postgresql/html/overview.html /usr/share/doc/packages/postgresql/html/pageinspect.html /usr/share/doc/packages/postgresql/html/parser-stage.html /usr/share/doc/packages/postgresql/html/performance-tips.html /usr/share/doc/packages/postgresql/html/perm-functions.html /usr/share/doc/packages/postgresql/html/pgbench.html /usr/share/doc/packages/postgresql/html/pgbuffercache.html /usr/share/doc/packages/postgresql/html/pgcrypto.html /usr/share/doc/packages/postgresql/html/pgfreespacemap.html /usr/share/doc/packages/postgresql/html/pgrowlocks.html /usr/share/doc/packages/postgresql/html/pgstandby.html /usr/share/doc/packages/postgresql/html/pgstatstatements.html /usr/share/doc/packages/postgresql/html/pgstattuple.html /usr/share/doc/packages/postgresql/html/pgtrgm.html /usr/share/doc/packages/postgresql/html/planner-optimizer.html /usr/share/doc/packages/postgresql/html/planner-stats-details.html /usr/share/doc/packages/postgresql/html/planner-stats.html /usr/share/doc/packages/postgresql/html/plhandler.html /usr/share/doc/packages/postgresql/html/plperl-data.html /usr/share/doc/packages/postgresql/html/plperl-database.html /usr/share/doc/packages/postgresql/html/plperl-funcs.html /usr/share/doc/packages/postgresql/html/plperl-global.html /usr/share/doc/packages/postgresql/html/plperl-missing.html /usr/share/doc/packages/postgresql/html/plperl-triggers.html /usr/share/doc/packages/postgresql/html/plperl-trusted.html /usr/share/doc/packages/postgresql/html/plperl.html /usr/share/doc/packages/postgresql/html/plpgsql-control-structures.html /usr/share/doc/packages/postgresql/html/plpgsql-cursors.html /usr/share/doc/packages/postgresql/html/plpgsql-declarations.html /usr/share/doc/packages/postgresql/html/plpgsql-development-tips.html /usr/share/doc/packages/postgresql/html/plpgsql-errors-and-messages.html /usr/share/doc/packages/postgresql/html/plpgsql-expressions.html /usr/share/doc/packages/postgresql/html/plpgsql-implementation.html /usr/share/doc/packages/postgresql/html/plpgsql-overview.html /usr/share/doc/packages/postgresql/html/plpgsql-porting.html /usr/share/doc/packages/postgresql/html/plpgsql-statements.html /usr/share/doc/packages/postgresql/html/plpgsql-structure.html /usr/share/doc/packages/postgresql/html/plpgsql-trigger.html /usr/share/doc/packages/postgresql/html/plpgsql.html /usr/share/doc/packages/postgresql/html/plpython-database.html /usr/share/doc/packages/postgresql/html/plpython-funcs.html /usr/share/doc/packages/postgresql/html/plpython-trigger.html /usr/share/doc/packages/postgresql/html/plpython.html /usr/share/doc/packages/postgresql/html/pltcl-data.html /usr/share/doc/packages/postgresql/html/pltcl-dbaccess.html /usr/share/doc/packages/postgresql/html/pltcl-functions.html /usr/share/doc/packages/postgresql/html/pltcl-global.html /usr/share/doc/packages/postgresql/html/pltcl-overview.html /usr/share/doc/packages/postgresql/html/pltcl-procnames.html /usr/share/doc/packages/postgresql/html/pltcl-trigger.html /usr/share/doc/packages/postgresql/html/pltcl-unknown.html /usr/share/doc/packages/postgresql/html/pltcl.html /usr/share/doc/packages/postgresql/html/populate.html /usr/share/doc/packages/postgresql/html/postgres-user.html /usr/share/doc/packages/postgresql/html/preface.html /usr/share/doc/packages/postgresql/html/preventing-server-spoofing.html /usr/share/doc/packages/postgresql/html/privileges.html /usr/share/doc/packages/postgresql/html/protocol-changes.html /usr/share/doc/packages/postgresql/html/protocol-error-fields.html /usr/share/doc/packages/postgresql/html/protocol-flow.html /usr/share/doc/packages/postgresql/html/protocol-message-formats.html /usr/share/doc/packages/postgresql/html/protocol-message-types.html /usr/share/doc/packages/postgresql/html/protocol-overview.html /usr/share/doc/packages/postgresql/html/protocol.html /usr/share/doc/packages/postgresql/html/queries-limit.html /usr/share/doc/packages/postgresql/html/queries-order.html /usr/share/doc/packages/postgresql/html/queries-overview.html /usr/share/doc/packages/postgresql/html/queries-select-lists.html /usr/share/doc/packages/postgresql/html/queries-table-expressions.html /usr/share/doc/packages/postgresql/html/queries-union.html /usr/share/doc/packages/postgresql/html/queries-values.html /usr/share/doc/packages/postgresql/html/queries-with.html /usr/share/doc/packages/postgresql/html/queries.html /usr/share/doc/packages/postgresql/html/query-path.html /usr/share/doc/packages/postgresql/html/querytree.html /usr/share/doc/packages/postgresql/html/reference-client.html /usr/share/doc/packages/postgresql/html/reference-server.html /usr/share/doc/packages/postgresql/html/reference.html /usr/share/doc/packages/postgresql/html/regress-coverage.html /usr/share/doc/packages/postgresql/html/regress-evaluation.html /usr/share/doc/packages/postgresql/html/regress-run.html /usr/share/doc/packages/postgresql/html/regress-variant.html /usr/share/doc/packages/postgresql/html/regress.html /usr/share/doc/packages/postgresql/html/release-0-01.html /usr/share/doc/packages/postgresql/html/release-0-02.html /usr/share/doc/packages/postgresql/html/release-0-03.html /usr/share/doc/packages/postgresql/html/release-1-0.html /usr/share/doc/packages/postgresql/html/release-1-01.html /usr/share/doc/packages/postgresql/html/release-1-02.html /usr/share/doc/packages/postgresql/html/release-1-09.html /usr/share/doc/packages/postgresql/html/release-6-0.html /usr/share/doc/packages/postgresql/html/release-6-1-1.html /usr/share/doc/packages/postgresql/html/release-6-1.html /usr/share/doc/packages/postgresql/html/release-6-2-1.html /usr/share/doc/packages/postgresql/html/release-6-2.html /usr/share/doc/packages/postgresql/html/release-6-3-1.html /usr/share/doc/packages/postgresql/html/release-6-3-2.html /usr/share/doc/packages/postgresql/html/release-6-3.html /usr/share/doc/packages/postgresql/html/release-6-4-1.html /usr/share/doc/packages/postgresql/html/release-6-4-2.html /usr/share/doc/packages/postgresql/html/release-6-4.html /usr/share/doc/packages/postgresql/html/release-6-5-1.html /usr/share/doc/packages/postgresql/html/release-6-5-2.html /usr/share/doc/packages/postgresql/html/release-6-5-3.html /usr/share/doc/packages/postgresql/html/release-6-5.html /usr/share/doc/packages/postgresql/html/release-7-0-1.html /usr/share/doc/packages/postgresql/html/release-7-0-2.html /usr/share/doc/packages/postgresql/html/release-7-0-3.html /usr/share/doc/packages/postgresql/html/release-7-0.html /usr/share/doc/packages/postgresql/html/release-7-1-1.html /usr/share/doc/packages/postgresql/html/release-7-1-2.html /usr/share/doc/packages/postgresql/html/release-7-1-3.html /usr/share/doc/packages/postgresql/html/release-7-1.html /usr/share/doc/packages/postgresql/html/release-7-2-1.html /usr/share/doc/packages/postgresql/html/release-7-2-2.html /usr/share/doc/packages/postgresql/html/release-7-2-3.html /usr/share/doc/packages/postgresql/html/release-7-2-4.html /usr/share/doc/packages/postgresql/html/release-7-2-5.html /usr/share/doc/packages/postgresql/html/release-7-2-6.html /usr/share/doc/packages/postgresql/html/release-7-2-7.html /usr/share/doc/packages/postgresql/html/release-7-2-8.html /usr/share/doc/packages/postgresql/html/release-7-2.html /usr/share/doc/packages/postgresql/html/release-7-3-1.html /usr/share/doc/packages/postgresql/html/release-7-3-10.html /usr/share/doc/packages/postgresql/html/release-7-3-11.html /usr/share/doc/packages/postgresql/html/release-7-3-12.html /usr/share/doc/packages/postgresql/html/release-7-3-13.html /usr/share/doc/packages/postgresql/html/release-7-3-14.html /usr/share/doc/packages/postgresql/html/release-7-3-15.html /usr/share/doc/packages/postgresql/html/release-7-3-16.html /usr/share/doc/packages/postgresql/html/release-7-3-17.html /usr/share/doc/packages/postgresql/html/release-7-3-18.html /usr/share/doc/packages/postgresql/html/release-7-3-19.html /usr/share/doc/packages/postgresql/html/release-7-3-2.html /usr/share/doc/packages/postgresql/html/release-7-3-20.html /usr/share/doc/packages/postgresql/html/release-7-3-21.html /usr/share/doc/packages/postgresql/html/release-7-3-3.html /usr/share/doc/packages/postgresql/html/release-7-3-4.html /usr/share/doc/packages/postgresql/html/release-7-3-5.html /usr/share/doc/packages/postgresql/html/release-7-3-6.html /usr/share/doc/packages/postgresql/html/release-7-3-7.html /usr/share/doc/packages/postgresql/html/release-7-3-8.html /usr/share/doc/packages/postgresql/html/release-7-3-9.html /usr/share/doc/packages/postgresql/html/release-7-3.html /usr/share/doc/packages/postgresql/html/release-7-4-1.html /usr/share/doc/packages/postgresql/html/release-7-4-10.html /usr/share/doc/packages/postgresql/html/release-7-4-11.html /usr/share/doc/packages/postgresql/html/release-7-4-12.html /usr/share/doc/packages/postgresql/html/release-7-4-13.html /usr/share/doc/packages/postgresql/html/release-7-4-14.html /usr/share/doc/packages/postgresql/html/release-7-4-15.html /usr/share/doc/packages/postgresql/html/release-7-4-16.html /usr/share/doc/packages/postgresql/html/release-7-4-17.html /usr/share/doc/packages/postgresql/html/release-7-4-18.html /usr/share/doc/packages/postgresql/html/release-7-4-19.html /usr/share/doc/packages/postgresql/html/release-7-4-2.html /usr/share/doc/packages/postgresql/html/release-7-4-20.html /usr/share/doc/packages/postgresql/html/release-7-4-21.html /usr/share/doc/packages/postgresql/html/release-7-4-22.html /usr/share/doc/packages/postgresql/html/release-7-4-23.html /usr/share/doc/packages/postgresql/html/release-7-4-24.html /usr/share/doc/packages/postgresql/html/release-7-4-25.html /usr/share/doc/packages/postgresql/html/release-7-4-26.html /usr/share/doc/packages/postgresql/html/release-7-4-27.html /usr/share/doc/packages/postgresql/html/release-7-4-28.html /usr/share/doc/packages/postgresql/html/release-7-4-29.html /usr/share/doc/packages/postgresql/html/release-7-4-3.html /usr/share/doc/packages/postgresql/html/release-7-4-4.html /usr/share/doc/packages/postgresql/html/release-7-4-5.html /usr/share/doc/packages/postgresql/html/release-7-4-6.html /usr/share/doc/packages/postgresql/html/release-7-4-7.html /usr/share/doc/packages/postgresql/html/release-7-4-8.html /usr/share/doc/packages/postgresql/html/release-7-4-9.html /usr/share/doc/packages/postgresql/html/release-7-4.html /usr/share/doc/packages/postgresql/html/release-8-0-1.html /usr/share/doc/packages/postgresql/html/release-8-0-10.html /usr/share/doc/packages/postgresql/html/release-8-0-11.html /usr/share/doc/packages/postgresql/html/release-8-0-12.html /usr/share/doc/packages/postgresql/html/release-8-0-13.html /usr/share/doc/packages/postgresql/html/release-8-0-14.html /usr/share/doc/packages/postgresql/html/release-8-0-15.html /usr/share/doc/packages/postgresql/html/release-8-0-16.html /usr/share/doc/packages/postgresql/html/release-8-0-17.html /usr/share/doc/packages/postgresql/html/release-8-0-18.html /usr/share/doc/packages/postgresql/html/release-8-0-19.html /usr/share/doc/packages/postgresql/html/release-8-0-2.html /usr/share/doc/packages/postgresql/html/release-8-0-20.html /usr/share/doc/packages/postgresql/html/release-8-0-21.html /usr/share/doc/packages/postgresql/html/release-8-0-22.html /usr/share/doc/packages/postgresql/html/release-8-0-23.html /usr/share/doc/packages/postgresql/html/release-8-0-24.html /usr/share/doc/packages/postgresql/html/release-8-0-25.html /usr/share/doc/packages/postgresql/html/release-8-0-3.html /usr/share/doc/packages/postgresql/html/release-8-0-4.html /usr/share/doc/packages/postgresql/html/release-8-0-5.html /usr/share/doc/packages/postgresql/html/release-8-0-6.html /usr/share/doc/packages/postgresql/html/release-8-0-7.html /usr/share/doc/packages/postgresql/html/release-8-0-8.html /usr/share/doc/packages/postgresql/html/release-8-0-9.html /usr/share/doc/packages/postgresql/html/release-8-0.html /usr/share/doc/packages/postgresql/html/release-8-1-1.html /usr/share/doc/packages/postgresql/html/release-8-1-10.html /usr/share/doc/packages/postgresql/html/release-8-1-11.html /usr/share/doc/packages/postgresql/html/release-8-1-12.html /usr/share/doc/packages/postgresql/html/release-8-1-13.html /usr/share/doc/packages/postgresql/html/release-8-1-14.html /usr/share/doc/packages/postgresql/html/release-8-1-15.html /usr/share/doc/packages/postgresql/html/release-8-1-16.html /usr/share/doc/packages/postgresql/html/release-8-1-17.html /usr/share/doc/packages/postgresql/html/release-8-1-18.html /usr/share/doc/packages/postgresql/html/release-8-1-19.html /usr/share/doc/packages/postgresql/html/release-8-1-2.html /usr/share/doc/packages/postgresql/html/release-8-1-20.html /usr/share/doc/packages/postgresql/html/release-8-1-21.html /usr/share/doc/packages/postgresql/html/release-8-1-3.html /usr/share/doc/packages/postgresql/html/release-8-1-4.html /usr/share/doc/packages/postgresql/html/release-8-1-5.html /usr/share/doc/packages/postgresql/html/release-8-1-6.html /usr/share/doc/packages/postgresql/html/release-8-1-7.html /usr/share/doc/packages/postgresql/html/release-8-1-8.html /usr/share/doc/packages/postgresql/html/release-8-1-9.html /usr/share/doc/packages/postgresql/html/release-8-1.html /usr/share/doc/packages/postgresql/html/release-8-2-1.html /usr/share/doc/packages/postgresql/html/release-8-2-10.html /usr/share/doc/packages/postgresql/html/release-8-2-11.html /usr/share/doc/packages/postgresql/html/release-8-2-12.html /usr/share/doc/packages/postgresql/html/release-8-2-13.html /usr/share/doc/packages/postgresql/html/release-8-2-14.html /usr/share/doc/packages/postgresql/html/release-8-2-15.html /usr/share/doc/packages/postgresql/html/release-8-2-16.html /usr/share/doc/packages/postgresql/html/release-8-2-17.html /usr/share/doc/packages/postgresql/html/release-8-2-2.html /usr/share/doc/packages/postgresql/html/release-8-2-3.html /usr/share/doc/packages/postgresql/html/release-8-2-4.html /usr/share/doc/packages/postgresql/html/release-8-2-5.html /usr/share/doc/packages/postgresql/html/release-8-2-6.html /usr/share/doc/packages/postgresql/html/release-8-2-7.html /usr/share/doc/packages/postgresql/html/release-8-2-8.html /usr/share/doc/packages/postgresql/html/release-8-2-9.html /usr/share/doc/packages/postgresql/html/release-8-2.html /usr/share/doc/packages/postgresql/html/release-8-3-1.html /usr/share/doc/packages/postgresql/html/release-8-3-10.html /usr/share/doc/packages/postgresql/html/release-8-3-11.html /usr/share/doc/packages/postgresql/html/release-8-3-2.html /usr/share/doc/packages/postgresql/html/release-8-3-3.html /usr/share/doc/packages/postgresql/html/release-8-3-4.html /usr/share/doc/packages/postgresql/html/release-8-3-5.html /usr/share/doc/packages/postgresql/html/release-8-3-6.html /usr/share/doc/packages/postgresql/html/release-8-3-7.html /usr/share/doc/packages/postgresql/html/release-8-3-8.html /usr/share/doc/packages/postgresql/html/release-8-3-9.html /usr/share/doc/packages/postgresql/html/release-8-3.html /usr/share/doc/packages/postgresql/html/release-8-4-1.html /usr/share/doc/packages/postgresql/html/release-8-4-2.html /usr/share/doc/packages/postgresql/html/release-8-4-3.html /usr/share/doc/packages/postgresql/html/release-8-4-4.html /usr/share/doc/packages/postgresql/html/release-8-4.html /usr/share/doc/packages/postgresql/html/release.html /usr/share/doc/packages/postgresql/html/resources.html /usr/share/doc/packages/postgresql/html/role-attributes.html /usr/share/doc/packages/postgresql/html/role-membership.html /usr/share/doc/packages/postgresql/html/routine-reindex.html /usr/share/doc/packages/postgresql/html/routine-vacuuming.html /usr/share/doc/packages/postgresql/html/row-estimation-examples.html /usr/share/doc/packages/postgresql/html/rowtypes.html /usr/share/doc/packages/postgresql/html/rsync.html /usr/share/doc/packages/postgresql/html/rule-system.html /usr/share/doc/packages/postgresql/html/rules-privileges.html /usr/share/doc/packages/postgresql/html/rules-status.html /usr/share/doc/packages/postgresql/html/rules-triggers.html /usr/share/doc/packages/postgresql/html/rules-update.html /usr/share/doc/packages/postgresql/html/rules-views.html /usr/share/doc/packages/postgresql/html/rules.html /usr/share/doc/packages/postgresql/html/runtime-config-autovacuum.html /usr/share/doc/packages/postgresql/html/runtime-config-client.html /usr/share/doc/packages/postgresql/html/runtime-config-compatible.html /usr/share/doc/packages/postgresql/html/runtime-config-connection.html /usr/share/doc/packages/postgresql/html/runtime-config-custom.html /usr/share/doc/packages/postgresql/html/runtime-config-developer.html /usr/share/doc/packages/postgresql/html/runtime-config-file-locations.html /usr/share/doc/packages/postgresql/html/runtime-config-locks.html /usr/share/doc/packages/postgresql/html/runtime-config-logging.html /usr/share/doc/packages/postgresql/html/runtime-config-preset.html /usr/share/doc/packages/postgresql/html/runtime-config-query.html /usr/share/doc/packages/postgresql/html/runtime-config-resource.html /usr/share/doc/packages/postgresql/html/runtime-config-short.html /usr/share/doc/packages/postgresql/html/runtime-config-statistics.html /usr/share/doc/packages/postgresql/html/runtime-config-wal.html /usr/share/doc/packages/postgresql/html/runtime-config.html /usr/share/doc/packages/postgresql/html/runtime.html /usr/share/doc/packages/postgresql/html/seg.html /usr/share/doc/packages/postgresql/html/server-programming.html /usr/share/doc/packages/postgresql/html/server-shutdown.html /usr/share/doc/packages/postgresql/html/server-start.html /usr/share/doc/packages/postgresql/html/source-format.html /usr/share/doc/packages/postgresql/html/source.html /usr/share/doc/packages/postgresql/html/spi-examples.html /usr/share/doc/packages/postgresql/html/spi-interface-support.html /usr/share/doc/packages/postgresql/html/spi-interface.html /usr/share/doc/packages/postgresql/html/spi-memory.html /usr/share/doc/packages/postgresql/html/spi-realloc.html /usr/share/doc/packages/postgresql/html/spi-spi-connect.html /usr/share/doc/packages/postgresql/html/spi-spi-copytuple.html /usr/share/doc/packages/postgresql/html/spi-spi-cursor-close.html /usr/share/doc/packages/postgresql/html/spi-spi-cursor-fetch.html /usr/share/doc/packages/postgresql/html/spi-spi-cursor-find.html /usr/share/doc/packages/postgresql/html/spi-spi-cursor-move.html /usr/share/doc/packages/postgresql/html/spi-spi-cursor-open-with-args.html /usr/share/doc/packages/postgresql/html/spi-spi-cursor-open.html /usr/share/doc/packages/postgresql/html/spi-spi-exec.html /usr/share/doc/packages/postgresql/html/spi-spi-execp.html /usr/share/doc/packages/postgresql/html/spi-spi-execute-plan.html /usr/share/doc/packages/postgresql/html/spi-spi-execute-with-args.html /usr/share/doc/packages/postgresql/html/spi-spi-execute.html /usr/share/doc/packages/postgresql/html/spi-spi-finish.html /usr/share/doc/packages/postgresql/html/spi-spi-fname.html /usr/share/doc/packages/postgresql/html/spi-spi-fnumber.html /usr/share/doc/packages/postgresql/html/spi-spi-freeplan.html /usr/share/doc/packages/postgresql/html/spi-spi-freetuple.html /usr/share/doc/packages/postgresql/html/spi-spi-freetupletable.html /usr/share/doc/packages/postgresql/html/spi-spi-getargcount.html /usr/share/doc/packages/postgresql/html/spi-spi-getargtypeid.html /usr/share/doc/packages/postgresql/html/spi-spi-getbinval.html /usr/share/doc/packages/postgresql/html/spi-spi-getnspname.html /usr/share/doc/packages/postgresql/html/spi-spi-getrelname.html /usr/share/doc/packages/postgresql/html/spi-spi-gettype.html /usr/share/doc/packages/postgresql/html/spi-spi-gettypeid.html /usr/share/doc/packages/postgresql/html/spi-spi-getvalue.html /usr/share/doc/packages/postgresql/html/spi-spi-is-cursor-plan.html /usr/share/doc/packages/postgresql/html/spi-spi-modifytuple.html /usr/share/doc/packages/postgresql/html/spi-spi-palloc.html /usr/share/doc/packages/postgresql/html/spi-spi-pfree.html /usr/share/doc/packages/postgresql/html/spi-spi-pop.html /usr/share/doc/packages/postgresql/html/spi-spi-prepare-cursor.html /usr/share/doc/packages/postgresql/html/spi-spi-prepare.html /usr/share/doc/packages/postgresql/html/spi-spi-push.html /usr/share/doc/packages/postgresql/html/spi-spi-returntuple.html /usr/share/doc/packages/postgresql/html/spi-spi-saveplan.html /usr/share/doc/packages/postgresql/html/spi-spi-scroll-cursor-fetch.html /usr/share/doc/packages/postgresql/html/spi-spi-scroll-cursor-move.html /usr/share/doc/packages/postgresql/html/spi-visibility.html /usr/share/doc/packages/postgresql/html/spi.html /usr/share/doc/packages/postgresql/html/sql-abort.html /usr/share/doc/packages/postgresql/html/sql-alteraggregate.html /usr/share/doc/packages/postgresql/html/sql-alterconversion.html /usr/share/doc/packages/postgresql/html/sql-alterdatabase.html /usr/share/doc/packages/postgresql/html/sql-alterdomain.html /usr/share/doc/packages/postgresql/html/sql-alterforeigndatawrapper.html /usr/share/doc/packages/postgresql/html/sql-alterfunction.html /usr/share/doc/packages/postgresql/html/sql-altergroup.html /usr/share/doc/packages/postgresql/html/sql-alterindex.html /usr/share/doc/packages/postgresql/html/sql-alterlanguage.html /usr/share/doc/packages/postgresql/html/sql-alteropclass.html /usr/share/doc/packages/postgresql/html/sql-alteroperator.html /usr/share/doc/packages/postgresql/html/sql-alteropfamily.html /usr/share/doc/packages/postgresql/html/sql-alterrole.html /usr/share/doc/packages/postgresql/html/sql-alterschema.html /usr/share/doc/packages/postgresql/html/sql-altersequence.html /usr/share/doc/packages/postgresql/html/sql-alterserver.html /usr/share/doc/packages/postgresql/html/sql-altertable.html /usr/share/doc/packages/postgresql/html/sql-altertablespace.html /usr/share/doc/packages/postgresql/html/sql-altertrigger.html /usr/share/doc/packages/postgresql/html/sql-altertsconfig.html /usr/share/doc/packages/postgresql/html/sql-altertsdictionary.html /usr/share/doc/packages/postgresql/html/sql-altertsparser.html /usr/share/doc/packages/postgresql/html/sql-altertstemplate.html /usr/share/doc/packages/postgresql/html/sql-altertype.html /usr/share/doc/packages/postgresql/html/sql-alteruser.html /usr/share/doc/packages/postgresql/html/sql-alterusermapping.html /usr/share/doc/packages/postgresql/html/sql-alterview.html /usr/share/doc/packages/postgresql/html/sql-analyze.html /usr/share/doc/packages/postgresql/html/sql-begin.html /usr/share/doc/packages/postgresql/html/sql-checkpoint.html /usr/share/doc/packages/postgresql/html/sql-close.html /usr/share/doc/packages/postgresql/html/sql-cluster.html /usr/share/doc/packages/postgresql/html/sql-commands.html /usr/share/doc/packages/postgresql/html/sql-comment.html /usr/share/doc/packages/postgresql/html/sql-commit-prepared.html /usr/share/doc/packages/postgresql/html/sql-commit.html /usr/share/doc/packages/postgresql/html/sql-copy.html /usr/share/doc/packages/postgresql/html/sql-createaggregate.html /usr/share/doc/packages/postgresql/html/sql-createcast.html /usr/share/doc/packages/postgresql/html/sql-createconstraint.html /usr/share/doc/packages/postgresql/html/sql-createconversion.html /usr/share/doc/packages/postgresql/html/sql-createdatabase.html /usr/share/doc/packages/postgresql/html/sql-createdomain.html /usr/share/doc/packages/postgresql/html/sql-createforeigndatawrapper.html /usr/share/doc/packages/postgresql/html/sql-createfunction.html /usr/share/doc/packages/postgresql/html/sql-creategroup.html /usr/share/doc/packages/postgresql/html/sql-createindex.html /usr/share/doc/packages/postgresql/html/sql-createlanguage.html /usr/share/doc/packages/postgresql/html/sql-createopclass.html /usr/share/doc/packages/postgresql/html/sql-createoperator.html /usr/share/doc/packages/postgresql/html/sql-createopfamily.html /usr/share/doc/packages/postgresql/html/sql-createrole.html /usr/share/doc/packages/postgresql/html/sql-createrule.html /usr/share/doc/packages/postgresql/html/sql-createschema.html /usr/share/doc/packages/postgresql/html/sql-createsequence.html /usr/share/doc/packages/postgresql/html/sql-createserver.html /usr/share/doc/packages/postgresql/html/sql-createtable.html /usr/share/doc/packages/postgresql/html/sql-createtableas.html /usr/share/doc/packages/postgresql/html/sql-createtablespace.html /usr/share/doc/packages/postgresql/html/sql-createtrigger.html /usr/share/doc/packages/postgresql/html/sql-createtsconfig.html /usr/share/doc/packages/postgresql/html/sql-createtsdictionary.html /usr/share/doc/packages/postgresql/html/sql-createtsparser.html /usr/share/doc/packages/postgresql/html/sql-createtstemplate.html /usr/share/doc/packages/postgresql/html/sql-createtype.html /usr/share/doc/packages/postgresql/html/sql-createuser.html /usr/share/doc/packages/postgresql/html/sql-createusermapping.html /usr/share/doc/packages/postgresql/html/sql-createview.html /usr/share/doc/packages/postgresql/html/sql-deallocate.html /usr/share/doc/packages/postgresql/html/sql-declare.html /usr/share/doc/packages/postgresql/html/sql-delete.html /usr/share/doc/packages/postgresql/html/sql-discard.html /usr/share/doc/packages/postgresql/html/sql-drop-owned.html /usr/share/doc/packages/postgresql/html/sql-dropaggregate.html /usr/share/doc/packages/postgresql/html/sql-dropcast.html /usr/share/doc/packages/postgresql/html/sql-dropconversion.html /usr/share/doc/packages/postgresql/html/sql-dropdatabase.html /usr/share/doc/packages/postgresql/html/sql-dropdomain.html /usr/share/doc/packages/postgresql/html/sql-dropforeigndatawrapper.html /usr/share/doc/packages/postgresql/html/sql-dropfunction.html /usr/share/doc/packages/postgresql/html/sql-dropgroup.html /usr/share/doc/packages/postgresql/html/sql-dropindex.html /usr/share/doc/packages/postgresql/html/sql-droplanguage.html /usr/share/doc/packages/postgresql/html/sql-dropopclass.html /usr/share/doc/packages/postgresql/html/sql-dropoperator.html /usr/share/doc/packages/postgresql/html/sql-dropopfamily.html /usr/share/doc/packages/postgresql/html/sql-droprole.html /usr/share/doc/packages/postgresql/html/sql-droprule.html /usr/share/doc/packages/postgresql/html/sql-dropschema.html /usr/share/doc/packages/postgresql/html/sql-dropsequence.html /usr/share/doc/packages/postgresql/html/sql-dropserver.html /usr/share/doc/packages/postgresql/html/sql-droptable.html /usr/share/doc/packages/postgresql/html/sql-droptablespace.html /usr/share/doc/packages/postgresql/html/sql-droptrigger.html /usr/share/doc/packages/postgresql/html/sql-droptsconfig.html /usr/share/doc/packages/postgresql/html/sql-droptsdictionary.html /usr/share/doc/packages/postgresql/html/sql-droptsparser.html /usr/share/doc/packages/postgresql/html/sql-droptstemplate.html /usr/share/doc/packages/postgresql/html/sql-droptype.html /usr/share/doc/packages/postgresql/html/sql-dropuser.html /usr/share/doc/packages/postgresql/html/sql-dropusermapping.html /usr/share/doc/packages/postgresql/html/sql-dropview.html /usr/share/doc/packages/postgresql/html/sql-end.html /usr/share/doc/packages/postgresql/html/sql-execute.html /usr/share/doc/packages/postgresql/html/sql-explain.html /usr/share/doc/packages/postgresql/html/sql-expressions.html /usr/share/doc/packages/postgresql/html/sql-fetch.html /usr/share/doc/packages/postgresql/html/sql-grant.html /usr/share/doc/packages/postgresql/html/sql-insert.html /usr/share/doc/packages/postgresql/html/sql-keywords-appendix.html /usr/share/doc/packages/postgresql/html/sql-listen.html /usr/share/doc/packages/postgresql/html/sql-load.html /usr/share/doc/packages/postgresql/html/sql-lock.html /usr/share/doc/packages/postgresql/html/sql-move.html /usr/share/doc/packages/postgresql/html/sql-notify.html /usr/share/doc/packages/postgresql/html/sql-prepare-transaction.html /usr/share/doc/packages/postgresql/html/sql-prepare.html /usr/share/doc/packages/postgresql/html/sql-reassign-owned.html /usr/share/doc/packages/postgresql/html/sql-reindex.html /usr/share/doc/packages/postgresql/html/sql-release-savepoint.html /usr/share/doc/packages/postgresql/html/sql-reset.html /usr/share/doc/packages/postgresql/html/sql-revoke.html /usr/share/doc/packages/postgresql/html/sql-rollback-prepared.html /usr/share/doc/packages/postgresql/html/sql-rollback-to.html /usr/share/doc/packages/postgresql/html/sql-rollback.html /usr/share/doc/packages/postgresql/html/sql-savepoint.html /usr/share/doc/packages/postgresql/html/sql-select.html /usr/share/doc/packages/postgresql/html/sql-selectinto.html /usr/share/doc/packages/postgresql/html/sql-set-constraints.html /usr/share/doc/packages/postgresql/html/sql-set-role.html /usr/share/doc/packages/postgresql/html/sql-set-session-authorization.html /usr/share/doc/packages/postgresql/html/sql-set-transaction.html /usr/share/doc/packages/postgresql/html/sql-set.html /usr/share/doc/packages/postgresql/html/sql-show.html /usr/share/doc/packages/postgresql/html/sql-start-transaction.html /usr/share/doc/packages/postgresql/html/sql-syntax-lexical.html /usr/share/doc/packages/postgresql/html/sql-syntax.html /usr/share/doc/packages/postgresql/html/sql-truncate.html /usr/share/doc/packages/postgresql/html/sql-unlisten.html /usr/share/doc/packages/postgresql/html/sql-update.html /usr/share/doc/packages/postgresql/html/sql-vacuum.html /usr/share/doc/packages/postgresql/html/sql-values.html /usr/share/doc/packages/postgresql/html/sql.html /usr/share/doc/packages/postgresql/html/ssh-tunnels.html /usr/share/doc/packages/postgresql/html/ssl-tcp.html /usr/share/doc/packages/postgresql/html/sslinfo.html /usr/share/doc/packages/postgresql/html/storage-file-layout.html /usr/share/doc/packages/postgresql/html/storage-fsm.html /usr/share/doc/packages/postgresql/html/storage-page-layout.html /usr/share/doc/packages/postgresql/html/storage-toast.html /usr/share/doc/packages/postgresql/html/storage-vm.html /usr/share/doc/packages/postgresql/html/storage.html /usr/share/doc/packages/postgresql/html/stylesheet.css /usr/share/doc/packages/postgresql/html/supported-platforms.html /usr/share/doc/packages/postgresql/html/tablefunc.html /usr/share/doc/packages/postgresql/html/test-parser.html /usr/share/doc/packages/postgresql/html/textsearch-configuration.html /usr/share/doc/packages/postgresql/html/textsearch-controls.html /usr/share/doc/packages/postgresql/html/textsearch-debugging.html /usr/share/doc/packages/postgresql/html/textsearch-dictionaries.html /usr/share/doc/packages/postgresql/html/textsearch-features.html /usr/share/doc/packages/postgresql/html/textsearch-indexes.html /usr/share/doc/packages/postgresql/html/textsearch-intro.html /usr/share/doc/packages/postgresql/html/textsearch-limitations.html /usr/share/doc/packages/postgresql/html/textsearch-migration.html /usr/share/doc/packages/postgresql/html/textsearch-parsers.html /usr/share/doc/packages/postgresql/html/textsearch-psql.html /usr/share/doc/packages/postgresql/html/textsearch-tables.html /usr/share/doc/packages/postgresql/html/textsearch.html /usr/share/doc/packages/postgresql/html/transaction-iso.html /usr/share/doc/packages/postgresql/html/trigger-datachanges.html /usr/share/doc/packages/postgresql/html/trigger-definition.html /usr/share/doc/packages/postgresql/html/trigger-example.html /usr/share/doc/packages/postgresql/html/trigger-interface.html /usr/share/doc/packages/postgresql/html/triggers.html /usr/share/doc/packages/postgresql/html/tsearch2.html /usr/share/doc/packages/postgresql/html/tutorial-accessdb.html /usr/share/doc/packages/postgresql/html/tutorial-advanced-intro.html /usr/share/doc/packages/postgresql/html/tutorial-advanced.html /usr/share/doc/packages/postgresql/html/tutorial-agg.html /usr/share/doc/packages/postgresql/html/tutorial-arch.html /usr/share/doc/packages/postgresql/html/tutorial-concepts.html /usr/share/doc/packages/postgresql/html/tutorial-conclusion.html /usr/share/doc/packages/postgresql/html/tutorial-createdb.html /usr/share/doc/packages/postgresql/html/tutorial-delete.html /usr/share/doc/packages/postgresql/html/tutorial-fk.html /usr/share/doc/packages/postgresql/html/tutorial-inheritance.html /usr/share/doc/packages/postgresql/html/tutorial-install.html /usr/share/doc/packages/postgresql/html/tutorial-join.html /usr/share/doc/packages/postgresql/html/tutorial-populate.html /usr/share/doc/packages/postgresql/html/tutorial-select.html /usr/share/doc/packages/postgresql/html/tutorial-sql-intro.html /usr/share/doc/packages/postgresql/html/tutorial-sql.html /usr/share/doc/packages/postgresql/html/tutorial-start.html /usr/share/doc/packages/postgresql/html/tutorial-table.html /usr/share/doc/packages/postgresql/html/tutorial-transactions.html /usr/share/doc/packages/postgresql/html/tutorial-update.html /usr/share/doc/packages/postgresql/html/tutorial-views.html /usr/share/doc/packages/postgresql/html/tutorial-window.html /usr/share/doc/packages/postgresql/html/tutorial.html /usr/share/doc/packages/postgresql/html/typeconv-func.html /usr/share/doc/packages/postgresql/html/typeconv-oper.html /usr/share/doc/packages/postgresql/html/typeconv-overview.html /usr/share/doc/packages/postgresql/html/typeconv-query.html /usr/share/doc/packages/postgresql/html/typeconv-union-case.html /usr/share/doc/packages/postgresql/html/typeconv.html /usr/share/doc/packages/postgresql/html/unsupported-features-sql-standard.html /usr/share/doc/packages/postgresql/html/user-manag.html /usr/share/doc/packages/postgresql/html/using-explain.html /usr/share/doc/packages/postgresql/html/uuid-ossp.html /usr/share/doc/packages/postgresql/html/vacuumlo.html /usr/share/doc/packages/postgresql/html/view-pg-cursors.html /usr/share/doc/packages/postgresql/html/view-pg-group.html /usr/share/doc/packages/postgresql/html/view-pg-indexes.html /usr/share/doc/packages/postgresql/html/view-pg-locks.html /usr/share/doc/packages/postgresql/html/view-pg-prepared-statements.html /usr/share/doc/packages/postgresql/html/view-pg-prepared-xacts.html /usr/share/doc/packages/postgresql/html/view-pg-roles.html /usr/share/doc/packages/postgresql/html/view-pg-rules.html /usr/share/doc/packages/postgresql/html/view-pg-settings.html /usr/share/doc/packages/postgresql/html/view-pg-shadow.html /usr/share/doc/packages/postgresql/html/view-pg-stats.html /usr/share/doc/packages/postgresql/html/view-pg-tables.html /usr/share/doc/packages/postgresql/html/view-pg-timezone-abbrevs.html /usr/share/doc/packages/postgresql/html/view-pg-timezone-names.html /usr/share/doc/packages/postgresql/html/view-pg-user-mappings.html /usr/share/doc/packages/postgresql/html/view-pg-user.html /usr/share/doc/packages/postgresql/html/view-pg-views.html /usr/share/doc/packages/postgresql/html/views-overview.html /usr/share/doc/packages/postgresql/html/wal-async-commit.html /usr/share/doc/packages/postgresql/html/wal-configuration.html /usr/share/doc/packages/postgresql/html/wal-internals.html /usr/share/doc/packages/postgresql/html/wal-intro.html /usr/share/doc/packages/postgresql/html/wal-reliability.html /usr/share/doc/packages/postgresql/html/wal.html /usr/share/doc/packages/postgresql/html/warm-standby.html /usr/share/doc/packages/postgresql/html/xaggr.html /usr/share/doc/packages/postgresql/html/xfunc-c.html /usr/share/doc/packages/postgresql/html/xfunc-internal.html /usr/share/doc/packages/postgresql/html/xfunc-overload.html /usr/share/doc/packages/postgresql/html/xfunc-pl.html /usr/share/doc/packages/postgresql/html/xfunc-sql.html /usr/share/doc/packages/postgresql/html/xfunc-volatility.html /usr/share/doc/packages/postgresql/html/xfunc.html /usr/share/doc/packages/postgresql/html/xindex.html /usr/share/doc/packages/postgresql/html/xml2.html /usr/share/doc/packages/postgresql/html/xoper-optimization.html /usr/share/doc/packages/postgresql/html/xoper.html /usr/share/doc/packages/postgresql/html/xplang-install.html /usr/share/doc/packages/postgresql/html/xplang.html /usr/share/doc/packages/postgresql/html/xtypes.html
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon May 20 05:42:27 2013