Submit
Path:
~
/
/
proc
/
thread-self
/
root
/
opt
/
alt
/
postgresql11
/
usr
/
share
/
doc
/
alt-postgresql11-9.2.24
/
html
/
File Content:
release-8-0.html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML ><HEAD ><TITLE >Release 8.0</TITLE ><META NAME="GENERATOR" CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK REV="MADE" HREF="mailto:pgsql-docs@postgresql.org"><LINK REL="HOME" TITLE="PostgreSQL 9.2.24 Documentation" HREF="index.html"><LINK REL="UP" TITLE="Release Notes" HREF="release.html"><LINK REL="PREVIOUS" TITLE="Release 8.0.1" HREF="release-8-0-1.html"><LINK REL="NEXT" TITLE="Release 7.4.30" HREF="release-7-4-30.html"><LINK REL="STYLESHEET" TYPE="text/css" HREF="stylesheet.css"><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1"><META NAME="creation" CONTENT="2017-11-06T22:43:11"></HEAD ><BODY CLASS="SECT1" ><DIV CLASS="NAVHEADER" ><TABLE SUMMARY="Header navigation table" WIDTH="100%" BORDER="0" CELLPADDING="0" CELLSPACING="0" ><TR ><TH COLSPAN="5" ALIGN="center" VALIGN="bottom" ><A HREF="index.html" >PostgreSQL 9.2.24 Documentation</A ></TH ></TR ><TR ><TD WIDTH="10%" ALIGN="left" VALIGN="top" ><A TITLE="Release 8.0.1" HREF="release-8-0-1.html" ACCESSKEY="P" >Prev</A ></TD ><TD WIDTH="10%" ALIGN="left" VALIGN="top" ><A HREF="release.html" ACCESSKEY="U" >Up</A ></TD ><TD WIDTH="60%" ALIGN="center" VALIGN="bottom" >Appendix E. Release Notes</TD ><TD WIDTH="20%" ALIGN="right" VALIGN="top" ><A TITLE="Release 7.4.30" HREF="release-7-4-30.html" ACCESSKEY="N" >Next</A ></TD ></TR ></TABLE ><HR ALIGN="LEFT" WIDTH="100%"></DIV ><DIV CLASS="SECT1" ><H1 CLASS="SECT1" ><A NAME="RELEASE-8-0" >E.196. Release 8.0</A ></H1 ><DIV CLASS="FORMALPARA" ><P ><B >Release date: </B >2005-01-19</P ></DIV ><DIV CLASS="SECT2" ><H2 CLASS="SECT2" ><A NAME="AEN139436" >E.196.1. Overview</A ></H2 ><P > Major changes in this release: </P ><P ></P ><DIV CLASS="VARIABLELIST" ><DL ><DT >Microsoft Windows Native Server</DT ><DD ><P > This is the first <SPAN CLASS="PRODUCTNAME" >PostgreSQL</SPAN > release to run natively on <SPAN CLASS="TRADEMARK" >Microsoft Windows</SPAN >® as a server. It can run as a <SPAN CLASS="PRODUCTNAME" >Windows</SPAN > service. This release supports NT-based Windows releases like <SPAN CLASS="PRODUCTNAME" >Windows 2000 SP4</SPAN >, <SPAN CLASS="PRODUCTNAME" >Windows XP</SPAN >, and <SPAN CLASS="PRODUCTNAME" >Windows 2003</SPAN >. Older releases like <SPAN CLASS="PRODUCTNAME" >Windows 95</SPAN >, <SPAN CLASS="PRODUCTNAME" >Windows 98</SPAN >, and <SPAN CLASS="PRODUCTNAME" >Windows ME</SPAN > are not supported because these operating systems do not have the infrastructure to support <SPAN CLASS="PRODUCTNAME" >PostgreSQL</SPAN >. A separate installer project has been created to ease installation on <SPAN CLASS="PRODUCTNAME" >Windows</SPAN > — see <A HREF="http://www.postgresql.org/ftp/win32/" TARGET="_top" >http://www.postgresql.org/ftp/win32/</A >. </P ><P > Although tested throughout our release cycle, the Windows port does not have the benefit of years of use in production environments that <SPAN CLASS="PRODUCTNAME" >PostgreSQL</SPAN > has on Unix platforms. Therefore it should be treated with the same level of caution as you would a new product. </P ><P > Previous releases required the Unix emulation toolkit <SPAN CLASS="PRODUCTNAME" >Cygwin</SPAN > in order to run the server on Windows operating systems. <SPAN CLASS="PRODUCTNAME" >PostgreSQL</SPAN > has supported native clients on Windows for many years. </P ></DD ><DT >Savepoints</DT ><DD ><P > Savepoints allow specific parts of a transaction to be aborted without affecting the remainder of the transaction. Prior releases had no such capability; there was no way to recover from a statement failure within a transaction except by aborting the whole transaction. This feature is valuable for application writers who require error recovery within a complex transaction. </P ></DD ><DT >Point-In-Time Recovery</DT ><DD ><P > In previous releases there was no way to recover from disk drive failure except to restore from a previous backup or use a standby replication server. Point-in-time recovery allows continuous backup of the server. You can recover either to the point of failure or to some transaction in the past. </P ></DD ><DT >Tablespaces</DT ><DD ><P > Tablespaces allow administrators to select different file systems for storage of individual tables, indexes, and databases. This improves performance and control over disk space usage. Prior releases used <SPAN CLASS="APPLICATION" >initlocation</SPAN > and manual symlink management for such tasks. </P ></DD ><DT >Improved Buffer Management, <TT CLASS="COMMAND" >CHECKPOINT</TT >, <TT CLASS="COMMAND" >VACUUM</TT ></DT ><DD ><P > This release has a more intelligent buffer replacement strategy, which will make better use of available shared buffers and improve performance. The performance impact of vacuum and checkpoints is also lessened. </P ></DD ><DT >Change Column Types</DT ><DD ><P > A column's data type can now be changed with <TT CLASS="COMMAND" >ALTER TABLE</TT >. </P ></DD ><DT >New Perl Server-Side Language</DT ><DD ><P > A new version of the <SPAN CLASS="APPLICATION" >plperl</SPAN > server-side language now supports a persistent shared storage area, triggers, returning records and arrays of records, and SPI calls to access the database. </P ></DD ><DT >Comma-separated-value (CSV) support in <TT CLASS="COMMAND" >COPY</TT ></DT ><DD ><P > <TT CLASS="COMMAND" >COPY</TT > can now read and write comma-separated-value files. It has the flexibility to interpret nonstandard quoting and separation characters too. </P ></DD ></DL ></DIV ></DIV ><DIV CLASS="SECT2" ><H2 CLASS="SECT2" ><A NAME="AEN139496" >E.196.2. Migration to Version 8.0</A ></H2 ><P > A dump/restore using <SPAN CLASS="APPLICATION" >pg_dump</SPAN > is required for those wishing to migrate data from any previous release. </P ><P > Observe the following incompatibilities: </P ><P ></P ><UL ><LI ><P > In <TT CLASS="OPTION" >READ COMMITTED</TT > serialization mode, volatile functions now see the results of concurrent transactions committed up to the beginning of each statement within the function, rather than up to the beginning of the interactive command that called the function. </P ></LI ><LI ><P > Functions declared <TT CLASS="OPTION" >STABLE</TT > or <TT CLASS="OPTION" >IMMUTABLE</TT > always use the snapshot of the calling query, and therefore do not see the effects of actions taken after the calling query starts, whether in their own transaction or other transactions. Such a function must be read-only, too, meaning that it cannot use any SQL commands other than <TT CLASS="COMMAND" >SELECT</TT >. </P ></LI ><LI ><P > Nondeferred <TT CLASS="OPTION" >AFTER</TT > triggers are now fired immediately after completion of the triggering query, rather than upon finishing the current interactive command. This makes a difference when the triggering query occurred within a function: the trigger is invoked before the function proceeds to its next operation. </P ></LI ><LI ><P > Server configuration parameters <TT CLASS="VARNAME" >virtual_host</TT > and <TT CLASS="VARNAME" >tcpip_socket</TT > have been replaced with a more general parameter <TT CLASS="VARNAME" >listen_addresses</TT >. Also, the server now listens on <TT CLASS="LITERAL" >localhost</TT > by default, which eliminates the need for the <TT CLASS="LITERAL" >-i</TT > postmaster switch in many scenarios. </P ></LI ><LI ><P > Server configuration parameters <TT CLASS="VARNAME" >SortMem</TT > and <TT CLASS="VARNAME" >VacuumMem</TT > have been renamed to <TT CLASS="VARNAME" >work_mem</TT > and <TT CLASS="VARNAME" >maintenance_work_mem</TT > to better reflect their use. The original names are still supported in <TT CLASS="COMMAND" >SET</TT > and <TT CLASS="COMMAND" >SHOW</TT >. </P ></LI ><LI ><P > Server configuration parameters <TT CLASS="VARNAME" >log_pid</TT >, <TT CLASS="VARNAME" >log_timestamp</TT >, and <TT CLASS="VARNAME" >log_source_port</TT > have been replaced with a more general parameter <TT CLASS="VARNAME" >log_line_prefix</TT >. </P ></LI ><LI ><P > Server configuration parameter <TT CLASS="VARNAME" >syslog</TT > has been replaced with a more logical <TT CLASS="VARNAME" >log_destination</TT > variable to control the log output destination. </P ></LI ><LI ><P > Server configuration parameter <TT CLASS="VARNAME" >log_statement</TT > has been changed so it can selectively log just database modification or data definition statements. Server configuration parameter <TT CLASS="VARNAME" >log_duration</TT > now prints only when <TT CLASS="VARNAME" >log_statement</TT > prints the query. </P ></LI ><LI ><P > Server configuration parameter <TT CLASS="VARNAME" >max_expr_depth</TT > parameter has been replaced with <TT CLASS="VARNAME" >max_stack_depth</TT > which measures the physical stack size rather than the expression nesting depth. This helps prevent session termination due to stack overflow caused by recursive functions. </P ></LI ><LI ><P > The <CODE CLASS="FUNCTION" >length()</CODE > function no longer counts trailing spaces in <TT CLASS="TYPE" >CHAR(n)</TT > values. </P ></LI ><LI ><P > Casting an integer to <TT CLASS="TYPE" >BIT(N)</TT > selects the rightmost N bits of the integer, not the leftmost N bits as before. </P ></LI ><LI ><P > Updating an element or slice of a NULL array value now produces a nonnull array result, namely an array containing just the assigned-to positions. </P ></LI ><LI ><P > Syntax checking of array input values has been tightened up considerably. Junk that was previously allowed in odd places with odd results now causes an error. Empty-string element values must now be written as <TT CLASS="LITERAL" >""</TT >, rather than writing nothing. Also changed behavior with respect to whitespace surrounding array elements: trailing whitespace is now ignored, for symmetry with leading whitespace (which has always been ignored). </P ></LI ><LI ><P > Overflow in integer arithmetic operations is now detected and reported as an error. </P ></LI ><LI ><P > The arithmetic operators associated with the single-byte <TT CLASS="TYPE" >"char"</TT > data type have been removed. </P ></LI ><LI ><P > The <CODE CLASS="FUNCTION" >extract()</CODE > function (also called <CODE CLASS="FUNCTION" >date_part</CODE >) now returns the proper year for BC dates. It previously returned one less than the correct year. The function now also returns the proper values for millennium and century. </P ></LI ><LI ><P > <TT CLASS="TYPE" >CIDR</TT > values now must have their nonmasked bits be zero. For example, we no longer allow <TT CLASS="LITERAL" >204.248.199.1/31</TT > as a <TT CLASS="TYPE" >CIDR</TT > value. Such values should never have been accepted by <SPAN CLASS="PRODUCTNAME" >PostgreSQL</SPAN > and will now be rejected. </P ></LI ><LI ><P > <TT CLASS="COMMAND" >EXECUTE</TT > now returns a completion tag that matches the executed statement. </P ></LI ><LI ><P > <SPAN CLASS="APPLICATION" >psql</SPAN >'s <TT CLASS="COMMAND" >\copy</TT > command now reads or writes to the query's <TT CLASS="LITERAL" >stdin/stdout</TT >, rather than <SPAN CLASS="APPLICATION" >psql</SPAN >'s <TT CLASS="LITERAL" >stdin/stdout</TT >. The previous behavior can be accessed via new <TT CLASS="OPTION" >pstdin</TT >/<TT CLASS="OPTION" >pstdout</TT > parameters. </P ></LI ><LI ><P > The JDBC client interface has been removed from the core distribution, and is now hosted at <A HREF="http://jdbc.postgresql.org" TARGET="_top" >http://jdbc.postgresql.org</A >. </P ></LI ><LI ><P > The Tcl client interface has also been removed. There are several Tcl interfaces now hosted at <A HREF="http://gborg.postgresql.org" TARGET="_top" >http://gborg.postgresql.org</A >. </P ></LI ><LI ><P > The server now uses its own time zone database, rather than the one supplied by the operating system. This will provide consistent behavior across all platforms. In most cases, there should be little noticeable difference in time zone behavior, except that the time zone names used by <TT CLASS="COMMAND" >SET</TT >/<TT CLASS="COMMAND" >SHOW</TT > <TT CLASS="VARNAME" >TimeZone</TT > might be different from what your platform provides. </P ></LI ><LI ><P > <SPAN CLASS="APPLICATION" >Configure</SPAN >'s threading option no longer requires users to run tests or edit configuration files; threading options are now detected automatically. </P ></LI ><LI ><P > Now that tablespaces have been implemented, <SPAN CLASS="APPLICATION" >initlocation</SPAN > has been removed. </P ></LI ><LI ><P > The API for user-defined GiST indexes has been changed. The Union and PickSplit methods are now passed a pointer to a special <TT CLASS="STRUCTNAME" >GistEntryVector</TT > structure, rather than a <TT CLASS="TYPE" >bytea</TT >. </P ></LI ></UL ></DIV ><DIV CLASS="SECT2" ><H2 CLASS="SECT2" ><A NAME="AEN139607" >E.196.3. Deprecated Features</A ></H2 ><P > Some aspects of <SPAN CLASS="PRODUCTNAME" >PostgreSQL</SPAN >'s behavior have been determined to be suboptimal. For the sake of backward compatibility these have not been removed in 8.0, but they are considered deprecated and will be removed in the next major release. </P ><P ></P ><UL ><LI ><P > The 8.1 release will remove the <CODE CLASS="FUNCTION" >to_char()</CODE > function for intervals. </P ></LI ><LI ><P > The server now warns of empty strings passed to <TT CLASS="TYPE" >oid</TT >/<TT CLASS="TYPE" >float4</TT >/<TT CLASS="TYPE" >float8</TT > data types, but continues to interpret them as zeroes as before. In the next major release, empty strings will be considered invalid input for these data types. </P ></LI ><LI ><P > By default, tables in <SPAN CLASS="PRODUCTNAME" >PostgreSQL</SPAN > 8.0 and earlier are created with <TT CLASS="TYPE" >OID</TT >s. In the next release, this will <SPAN CLASS="emphasis" ><I CLASS="EMPHASIS" >not</I ></SPAN > be the case: to create a table that contains <TT CLASS="TYPE" >OID</TT >s, the <TT CLASS="OPTION" >WITH OIDS</TT > clause must be specified or the <TT CLASS="VARNAME" >default_with_oids</TT > configuration parameter must be set. Users are encouraged to explicitly specify <TT CLASS="OPTION" >WITH OIDS</TT > if their tables require OIDs for compatibility with future releases of <SPAN CLASS="PRODUCTNAME" >PostgreSQL</SPAN >. </P ></LI ></UL ></DIV ><DIV CLASS="SECT2" ><H2 CLASS="SECT2" ><A NAME="AEN139630" >E.196.4. Changes</A ></H2 ><P > Below you will find a detailed account of the changes between release 8.0 and the previous major release. </P ><DIV CLASS="SECT3" ><H3 CLASS="SECT3" ><A NAME="AEN139633" >E.196.4.1. Performance Improvements</A ></H3 ><P ></P ><UL ><LI ><P > Support cross-data-type index usage (Tom) </P ><P > Before this change, many queries would not use an index if the data types did not match exactly. This improvement makes index usage more intuitive and consistent. </P ></LI ><LI ><P > New buffer replacement strategy that improves caching (Jan) </P ><P > Prior releases used a least-recently-used (LRU) cache to keep recently referenced pages in memory. The LRU algorithm did not consider the number of times a specific cache entry was accessed, so large table scans could force out useful cache pages. The new cache algorithm uses four separate lists to track most recently used and most frequently used cache pages and dynamically optimize their replacement based on the work load. This should lead to much more efficient use of the shared buffer cache. Administrators who have tested shared buffer sizes in the past should retest with this new cache replacement policy. </P ></LI ><LI ><P > Add subprocess to write dirty buffers periodically to reduce checkpoint writes (Jan) </P ><P > In previous releases, the checkpoint process, which runs every few minutes, would write all dirty buffers to the operating system's buffer cache then flush all dirty operating system buffers to disk. This resulted in a periodic spike in disk usage that often hurt performance. The new code uses a background writer to trickle disk writes at a steady pace so checkpoints have far fewer dirty pages to write to disk. Also, the new code does not issue a global <CODE CLASS="FUNCTION" >sync()</CODE > call, but instead <CODE CLASS="FUNCTION" >fsync()</CODE >s just the files written since the last checkpoint. This should improve performance and minimize degradation during checkpoints. </P ></LI ><LI ><P > Add ability to prolong vacuum to reduce performance impact (Jan) </P ><P > On busy systems, <TT CLASS="COMMAND" >VACUUM</TT > performs many I/O requests which can hurt performance for other users. This release allows you to slow down <TT CLASS="COMMAND" >VACUUM</TT > to reduce its impact on other users, though this increases the total duration of <TT CLASS="COMMAND" >VACUUM</TT >. </P ></LI ><LI ><P > Improve B-tree index performance for duplicate keys (Dmitry Tkach, Tom) </P ><P > This improves the way indexes are scanned when many duplicate values exist in the index. </P ></LI ><LI ><P > Use dynamically-generated table size estimates while planning (Tom) </P ><P > Formerly the planner estimated table sizes using the values seen by the last <TT CLASS="COMMAND" >VACUUM</TT > or <TT CLASS="COMMAND" >ANALYZE</TT >, both as to physical table size (number of pages) and number of rows. Now, the current physical table size is obtained from the kernel, and the number of rows is estimated by multiplying the table size by the row density (rows per page) seen by the last <TT CLASS="COMMAND" >VACUUM</TT > or <TT CLASS="COMMAND" >ANALYZE</TT >. This should produce more reliable estimates in cases where the table size has changed significantly since the last housekeeping command. </P ></LI ><LI ><P > Improved index usage with <TT CLASS="LITERAL" >OR</TT > clauses (Tom) </P ><P > This allows the optimizer to use indexes in statements with many OR clauses that would not have been indexed in the past. It can also use multi-column indexes where the first column is specified and the second column is part of an <TT CLASS="LITERAL" >OR</TT > clause. </P ></LI ><LI ><P > Improve matching of partial index clauses (Tom) </P ><P > The server is now smarter about using partial indexes in queries involving complex <TT CLASS="OPTION" >WHERE</TT > clauses. </P ></LI ><LI ><P > Improve performance of the GEQO optimizer (Tom) </P ><P > The GEQO optimizer is used to plan queries involving many tables (by default, twelve or more). This release speeds up the way queries are analyzed to decrease time spent in optimization. </P ></LI ><LI ><P > Miscellaneous optimizer improvements </P ><P > There is not room here to list all the minor improvements made, but numerous special cases work better than in prior releases. </P ></LI ><LI ><P > Improve lookup speed for C functions (Tom) </P ><P > This release uses a hash table to lookup information for dynamically loaded C functions. This improves their speed so they perform nearly as quickly as functions that are built into the server executable. </P ></LI ><LI ><P > Add type-specific <TT CLASS="COMMAND" >ANALYZE</TT > statistics capability (Mark Cave-Ayland) </P ><P > This feature allows more flexibility in generating statistics for nonstandard data types. </P ></LI ><LI ><P > <TT CLASS="COMMAND" >ANALYZE</TT > now collects statistics for expression indexes (Tom) </P ><P > Expression indexes (also called functional indexes) allow users to index not just columns but the results of expressions and function calls. With this release, the optimizer can gather and use statistics about the contents of expression indexes. This will greatly improve the quality of planning for queries in which an expression index is relevant. </P ></LI ><LI ><P > New two-stage sampling method for <TT CLASS="COMMAND" >ANALYZE</TT > (Manfred Koizar) </P ><P > This gives better statistics when the density of valid rows is very different in different regions of a table. </P ></LI ><LI ><P > Speed up <TT CLASS="COMMAND" >TRUNCATE</TT > (Tom) </P ><P > This buys back some of the performance loss observed in 7.4, while still keeping <TT CLASS="COMMAND" >TRUNCATE</TT > transaction-safe. </P ></LI ></UL ></DIV ><DIV CLASS="SECT3" ><H3 CLASS="SECT3" ><A NAME="AEN139698" >E.196.4.2. Server Changes</A ></H3 ><P ></P ><UL ><LI ><P > Add WAL file archiving and point-in-time recovery (Simon Riggs) </P ></LI ><LI ><P > Add tablespaces so admins can control disk layout (Gavin) </P ></LI ><LI ><P > Add a built-in log rotation program (Andreas Pflug) </P ><P > It is now possible to log server messages conveniently without relying on either <SPAN CLASS="APPLICATION" >syslog</SPAN > or an external log rotation program. </P ></LI ><LI ><P > Add new read-only server configuration parameters to show server compile-time settings: <TT CLASS="VARNAME" >block_size</TT >, <TT CLASS="VARNAME" >integer_datetimes</TT >, <TT CLASS="VARNAME" >max_function_args</TT >, <TT CLASS="VARNAME" >max_identifier_length</TT >, <TT CLASS="VARNAME" >max_index_keys</TT > (Joe) </P ></LI ><LI ><P > Make quoting of <TT CLASS="LITERAL" >sameuser</TT >, <TT CLASS="LITERAL" >samegroup</TT >, and <TT CLASS="LITERAL" >all</TT > remove special meaning of these terms in <TT CLASS="FILENAME" >pg_hba.conf</TT > (Andrew) </P ></LI ><LI ><P > Use clearer IPv6 name <TT CLASS="LITERAL" >::1/128</TT > for <TT CLASS="LITERAL" >localhost</TT > in default <TT CLASS="FILENAME" >pg_hba.conf</TT > (Andrew) </P ></LI ><LI ><P > Use CIDR format in <TT CLASS="FILENAME" >pg_hba.conf</TT > examples (Andrew) </P ></LI ><LI ><P > Rename server configuration parameters <TT CLASS="VARNAME" >SortMem</TT > and <TT CLASS="VARNAME" >VacuumMem</TT > to <TT CLASS="VARNAME" >work_mem</TT > and <TT CLASS="VARNAME" >maintenance_work_mem</TT > (Old names still supported) (Tom) </P ><P > This change was made to clarify that bulk operations such as index and foreign key creation use <TT CLASS="VARNAME" >maintenance_work_mem</TT >, while <TT CLASS="VARNAME" >work_mem</TT > is for workspaces used during query execution. </P ></LI ><LI ><P > Allow logging of session disconnections using server configuration <TT CLASS="VARNAME" >log_disconnections</TT > (Andrew) </P ></LI ><LI ><P > Add new server configuration parameter <TT CLASS="VARNAME" >log_line_prefix</TT > to allow control of information emitted in each log line (Andrew) </P ><P > Available information includes user name, database name, remote IP address, and session start time. </P ></LI ><LI ><P > Remove server configuration parameters <TT CLASS="VARNAME" >log_pid</TT >, <TT CLASS="VARNAME" >log_timestamp</TT >, <TT CLASS="VARNAME" >log_source_port</TT >; functionality superseded by <TT CLASS="VARNAME" >log_line_prefix</TT > (Andrew) </P ></LI ><LI ><P > Replace the <TT CLASS="VARNAME" >virtual_host</TT > and <TT CLASS="VARNAME" >tcpip_socket</TT > parameters with a unified <TT CLASS="VARNAME" >listen_addresses</TT > parameter (Andrew, Tom) </P ><P > <TT CLASS="VARNAME" >virtual_host</TT > could only specify a single IP address to listen on. <TT CLASS="VARNAME" >listen_addresses</TT > allows multiple addresses to be specified. </P ></LI ><LI ><P > Listen on localhost by default, which eliminates the need for the <TT CLASS="OPTION" >-i</TT > postmaster switch in many scenarios (Andrew) </P ><P > Listening on localhost (<TT CLASS="LITERAL" >127.0.0.1</TT >) opens no new security holes but allows configurations like Windows and JDBC, which do not support local sockets, to work without special adjustments. </P ></LI ><LI ><P > Remove <TT CLASS="VARNAME" >syslog</TT > server configuration parameter, and add more logical <TT CLASS="VARNAME" >log_destination</TT > variable to control log output location (Magnus) </P ></LI ><LI ><P > Change server configuration parameter <TT CLASS="VARNAME" >log_statement</TT > to take values <TT CLASS="VARNAME" >all</TT >, <TT CLASS="VARNAME" >mod</TT >, <TT CLASS="VARNAME" >ddl</TT >, or <TT CLASS="VARNAME" >none</TT > to select which queries are logged (Bruce) </P ><P > This allows administrators to log only data definition changes or only data modification statements. </P ></LI ><LI ><P > Some logging-related configuration parameters could formerly be adjusted by ordinary users, but only in the <SPAN CLASS="QUOTE" >"more verbose"</SPAN > direction. They are now treated more strictly: only superusers can set them. However, a superuser can use <TT CLASS="COMMAND" >ALTER USER</TT > to provide per-user settings of these values for non-superusers. Also, it is now possible for superusers to set values of superuser-only configuration parameters via <TT CLASS="LITERAL" >PGOPTIONS</TT >. </P ></LI ><LI ><P > Allow configuration files to be placed outside the data directory (mlw) </P ><P > By default, configuration files are kept in the cluster's top directory. With this addition, configuration files can be placed outside the data directory, easing administration. </P ></LI ><LI ><P > Plan prepared queries only when first executed so constants can be used for statistics (Oliver Jowett) </P ><P > Prepared statements plan queries once and execute them many times. While prepared queries avoid the overhead of re-planning on each use, the quality of the plan suffers from not knowing the exact parameters to be used in the query. In this release, planning of unnamed prepared statements is delayed until the first execution, and the actual parameter values of that execution are used as optimization hints. This allows use of out-of-line parameter passing without incurring a performance penalty. </P ></LI ><LI ><P > Allow <TT CLASS="COMMAND" >DECLARE CURSOR</TT > to take parameters (Oliver Jowett) </P ><P > It is now useful to issue <TT CLASS="COMMAND" >DECLARE CURSOR</TT > in a <CODE CLASS="FUNCTION" >Parse</CODE > message with parameters. The parameter values sent at <CODE CLASS="FUNCTION" >Bind</CODE > time will be substituted into the execution of the cursor's query. </P ></LI ><LI ><P > Fix hash joins and aggregates of <TT CLASS="TYPE" >inet</TT > and <TT CLASS="TYPE" >cidr</TT > data types (Tom) </P ><P > Release 7.4 handled hashing of mixed <TT CLASS="TYPE" >inet</TT > and <TT CLASS="TYPE" >cidr</TT > values incorrectly. (This bug did not exist in prior releases because they wouldn't try to hash either data type.) </P ></LI ><LI ><P > Make <TT CLASS="VARNAME" >log_duration</TT > print only when <TT CLASS="VARNAME" >log_statement</TT > prints the query (Ed L.) </P ></LI ></UL ></DIV ><DIV CLASS="SECT3" ><H3 CLASS="SECT3" ><A NAME="AEN139806" >E.196.4.3. Query Changes</A ></H3 ><P ></P ><UL ><LI ><P > Add savepoints (nested transactions) (Alvaro) </P ></LI ><LI ><P > Unsupported isolation levels are now accepted and promoted to the nearest supported level (Peter) </P ><P > The SQL specification states that if a database doesn't support a specific isolation level, it should use the next more restrictive level. This change complies with that recommendation. </P ></LI ><LI ><P > Allow <TT CLASS="COMMAND" >BEGIN WORK</TT > to specify transaction isolation levels like <TT CLASS="COMMAND" >START TRANSACTION</TT > does (Bruce) </P ></LI ><LI ><P > Fix table permission checking for cases in which rules generate a query type different from the originally submitted query (Tom) </P ></LI ><LI ><P > Implement dollar quoting to simplify single-quote usage (Andrew, Tom, David Fetter) </P ><P > In previous releases, because single quotes had to be used to quote a function's body, the use of single quotes inside the function text required use of two single quotes or other error-prone notations. With this release we add the ability to use "dollar quoting" to quote a block of text. The ability to use different quoting delimiters at different nesting levels greatly simplifies the task of quoting correctly, especially in complex functions. Dollar quoting can be used anywhere quoted text is needed. </P ></LI ><LI ><P > Make <TT CLASS="LITERAL" >CASE val WHEN compval1 THEN ...</TT > evaluate <TT CLASS="LITERAL" >val</TT > only once (Tom) </P ><P > <TT CLASS="OPTION" >CASE</TT > no longer evaluates the tested expression multiple times. This has benefits when the expression is complex or is volatile. </P ></LI ><LI ><P > Test <TT CLASS="OPTION" >HAVING</TT > before computing target list of an aggregate query (Tom) </P ><P > Fixes improper failure of cases such as <TT CLASS="LITERAL" >SELECT SUM(win)/SUM(lose) ... GROUP BY ... HAVING SUM(lose) > 0</TT >. This should work but formerly could fail with divide-by-zero. </P ></LI ><LI ><P > Replace <TT CLASS="VARNAME" >max_expr_depth</TT > parameter with <TT CLASS="VARNAME" >max_stack_depth</TT > parameter, measured in kilobytes of stack size (Tom) </P ><P > This gives us a fairly bulletproof defense against crashing due to runaway recursive functions. Instead of measuring the depth of expression nesting, we now directly measure the size of the execution stack. </P ></LI ><LI ><P > Allow arbitrary row expressions (Tom) </P ><P > This release allows SQL expressions to contain arbitrary composite types, that is, row values. It also allows functions to more easily take rows as arguments and return row values. </P ></LI ><LI ><P > Allow <TT CLASS="OPTION" >LIKE</TT >/<TT CLASS="OPTION" >ILIKE</TT > to be used as the operator in row and subselect comparisons (Fabien Coelho) </P ></LI ><LI ><P > Avoid locale-specific case conversion of basic ASCII letters in identifiers and keywords (Tom) </P ><P > This solves the <SPAN CLASS="QUOTE" >"Turkish problem"</SPAN > with mangling of words containing <TT CLASS="LITERAL" >I</TT > and <TT CLASS="LITERAL" >i</TT >. Folding of characters outside the 7-bit-ASCII set is still locale-aware. </P ></LI ><LI ><P > Improve syntax error reporting (Fabien, Tom) </P ><P > Syntax error reports are more useful than before. </P ></LI ><LI ><P > Change <TT CLASS="COMMAND" >EXECUTE</TT > to return a completion tag matching the executed statement (Kris Jurka) </P ><P > Previous releases return an <TT CLASS="COMMAND" >EXECUTE</TT > tag for any <TT CLASS="COMMAND" >EXECUTE</TT > call. In this release, the tag returned will reflect the command executed. </P ></LI ><LI ><P > Avoid emitting <TT CLASS="OPTION" >NATURAL CROSS JOIN</TT > in rule listings (Tom) </P ><P > Such a clause makes no logical sense, but in some cases the rule decompiler formerly produced this syntax. </P ></LI ></UL ></DIV ><DIV CLASS="SECT3" ><H3 CLASS="SECT3" ><A NAME="AEN139865" >E.196.4.4. Object Manipulation Changes</A ></H3 ><P ></P ><UL ><LI ><P > Add <TT CLASS="COMMAND" >COMMENT ON</TT > for casts, conversions, languages, operator classes, and large objects (Christopher) </P ></LI ><LI ><P > Add new server configuration parameter <TT CLASS="VARNAME" >default_with_oids</TT > to control whether tables are created with <TT CLASS="TYPE" >OID</TT >s by default (Neil) </P ><P > This allows administrators to control whether <TT CLASS="COMMAND" >CREATE TABLE</TT > commands create tables with or without <TT CLASS="TYPE" >OID</TT > columns by default. (Note: the current factory default setting for <TT CLASS="VARNAME" >default_with_oids</TT > is <TT CLASS="LITERAL" >TRUE</TT >, but the default will become <TT CLASS="LITERAL" >FALSE</TT > in future releases.) </P ></LI ><LI ><P > Add <TT CLASS="OPTION" >WITH</TT > / <TT CLASS="OPTION" >WITHOUT OIDS</TT > clause to <TT CLASS="COMMAND" >CREATE TABLE AS</TT > (Neil) </P ></LI ><LI ><P > Allow <TT CLASS="COMMAND" >ALTER TABLE DROP COLUMN</TT > to drop an <TT CLASS="TYPE" >OID</TT > column (<TT CLASS="COMMAND" >ALTER TABLE SET WITHOUT OIDS</TT > still works) (Tom) </P ></LI ><LI ><P > Allow composite types as table columns (Tom) </P ></LI ><LI ><P > Allow <TT CLASS="COMMAND" >ALTER ... ADD COLUMN</TT > with defaults and <TT CLASS="OPTION" >NOT NULL</TT > constraints; works per SQL spec (Rod) </P ><P > It is now possible for <TT CLASS="OPTION" >ADD COLUMN</TT > to create a column that is not initially filled with NULLs, but with a specified default value. </P ></LI ><LI ><P > Add <TT CLASS="COMMAND" >ALTER COLUMN TYPE</TT > to change column's type (Rod) </P ><P > It is now possible to alter a column's data type without dropping and re-adding the column. </P ></LI ><LI ><P > Allow multiple <TT CLASS="COMMAND" >ALTER</TT > actions in a single <TT CLASS="COMMAND" >ALTER TABLE</TT > command (Rod) </P ><P > This is particularly useful for <TT CLASS="COMMAND" >ALTER</TT > commands that rewrite the table (which include <TT CLASS="OPTION" >ALTER COLUMN TYPE</TT > and <TT CLASS="OPTION" >ADD COLUMN</TT > with a default). By grouping <TT CLASS="COMMAND" >ALTER</TT > commands together, the table need be rewritten only once. </P ></LI ><LI ><P > Allow <TT CLASS="COMMAND" >ALTER TABLE</TT > to add <TT CLASS="TYPE" >SERIAL</TT > columns (Tom) </P ><P > This falls out from the new capability of specifying defaults for new columns. </P ></LI ><LI ><P > Allow changing the owners of aggregates, conversions, databases, functions, operators, operator classes, schemas, types, and tablespaces (Christopher, Euler Taveira de Oliveira) </P ><P > Previously this required modifying the system tables directly. </P ></LI ><LI ><P > Allow temporary object creation to be limited to <TT CLASS="OPTION" >SECURITY DEFINER</TT > functions (Sean Chittenden) </P ></LI ><LI ><P > Add <TT CLASS="OPTION" >ALTER TABLE ... SET WITHOUT CLUSTER</TT > (Christopher) </P ><P > Prior to this release, there was no way to clear an auto-cluster specification except to modify the system tables. </P ></LI ><LI ><P > Constraint/Index/<TT CLASS="TYPE" >SERIAL</TT > names are now <TT CLASS="REPLACEABLE" ><I >table_column_type</I ></TT > with numbers appended to guarantee uniqueness within the schema (Tom) </P ><P > The SQL specification states that such names should be unique within a schema. </P ></LI ><LI ><P > Add <CODE CLASS="FUNCTION" >pg_get_serial_sequence()</CODE > to return a <TT CLASS="TYPE" >SERIAL</TT > column's sequence name (Christopher) </P ><P > This allows automated scripts to reliably find the <TT CLASS="TYPE" >SERIAL</TT > sequence name. </P ></LI ><LI ><P > Warn when primary/foreign key data type mismatch requires costly lookup </P ></LI ><LI ><P > New <TT CLASS="COMMAND" >ALTER INDEX</TT > command to allow moving of indexes between tablespaces (Gavin) </P ></LI ><LI ><P > Make <TT CLASS="COMMAND" >ALTER TABLE OWNER</TT > change dependent sequence ownership too (Alvaro) </P ></LI ></UL ></DIV ><DIV CLASS="SECT3" ><H3 CLASS="SECT3" ><A NAME="AEN139946" >E.196.4.5. Utility Command Changes</A ></H3 ><P ></P ><UL ><LI ><P > Allow <TT CLASS="COMMAND" >CREATE SCHEMA</TT > to create triggers, indexes, and sequences (Neil) </P ></LI ><LI ><P > Add <TT CLASS="OPTION" >ALSO</TT > keyword to <TT CLASS="COMMAND" >CREATE RULE</TT > (Fabien Coelho) </P ><P > This allows <TT CLASS="OPTION" >ALSO</TT > to be added to rule creation to contrast it with <TT CLASS="OPTION" >INSTEAD</TT > rules. </P ></LI ><LI ><P > Add <TT CLASS="OPTION" >NOWAIT</TT > option to <TT CLASS="COMMAND" >LOCK</TT > (Tatsuo) </P ><P > This allows the <TT CLASS="COMMAND" >LOCK</TT > command to fail if it would have to wait for the requested lock. </P ></LI ><LI ><P > Allow <TT CLASS="COMMAND" >COPY</TT > to read and write comma-separated-value (CSV) files (Andrew, Bruce) </P ></LI ><LI ><P > Generate error if the <TT CLASS="COMMAND" >COPY</TT > delimiter and NULL string conflict (Bruce) </P ></LI ><LI ><P > <TT CLASS="COMMAND" >GRANT</TT >/<TT CLASS="COMMAND" >REVOKE</TT > behavior follows the SQL spec more closely </P ></LI ><LI ><P > Avoid locking conflict between <TT CLASS="COMMAND" >CREATE INDEX</TT > and <TT CLASS="COMMAND" >CHECKPOINT</TT > (Tom) </P ><P > In 7.3 and 7.4, a long-running B-tree index build could block concurrent <TT CLASS="COMMAND" >CHECKPOINT</TT >s from completing, thereby causing WAL bloat because the WAL log could not be recycled. </P ></LI ><LI ><P > Database-wide <TT CLASS="COMMAND" >ANALYZE</TT > does not hold locks across tables (Tom) </P ><P > This reduces the potential for deadlocks against other backends that want exclusive locks on tables. To get the benefit of this change, do not execute database-wide <TT CLASS="COMMAND" >ANALYZE</TT > inside a transaction block (<TT CLASS="COMMAND" >BEGIN</TT > block); it must be able to commit and start a new transaction for each table. </P ></LI ><LI ><P > <TT CLASS="COMMAND" >REINDEX</TT > does not exclusively lock the index's parent table anymore </P ><P > The index itself is still exclusively locked, but readers of the table can continue if they are not using the particular index being rebuilt. </P ></LI ><LI ><P > Erase MD5 user passwords when a user is renamed (Bruce) </P ><P > <SPAN CLASS="PRODUCTNAME" >PostgreSQL</SPAN > uses the user name as salt when encrypting passwords via MD5. When a user's name is changed, the salt will no longer match the stored MD5 password, so the stored password becomes useless. In this release a notice is generated and the password is cleared. A new password must then be assigned if the user is to be able to log in with a password. </P ></LI ><LI ><P > New <SPAN CLASS="APPLICATION" >pg_ctl</SPAN > <TT CLASS="OPTION" >kill</TT > option for Windows (Andrew) </P ><P > Windows does not have a <TT CLASS="LITERAL" >kill</TT > command to send signals to backends so this capability was added to <SPAN CLASS="APPLICATION" >pg_ctl</SPAN >. </P ></LI ><LI ><P > Information schema improvements </P ></LI ><LI ><P > Add <TT CLASS="OPTION" >--pwfile</TT > option to <SPAN CLASS="APPLICATION" >initdb</SPAN > so the initial password can be set by GUI tools (Magnus) </P ></LI ><LI ><P > Detect locale/encoding mismatch in <SPAN CLASS="APPLICATION" >initdb</SPAN > (Peter) </P ></LI ><LI ><P > Add <TT CLASS="OPTION" >register</TT > command to <SPAN CLASS="APPLICATION" >pg_ctl</SPAN > to register Windows operating system service (Dave Page) </P ></LI ></UL ></DIV ><DIV CLASS="SECT3" ><H3 CLASS="SECT3" ><A NAME="AEN140015" >E.196.4.6. Data Type and Function Changes</A ></H3 ><P ></P ><UL ><LI ><P > More complete support for composite types (row types) (Tom) </P ><P > Composite values can be used in many places where only scalar values worked before. </P ></LI ><LI ><P > Reject nonrectangular array values as erroneous (Joe) </P ><P > Formerly, <CODE CLASS="FUNCTION" >array_in</CODE > would silently build a surprising result. </P ></LI ><LI ><P > Overflow in integer arithmetic operations is now detected (Tom) </P ></LI ><LI ><P > The arithmetic operators associated with the single-byte <TT CLASS="TYPE" >"char"</TT > data type have been removed. </P ><P > Formerly, the parser would select these operators in many situations where an <SPAN CLASS="QUOTE" >"unable to select an operator"</SPAN > error would be more appropriate, such as <TT CLASS="LITERAL" >null * null</TT >. If you actually want to do arithmetic on a <TT CLASS="TYPE" >"char"</TT > column, you can cast it to integer explicitly. </P ></LI ><LI ><P > Syntax checking of array input values considerably tightened up (Joe) </P ><P > Junk that was previously allowed in odd places with odd results now causes an <TT CLASS="LITERAL" >ERROR</TT >, for example, non-whitespace after the closing right brace. </P ></LI ><LI ><P > Empty-string array element values must now be written as <TT CLASS="LITERAL" >""</TT >, rather than writing nothing (Joe) </P ><P > Formerly, both ways of writing an empty-string element value were allowed, but now a quoted empty string is required. The case where nothing at all appears will probably be considered to be a NULL element value in some future release. </P ></LI ><LI ><P > Array element trailing whitespace is now ignored (Joe) </P ><P > Formerly leading whitespace was ignored, but trailing whitespace between an element value and the delimiter or right brace was significant. Now trailing whitespace is also ignored. </P ></LI ><LI ><P > Emit array values with explicit array bounds when lower bound is not one (Joe) </P ></LI ><LI ><P > Accept <TT CLASS="LITERAL" >YYYY-monthname-DD</TT > as a date string (Tom) </P ></LI ><LI ><P > Make <CODE CLASS="FUNCTION" >netmask</CODE > and <CODE CLASS="FUNCTION" >hostmask</CODE > functions return maximum-length mask length (Tom) </P ></LI ><LI ><P > Change factorial function to return <TT CLASS="TYPE" >numeric</TT > (Gavin) </P ><P > Returning <TT CLASS="TYPE" >numeric</TT > allows the factorial function to work for a wider range of input values. </P ></LI ><LI ><P > <CODE CLASS="FUNCTION" >to_char</CODE >/<CODE CLASS="FUNCTION" >to_date()</CODE > date conversion improvements (Kurt Roeckx, Fabien Coelho) </P ></LI ><LI ><P > Make <CODE CLASS="FUNCTION" >length()</CODE > disregard trailing spaces in <TT CLASS="TYPE" >CHAR(n)</TT > (Gavin) </P ><P > This change was made to improve consistency: trailing spaces are semantically insignificant in <TT CLASS="TYPE" >CHAR(n)</TT > data, so they should not be counted by <CODE CLASS="FUNCTION" >length()</CODE >. </P ></LI ><LI ><P > Warn about empty string being passed to <TT CLASS="TYPE" >OID</TT >/<TT CLASS="TYPE" >float4</TT >/<TT CLASS="TYPE" >float8</TT > data types (Neil) </P ><P > 8.1 will throw an error instead. </P ></LI ><LI ><P > Allow leading or trailing whitespace in <TT CLASS="TYPE" >int2</TT >/<TT CLASS="TYPE" >int4</TT >/<TT CLASS="TYPE" >int8</TT >/<TT CLASS="TYPE" >float4</TT >/<TT CLASS="TYPE" >float8</TT > input routines (Neil) </P ></LI ><LI ><P > Better support for IEEE <TT CLASS="LITERAL" >Infinity</TT > and <TT CLASS="LITERAL" >NaN</TT > values in <TT CLASS="TYPE" >float4</TT >/<TT CLASS="TYPE" >float8</TT > (Neil) </P ><P > These should now work on all platforms that support IEEE-compliant floating point arithmetic. </P ></LI ><LI ><P > Add <TT CLASS="OPTION" >week</TT > option to <CODE CLASS="FUNCTION" >date_trunc()</CODE > (Robert Creager) </P ></LI ><LI ><P > Fix <CODE CLASS="FUNCTION" >to_char</CODE > for <TT CLASS="LITERAL" >1 BC</TT > (previously it returned <TT CLASS="LITERAL" >1 AD</TT >) (Bruce) </P ></LI ><LI ><P > Fix <CODE CLASS="FUNCTION" >date_part(year)</CODE > for BC dates (previously it returned one less than the correct year) (Bruce) </P ></LI ><LI ><P > Fix <CODE CLASS="FUNCTION" >date_part()</CODE > to return the proper millennium and century (Fabien Coelho) </P ><P > In previous versions, the century and millennium results had a wrong number and started in the wrong year, as compared to standard reckoning of such things. </P ></LI ><LI ><P > Add <CODE CLASS="FUNCTION" >ceiling()</CODE > as an alias for <CODE CLASS="FUNCTION" >ceil()</CODE >, and <CODE CLASS="FUNCTION" >power()</CODE > as an alias for <CODE CLASS="FUNCTION" >pow()</CODE > for standards compliance (Neil) </P ></LI ><LI ><P > Change <CODE CLASS="FUNCTION" >ln()</CODE >, <CODE CLASS="FUNCTION" >log()</CODE >, <CODE CLASS="FUNCTION" >power()</CODE >, and <CODE CLASS="FUNCTION" >sqrt()</CODE > to emit the correct <TT CLASS="LITERAL" >SQLSTATE</TT > error codes for certain error conditions, as specified by SQL:2003 (Neil) </P ></LI ><LI ><P > Add <CODE CLASS="FUNCTION" >width_bucket()</CODE > function as defined by SQL:2003 (Neil) </P ></LI ><LI ><P > Add <CODE CLASS="FUNCTION" >generate_series()</CODE > functions to simplify working with numeric sets (Joe) </P ></LI ><LI ><P > Fix <CODE CLASS="FUNCTION" >upper/lower/initcap()</CODE > functions to work with multibyte encodings (Tom) </P ></LI ><LI ><P > Add boolean and bitwise integer <TT CLASS="OPTION" >AND</TT >/<TT CLASS="OPTION" >OR</TT > aggregates (Fabien Coelho) </P ></LI ><LI ><P > New session information functions to return network addresses for client and server (Sean Chittenden) </P ></LI ><LI ><P > Add function to determine the area of a closed path (Sean Chittenden) </P ></LI ><LI ><P > Add function to send cancel request to other backends (Magnus) </P ></LI ><LI ><P > Add <TT CLASS="TYPE" >interval</TT > plus <TT CLASS="TYPE" >datetime</TT > operators (Tom) </P ><P > The reverse ordering, <TT CLASS="TYPE" >datetime</TT > plus <TT CLASS="TYPE" >interval</TT >, was already supported, but both are required by the SQL standard. </P ></LI ><LI ><P > Casting an integer to <TT CLASS="TYPE" >BIT(N)</TT > selects the rightmost N bits of the integer (Tom) </P ><P > In prior releases, the leftmost N bits were selected, but this was deemed unhelpful, not to mention inconsistent with casting from bit to int. </P ></LI ><LI ><P > Require <TT CLASS="TYPE" >CIDR</TT > values to have all nonmasked bits be zero (Kevin Brintnall) </P ></LI ></UL ></DIV ><DIV CLASS="SECT3" ><H3 CLASS="SECT3" ><A NAME="AEN140152" >E.196.4.7. Server-Side Language Changes</A ></H3 ><P ></P ><UL ><LI ><P > In <TT CLASS="LITERAL" >READ COMMITTED</TT > serialization mode, volatile functions now see the results of concurrent transactions committed up to the beginning of each statement within the function, rather than up to the beginning of the interactive command that called the function. </P ></LI ><LI ><P > Functions declared <TT CLASS="LITERAL" >STABLE</TT > or <TT CLASS="LITERAL" >IMMUTABLE</TT > always use the snapshot of the calling query, and therefore do not see the effects of actions taken after the calling query starts, whether in their own transaction or other transactions. Such a function must be read-only, too, meaning that it cannot use any SQL commands other than <TT CLASS="COMMAND" >SELECT</TT >. There is a considerable performance gain from declaring a function <TT CLASS="LITERAL" >STABLE</TT > or <TT CLASS="LITERAL" >IMMUTABLE</TT > rather than <TT CLASS="LITERAL" >VOLATILE</TT >. </P ></LI ><LI ><P > Nondeferred <TT CLASS="OPTION" >AFTER</TT > triggers are now fired immediately after completion of the triggering query, rather than upon finishing the current interactive command. This makes a difference when the triggering query occurred within a function: the trigger is invoked before the function proceeds to its next operation. For example, if a function inserts a new row into a table, any nondeferred foreign key checks occur before proceeding with the function. </P ></LI ><LI ><P > Allow function parameters to be declared with names (Dennis Björklund) </P ><P > This allows better documentation of functions. Whether the names actually do anything depends on the specific function language being used. </P ></LI ><LI ><P > Allow PL/pgSQL parameter names to be referenced in the function (Dennis Björklund) </P ><P > This basically creates an automatic alias for each named parameter. </P ></LI ><LI ><P > Do minimal syntax checking of PL/pgSQL functions at creation time (Tom) </P ><P > This allows us to catch simple syntax errors sooner. </P ></LI ><LI ><P > More support for composite types (row and record variables) in PL/pgSQL </P ><P > For example, it now works to pass a rowtype variable to another function as a single variable. </P ></LI ><LI ><P > Default values for PL/pgSQL variables can now reference previously declared variables </P ></LI ><LI ><P > Improve parsing of PL/pgSQL FOR loops (Tom) </P ><P > Parsing is now driven by presence of <TT CLASS="LITERAL" >".."</TT > rather than data type of <TT CLASS="OPTION" >FOR</TT > variable. This makes no difference for correct functions, but should result in more understandable error messages when a mistake is made. </P ></LI ><LI ><P > Major overhaul of PL/Perl server-side language (Command Prompt, Andrew Dunstan) </P ></LI ><LI ><P > In PL/Tcl, SPI commands are now run in subtransactions. If an error occurs, the subtransaction is cleaned up and the error is reported as an ordinary Tcl error, which can be trapped with <TT CLASS="LITERAL" >catch</TT >. Formerly, it was not possible to catch such errors. </P ></LI ><LI ><P > Accept <TT CLASS="COMMAND" >ELSEIF</TT > in PL/pgSQL (Neil) </P ><P > Previously PL/pgSQL only allowed <TT CLASS="COMMAND" >ELSIF</TT >, but many people are accustomed to spelling this keyword <TT CLASS="COMMAND" >ELSEIF</TT >. </P ></LI ></UL ></DIV ><DIV CLASS="SECT3" ><H3 CLASS="SECT3" ><A NAME="AEN140199" >E.196.4.8. <SPAN CLASS="APPLICATION" >psql</SPAN > Changes</A ></H3 ><P ></P ><UL ><LI ><P > Improve <SPAN CLASS="APPLICATION" >psql</SPAN > information display about database objects (Christopher) </P ></LI ><LI ><P > Allow <SPAN CLASS="APPLICATION" >psql</SPAN > to display group membership in <TT CLASS="COMMAND" >\du</TT > and <TT CLASS="COMMAND" >\dg</TT > (Markus Bertheau) </P ></LI ><LI ><P > Prevent <SPAN CLASS="APPLICATION" >psql</SPAN > <TT CLASS="COMMAND" >\dn</TT > from showing temporary schemas (Bruce) </P ></LI ><LI ><P > Allow <SPAN CLASS="APPLICATION" >psql</SPAN > to handle tilde user expansion for file names (Zach Irmen) </P ></LI ><LI ><P > Allow <SPAN CLASS="APPLICATION" >psql</SPAN > to display fancy prompts, including color, via <SPAN CLASS="APPLICATION" >readline</SPAN > (Reece Hart, Chet Ramey) </P ></LI ><LI ><P > Make <SPAN CLASS="APPLICATION" >psql</SPAN > <TT CLASS="COMMAND" >\copy</TT > match <TT CLASS="COMMAND" >COPY</TT > command syntax fully (Tom) </P ></LI ><LI ><P > Show the location of syntax errors (Fabien Coelho, Tom) </P ></LI ><LI ><P > Add <TT CLASS="COMMAND" >CLUSTER</TT > information to <SPAN CLASS="APPLICATION" >psql</SPAN > <TT CLASS="COMMAND" >\d</TT > display (Bruce) </P ></LI ><LI ><P > Change <SPAN CLASS="APPLICATION" >psql</SPAN > <TT CLASS="COMMAND" >\copy stdin/stdout</TT > to read from command input/output (Bruce) </P ></LI ><LI ><P > Add <TT CLASS="OPTION" >pstdin</TT >/<TT CLASS="OPTION" >pstdout</TT > to read from <SPAN CLASS="APPLICATION" >psql</SPAN >'s <TT CLASS="LITERAL" >stdin</TT >/<TT CLASS="LITERAL" >stdout</TT > (Mark Feit) </P ></LI ><LI ><P > Add global <SPAN CLASS="APPLICATION" >psql</SPAN > configuration file, <TT CLASS="FILENAME" >psqlrc.sample</TT > (Bruce) </P ><P > This allows a central file where global <SPAN CLASS="APPLICATION" >psql</SPAN > startup commands can be stored. </P ></LI ><LI ><P > Have <SPAN CLASS="APPLICATION" >psql</SPAN > <TT CLASS="COMMAND" >\d+</TT > indicate if the table has an <TT CLASS="TYPE" >OID</TT > column (Neil) </P ></LI ><LI ><P > On Windows, use binary mode in <SPAN CLASS="APPLICATION" >psql</SPAN > when reading files so control-Z is not seen as end-of-file </P ></LI ><LI ><P > Have <TT CLASS="COMMAND" >\dn+</TT > show permissions and description for schemas (Dennis Björklund) </P ></LI ><LI ><P > Improve tab completion support (Stefan Kaltenbrunn, Greg Sabino Mullane) </P ></LI ><LI ><P > Allow boolean settings to be set using upper or lower case (Michael Paesold) </P ></LI ></UL ></DIV ><DIV CLASS="SECT3" ><H3 CLASS="SECT3" ><A NAME="AEN140266" >E.196.4.9. <SPAN CLASS="APPLICATION" >pg_dump</SPAN > Changes</A ></H3 ><P ></P ><UL ><LI ><P > Use dependency information to improve the reliability of <SPAN CLASS="APPLICATION" >pg_dump</SPAN > (Tom) </P ><P > This should solve the longstanding problems with related objects sometimes being dumped in the wrong order. </P ></LI ><LI ><P > Have <SPAN CLASS="APPLICATION" >pg_dump</SPAN > output objects in alphabetical order if possible (Tom) </P ><P > This should make it easier to identify changes between dump files. </P ></LI ><LI ><P > Allow <SPAN CLASS="APPLICATION" >pg_restore</SPAN > to ignore some SQL errors (Fabien Coelho) </P ><P > This makes <SPAN CLASS="APPLICATION" >pg_restore</SPAN >'s behavior similar to the results of feeding a <SPAN CLASS="APPLICATION" >pg_dump</SPAN > output script to <SPAN CLASS="APPLICATION" >psql</SPAN >. In most cases, ignoring errors and plowing ahead is the most useful thing to do. Also added was a pg_restore option to give the old behavior of exiting on an error. </P ></LI ><LI ><P > <SPAN CLASS="APPLICATION" >pg_restore</SPAN > <TT CLASS="OPTION" >-l</TT > display now includes objects' schema names </P ></LI ><LI ><P > New begin/end markers in <SPAN CLASS="APPLICATION" >pg_dump</SPAN > text output (Bruce) </P ></LI ><LI ><P > Add start/stop times for <SPAN CLASS="APPLICATION" >pg_dump</SPAN >/<SPAN CLASS="APPLICATION" >pg_dumpall</SPAN > in verbose mode (Bruce) </P ></LI ><LI ><P > Allow most <SPAN CLASS="APPLICATION" >pg_dump</SPAN > options in <SPAN CLASS="APPLICATION" >pg_dumpall</SPAN > (Christopher) </P ></LI ><LI ><P > Have <SPAN CLASS="APPLICATION" >pg_dump</SPAN > use <TT CLASS="COMMAND" >ALTER OWNER</TT > rather than <TT CLASS="COMMAND" >SET SESSION AUTHORIZATION</TT > by default (Christopher) </P ></LI ></UL ></DIV ><DIV CLASS="SECT3" ><H3 CLASS="SECT3" ><A NAME="AEN140305" >E.196.4.10. libpq Changes</A ></H3 ><P ></P ><UL ><LI ><P > Make libpq's <TT CLASS="OPTION" >SIGPIPE</TT > handling thread-safe (Bruce) </P ></LI ><LI ><P > Add <CODE CLASS="FUNCTION" >PQmbdsplen()</CODE > which returns the display length of a character (Tatsuo) </P ></LI ><LI ><P > Add thread locking to <SPAN CLASS="APPLICATION" >SSL</SPAN > and <SPAN CLASS="APPLICATION" >Kerberos</SPAN > connections (Manfred Spraul) </P ></LI ><LI ><P > Allow <CODE CLASS="FUNCTION" >PQoidValue()</CODE >, <CODE CLASS="FUNCTION" >PQcmdTuples()</CODE >, and <CODE CLASS="FUNCTION" >PQoidStatus()</CODE > to work on <TT CLASS="COMMAND" >EXECUTE</TT > commands (Neil) </P ></LI ><LI ><P > Add <CODE CLASS="FUNCTION" >PQserverVersion()</CODE > to provide more convenient access to the server version number (Greg Sabino Mullane) </P ></LI ><LI ><P > Add <CODE CLASS="FUNCTION" >PQprepare/PQsendPrepared()</CODE > functions to support preparing statements without necessarily specifying the data types of their parameters (Abhijit Menon-Sen) </P ></LI ><LI ><P > Many ECPG improvements, including <TT CLASS="COMMAND" >SET DESCRIPTOR</TT > (Michael) </P ></LI ></UL ></DIV ><DIV CLASS="SECT3" ><H3 CLASS="SECT3" ><A NAME="AEN140333" >E.196.4.11. Source Code Changes</A ></H3 ><P ></P ><UL ><LI ><P > Allow the database server to run natively on Windows (Claudio, Magnus, Andrew) </P ></LI ><LI ><P > Shell script commands converted to C versions for Windows support (Andrew) </P ></LI ><LI ><P > Create an extension makefile framework (Fabien Coelho, Peter) </P ><P > This simplifies the task of building extensions outside the original source tree. </P ></LI ><LI ><P > Support relocatable installations (Bruce) </P ><P > Directory paths for installed files (such as the <TT CLASS="FILENAME" >/share</TT > directory) are now computed relative to the actual location of the executables, so that an installation tree can be moved to another place without reconfiguring and rebuilding. </P ></LI ><LI ><P > Use <TT CLASS="OPTION" >--with-docdir</TT > to choose installation location of documentation; also allow <TT CLASS="OPTION" >--infodir</TT > (Peter) </P ></LI ><LI ><P > Add <TT CLASS="OPTION" >--without-docdir</TT > to prevent installation of documentation (Peter) </P ></LI ><LI ><P > Upgrade to <SPAN CLASS="APPLICATION" >DocBook</SPAN > V4.2 SGML (Peter) </P ></LI ><LI ><P > New <TT CLASS="LITERAL" >PostgreSQL</TT > <SPAN CLASS="APPLICATION" >CVS</SPAN > tag (Marc) </P ><P > This was done to make it easier for organizations to manage their own copies of the <SPAN CLASS="PRODUCTNAME" >PostgreSQL</SPAN > <SPAN CLASS="APPLICATION" >CVS</SPAN > repository. File version stamps from the master repository will not get munged by checking into or out of a copied repository. </P ></LI ><LI ><P > Clarify locking code (Manfred Koizar) </P ></LI ><LI ><P > Buffer manager cleanup (Neil) </P ></LI ><LI ><P > Decouple platform tests from CPU spinlock code (Bruce, Tom) </P ></LI ><LI ><P > Add inlined test-and-set code on PA-RISC for <SPAN CLASS="APPLICATION" >gcc</SPAN > (ViSolve, Tom) </P ></LI ><LI ><P > Improve i386 spinlock code (Manfred Spraul) </P ></LI ><LI ><P > Clean up spinlock assembly code to avoid warnings from newer <SPAN CLASS="APPLICATION" >gcc</SPAN > releases (Tom) </P ></LI ><LI ><P > Remove JDBC from source tree; now a separate project </P ></LI ><LI ><P > Remove the libpgtcl client interface; now a separate project </P ></LI ><LI ><P > More accurately estimate memory and file descriptor usage (Tom) </P ></LI ><LI ><P > Improvements to the Mac OS X startup scripts (Ray A.) </P ></LI ><LI ><P > New <CODE CLASS="FUNCTION" >fsync()</CODE > test program (Bruce) </P ></LI ><LI ><P > Major documentation improvements (Neil, Peter) </P ></LI ><LI ><P > Remove <SPAN CLASS="APPLICATION" >pg_encoding</SPAN >; not needed anymore </P ></LI ><LI ><P > Remove <SPAN CLASS="APPLICATION" >pg_id</SPAN >; not needed anymore </P ></LI ><LI ><P > Remove <SPAN CLASS="APPLICATION" >initlocation</SPAN >; not needed anymore </P ></LI ><LI ><P > Auto-detect thread flags (no more manual testing) (Bruce) </P ></LI ><LI ><P > Use Olson's public domain <SPAN CLASS="APPLICATION" >timezone</SPAN > library (Magnus) </P ></LI ><LI ><P > With threading enabled, use thread flags on Unixware for backend executables too (Bruce) </P ><P > Unixware cannot mix threaded and nonthreaded object files in the same executable, so everything must be compiled as threaded. </P ></LI ><LI ><P > <SPAN CLASS="APPLICATION" >psql</SPAN > now uses a <SPAN CLASS="APPLICATION" >flex</SPAN >-generated lexical analyzer to process command strings </P ></LI ><LI ><P > Reimplement the linked list data structure used throughout the backend (Neil) </P ><P > This improves performance by allowing list append and length operations to be more efficient. </P ></LI ><LI ><P > Allow dynamically loaded modules to create their own server configuration parameters (Thomas Hallgren) </P ></LI ><LI ><P > New Brazilian version of FAQ (Euler Taveira de Oliveira) </P ></LI ><LI ><P > Add French FAQ (Guillaume Lelarge) </P ></LI ><LI ><P > New <SPAN CLASS="APPLICATION" >pgevent</SPAN > for Windows logging </P ></LI ><LI ><P > Make libpq and ECPG build as proper shared libraries on OS X (Tom) </P ></LI ></UL ></DIV ><DIV CLASS="SECT3" ><H3 CLASS="SECT3" ><A NAME="AEN140426" >E.196.4.12. Contrib Changes</A ></H3 ><P ></P ><UL ><LI ><P > Overhaul of <TT CLASS="FILENAME" >contrib/dblink</TT > (Joe) </P ></LI ><LI ><P > <TT CLASS="FILENAME" >contrib/dbmirror</TT > improvements (Steven Singer) </P ></LI ><LI ><P > New <TT CLASS="FILENAME" >contrib/xml2</TT > (John Gray, Torchbox) </P ></LI ><LI ><P > Updated <TT CLASS="FILENAME" >contrib/mysql</TT > </P ></LI ><LI ><P > New version of <TT CLASS="FILENAME" >contrib/btree_gist</TT > (Teodor) </P ></LI ><LI ><P > New <TT CLASS="FILENAME" >contrib/trgm</TT >, trigram matching for <SPAN CLASS="PRODUCTNAME" >PostgreSQL</SPAN > (Teodor) </P ></LI ><LI ><P > Many <TT CLASS="FILENAME" >contrib/tsearch2</TT > improvements (Teodor) </P ></LI ><LI ><P > Add double metaphone to <TT CLASS="FILENAME" >contrib/fuzzystrmatch</TT > (Andrew) </P ></LI ><LI ><P > Allow <TT CLASS="FILENAME" >contrib/pg_autovacuum</TT > to run as a Windows service (Dave Page) </P ></LI ><LI ><P > Add functions to <TT CLASS="FILENAME" >contrib/dbsize</TT > (Andreas Pflug) </P ></LI ><LI ><P > Removed <TT CLASS="FILENAME" >contrib/pg_logger</TT >: obsoleted by integrated logging subprocess </P ></LI ><LI ><P > Removed <TT CLASS="FILENAME" >contrib/rserv</TT >: obsoleted by various separate projects </P ></LI ></UL ></DIV ></DIV ></DIV ><DIV CLASS="NAVFOOTER" ><HR ALIGN="LEFT" WIDTH="100%"><TABLE SUMMARY="Footer navigation table" WIDTH="100%" BORDER="0" CELLPADDING="0" CELLSPACING="0" ><TR ><TD WIDTH="33%" ALIGN="left" VALIGN="top" ><A HREF="release-8-0-1.html" ACCESSKEY="P" >Prev</A ></TD ><TD WIDTH="34%" ALIGN="center" VALIGN="top" ><A HREF="index.html" ACCESSKEY="H" >Home</A ></TD ><TD WIDTH="33%" ALIGN="right" VALIGN="top" ><A HREF="release-7-4-30.html" ACCESSKEY="N" >Next</A ></TD ></TR ><TR ><TD WIDTH="33%" ALIGN="left" VALIGN="top" >Release 8.0.1</TD ><TD WIDTH="34%" ALIGN="center" VALIGN="top" ><A HREF="release.html" ACCESSKEY="U" >Up</A ></TD ><TD WIDTH="33%" ALIGN="right" VALIGN="top" >Release 7.4.30</TD ></TR ></TABLE ></DIV ></BODY ></HTML >
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
LEGALNOTICE.html
2681 bytes
0644
acronyms.html
16284 bytes
0644
admin.html
12564 bytes
0644
adminpack.html
7889 bytes
0644
app-clusterdb.html
10602 bytes
0644
app-createdb.html
12856 bytes
0644
app-createlang.html
9907 bytes
0644
app-createuser.html
15640 bytes
0644
app-dropdb.html
9642 bytes
0644
app-droplang.html
9638 bytes
0644
app-dropuser.html
9596 bytes
0644
app-ecpg.html
8718 bytes
0644
app-initdb.html
15405 bytes
0644
app-pg-ctl.html
22459 bytes
0644
app-pg-dumpall.html
20706 bytes
0644
app-pgbasebackup.html
19833 bytes
0644
app-pgconfig.html
11093 bytes
0644
app-pgcontroldata.html
3979 bytes
0644
app-pgdump.html
43964 bytes
0644
app-pgreceivexlog.html
11057 bytes
0644
app-pgresetxlog.html
11566 bytes
0644
app-pgrestore.html
30269 bytes
0644
app-postgres.html
31828 bytes
0644
app-postmaster.html
3005 bytes
0644
app-psql.html
138871 bytes
0644
app-reindexdb.html
11281 bytes
0644
app-vacuumdb.html
12616 bytes
0644
appendixes.html
26329 bytes
0644
applevel-consistency.html
10315 bytes
0644
archive-recovery-settings.html
7338 bytes
0644
arrays.html
28079 bytes
0644
auth-delay.html
3780 bytes
0644
auth-methods.html
36202 bytes
0644
auth-pg-hba-conf.html
29759 bytes
0644
auth-username-maps.html
8597 bytes
0644
auto-explain.html
9887 bytes
0644
backup-dump.html
15927 bytes
0644
backup-file.html
7996 bytes
0644
backup.html
4485 bytes
0644
biblio.html
11549 bytes
0644
bki-commands.html
9646 bytes
0644
bki-example.html
3049 bytes
0644
bki-format.html
3463 bytes
0644
bki-structure.html
4320 bytes
0644
bki.html
4330 bytes
0644
bookindex.html
243165 bytes
0644
btree-gin.html
4600 bytes
0644
btree-gist.html
6884 bytes
0644
bug-reporting.html
18646 bytes
0644
catalog-pg-aggregate.html
5502 bytes
0644
catalog-pg-am.html
10547 bytes
0644
catalog-pg-amop.html
7593 bytes
0644
catalog-pg-amproc.html
4885 bytes
0644
catalog-pg-attrdef.html
4364 bytes
0644
catalog-pg-attribute.html
10287 bytes
0644
catalog-pg-auth-members.html
4255 bytes
0644
catalog-pg-authid.html
6815 bytes
0644
catalog-pg-cast.html
6955 bytes
0644
catalog-pg-class.html
12661 bytes
0644
catalog-pg-collation.html
5897 bytes
0644
catalog-pg-constraint.html
11579 bytes
0644
catalog-pg-conversion.html
4430 bytes
0644
catalog-pg-database.html
7027 bytes
0644
catalog-pg-db-role-setting.html
4068 bytes
0644
catalog-pg-default-acl.html
5267 bytes
0644
catalog-pg-depend.html
8635 bytes
0644
catalog-pg-description.html
4478 bytes
0644
catalog-pg-enum.html
4716 bytes
0644
catalog-pg-extension.html
5282 bytes
0644
catalog-pg-foreign-data-wrapper.html
4945 bytes
0644
catalog-pg-foreign-server.html
4688 bytes
0644
catalog-pg-foreign-table.html
4036 bytes
0644
catalog-pg-index.html
8868 bytes
0644
catalog-pg-inherits.html
3888 bytes
0644
catalog-pg-language.html
5952 bytes
0644
catalog-pg-largeobject-metadata.html
3630 bytes
0644
catalog-pg-largeobject.html
5154 bytes
0644
catalog-pg-namespace.html
3751 bytes
0644
catalog-pg-opclass.html
5863 bytes
0644
catalog-pg-operator.html
6645 bytes
0644
catalog-pg-opfamily.html
4811 bytes
0644
catalog-pg-pltemplate.html
5364 bytes
0644
catalog-pg-proc.html
13403 bytes
0644
catalog-pg-range.html
5182 bytes
0644
catalog-pg-rewrite.html
5391 bytes
0644
catalog-pg-seclabel.html
4515 bytes
0644
catalog-pg-shdepend.html
7043 bytes
0644
catalog-pg-shdescription.html
4247 bytes
0644
catalog-pg-shseclabel.html
4404 bytes
0644
catalog-pg-statistic.html
9538 bytes
0644
catalog-pg-tablespace.html
4158 bytes
0644
catalog-pg-trigger.html
8287 bytes
0644
catalog-pg-ts-config-map.html
4193 bytes
0644
catalog-pg-ts-config.html
4481 bytes
0644
catalog-pg-ts-dict.html
4716 bytes
0644
catalog-pg-ts-parser.html
5082 bytes
0644
catalog-pg-ts-template.html
4258 bytes
0644
catalog-pg-type.html
19905 bytes
0644
catalog-pg-user-mapping.html
3847 bytes
0644
catalogs-overview.html
10431 bytes
0644
catalogs.html
10387 bytes
0644
charset.html
4162 bytes
0644
chkpass.html
4391 bytes
0644
citext.html
11148 bytes
0644
client-authentication-problems.html
4224 bytes
0644
client-authentication.html
5914 bytes
0644
client-interfaces.html
13717 bytes
0644
collation.html
14222 bytes
0644
config-setting.html
11146 bytes
0644
connect-estab.html
4315 bytes
0644
continuous-archiving.html
49830 bytes
0644
contrib-dblink-build-sql-delete.html
5451 bytes
0644
contrib-dblink-build-sql-insert.html
6052 bytes
0644
contrib-dblink-build-sql-update.html
6281 bytes
0644
contrib-dblink-cancel-query.html
3820 bytes
0644
contrib-dblink-close.html
4650 bytes
0644
contrib-dblink-connect-u.html
4482 bytes
0644
contrib-dblink-connect.html
7325 bytes
0644
contrib-dblink-disconnect.html
3718 bytes
0644
contrib-dblink-error-message.html
3508 bytes
0644
contrib-dblink-exec.html
5466 bytes
0644
contrib-dblink-fetch.html
5979 bytes
0644
contrib-dblink-function.html
8630 bytes
0644
contrib-dblink-get-connections.html
3206 bytes
0644
contrib-dblink-get-notify.html
4168 bytes
0644
contrib-dblink-get-pkey.html
4498 bytes
0644
contrib-dblink-get-result.html
6959 bytes
0644
contrib-dblink-is-busy.html
3490 bytes
0644
contrib-dblink-open.html
5464 bytes
0644
contrib-dblink-send-query.html
4170 bytes
0644
contrib-prog-client.html
3434 bytes
0644
contrib-prog-server.html
3837 bytes
0644
contrib-prog.html
3320 bytes
0644
contrib-spi.html
11236 bytes
0644
contrib.html
8904 bytes
0644
creating-cluster.html
12465 bytes
0644
cube.html
15941 bytes
0644
database-roles.html
6092 bytes
0644
datatype-binary.html
12893 bytes
0644
datatype-bit.html
5096 bytes
0644
datatype-boolean.html
5267 bytes
0644
datatype-character.html
11893 bytes
0644
datatype-datetime.html
50763 bytes
0644
datatype-enum.html
6433 bytes
0644
datatype-geometric.html
12503 bytes
0644
datatype-json.html
3439 bytes
0644
datatype-money.html
5482 bytes
0644
datatype-net-types.html
10423 bytes
0644
datatype-numeric.html
22353 bytes
0644
datatype-oid.html
9686 bytes
0644
datatype-pseudo.html
7285 bytes
0644
datatype-textsearch.html
10033 bytes
0644
datatype-uuid.html
4560 bytes
0644
datatype-xml.html
11334 bytes
0644
datatype.html
16609 bytes
0644
datetime-appendix.html
3525 bytes
0644
datetime-config-files.html
8980 bytes
0644
datetime-input-rules.html
6763 bytes
0644
datetime-keywords.html
5096 bytes
0644
datetime-units-history.html
7634 bytes
0644
dblink.html
5322 bytes
0644
ddl-alter.html
10498 bytes
0644
ddl-basics.html
7816 bytes
0644
ddl-constraints.html
22790 bytes
0644
ddl-default.html
4540 bytes
0644
ddl-depend.html
6498 bytes
0644
ddl-foreign-data.html
4485 bytes
0644
ddl-inherit.html
15308 bytes
0644
ddl-others.html
3080 bytes
0644
ddl-partitioning.html
27763 bytes
0644
ddl-priv.html
6066 bytes
0644
ddl-schemas.html
18046 bytes
0644
ddl-system-columns.html
8049 bytes
0644
ddl.html
6382 bytes
0644
dict-int.html
4793 bytes
0644
dict-xsyn.html
6481 bytes
0644
different-replication-solutions.html
14793 bytes
0644
disk-full.html
3517 bytes
0644
disk-usage.html
5661 bytes
0644
diskusage.html
2668 bytes
0644
dml-delete.html
3565 bytes
0644
dml-insert.html
5801 bytes
0644
dml-returning.html
5104 bytes
0644
dml-update.html
5556 bytes
0644
dml.html
2944 bytes
0644
docguide-authoring.html
6757 bytes
0644
docguide-build.html
15280 bytes
0644
docguide-docbook.html
3853 bytes
0644
docguide-style.html
7429 bytes
0644
docguide-toolsets.html
20683 bytes
0644
docguide.html
3624 bytes
0644
dummy-seclabel.html
4358 bytes
0644
dynamic-trace.html
27234 bytes
0644
earthdistance.html
8806 bytes
0644
ecpg-commands.html
9527 bytes
0644
ecpg-concept.html
4979 bytes
0644
ecpg-connect.html
10826 bytes
0644
ecpg-cpp.html
9624 bytes
0644
ecpg-descriptors.html
34909 bytes
0644
ecpg-develop.html
7964 bytes
0644
ecpg-dynamic.html
6515 bytes
0644
ecpg-errors.html
25737 bytes
0644
ecpg-informix-compat.html
52760 bytes
0644
ecpg-library.html
5798 bytes
0644
ecpg-lo.html
5527 bytes
0644
ecpg-pgtypes.html
54457 bytes
0644
ecpg-preproc.html
8985 bytes
0644
ecpg-process.html
5386 bytes
0644
ecpg-sql-allocate-descriptor.html
3983 bytes
0644
ecpg-sql-commands.html
4698 bytes
0644
ecpg-sql-connect.html
9375 bytes
0644
ecpg-sql-deallocate-descriptor.html
3773 bytes
0644
ecpg-sql-declare.html
5397 bytes
0644
ecpg-sql-describe.html
4595 bytes
0644
ecpg-sql-disconnect.html
4733 bytes
0644
ecpg-sql-execute-immediate.html
3877 bytes
0644
ecpg-sql-get-descriptor.html
7709 bytes
0644
ecpg-sql-open.html
4642 bytes
0644
ecpg-sql-prepare.html
4177 bytes
0644
ecpg-sql-set-autocommit.html
3333 bytes
0644
ecpg-sql-set-connection.html
3929 bytes
0644
ecpg-sql-set-descriptor.html
5505 bytes
0644
ecpg-sql-type.html
5026 bytes
0644
ecpg-sql-var.html
3539 bytes
0644
ecpg-sql-whenever.html
4686 bytes
0644
ecpg-variables.html
40283 bytes
0644
ecpg.html
10344 bytes
0644
encryption-options.html
7495 bytes
0644
errcodes-appendix.html
36965 bytes
0644
error-message-reporting.html
14124 bytes
0644
error-style-guide.html
16769 bytes
0644
event-log-registration.html
4188 bytes
0644
executor.html
6612 bytes
0644
explicit-joins.html
11019 bytes
0644
explicit-locking.html
25073 bytes
0644
extend-extensions.html
32430 bytes
0644
extend-how.html
4552 bytes
0644
extend-pgxs.html
11761 bytes
0644
extend-type-system.html
10111 bytes
0644
extend.html
9982 bytes
0644
external-admin-tools.html
2722 bytes
0644
external-extensions.html
3263 bytes
0644
external-interfaces.html
5513 bytes
0644
external-pl.html
4670 bytes
0644
external-projects.html
3004 bytes
0644
fdw-callbacks.html
12905 bytes
0644
fdw-functions.html
4496 bytes
0644
fdw-helpers.html
5988 bytes
0644
fdw-planning.html
9845 bytes
0644
fdwhandler.html
3990 bytes
0644
features-sql-standard.html
39105 bytes
0644
features.html
7566 bytes
0644
file-fdw.html
7709 bytes
0644
functions-admin.html
50395 bytes
0644
functions-aggregate.html
21814 bytes
0644
functions-array.html
13521 bytes
0644
functions-binarystring.html
12588 bytes
0644
functions-bitstring.html
6786 bytes
0644
functions-comparison.html
10638 bytes
0644
functions-comparisons.html
13531 bytes
0644
functions-conditional.html
11007 bytes
0644
functions-datetime.html
48303 bytes
0644
functions-enum.html
5491 bytes
0644
functions-formatting.html
35401 bytes
0644
functions-geometry.html
20347 bytes
0644
functions-info.html
58658 bytes
0644
functions-json.html
3814 bytes
0644
functions-logical.html
4665 bytes
0644
functions-matching.html
75728 bytes
0644
functions-math.html
20401 bytes
0644
functions-net.html
13502 bytes
0644
functions-range.html
10857 bytes
0644
functions-sequence.html
12925 bytes
0644
functions-srf.html
8840 bytes
0644
functions-string.html
59052 bytes
0644
functions-subquery.html
16381 bytes
0644
functions-textsearch.html
20488 bytes
0644
functions-trigger.html
4548 bytes
0644
functions-window.html
12085 bytes
0644
functions-xml.html
32169 bytes
0644
functions.html
9939 bytes
0644
fuzzystrmatch.html
8061 bytes
0644
geqo-biblio.html
3459 bytes
0644
geqo-intro.html
4415 bytes
0644
geqo-intro2.html
5627 bytes
0644
geqo-pg-intro.html
8785 bytes
0644
geqo.html
3616 bytes
0644
gin-examples.html
3322 bytes
0644
gin-extensibility.html
14402 bytes
0644
gin-implementation.html
6564 bytes
0644
gin-intro.html
4662 bytes
0644
gin-limit.html
2817 bytes
0644
gin-tips.html
5713 bytes
0644
gin.html
2929 bytes
0644
gist-examples.html
3752 bytes
0644
gist-extensibility.html
24354 bytes
0644
gist-implementation.html
4101 bytes
0644
gist-intro.html
3616 bytes
0644
gist.html
2679 bytes
0644
git.html
4564 bytes
0644
high-availability.html
7698 bytes
0644
history.html
11918 bytes
0644
hot-standby.html
36045 bytes
0644
hstore.html
22629 bytes
0644
index-catalog.html
7996 bytes
0644
index-cost-estimation.html
9991 bytes
0644
index-functions.html
19114 bytes
0644
index-locking.html
8049 bytes
0644
index-scanning.html
10707 bytes
0644
index-unique-checks.html
9192 bytes
0644
index.html
8071 bytes
0644
indexam.html
5247 bytes
0644
indexes-bitmap-scans.html
6580 bytes
0644
indexes-collations.html
3640 bytes
0644
indexes-examine.html
7161 bytes
0644
indexes-expressional.html
4813 bytes
0644
indexes-intro.html
6313 bytes
0644
indexes-multicolumn.html
6298 bytes
0644
indexes-opclass.html
7336 bytes
0644
indexes-ordering.html
6480 bytes
0644
indexes-partial.html
11812 bytes
0644
indexes-types.html
10233 bytes
0644
indexes-unique.html
4002 bytes
0644
indexes.html
3619 bytes
0644
information-schema.html
11177 bytes
0644
infoschema-administrable-role-authorizations.html
3751 bytes
0644
infoschema-applicable-roles.html
3970 bytes
0644
infoschema-attributes.html
12807 bytes
0644
infoschema-character-sets.html
7050 bytes
0644
infoschema-check-constraint-routine-usage.html
4349 bytes
0644
infoschema-check-constraints.html
3876 bytes
0644
infoschema-collation-character-set-applicab.html
4425 bytes
0644
infoschema-collations.html
3885 bytes
0644
infoschema-column-domain-usage.html
4322 bytes
0644
infoschema-column-options.html
4109 bytes
0644
infoschema-column-privileges.html
5029 bytes
0644
infoschema-column-udt-usage.html
4583 bytes
0644
infoschema-columns.html
17625 bytes
0644
infoschema-constraint-column-usage.html
4873 bytes
0644
infoschema-constraint-table-usage.html
4774 bytes
0644
infoschema-data-type-privileges.html
5089 bytes
0644
infoschema-datatypes.html
4229 bytes
0644
infoschema-domain-constraints.html
4664 bytes
0644
infoschema-domain-udt-usage.html
4171 bytes
0644
infoschema-domains.html
11367 bytes
0644
infoschema-element-types.html
11374 bytes
0644
infoschema-enabled-roles.html
3780 bytes
0644
infoschema-foreign-data-wrapper-options.html
3910 bytes
0644
infoschema-foreign-data-wrappers.html
4227 bytes
0644
infoschema-foreign-server-options.html
3853 bytes
0644
infoschema-foreign-servers.html
4571 bytes
0644
infoschema-foreign-table-options.html
3974 bytes
0644
infoschema-foreign-tables.html
4072 bytes
0644
infoschema-information-schema-catalog-name.html
3357 bytes
0644
infoschema-key-column-usage.html
5185 bytes
0644
infoschema-parameters.html
10799 bytes
0644
infoschema-referential-constraints.html
5664 bytes
0644
infoschema-role-column-grants.html
5017 bytes
0644
infoschema-role-routine-grants.html
5360 bytes
0644
infoschema-role-table-grants.html
5427 bytes
0644
infoschema-role-udt-grants.html
4781 bytes
0644
infoschema-role-usage-grants.html
5010 bytes
0644
infoschema-routine-privileges.html
5032 bytes
0644
infoschema-routines.html
23052 bytes
0644
infoschema-schema.html
3180 bytes
0644
infoschema-schemata.html
4248 bytes
0644
infoschema-sequences.html
6111 bytes
0644
infoschema-sql-features.html
4708 bytes
0644
infoschema-sql-implementation-info.html
4503 bytes
0644
infoschema-sql-languages.html
5094 bytes
0644
infoschema-sql-packages.html
4178 bytes
0644
infoschema-sql-parts.html
4080 bytes
0644
infoschema-sql-sizing-profiles.html
4177 bytes
0644
infoschema-sql-sizing.html
4101 bytes
0644
infoschema-table-constraints.html
4914 bytes
0644
infoschema-table-privileges.html
5097 bytes
0644
infoschema-tables.html
5957 bytes
0644
infoschema-triggered-update-columns.html
4554 bytes
0644
infoschema-triggers.html
9447 bytes
0644
infoschema-udt-privileges.html
4509 bytes
0644
infoschema-usage-privileges.html
5512 bytes
0644
infoschema-user-defined-types.html
9753 bytes
0644
infoschema-user-mapping-options.html
4449 bytes
0644
infoschema-user-mappings.html
3833 bytes
0644
infoschema-view-column-usage.html
4728 bytes
0644
infoschema-view-routine-usage.html
4368 bytes
0644
infoschema-view-table-usage.html
4389 bytes
0644
infoschema-views.html
5529 bytes
0644
install-getsource.html
3574 bytes
0644
install-post.html
8076 bytes
0644
install-procedure.html
46527 bytes
0644
install-requirements.html
14481 bytes
0644
install-short.html
2870 bytes
0644
install-windows-full.html
19274 bytes
0644
install-windows-libpq.html
6283 bytes
0644
install-windows.html
6620 bytes
0644
installation-platform-notes.html
39380 bytes
0644
installation.html
4160 bytes
0644
intagg.html
6254 bytes
0644
intarray.html
13757 bytes
0644
internals.html
15638 bytes
0644
intro-whatis.html
4011 bytes
0644
isn.html
13356 bytes
0644
kernel-resources.html
37822 bytes
0644
largeobjects.html
4675 bytes
0644
libpq-async.html
21020 bytes
0644
libpq-build.html
6369 bytes
0644
libpq-cancel.html
6777 bytes
0644
libpq-connect.html
51248 bytes
0644
libpq-control.html
6280 bytes
0644
libpq-copy.html
22442 bytes
0644
libpq-envars.html
9820 bytes
0644
libpq-events.html
23093 bytes
0644
libpq-example.html
16024 bytes
0644
libpq-exec.html
64877 bytes
0644
libpq-fastpath.html
6124 bytes
0644
libpq-ldap.html
5506 bytes
0644
libpq-misc.html
13815 bytes
0644
libpq-notice-processing.html
6284 bytes
0644
libpq-notify.html
6715 bytes
0644
libpq-pgpass.html
4861 bytes
0644
libpq-pgservice.html
3905 bytes
0644
libpq-single-row-mode.html
6353 bytes
0644
libpq-ssl.html
19972 bytes
0644
libpq-status.html
17695 bytes
0644
libpq-threading.html
5544 bytes
0644
libpq.html
7918 bytes
0644
lo-examplesect.html
8696 bytes
0644
lo-funcs.html
4640 bytes
0644
lo-implementation.html
3353 bytes
0644
lo-interfaces.html
15155 bytes
0644
lo-intro.html
3206 bytes
0644
lo.html
6627 bytes
0644
locale.html
13691 bytes
0644
locking-indexes.html
4350 bytes
0644
log-shipping-alternative.html
11057 bytes
0644
logfile-maintenance.html
7143 bytes
0644
ltree.html
27295 bytes
0644
maintenance.html
5538 bytes
0644
manage-ag-config.html
3746 bytes
0644
manage-ag-createdb.html
6310 bytes
0644
manage-ag-dropdb.html
3605 bytes
0644
manage-ag-overview.html
5144 bytes
0644
manage-ag-tablespaces.html
9250 bytes
0644
manage-ag-templatedbs.html
8162 bytes
0644
managing-databases.html
3273 bytes
0644
monitoring-locks.html
3673 bytes
0644
monitoring-ps.html
6782 bytes
0644
monitoring-stats.html
58063 bytes
0644
monitoring.html
4458 bytes
0644
multibyte.html
31965 bytes
0644
mvcc-caveats.html
4077 bytes
0644
mvcc-intro.html
4552 bytes
0644
mvcc.html
4302 bytes
0644
nls-programmer.html
10078 bytes
0644
nls-translator.html
14522 bytes
0644
nls.html
3134 bytes
0644
non-durability.html
4484 bytes
0644
notation.html
4415 bytes
0644
oid2name.html
11962 bytes
0644
overview.html
4093 bytes
0644
pageinspect.html
8117 bytes
0644
parser-stage.html
8117 bytes
0644
passwordcheck.html
4788 bytes
0644
performance-tips.html
4501 bytes
0644
perm-functions.html
3338 bytes
0644
pgarchivecleanup.html
8999 bytes
0644
pgbench.html
30833 bytes
0644
pgbuffercache.html
7715 bytes
0644
pgcrypto.html
38804 bytes
0644
pgfreespacemap.html
5230 bytes
0644
pgrowlocks.html
6078 bytes
0644
pgstandby.html
15204 bytes
0644
pgstatstatements.html
16068 bytes
0644
pgstattuple.html
9449 bytes
0644
pgtestfsync.html
5254 bytes
0644
pgtesttiming.html
12476 bytes
0644
pgtrgm.html
12333 bytes
0644
pgupgrade.html
24737 bytes
0644
planner-optimizer.html
9396 bytes
0644
planner-stats-details.html
3276 bytes
0644
planner-stats-security.html
5556 bytes
0644
planner-stats.html
9058 bytes
0644
plhandler.html
13748 bytes
0644
plperl-builtins.html
18276 bytes
0644
plperl-data.html
2878 bytes
0644
plperl-funcs.html
13369 bytes
0644
plperl-global.html
5067 bytes
0644
plperl-triggers.html
6446 bytes
0644
plperl-trusted.html
6712 bytes
0644
plperl-under-the-hood.html
8991 bytes
0644
plperl.html
4930 bytes
0644
plpgsql-control-structures.html
46183 bytes
0644
plpgsql-cursors.html
25586 bytes
0644
plpgsql-declarations.html
21746 bytes
0644
plpgsql-development-tips.html
9511 bytes
0644
plpgsql-errors-and-messages.html
10094 bytes
0644
plpgsql-expressions.html
4662 bytes
0644
plpgsql-implementation.html
18043 bytes
0644
plpgsql-overview.html
9032 bytes
0644
plpgsql-porting.html
27094 bytes
0644
plpgsql-statements.html
32221 bytes
0644
plpgsql-structure.html
8329 bytes
0644
plpgsql-trigger.html
22322 bytes
0644
plpgsql.html
6965 bytes
0644
plpython-data.html
14648 bytes
0644
plpython-database.html
15413 bytes
0644
plpython-do.html
2771 bytes
0644
plpython-envar.html
3885 bytes
0644
plpython-funcs.html
5478 bytes
0644
plpython-python23.html
7207 bytes
0644
plpython-sharing.html
3032 bytes
0644
plpython-subtransaction.html
7888 bytes
0644
plpython-trigger.html
5069 bytes
0644
plpython-util.html
5104 bytes
0644
plpython.html
6067 bytes
0644
pltcl-data.html
2906 bytes
0644
pltcl-dbaccess.html
13902 bytes
0644
pltcl-functions.html
6177 bytes
0644
pltcl-global.html
5066 bytes
0644
pltcl-overview.html
5288 bytes
0644
pltcl-procnames.html
3222 bytes
0644
pltcl-trigger.html
9452 bytes
0644
pltcl-unknown.html
5075 bytes
0644
pltcl.html
3400 bytes
0644
populate.html
17114 bytes
0644
postgres-user.html
3314 bytes
0644
preface.html
5070 bytes
0644
preventing-server-spoofing.html
4604 bytes
0644
protocol-changes.html
6650 bytes
0644
protocol-error-fields.html
6131 bytes
0644
protocol-flow.html
46202 bytes
0644
protocol-message-formats.html
40844 bytes
0644
protocol-message-types.html
4933 bytes
0644
protocol-overview.html
9670 bytes
0644
protocol-replication.html
14666 bytes
0644
protocol.html
5652 bytes
0644
queries-limit.html
5335 bytes
0644
queries-order.html
7369 bytes
0644
queries-overview.html
5068 bytes
0644
queries-select-lists.html
9308 bytes
0644
queries-table-expressions.html
39874 bytes
0644
queries-union.html
5114 bytes
0644
queries-values.html
4930 bytes
0644
queries-with.html
20880 bytes
0644
queries.html
4418 bytes
0644
query-path.html
5470 bytes
0644
querytree.html
11136 bytes
0644
rangetypes.html
22735 bytes
0644
recovery-config.html
3550 bytes
0644
recovery-target-settings.html
7762 bytes
0644
reference-client.html
6102 bytes
0644
reference-server.html
3964 bytes
0644
reference.html
23162 bytes
0644
regress-coverage.html
3325 bytes
0644
regress-evaluation.html
12487 bytes
0644
regress-run.html
13710 bytes
0644
regress-variant.html
7177 bytes
0644
regress.html
4277 bytes
0644
release-0-01.html
2555 bytes
0644
release-0-02.html
4292 bytes
0644
release-0-03.html
7798 bytes
0644
release-1-0.html
4229 bytes
0644
release-1-01.html
9346 bytes
0644
release-1-02.html
6489 bytes
0644
release-1-09.html
2525 bytes
0644
release-6-0.html
7920 bytes
0644
release-6-1-1.html
3719 bytes
0644
release-6-1.html
9025 bytes
0644
release-6-2-1.html
4405 bytes
0644
release-6-2.html
8883 bytes
0644
release-6-3-1.html
4444 bytes
0644
release-6-3-2.html
4157 bytes
0644
release-6-3.html
16311 bytes
0644
release-6-4-1.html
4061 bytes
0644
release-6-4-2.html
2908 bytes
0644
release-6-4.html
14732 bytes
0644
release-6-5-1.html
3842 bytes
0644
release-6-5-2.html
4102 bytes
0644
release-6-5-3.html
3053 bytes
0644
release-6-5.html
17387 bytes
0644
release-7-0-1.html
3920 bytes
0644
release-7-0-2.html
2887 bytes
0644
release-7-0-3.html
4656 bytes
0644
release-7-0.html
23104 bytes
0644
release-7-1-1.html
3262 bytes
0644
release-7-1-2.html
2975 bytes
0644
release-7-1-3.html
3139 bytes
0644
release-7-1.html
13017 bytes
0644
release-7-2-1.html
4011 bytes
0644
release-7-2-2.html
3793 bytes
0644
release-7-2-3.html
3364 bytes
0644
release-7-2-4.html
3587 bytes
0644
release-7-2-5.html
3746 bytes
0644
release-7-2-6.html
3624 bytes
0644
release-7-2-7.html
3726 bytes
0644
release-7-2-8.html
3948 bytes
0644
release-7-2.html
27098 bytes
0644
release-7-3-1.html
4168 bytes
0644
release-7-3-10.html
7493 bytes
0644
release-7-3-11.html
4111 bytes
0644
release-7-3-12.html
3527 bytes
0644
release-7-3-13.html
4618 bytes
0644
release-7-3-14.html
3931 bytes
0644
release-7-3-15.html
6315 bytes
0644
release-7-3-16.html
3424 bytes
0644
release-7-3-17.html
3550 bytes
0644
release-7-3-18.html
3647 bytes
0644
release-7-3-19.html
3686 bytes
0644
release-7-3-2.html
5205 bytes
0644
release-7-3-20.html
3524 bytes
0644
release-7-3-21.html
6216 bytes
0644
release-7-3-3.html
10290 bytes
0644
release-7-3-4.html
3502 bytes
0644
release-7-3-5.html
4493 bytes
0644
release-7-3-6.html
4428 bytes
0644
release-7-3-7.html
3352 bytes
0644
release-7-3-8.html
3571 bytes
0644
release-7-3-9.html
4079 bytes
0644
release-7-3.html
33053 bytes
0644
release-7-4-1.html
7116 bytes
0644
release-7-4-10.html
3806 bytes
0644
release-7-4-11.html
4857 bytes
0644
release-7-4-12.html
4221 bytes
0644
release-7-4-13.html
6961 bytes
0644
release-7-4-14.html
3673 bytes
0644
release-7-4-15.html
4270 bytes
0644
release-7-4-16.html
3972 bytes
0644
release-7-4-17.html
4013 bytes
0644
release-7-4-18.html
3927 bytes
0644
release-7-4-19.html
7242 bytes
0644
release-7-4-2.html
8260 bytes
0644
release-7-4-20.html
6605 bytes
0644
release-7-4-21.html
3922 bytes
0644
release-7-4-22.html
4071 bytes
0644
release-7-4-23.html
4423 bytes
0644
release-7-4-24.html
4289 bytes
0644
release-7-4-25.html
4506 bytes
0644
release-7-4-26.html
5455 bytes
0644
release-7-4-27.html
5164 bytes
0644
release-7-4-28.html
5629 bytes
0644
release-7-4-29.html
6960 bytes
0644
release-7-4-3.html
4615 bytes
0644
release-7-4-30.html
6211 bytes
0644
release-7-4-4.html
4085 bytes
0644
release-7-4-5.html
3194 bytes
0644
release-7-4-6.html
4731 bytes
0644
release-7-4-7.html
4274 bytes
0644
release-7-4-8.html
10156 bytes
0644
release-7-4-9.html
5118 bytes
0644
release-7-4.html
57378 bytes
0644
release-8-0-1.html
4744 bytes
0644
release-8-0-10.html
4751 bytes
0644
release-8-0-11.html
3969 bytes
0644
release-8-0-12.html
3134 bytes
0644
release-8-0-13.html
4118 bytes
0644
release-8-0-14.html
4518 bytes
0644
release-8-0-15.html
9101 bytes
0644
release-8-0-16.html
8946 bytes
0644
release-8-0-17.html
3920 bytes
0644
release-8-0-18.html
5579 bytes
0644
release-8-0-19.html
4976 bytes
0644
release-8-0-2.html
9566 bytes
0644
release-8-0-20.html
4312 bytes
0644
release-8-0-21.html
4504 bytes
0644
release-8-0-22.html
6440 bytes
0644
release-8-0-23.html
6023 bytes
0644
release-8-0-24.html
7002 bytes
0644
release-8-0-25.html
7427 bytes
0644
release-8-0-26.html
8026 bytes
0644
release-8-0-3.html
7425 bytes
0644
release-8-0-4.html
6680 bytes
0644
release-8-0-5.html
4816 bytes
0644
release-8-0-6.html
5694 bytes
0644
release-8-0-7.html
5909 bytes
0644
release-8-0-8.html
7225 bytes
0644
release-8-0-9.html
4306 bytes
0644
release-8-0.html
66818 bytes
0644
release-8-1-1.html
5459 bytes
0644
release-8-1-10.html
4781 bytes
0644
release-8-1-11.html
9946 bytes
0644
release-8-1-12.html
9341 bytes
0644
release-8-1-13.html
4292 bytes
0644
release-8-1-14.html
6901 bytes
0644
release-8-1-15.html
6274 bytes
0644
release-8-1-16.html
5278 bytes
0644
release-8-1-17.html
6035 bytes
0644
release-8-1-18.html
6442 bytes
0644
release-8-1-19.html
6612 bytes
0644
release-8-1-2.html
6335 bytes
0644
release-8-1-20.html
7298 bytes
0644
release-8-1-21.html
7213 bytes
0644
release-8-1-22.html
8324 bytes
0644
release-8-1-23.html
7933 bytes
0644
release-8-1-3.html
7026 bytes
0644
release-8-1-4.html
8873 bytes
0644
release-8-1-5.html
5479 bytes
0644
release-8-1-6.html
5337 bytes
0644
release-8-1-7.html
4558 bytes
0644
release-8-1-8.html
3116 bytes
0644
release-8-1-9.html
4388 bytes
0644
release-8-1.html
62113 bytes
0644
release-8-2-1.html
5065 bytes
0644
release-8-2-10.html
8180 bytes
0644
release-8-2-11.html
7147 bytes
0644
release-8-2-12.html
6748 bytes
0644
release-8-2-13.html
7348 bytes
0644
release-8-2-14.html
7876 bytes
0644
release-8-2-15.html
8155 bytes
0644
release-8-2-16.html
9293 bytes
0644
release-8-2-17.html
8214 bytes
0644
release-8-2-18.html
10277 bytes
0644
release-8-2-19.html
8589 bytes
0644
release-8-2-2.html
5802 bytes
0644
release-8-2-20.html
6244 bytes
0644
release-8-2-21.html
5593 bytes
0644
release-8-2-22.html
9617 bytes
0644
release-8-2-23.html
9559 bytes
0644
release-8-2-3.html
3095 bytes
0644
release-8-2-4.html
5428 bytes
0644
release-8-2-5.html
5995 bytes
0644
release-8-2-6.html
10551 bytes
0644
release-8-2-7.html
9311 bytes
0644
release-8-2-8.html
7521 bytes
0644
release-8-2-9.html
4281 bytes
0644
release-8-2.html
69398 bytes
0644
release-8-3-1.html
10585 bytes
0644
release-8-3-10.html
10725 bytes
0644
release-8-3-11.html
8963 bytes
0644
release-8-3-12.html
12119 bytes
0644
release-8-3-13.html
9506 bytes
0644
release-8-3-14.html
6242 bytes
0644
release-8-3-15.html
6381 bytes
0644
release-8-3-16.html
11015 bytes
0644
release-8-3-17.html
10590 bytes
0644
release-8-3-18.html
11265 bytes
0644
release-8-3-19.html
8466 bytes
0644
release-8-3-2.html
12203 bytes
0644
release-8-3-20.html
9251 bytes
0644
release-8-3-21.html
5034 bytes
0644
release-8-3-22.html
10585 bytes
0644
release-8-3-23.html
6284 bytes
0644
release-8-3-3.html
4275 bytes
0644
release-8-3-4.html
11273 bytes
0644
release-8-3-5.html
8689 bytes
0644
release-8-3-6.html
9197 bytes
0644
release-8-3-7.html
9729 bytes
0644
release-8-3-8.html
9260 bytes
0644
release-8-3-9.html
10206 bytes
0644
release-8-3.html
69773 bytes
0644
release-8-4-1.html
9563 bytes
0644
release-8-4-10.html
11932 bytes
0644
release-8-4-11.html
13787 bytes
0644
release-8-4-12.html
9987 bytes
0644
release-8-4-13.html
9714 bytes
0644
release-8-4-14.html
5117 bytes
0644
release-8-4-15.html
10626 bytes
0644
release-8-4-16.html
7329 bytes
0644
release-8-4-17.html
9572 bytes
0644
release-8-4-18.html
7048 bytes
0644
release-8-4-19.html
7780 bytes
0644
release-8-4-2.html
15697 bytes
0644
release-8-4-20.html
16258 bytes
0644
release-8-4-21.html
5450 bytes
0644
release-8-4-22.html
11306 bytes
0644
release-8-4-3.html
13928 bytes
0644
release-8-4-4.html
10736 bytes
0644
release-8-4-5.html
15933 bytes
0644
release-8-4-6.html
10430 bytes
0644
release-8-4-7.html
6220 bytes
0644
release-8-4-8.html
8850 bytes
0644
release-8-4-9.html
14528 bytes
0644
release-8-4.html
87976 bytes
0644
release-9-0-1.html
5946 bytes
0644
release-9-0-10.html
5693 bytes
0644
release-9-0-11.html
12666 bytes
0644
release-9-0-12.html
8824 bytes
0644
release-9-0-13.html
11671 bytes
0644
release-9-0-14.html
8759 bytes
0644
release-9-0-15.html
9147 bytes
0644
release-9-0-16.html
17408 bytes
0644
release-9-0-17.html
6335 bytes
0644
release-9-0-18.html
11879 bytes
0644
release-9-0-19.html
26610 bytes
0644
release-9-0-2.html
13636 bytes
0644
release-9-0-20.html
15836 bytes
0644
release-9-0-21.html
5166 bytes
0644
release-9-0-22.html
4321 bytes
0644
release-9-0-23.html
16158 bytes
0644
release-9-0-3.html
7256 bytes
0644
release-9-0-4.html
11345 bytes
0644
release-9-0-5.html
17915 bytes
0644
release-9-0-6.html
13426 bytes
0644
release-9-0-7.html
18091 bytes
0644
release-9-0-8.html
10993 bytes
0644
release-9-0-9.html
11743 bytes
0644
release-9-0.html
96127 bytes
0644
release-9-1-1.html
3670 bytes
0644
release-9-1-10.html
10352 bytes
0644
release-9-1-11.html
9584 bytes
0644
release-9-1-12.html
18554 bytes
0644
release-9-1-13.html
6685 bytes
0644
release-9-1-14.html
13036 bytes
0644
release-9-1-15.html
28969 bytes
0644
release-9-1-16.html
19119 bytes
0644
release-9-1-17.html
4947 bytes
0644
release-9-1-18.html
4102 bytes
0644
release-9-1-19.html
17617 bytes
0644
release-9-1-2.html
21571 bytes
0644
release-9-1-20.html
17541 bytes
0644
release-9-1-21.html
7601 bytes
0644
release-9-1-22.html
7258 bytes
0644
release-9-1-23.html
12653 bytes
0644
release-9-1-24.html
8731 bytes
0644
release-9-1-3.html
21153 bytes
0644
release-9-1-4.html
16018 bytes
0644
release-9-1-5.html
14042 bytes
0644
release-9-1-6.html
9521 bytes
0644
release-9-1-7.html
14941 bytes
0644
release-9-1-8.html
10154 bytes
0644
release-9-1-9.html
12679 bytes
0644
release-9-1.html
78963 bytes
0644
release-9-2-1.html
7111 bytes
0644
release-9-2-10.html
32368 bytes
0644
release-9-2-11.html
20298 bytes
0644
release-9-2-12.html
5130 bytes
0644
release-9-2-13.html
4102 bytes
0644
release-9-2-14.html
18386 bytes
0644
release-9-2-15.html
18605 bytes
0644
release-9-2-16.html
7598 bytes
0644
release-9-2-17.html
8195 bytes
0644
release-9-2-18.html
12718 bytes
0644
release-9-2-19.html
10514 bytes
0644
release-9-2-2.html
23001 bytes
0644
release-9-2-20.html
13332 bytes
0644
release-9-2-21.html
14198 bytes
0644
release-9-2-22.html
15865 bytes
0644
release-9-2-23.html
8126 bytes
0644
release-9-2-24.html
7877 bytes
0644
release-9-2-3.html
13373 bytes
0644
release-9-2-4.html
14800 bytes
0644
release-9-2-5.html
12005 bytes
0644
release-9-2-6.html
11684 bytes
0644
release-9-2-7.html
20022 bytes
0644
release-9-2-8.html
7375 bytes
0644
release-9-2-9.html
15615 bytes
0644
release-9-2.html
79519 bytes
0644
release.html
22882 bytes
0644
resources.html
4226 bytes
0644
role-attributes.html
7855 bytes
0644
role-membership.html
8390 bytes
0644
role-removal.html
5303 bytes
0644
routine-reindex.html
3628 bytes
0644
routine-vacuuming.html
38023 bytes
0644
row-estimation-examples.html
20767 bytes
0644
rowtypes.html
23412 bytes
0644
rule-system.html
4117 bytes
0644
rules-privileges.html
11663 bytes
0644
rules-status.html
4512 bytes
0644
rules-triggers.html
9476 bytes
0644
rules-update.html
32615 bytes
0644
rules-views.html
26888 bytes
0644
rules.html
4948 bytes
0644
runtime-config-autovacuum.html
10974 bytes
0644
runtime-config-client.html
32815 bytes
0644
runtime-config-compatible.html
14827 bytes
0644
runtime-config-connection.html
23478 bytes
0644
runtime-config-custom.html
3548 bytes
0644
runtime-config-developer.html
14070 bytes
0644
runtime-config-error-handling.html
3570 bytes
0644
runtime-config-file-locations.html
6977 bytes
0644
runtime-config-locks.html
7634 bytes
0644
runtime-config-logging.html
45446 bytes
0644
runtime-config-preset.html
8710 bytes
0644
runtime-config-query.html
24950 bytes
0644
runtime-config-replication.html
18294 bytes
0644
runtime-config-resource.html
27901 bytes
0644
runtime-config-short.html
6683 bytes
0644
runtime-config-statistics.html
8616 bytes
0644
runtime-config-wal.html
27093 bytes
0644
runtime-config.html
8249 bytes
0644
runtime.html
5241 bytes
0644
seg.html
15470 bytes
0644
sepgsql.html
30829 bytes
0644
server-programming.html
9618 bytes
0644
server-shutdown.html
6469 bytes
0644
server-start.html
14217 bytes
0644
source-format.html
5133 bytes
0644
source.html
4071 bytes
0644
sourcerepo.html
3411 bytes
0644
spgist-examples.html
2703 bytes
0644
spgist-extensibility.html
31282 bytes
0644
spgist-implementation.html
8098 bytes
0644
spgist-intro.html
4323 bytes
0644
spgist.html
2966 bytes
0644
spi-examples.html
6217 bytes
0644
spi-interface-support.html
3770 bytes
0644
spi-interface.html
5998 bytes
0644
spi-memory.html
7089 bytes
0644
spi-realloc.html
3627 bytes
0644
spi-spi-connect.html
4052 bytes
0644
spi-spi-copytuple.html
3453 bytes
0644
spi-spi-cursor-close.html
3336 bytes
0644
spi-spi-cursor-fetch.html
4110 bytes
0644
spi-spi-cursor-find.html
3464 bytes
0644
spi-spi-cursor-move.html
3890 bytes
0644
spi-spi-cursor-open-with-args.html
6178 bytes
0644
spi-spi-cursor-open-with-paramlist.html
5035 bytes
0644
spi-spi-cursor-open.html
5732 bytes
0644
spi-spi-exec.html
3591 bytes
0644
spi-spi-execp.html
4866 bytes
0644
spi-spi-execute-plan-with-paramlist.html
4893 bytes
0644
spi-spi-execute-plan.html
5901 bytes
0644
spi-spi-execute-with-args.html
6221 bytes
0644
spi-spi-execute.html
12598 bytes
0644
spi-spi-finish.html
3655 bytes
0644
spi-spi-fname.html
3767 bytes
0644
spi-spi-fnumber.html
3936 bytes
0644
spi-spi-freeplan.html
3505 bytes
0644
spi-spi-freetuple.html
3277 bytes
0644
spi-spi-freetupletable.html
3628 bytes
0644
spi-spi-getargcount.html
3698 bytes
0644
spi-spi-getargtypeid.html
4141 bytes
0644
spi-spi-getbinval.html
4287 bytes
0644
spi-spi-getnspname.html
3467 bytes
0644
spi-spi-getrelname.html
3351 bytes
0644
spi-spi-gettype.html
3714 bytes
0644
spi-spi-gettypeid.html
3718 bytes
0644
spi-spi-getvalue.html
4166 bytes
0644
spi-spi-is-cursor-plan.html
4560 bytes
0644
spi-spi-keepplan.html
3884 bytes
0644
spi-spi-modifytuple.html
5631 bytes
0644
spi-spi-palloc.html
3157 bytes
0644
spi-spi-pfree.html
3275 bytes
0644
spi-spi-pop.html
2743 bytes
0644
spi-spi-prepare-cursor.html
5055 bytes
0644
spi-spi-prepare-params.html
4412 bytes
0644
spi-spi-prepare.html
7661 bytes
0644
spi-spi-push.html
3737 bytes
0644
spi-spi-returntuple.html
4097 bytes
0644
spi-spi-saveplan.html
4576 bytes
0644
spi-spi-scroll-cursor-fetch.html
4809 bytes
0644
spi-spi-scroll-cursor-move.html
4899 bytes
0644
spi-visibility.html
4152 bytes
0644
spi.html
10843 bytes
0644
sql-abort.html
4177 bytes
0644
sql-alteraggregate.html
6111 bytes
0644
sql-altercollation.html
5084 bytes
0644
sql-alterconversion.html
5170 bytes
0644
sql-alterdatabase.html
8778 bytes
0644
sql-alterdefaultprivileges.html
9407 bytes
0644
sql-alterdomain.html
11113 bytes
0644
sql-alterextension.html
11745 bytes
0644
sql-alterforeigndatawrapper.html
7378 bytes
0644
sql-alterforeigntable.html
12707 bytes
0644
sql-alterfunction.html
12845 bytes
0644
sql-altergroup.html
5239 bytes
0644
sql-alterindex.html
7655 bytes
0644
sql-alterlanguage.html
4022 bytes
0644
sql-alterlargeobject.html
3730 bytes
0644
sql-alteropclass.html
5114 bytes
0644
sql-alteroperator.html
5435 bytes
0644
sql-alteropfamily.html
13564 bytes
0644
sql-alterrole.html
13028 bytes
0644
sql-alterschema.html
4314 bytes
0644
sql-altersequence.html
13031 bytes
0644
sql-alterserver.html
5928 bytes
0644
sql-altertable.html
43543 bytes
0644
sql-altertablespace.html
5866 bytes
0644
sql-altertrigger.html
4647 bytes
0644
sql-altertsconfig.html
8126 bytes
0644
sql-altertsdictionary.html
6539 bytes
0644
sql-altertsparser.html
4257 bytes
0644
sql-altertstemplate.html
4223 bytes
0644
sql-altertype.html
11193 bytes
0644
sql-alteruser.html
4720 bytes
0644
sql-alterusermapping.html
5714 bytes
0644
sql-alterview.html
6969 bytes
0644
sql-analyze.html
10674 bytes
0644
sql-begin.html
6695 bytes
0644
sql-checkpoint.html
3758 bytes
0644
sql-close.html
4984 bytes
0644
sql-cluster.html
9404 bytes
0644
sql-commands.html
18810 bytes
0644
sql-comment.html
13799 bytes
0644
sql-commit-prepared.html
4516 bytes
0644
sql-commit.html
3992 bytes
0644
sql-copy.html
37443 bytes
0644
sql-createaggregate.html
13829 bytes
0644
sql-createcast.html
19632 bytes
0644
sql-createcollation.html
6739 bytes
0644
sql-createconversion.html
6538 bytes
0644
sql-createdatabase.html
12133 bytes
0644
sql-createdomain.html
8544 bytes
0644
sql-createextension.html
9083 bytes
0644
sql-createforeigndatawrapper.html
8059 bytes
0644
sql-createforeigntable.html
7718 bytes
0644
sql-createfunction.html
31076 bytes
0644
sql-creategroup.html
4012 bytes
0644
sql-createindex.html
25934 bytes
0644
sql-createlanguage.html
14888 bytes
0644
sql-createopclass.html
12676 bytes
0644
sql-createoperator.html
10688 bytes
0644
sql-createopfamily.html
5626 bytes
0644
sql-createrole.html
19325 bytes
0644
sql-createrule.html
12656 bytes
0644
sql-createschema.html
8319 bytes
0644
sql-createsequence.html
13862 bytes
0644
sql-createserver.html
6251 bytes
0644
sql-createtable.html
59172 bytes
0644
sql-createtableas.html
12772 bytes
0644
sql-createtablespace.html
6104 bytes
0644
sql-createtrigger.html
23175 bytes
0644
sql-createtsconfig.html
5352 bytes
0644
sql-createtsdictionary.html
5533 bytes
0644
sql-createtsparser.html
5947 bytes
0644
sql-createtstemplate.html
5437 bytes
0644
sql-createtype.html
39460 bytes
0644
sql-createuser.html
4524 bytes
0644
sql-createusermapping.html
5503 bytes
0644
sql-createview.html
10556 bytes
0644
sql-deallocate.html
3785 bytes
0644
sql-declare.html
15400 bytes
0644
sql-delete.html
11777 bytes
0644
sql-discard.html
4309 bytes
0644
sql-do.html
5204 bytes
0644
sql-drop-owned.html
5058 bytes
0644
sql-dropaggregate.html
4561 bytes
0644
sql-dropcast.html
4344 bytes
0644
sql-dropcollation.html
4409 bytes
0644
sql-dropconversion.html
4437 bytes
0644
sql-dropdatabase.html
4344 bytes
0644
sql-dropdomain.html
4257 bytes
0644
sql-dropextension.html
4785 bytes
0644
sql-dropforeigndatawrapper.html
4526 bytes
0644
sql-dropforeigntable.html
4560 bytes
0644
sql-dropfunction.html
5838 bytes
0644
sql-dropgroup.html
3047 bytes
0644
sql-dropindex.html
5182 bytes
0644
sql-droplanguage.html
4841 bytes
0644
sql-dropopclass.html
5678 bytes
0644
sql-dropoperator.html
5222 bytes
0644
sql-dropopfamily.html
5279 bytes
0644
sql-droprole.html
5158 bytes
0644
sql-droprule.html
4151 bytes
0644
sql-dropschema.html
4529 bytes
0644
sql-dropsequence.html
4367 bytes
0644
sql-dropserver.html
4265 bytes
0644
sql-droptable.html
5028 bytes
0644
sql-droptablespace.html
4585 bytes
0644
sql-droptrigger.html
4711 bytes
0644
sql-droptsconfig.html
4772 bytes
0644
sql-droptsdictionary.html
4689 bytes
0644
sql-droptsparser.html
4595 bytes
0644
sql-droptstemplate.html
4567 bytes
0644
sql-droptype.html
4463 bytes
0644
sql-dropuser.html
3181 bytes
0644
sql-dropusermapping.html
4679 bytes
0644
sql-dropview.html
4262 bytes
0644
sql-end.html
4157 bytes
0644
sql-execute.html
5073 bytes
0644
sql-explain.html
17094 bytes
0644
sql-expressions.html
47801 bytes
0644
sql-fetch.html
14251 bytes
0644
sql-grant.html
29245 bytes
0644
sql-insert.html
12860 bytes
0644
sql-keywords-appendix.html
106534 bytes
0644
sql-listen.html
5903 bytes
0644
sql-load.html
4207 bytes
0644
sql-lock.html
11869 bytes
0644
sql-move.html
4984 bytes
0644
sql-notify.html
10948 bytes
0644
sql-prepare-transaction.html
8640 bytes
0644
sql-prepare.html
9181 bytes
0644
sql-reassign-owned.html
5344 bytes
0644
sql-reindex.html
11103 bytes
0644
sql-release-savepoint.html
5005 bytes
0644
sql-reset.html
4993 bytes
0644
sql-revoke.html
14879 bytes
0644
sql-rollback-prepared.html
4627 bytes
0644
sql-rollback-to.html
6401 bytes
0644
sql-rollback.html
3996 bytes
0644
sql-savepoint.html
5605 bytes
0644
sql-security-label.html
8879 bytes
0644
sql-select.html
79544 bytes
0644
sql-selectinto.html
7634 bytes
0644
sql-set-constraints.html
7068 bytes
0644
sql-set-role.html
6915 bytes
0644
sql-set-session-authorization.html
6062 bytes
0644
sql-set-transaction.html
12696 bytes
0644
sql-set.html
12057 bytes
0644
sql-show.html
6851 bytes
0644
sql-start-transaction.html
4983 bytes
0644
sql-syntax-calling-funcs.html
8080 bytes
0644
sql-syntax-lexical.html
43370 bytes
0644
sql-syntax.html
5430 bytes
0644
sql-truncate.html
9364 bytes
0644
sql-unlisten.html
4923 bytes
0644
sql-update.html
15669 bytes
0644
sql-vacuum.html
10669 bytes
0644
sql-values.html
10640 bytes
0644
sql.html
13569 bytes
0644
ssh-tunnels.html
6263 bytes
0644
ssl-tcp.html
13477 bytes
0644
sslinfo.html
7594 bytes
0644
standby-settings.html
5427 bytes
0644
storage-file-layout.html
12936 bytes
0644
storage-fsm.html
3821 bytes
0644
storage-init.html
2760 bytes
0644
storage-page-layout.html
13891 bytes
0644
storage-toast.html
11478 bytes
0644
storage-vm.html
3540 bytes
0644
storage.html
2952 bytes
0644
stylesheet.css
1538 bytes
0644
supported-platforms.html
5042 bytes
0644
tablefunc.html
32193 bytes
0644
tcn.html
4974 bytes
0644
test-parser.html
4530 bytes
0644
textsearch-configuration.html
6257 bytes
0644
textsearch-controls.html
26966 bytes
0644
textsearch-debugging.html
17227 bytes
0644
textsearch-dictionaries.html
31261 bytes
0644
textsearch-features.html
21310 bytes
0644
textsearch-indexes.html
7387 bytes
0644
textsearch-intro.html
18453 bytes
0644
textsearch-limitations.html
3859 bytes
0644
textsearch-migration.html
5034 bytes
0644
textsearch-parsers.html
9210 bytes
0644
textsearch-psql.html
9345 bytes
0644
textsearch-tables.html
9750 bytes
0644
textsearch.html
5878 bytes
0644
transaction-iso.html
27240 bytes
0644
trigger-datachanges.html
5072 bytes
0644
trigger-definition.html
15507 bytes
0644
trigger-example.html
7749 bytes
0644
trigger-interface.html
10719 bytes
0644
triggers.html
3798 bytes
0644
tsearch2.html
9950 bytes
0644
tutorial-accessdb.html
7040 bytes
0644
tutorial-advanced-intro.html
3341 bytes
0644
tutorial-advanced.html
2856 bytes
0644
tutorial-agg.html
7594 bytes
0644
tutorial-arch.html
4852 bytes
0644
tutorial-concepts.html
3839 bytes
0644
tutorial-conclusion.html
2849 bytes
0644
tutorial-createdb.html
9200 bytes
0644
tutorial-delete.html
3517 bytes
0644
tutorial-fk.html
4422 bytes
0644
tutorial-inheritance.html
6137 bytes
0644
tutorial-install.html
4522 bytes
0644
tutorial-join.html
9685 bytes
0644
tutorial-populate.html
4839 bytes
0644
tutorial-select.html
8033 bytes
0644
tutorial-sql-intro.html
4904 bytes
0644
tutorial-sql.html
3060 bytes
0644
tutorial-start.html
2629 bytes
0644
tutorial-table.html
5704 bytes
0644
tutorial-transactions.html
9948 bytes
0644
tutorial-update.html
3159 bytes
0644
tutorial-views.html
3375 bytes
0644
tutorial-window.html
12481 bytes
0644
tutorial.html
5209 bytes
0644
typeconv-func.html
12170 bytes
0644
typeconv-oper.html
14907 bytes
0644
typeconv-overview.html
8301 bytes
0644
typeconv-query.html
5450 bytes
0644
typeconv-union-case.html
6612 bytes
0644
typeconv.html
3721 bytes
0644
unaccent.html
6742 bytes
0644
unsupported-features-sql-standard.html
35115 bytes
0644
upgrading.html
12795 bytes
0644
user-manag.html
3983 bytes
0644
using-explain.html
41824 bytes
0644
uuid-ossp.html
7228 bytes
0644
vacuumlo.html
7548 bytes
0644
view-pg-available-extension-versions.html
4642 bytes
0644
view-pg-available-extensions.html
3944 bytes
0644
view-pg-cursors.html
5669 bytes
0644
view-pg-group.html
3897 bytes
0644
view-pg-indexes.html
4155 bytes
0644
view-pg-locks.html
14444 bytes
0644
view-pg-prepared-statements.html
5060 bytes
0644
view-pg-prepared-xacts.html
4912 bytes
0644
view-pg-roles.html
6073 bytes
0644
view-pg-rules.html
3999 bytes
0644
view-pg-seclabels.html
5123 bytes
0644
view-pg-settings.html
10600 bytes
0644
view-pg-shadow.html
5381 bytes
0644
view-pg-stats.html
8887 bytes
0644
view-pg-tables.html
4836 bytes
0644
view-pg-timezone-abbrevs.html
3860 bytes
0644
view-pg-timezone-names.html
4177 bytes
0644
view-pg-user-mappings.html
5165 bytes
0644
view-pg-user.html
4517 bytes
0644
view-pg-views.html
3853 bytes
0644
views-overview.html
6542 bytes
0644
wal-async-commit.html
9016 bytes
0644
wal-configuration.html
14960 bytes
0644
wal-internals.html
6151 bytes
0644
wal-intro.html
5534 bytes
0644
wal-reliability.html
11479 bytes
0644
wal.html
2928 bytes
0644
warm-standby-failover.html
6102 bytes
0644
warm-standby.html
34646 bytes
0644
xaggr.html
9902 bytes
0644
xfunc-c.html
78520 bytes
0644
xfunc-internal.html
4004 bytes
0644
xfunc-overload.html
5911 bytes
0644
xfunc-pl.html
2991 bytes
0644
xfunc-sql.html
38027 bytes
0644
xfunc-volatility.html
9839 bytes
0644
xfunc.html
4518 bytes
0644
xindex.html
44593 bytes
0644
xml2.html
16900 bytes
0644
xoper-optimization.html
23144 bytes
0644
xoper.html
4835 bytes
0644
xplang-install.html
11127 bytes
0644
xplang.html
4235 bytes
0644
xtypes.html
12114 bytes
0644
N4ST4R_ID | Naxtarrr