Submit
Path:
~
/
/
proc
/
thread-self
/
root
/
opt
/
alt
/
postgresql11
/
usr
/
share
/
doc
/
alt-postgresql11-9.2.24
/
html
/
File Content:
release-9-2.html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML ><HEAD ><TITLE >Release 9.2</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 9.2.1" HREF="release-9-2-1.html"><LINK REL="NEXT" TITLE="Release 9.1.24" HREF="release-9-1-24.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 9.2.1" HREF="release-9-2-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 9.1.24" HREF="release-9-1-24.html" ACCESSKEY="N" >Next</A ></TD ></TR ></TABLE ><HR ALIGN="LEFT" WIDTH="100%"></DIV ><DIV CLASS="SECT1" ><H1 CLASS="SECT1" ><A NAME="RELEASE-9-2" >E.25. Release 9.2</A ></H1 ><DIV CLASS="FORMALPARA" ><P ><B >Release date: </B >2012-09-10</P ></DIV ><DIV CLASS="SECT2" ><H2 CLASS="SECT2" ><A NAME="AEN114358" >E.25.1. Overview</A ></H2 ><P > This release has been largely focused on performance improvements, though new SQL features are not lacking. Work also continues in the area of replication support. Major enhancements include: </P ><P ></P ><UL ><LI ><P > Allow queries to retrieve data only from indexes, avoiding heap access (<I CLASS="FIRSTTERM" >index-only scans</I >) </P ></LI ><LI ><P > Allow the planner to generate custom plans for specific parameter values even when using prepared statements </P ></LI ><LI ><P > Improve the planner's ability to use nested loops with inner index scans </P ></LI ><LI ><P > Allow streaming replication slaves to forward data to other slaves (<A HREF="warm-standby.html#CASCADING-REPLICATION" ><I CLASS="FIRSTTERM" >cascading replication</I ></A >) </P ></LI ><LI ><P > Allow <A HREF="app-pgbasebackup.html" ><SPAN CLASS="APPLICATION" >pg_basebackup</SPAN ></A > to make base backups from standby servers </P ></LI ><LI ><P > Add a <A HREF="app-pgreceivexlog.html" ><SPAN CLASS="APPLICATION" >pg_receivexlog</SPAN ></A > tool to archive WAL file changes as they are written </P ></LI ><LI ><P > Add the <A HREF="spgist.html" >SP-GiST</A > (Space-Partitioned GiST) index access method </P ></LI ><LI ><P > Add support for <A HREF="rangetypes.html" >range data types</A > </P ></LI ><LI ><P > Add a <A HREF="datatype-json.html" ><TT CLASS="TYPE" >JSON</TT ></A > data type </P ></LI ><LI ><P > Add a <A HREF="sql-createview.html" ><TT CLASS="LITERAL" >security_barrier</TT ></A > option for views </P ></LI ><LI ><P > Allow <SPAN CLASS="APPLICATION" >libpq</SPAN > connection strings to have the format of a <A HREF="libpq-connect.html#LIBPQ-CONNSTRING" ><ACRONYM CLASS="ACRONYM" >URI</ACRONYM ></A > </P ></LI ><LI ><P > Add a <A HREF="libpq-single-row-mode.html" >single-row processing mode</A > to <SPAN CLASS="APPLICATION" >libpq</SPAN > for better handling of large result sets </P ></LI ></UL ><P > The above items are explained in more detail in the sections below. </P ></DIV ><DIV CLASS="SECT2" ><H2 CLASS="SECT2" ><A NAME="AEN114405" >E.25.2. Migration to Version 9.2</A ></H2 ><P > A dump/restore using <SPAN CLASS="APPLICATION" >pg_dump</SPAN >, or use of <SPAN CLASS="APPLICATION" >pg_upgrade</SPAN >, is required for those wishing to migrate data from any previous release. </P ><P > Version 9.2 contains a number of changes that may affect compatibility with previous releases. Observe the following incompatibilities: </P ><DIV CLASS="SECT3" ><H3 CLASS="SECT3" ><A NAME="AEN114411" >E.25.2.1. System Catalogs</A ></H3 ><P ></P ><UL ><LI ><P > Remove the <TT CLASS="STRUCTFIELD" >spclocation</TT > field from <A HREF="catalog-pg-tablespace.html" ><TT CLASS="STRUCTNAME" >pg_tablespace</TT ></A > (Magnus Hagander) </P ><P > This field was duplicative of the symbolic links that actually define tablespace locations, and thus risked errors of omission when moving a tablespace. This change allows tablespace directories to be moved while the server is down, by manually adjusting the symbolic links. To replace this field, we have added <A HREF="functions-info.html#FUNCTIONS-INFO-CATALOG-TABLE" ><CODE CLASS="FUNCTION" >pg_tablespace_location()</CODE ></A > to allow querying of the symbolic links. </P ></LI ><LI ><P > Move <TT CLASS="TYPE" >tsvector</TT > most-common-element statistics to new <A HREF="view-pg-stats.html" ><TT CLASS="STRUCTNAME" >pg_stats</TT ></A > columns (Alexander Korotkov) </P ><P > Consult <TT CLASS="STRUCTFIELD" >most_common_elems</TT > and <TT CLASS="STRUCTFIELD" >most_common_elem_freqs</TT > for the data formerly available in <TT CLASS="STRUCTFIELD" >most_common_vals</TT > and <TT CLASS="STRUCTFIELD" >most_common_freqs</TT > for a <TT CLASS="TYPE" >tsvector</TT > column. </P ></LI ></UL ></DIV ><DIV CLASS="SECT3" ><H3 CLASS="SECT3" ><A NAME="AEN114433" >E.25.2.2. Functions</A ></H3 ><P ></P ><UL ><LI ><P > Remove <A HREF="hstore.html" >hstore</A >'s <TT CLASS="LITERAL" >=></TT > operator (Robert Haas) </P ><P > Users should now use <CODE CLASS="FUNCTION" >hstore(text, text)</CODE >. Since <SPAN CLASS="PRODUCTNAME" >PostgreSQL</SPAN > 9.0, a warning message has been emitted when an operator named <TT CLASS="LITERAL" >=></TT > is created because the <ACRONYM CLASS="ACRONYM" >SQL</ACRONYM > standard reserves that token for another use. </P ></LI ><LI ><P > Ensure that <A HREF="functions-xml.html#FUNCTIONS-XML-PROCESSING" ><CODE CLASS="FUNCTION" >xpath()</CODE ></A > escapes special characters in string values (Florian Pflug) </P ><P > Without this it is possible for the result not to be valid <ACRONYM CLASS="ACRONYM" >XML</ACRONYM >. </P ></LI ><LI ><P > Make <A HREF="functions-admin.html#FUNCTIONS-ADMIN-DBOBJECT" ><CODE CLASS="FUNCTION" >pg_relation_size()</CODE ></A > and friends return NULL if the object does not exist (Phil Sorber) </P ><P > This prevents queries that call these functions from returning errors immediately after a concurrent <TT CLASS="COMMAND" >DROP</TT >. </P ></LI ><LI ><P > Make <A HREF="functions-datetime.html#FUNCTIONS-DATETIME-EXTRACT" ><CODE CLASS="FUNCTION" >EXTRACT(EPOCH FROM <TT CLASS="REPLACEABLE" ><I >timestamp without time zone</I ></TT >)</CODE ></A > measure the epoch from local midnight, not <ACRONYM CLASS="ACRONYM" >UTC</ACRONYM > midnight (Tom Lane) </P ><P > This change reverts an ill-considered change made in release 7.3. Measuring from <ACRONYM CLASS="ACRONYM" >UTC</ACRONYM > midnight was inconsistent because it made the result dependent on the <A HREF="runtime-config-client.html#GUC-TIMEZONE" ><TT CLASS="VARNAME" >timezone</TT ></A > setting, which computations for <TT CLASS="TYPE" >timestamp without time zone</TT > should not be. The previous behavior remains available by casting the input value to <TT CLASS="TYPE" >timestamp with time zone</TT >. </P ></LI ><LI ><P > Properly parse time strings with trailing <TT CLASS="LITERAL" >yesterday</TT >, <TT CLASS="LITERAL" >today</TT >, and <TT CLASS="LITERAL" >tomorrow</TT > (Dean Rasheed) </P ><P > Previously, <TT CLASS="LITERAL" >SELECT '04:00:00 yesterday'::timestamp</TT > returned yesterday's date at midnight. </P ></LI ><LI ><P > Fix <A HREF="functions-formatting.html" ><CODE CLASS="FUNCTION" >to_date()</CODE ></A > and <CODE CLASS="FUNCTION" >to_timestamp()</CODE > to wrap incomplete dates toward 2020 (Bruce Momjian) </P ><P > Previously, supplied years and year masks of less than four digits wrapped inconsistently. </P ></LI ></UL ></DIV ><DIV CLASS="SECT3" ><H3 CLASS="SECT3" ><A NAME="AEN114482" >E.25.2.3. Object Modification</A ></H3 ><P ></P ><UL ><LI ><P > Prevent <A HREF="sql-alterdomain.html" ><TT CLASS="COMMAND" >ALTER DOMAIN</TT ></A > from working on non-domain types (Peter Eisentraut) </P ><P > Owner and schema changes were previously possible on non-domain types. </P ></LI ><LI ><P > No longer forcibly lowercase procedural language names in <A HREF="sql-createfunction.html" ><TT CLASS="COMMAND" >CREATE FUNCTION</TT ></A > (Robert Haas) </P ><P > While unquoted language identifiers are still lowercased, strings and quoted identifiers are no longer forcibly down-cased. Thus for example <TT CLASS="LITERAL" >CREATE FUNCTION ... LANGUAGE 'C'</TT > will no longer work; it must be spelled <TT CLASS="LITERAL" >'c'</TT >, or better omit the quotes. </P ></LI ><LI ><P > Change system-generated names of foreign key enforcement triggers (Tom Lane) </P ><P > This change ensures that the triggers fire in the correct order in some corner cases involving self-referential foreign key constraints. </P ></LI ></UL ></DIV ><DIV CLASS="SECT3" ><H3 CLASS="SECT3" ><A NAME="AEN114500" >E.25.2.4. Command-Line Tools</A ></H3 ><P ></P ><UL ><LI ><P > Provide consistent backquote, variable expansion, and quoted substring behavior in <A HREF="app-psql.html" ><SPAN CLASS="APPLICATION" >psql</SPAN ></A > meta-command arguments (Tom Lane) </P ><P > Previously, such references were treated oddly when not separated by whitespace from adjacent text. For example <TT CLASS="LITERAL" >'FOO'BAR</TT > was output as <TT CLASS="LITERAL" >FOO BAR</TT > (unexpected insertion of a space) and <TT CLASS="LITERAL" >FOO'BAR'BAZ</TT > was output unchanged (not removing the quotes as most would expect). </P ></LI ><LI ><P > No longer treat <A HREF="app-clusterdb.html" ><SPAN CLASS="APPLICATION" >clusterdb</SPAN ></A > table names as double-quoted; no longer treat <A HREF="app-reindexdb.html" ><SPAN CLASS="APPLICATION" >reindexdb</SPAN ></A > table and index names as double-quoted (Bruce Momjian) </P ><P > Users must now include double-quotes in the command arguments if quoting is wanted. </P ></LI ><LI ><P > <A HREF="app-createuser.html" ><SPAN CLASS="APPLICATION" >createuser</SPAN ></A > no longer prompts for option settings by default (Peter Eisentraut) </P ><P > Use <TT CLASS="OPTION" >--interactive</TT > to obtain the old behavior. </P ></LI ><LI ><P > Disable prompting for the user name in <A HREF="app-dropuser.html" ><SPAN CLASS="APPLICATION" >dropuser</SPAN ></A > unless <TT CLASS="OPTION" >--interactive</TT > is specified (Peter Eisentraut) </P ></LI ></UL ></DIV ><DIV CLASS="SECT3" ><H3 CLASS="SECT3" ><A NAME="AEN114529" >E.25.2.5. Server Settings</A ></H3 ><P ></P ><UL ><LI ><P > Add server parameters for specifying the <A HREF="runtime-config-connection.html#GUC-SSL-CA-FILE" >locations of server-side <ACRONYM CLASS="ACRONYM" >SSL</ACRONYM > files</A > (Peter Eisentraut) </P ><P > This allows changing the names and locations of the files that were previously hard-coded as <TT CLASS="FILENAME" >server.crt</TT >, <TT CLASS="FILENAME" >server.key</TT >, <TT CLASS="FILENAME" >root.crt</TT >, and <TT CLASS="FILENAME" >root.crl</TT > in the data directory. <SPAN CLASS="emphasis" ><I CLASS="EMPHASIS" >The server will no longer examine <TT CLASS="FILENAME" >root.crt</TT > or <TT CLASS="FILENAME" >root.crl</TT > by default</I ></SPAN >; to load these files, the associated parameters must be set to non-default values. </P ></LI ><LI ><P > Remove the <TT CLASS="VARNAME" >silent_mode</TT > parameter (Heikki Linnakangas) </P ><P > Similar behavior can be obtained with <TT CLASS="COMMAND" >pg_ctl start -l postmaster.log</TT >. </P ></LI ><LI ><P > Remove the <TT CLASS="VARNAME" >wal_sender_delay</TT > parameter, as it is no longer needed (Tom Lane) </P ></LI ><LI ><P > Remove the <TT CLASS="VARNAME" >custom_variable_classes</TT > parameter (Tom Lane) </P ><P > The checking provided by this setting was dubious. Now any setting can be prefixed by any class name. </P ></LI ></UL ></DIV ><DIV CLASS="SECT3" ><H3 CLASS="SECT3" ><A NAME="AEN114556" >E.25.2.6. Monitoring</A ></H3 ><P ></P ><UL ><LI ><P > Rename <A HREF="monitoring-stats.html#MONITORING-STATS-VIEWS-TABLE" ><TT CLASS="STRUCTNAME" >pg_stat_activity</TT ></A ><TT CLASS="STRUCTFIELD" >.procpid</TT > to <TT CLASS="STRUCTFIELD" >pid</TT >, to match other system tables (Magnus Hagander) </P ></LI ><LI ><P > Create a separate <TT CLASS="STRUCTFIELD" >pg_stat_activity</TT > column to report process state (Scott Mead, Magnus Hagander) </P ><P > The previous <TT CLASS="STRUCTFIELD" >query</TT > and <TT CLASS="STRUCTFIELD" >query_start</TT > values now remain available for an idle session, allowing enhanced analysis. </P ></LI ><LI ><P > Rename <TT CLASS="STRUCTNAME" >pg_stat_activity</TT >.<TT CLASS="STRUCTFIELD" >current_query</TT > to <TT CLASS="STRUCTFIELD" >query</TT > because it is not cleared when the query completes (Magnus Hagander) </P ></LI ><LI ><P > Change all <ACRONYM CLASS="ACRONYM" >SQL</ACRONYM >-level statistics timing values to be <TT CLASS="TYPE" >float8</TT > columns measured in milliseconds (Tom Lane) </P ><P > This change eliminates the designed-in assumption that the values are accurate to microseconds and no more (since the <TT CLASS="TYPE" >float8</TT > values can be fractional). The columns affected are <TT CLASS="STRUCTNAME" >pg_stat_user_functions</TT >.<TT CLASS="STRUCTFIELD" >total_time</TT >, <TT CLASS="STRUCTNAME" >pg_stat_user_functions</TT >.<TT CLASS="STRUCTFIELD" >self_time</TT >, <TT CLASS="STRUCTNAME" >pg_stat_xact_user_functions</TT >.<TT CLASS="STRUCTFIELD" >total_time</TT >, and <TT CLASS="STRUCTNAME" >pg_stat_xact_user_functions</TT >.<TT CLASS="STRUCTFIELD" >self_time</TT >. The statistics functions underlying these columns now also return <TT CLASS="TYPE" >float8</TT > milliseconds, rather than <TT CLASS="TYPE" >bigint</TT > microseconds. <TT CLASS="FILENAME" >contrib/pg_stat_statements</TT >' <TT CLASS="STRUCTFIELD" >total_time</TT > column is now also measured in milliseconds. </P ></LI ></UL ></DIV ></DIV ><DIV CLASS="SECT2" ><H2 CLASS="SECT2" ><A NAME="AEN114594" >E.25.3. Changes</A ></H2 ><P > Below you will find a detailed account of the changes between <SPAN CLASS="PRODUCTNAME" >PostgreSQL</SPAN > 9.2 and the previous major release. </P ><DIV CLASS="SECT3" ><H3 CLASS="SECT3" ><A NAME="AEN114598" >E.25.3.1. Server</A ></H3 ><DIV CLASS="SECT4" ><H4 CLASS="SECT4" ><A NAME="AEN114600" >E.25.3.1.1. Performance</A ></H4 ><P ></P ><UL ><LI ><P > Allow queries to retrieve data only from indexes, avoiding heap access (Robert Haas, Ibrar Ahmed, Heikki Linnakangas, Tom Lane) </P ><P > This feature is often called <I CLASS="FIRSTTERM" >index-only scans</I >. Heap access can be skipped for heap pages containing only tuples that are visible to all sessions, as reported by the visibility map; so the benefit applies mainly to mostly-static data. The visibility map was made crash-safe as a necessary part of implementing this feature. </P ></LI ><LI ><P > Add the <A HREF="spgist.html" >SP-GiST</A > (Space-Partitioned GiST) index access method (Teodor Sigaev, Oleg Bartunov, Tom Lane) </P ><P > SP-GiST is comparable to GiST in flexibility, but supports unbalanced partitioned search structures rather than balanced trees. For suitable problems, SP-GiST can be faster than GiST in both index build time and search time. </P ></LI ><LI ><P > Allow group commit to work effectively under heavy load (Peter Geoghegan, Simon Riggs, Heikki Linnakangas) </P ><P > Previously, batching of commits became ineffective as the write workload increased, because of internal lock contention. </P ></LI ><LI ><P > Allow uncontended locks to be managed using a new fast-path lock mechanism (Robert Haas) </P ></LI ><LI ><P > Reduce overhead of creating virtual transaction ID locks (Robert Haas) </P ></LI ><LI ><P > Reduce the overhead of serializable isolation level locks (Dan Ports) </P ></LI ><LI ><P > Improve PowerPC and Itanium spinlock performance (Manabu Ori, Robert Haas, Tom Lane) </P ></LI ><LI ><P > Reduce overhead for shared invalidation cache messages (Robert Haas) </P ></LI ><LI ><P > Move the frequently accessed members of the <TT CLASS="STRUCTNAME" >PGPROC</TT > shared memory array to a separate array (Pavan Deolasee, Heikki Linnakangas, Robert Haas) </P ></LI ><LI ><P > Improve <TT CLASS="COMMAND" >COPY</TT > performance by adding tuples to the heap in batches (Heikki Linnakangas) </P ></LI ><LI ><P > Improve GiST index performance for geometric data types by producing better trees with less memory allocation overhead (Alexander Korotkov) </P ></LI ><LI ><P > Improve GiST index build times (Alexander Korotkov, Heikki Linnakangas) </P ></LI ><LI ><P > Allow hint bits to be set sooner for temporary and unlogged tables (Robert Haas) </P ></LI ><LI ><P > Allow sorting to be performed by inlined, non-<ACRONYM CLASS="ACRONYM" >SQL</ACRONYM >-callable comparison functions (Peter Geoghegan, Robert Haas, Tom Lane) </P ></LI ><LI ><P > Make the number of CLOG buffers scale based on <A HREF="runtime-config-resource.html#GUC-SHARED-BUFFERS" ><TT CLASS="VARNAME" >shared_buffers</TT ></A > (Robert Haas, Simon Riggs, Tom Lane) </P ></LI ><LI ><P > Improve performance of buffer pool scans that occur when tables or databases are dropped (Jeff Janes, Simon Riggs) </P ></LI ><LI ><P > Improve performance of checkpointer's fsync-request queue when many tables are being dropped or truncated (Tom Lane) </P ></LI ><LI ><P > Pass the safe number of file descriptors to child processes on Windows (Heikki Linnakangas) </P ><P > This allows Windows sessions to use more open file descriptors than before. </P ></LI ></UL ></DIV ><DIV CLASS="SECT4" ><H4 CLASS="SECT4" ><A NAME="AEN114650" >E.25.3.1.2. Process Management</A ></H4 ><P ></P ><UL ><LI ><P > Create a dedicated background process to perform checkpoints (Simon Riggs) </P ><P > Formerly the background writer did both dirty-page writing and checkpointing. Separating this into two processes allows each goal to be accomplished more predictably. </P ></LI ><LI ><P > Improve asynchronous commit behavior by waking the walwriter sooner (Simon Riggs) </P ><P > Previously, only <A HREF="runtime-config-wal.html#GUC-WAL-WRITER-DELAY" ><TT CLASS="VARNAME" >wal_writer_delay</TT ></A > triggered <ACRONYM CLASS="ACRONYM" >WAL</ACRONYM > flushing to disk; now filling a <ACRONYM CLASS="ACRONYM" >WAL</ACRONYM > buffer also triggers <ACRONYM CLASS="ACRONYM" >WAL</ACRONYM > writes. </P ></LI ><LI ><P > Allow the bgwriter, walwriter, checkpointer, statistics collector, log collector, and archiver background processes to sleep more efficiently during periods of inactivity (Peter Geoghegan, Tom Lane) </P ><P > This series of changes reduces the frequency of process wake-ups when there is nothing to do, dramatically reducing power consumption on idle servers. </P ></LI ></UL ></DIV ><DIV CLASS="SECT4" ><H4 CLASS="SECT4" ><A NAME="AEN114667" >E.25.3.1.3. Optimizer</A ></H4 ><P ></P ><UL ><LI ><P > Allow the planner to generate custom plans for specific parameter values even when using prepared statements (Tom Lane) </P ><P > In the past, a prepared statement always had a single <SPAN CLASS="QUOTE" >"generic"</SPAN > plan that was used for all parameter values, which was frequently much inferior to the plans used for non-prepared statements containing explicit constant values. Now, the planner attempts to generate custom plans for specific parameter values. A generic plan will only be used after custom plans have repeatedly proven to provide no benefit. This change should eliminate the performance penalties formerly seen from use of prepared statements (including non-dynamic statements in PL/pgSQL). </P ></LI ><LI ><P > Improve the planner's ability to use nested loops with inner index scans (Tom Lane) </P ><P > The new <SPAN CLASS="QUOTE" >"parameterized path"</SPAN > mechanism allows inner index scans to use values from relations that are more than one join level up from the scan. This can greatly improve performance in situations where semantic restrictions (such as outer joins) limit the allowed join orderings. </P ></LI ><LI ><P > Improve the planning <ACRONYM CLASS="ACRONYM" >API</ACRONYM > for foreign data wrappers (Etsuro Fujita, Shigeru Hanada, Tom Lane) </P ><P > Wrappers can now provide multiple access <SPAN CLASS="QUOTE" >"paths"</SPAN > for their tables, allowing more flexibility in join planning. </P ></LI ><LI ><P > Recognize self-contradictory restriction clauses for non-table relations (Tom Lane) </P ><P > This check is only performed when <A HREF="runtime-config-query.html#GUC-CONSTRAINT-EXCLUSION" ><TT CLASS="VARNAME" >constraint_exclusion</TT ></A > is <TT CLASS="LITERAL" >on</TT >. </P ></LI ><LI ><P > Allow <TT CLASS="LITERAL" >indexed_col op ANY(ARRAY[...])</TT > conditions to be used in plain index scans and index-only scans (Tom Lane) </P ><P > Formerly such conditions could only be used in bitmap index scans. </P ></LI ><LI ><P > Support <CODE CLASS="FUNCTION" >MIN</CODE >/<CODE CLASS="FUNCTION" >MAX</CODE > index optimizations on <TT CLASS="TYPE" >boolean</TT > columns (Marti Raudsepp) </P ></LI ><LI ><P > Account for set-returning functions in <TT CLASS="COMMAND" >SELECT</TT > target lists when setting row count estimates (Tom Lane) </P ></LI ><LI ><P > Fix planner to handle indexes with duplicated columns more reliably (Tom Lane) </P ></LI ><LI ><P > Collect and use element-frequency statistics for arrays (Alexander Korotkov, Tom Lane) </P ><P > This change improves selectivity estimation for the array <TT CLASS="LITERAL" ><@</TT >, <TT CLASS="LITERAL" >&&</TT >, and <TT CLASS="LITERAL" >@></TT > operators (array containment and overlaps). </P ></LI ><LI ><P > Allow statistics to be collected for foreign tables (Etsuro Fujita) </P ></LI ><LI ><P > Improve cost estimates for use of partial indexes (Tom Lane) </P ></LI ><LI ><P > Improve the planner's ability to use statistics for columns referenced in subqueries (Tom Lane) </P ></LI ><LI ><P > Improve statistical estimates for subqueries using <TT CLASS="LITERAL" >DISTINCT</TT > (Tom Lane) </P ></LI ></UL ></DIV ><DIV CLASS="SECT4" ><H4 CLASS="SECT4" ><A NAME="AEN114718" >E.25.3.1.4. Authentication</A ></H4 ><P ></P ><UL ><LI ><P > Do not treat role names and <TT CLASS="LITERAL" >samerole</TT > specified in <A HREF="auth-pg-hba-conf.html" ><TT CLASS="FILENAME" >pg_hba.conf</TT ></A > as automatically including superusers (Andrew Dunstan) </P ><P > This makes it easier to use <TT CLASS="LITERAL" >reject</TT > lines with group roles. </P ></LI ><LI ><P > Adjust <TT CLASS="FILENAME" >pg_hba.conf</TT > processing to handle token parsing more consistently (Brendan Jurd, Álvaro Herrera) </P ></LI ><LI ><P > Disallow empty <TT CLASS="FILENAME" >pg_hba.conf</TT > files (Tom Lane) </P ><P > This was done to more quickly detect misconfiguration. </P ></LI ><LI ><P > Make superuser privilege imply replication privilege (Noah Misch) </P ><P > This avoids the need to explicitly assign such privileges. </P ></LI ></UL ></DIV ><DIV CLASS="SECT4" ><H4 CLASS="SECT4" ><A NAME="AEN114738" >E.25.3.1.5. Monitoring</A ></H4 ><P ></P ><UL ><LI ><P > Attempt to log the current query string during a backend crash (Marti Raudsepp) </P ></LI ><LI ><P > Make logging of autovacuum I/O activity more verbose (Greg Smith, Noah Misch) </P ><P > This logging is triggered by <A HREF="runtime-config-autovacuum.html#GUC-LOG-AUTOVACUUM-MIN-DURATION" ><TT CLASS="VARNAME" >log_autovacuum_min_duration</TT ></A >. </P ></LI ><LI ><P > Make <ACRONYM CLASS="ACRONYM" >WAL</ACRONYM > replay report failures sooner (Fujii Masao) </P ><P > There were some cases where failures were only reported once the server went into master mode. </P ></LI ><LI ><P > Add <A HREF="functions-admin.html#FUNCTIONS-ADMIN-BACKUP" ><CODE CLASS="FUNCTION" >pg_xlog_location_diff()</CODE ></A > to simplify WAL location comparisons (Euler Taveira de Oliveira) </P ><P > This is useful for computing replication lag. </P ></LI ><LI ><P > Support configurable event log application names on Windows (MauMau, Magnus Hagander) </P ><P > This allows different instances to use the event log with different identifiers, by setting the <A HREF="runtime-config-logging.html#GUC-EVENT-SOURCE" ><TT CLASS="VARNAME" >event_source</TT ></A > server parameter, which is similar to how <A HREF="runtime-config-logging.html#GUC-SYSLOG-IDENT" ><TT CLASS="VARNAME" >syslog_ident</TT ></A > works. </P ></LI ><LI ><P > Change <SPAN CLASS="QUOTE" >"unexpected EOF"</SPAN > messages to <TT CLASS="LITERAL" >DEBUG1</TT > level, except when there is an open transaction (Magnus Hagander) </P ><P > This change reduces log chatter caused by applications that close database connections ungracefully. </P ></LI ></UL ></DIV ><DIV CLASS="SECT4" ><H4 CLASS="SECT4" ><A NAME="AEN114769" >E.25.3.1.6. Statistical Views</A ></H4 ><P ></P ><UL ><LI ><P > Track temporary file sizes and file counts in the <A HREF="monitoring-stats.html#PG-STAT-DATABASE-VIEW" ><TT CLASS="STRUCTNAME" >pg_stat_database</TT ></A > system view (Tomas Vondra) </P ></LI ><LI ><P > Add a deadlock counter to the <TT CLASS="STRUCTNAME" >pg_stat_database</TT > system view (Magnus Hagander) </P ></LI ><LI ><P > Add a server parameter <A HREF="runtime-config-statistics.html#GUC-TRACK-IO-TIMING" ><TT CLASS="VARNAME" >track_io_timing</TT ></A > to track I/O timings (Ants Aasma, Robert Haas) </P ></LI ><LI ><P > Report checkpoint timing information in <A HREF="monitoring-stats.html#PG-STAT-BGWRITER-VIEW" ><TT CLASS="STRUCTNAME" >pg_stat_bgwriter</TT ></A > (Greg Smith, Peter Geoghegan) </P ></LI ></UL ></DIV ><DIV CLASS="SECT4" ><H4 CLASS="SECT4" ><A NAME="AEN114787" >E.25.3.1.7. Server Settings</A ></H4 ><P ></P ><UL ><LI ><P > Silently ignore nonexistent schemas specified in <A HREF="runtime-config-client.html#GUC-SEARCH-PATH" ><TT CLASS="VARNAME" >search_path</TT ></A > (Tom Lane) </P ><P > This makes it more convenient to use generic path settings, which might include some schemas that don't exist in all databases. </P ></LI ><LI ><P > Allow superusers to set <A HREF="runtime-config-locks.html#GUC-DEADLOCK-TIMEOUT" ><TT CLASS="VARNAME" >deadlock_timeout</TT ></A > per-session, not just per-cluster (Noah Misch) </P ><P > This allows <TT CLASS="VARNAME" >deadlock_timeout</TT > to be reduced for transactions that are likely to be involved in a deadlock, thus detecting the failure more quickly. Alternatively, increasing the value can be used to reduce the chances of a session being chosen for cancellation due to a deadlock. </P ></LI ><LI ><P > Add a server parameter <A HREF="runtime-config-resource.html#GUC-TEMP-FILE-LIMIT" ><TT CLASS="VARNAME" >temp_file_limit</TT ></A > to constrain temporary file space usage per session (Mark Kirkwood) </P ></LI ><LI ><P > Allow a superuser to <TT CLASS="COMMAND" >SET</TT > an extension's superuser-only custom variable before loading the associated extension (Tom Lane) </P ><P > The system now remembers whether a <TT CLASS="COMMAND" >SET</TT > was performed by a superuser, so that proper privilege checking can be done when the extension is loaded. </P ></LI ><LI ><P > Add <A HREF="app-postmaster.html" >postmaster</A > <TT CLASS="OPTION" >-C</TT > option to query configuration parameters (Bruce Momjian) </P ><P > This allows <SPAN CLASS="APPLICATION" >pg_ctl</SPAN > to better handle cases where <TT CLASS="ENVAR" >PGDATA</TT > or <TT CLASS="OPTION" >-D</TT > points to a configuration-only directory. </P ></LI ><LI ><P > Replace an empty locale name with the implied value in <TT CLASS="COMMAND" >CREATE DATABASE</TT > (Tom Lane) </P ><P > This prevents cases where <TT CLASS="STRUCTNAME" >pg_database</TT >.<TT CLASS="STRUCTFIELD" >datcollate</TT > or <TT CLASS="STRUCTFIELD" >datctype</TT > could be interpreted differently after a server restart. </P ></LI ></UL ><DIV CLASS="SECT5" ><H5 CLASS="SECT5" ><A NAME="AEN114825" >E.25.3.1.7.1. <TT CLASS="FILENAME" >postgresql.conf</TT ></A ></H5 ><P ></P ><UL ><LI ><P > Allow multiple errors in <TT CLASS="FILENAME" >postgresql.conf</TT > to be reported, rather than just the first one (Alexey Klyukin, Tom Lane) </P ></LI ><LI ><P > Allow a reload of <TT CLASS="FILENAME" >postgresql.conf</TT > to be processed by all sessions, even if there are some settings that are invalid for particular sessions (Alexey Klyukin) </P ><P > Previously, such not-valid-within-session values would cause all setting changes to be ignored by that session. </P ></LI ><LI ><P > Add an <TT CLASS="LITERAL" >include_if_exists</TT > facility for configuration files (Greg Smith) </P ><P > This works the same as <TT CLASS="LITERAL" >include</TT >, except that an error is not thrown if the file is missing. </P ></LI ><LI ><P > Identify the server time zone during <SPAN CLASS="APPLICATION" >initdb</SPAN >, and set <TT CLASS="FILENAME" >postgresql.conf</TT > entries <A HREF="runtime-config-client.html#GUC-TIMEZONE" ><TT CLASS="VARNAME" >timezone</TT ></A > and <A HREF="runtime-config-logging.html#GUC-LOG-TIMEZONE" ><TT CLASS="VARNAME" >log_timezone</TT ></A > accordingly (Tom Lane) </P ><P > This avoids expensive time zone probes during server start. </P ></LI ><LI ><P > Fix <A HREF="view-pg-settings.html" ><TT CLASS="STRUCTNAME" >pg_settings</TT ></A > to report <TT CLASS="FILENAME" >postgresql.conf</TT > line numbers on Windows (Tom Lane) </P ></LI ></UL ></DIV ></DIV ></DIV ><DIV CLASS="SECT3" ><H3 CLASS="SECT3" ><A NAME="AEN114855" >E.25.3.2. Replication and Recovery</A ></H3 ><P ></P ><UL ><LI ><P > Allow streaming replication slaves to forward data to other slaves (<A HREF="warm-standby.html#CASCADING-REPLICATION" ><I CLASS="FIRSTTERM" >cascading replication</I ></A >) (Fujii Masao) </P ><P > Previously, only the master server could supply streaming replication log files to standby servers. </P ></LI ><LI ><P > Add new <A HREF="runtime-config-wal.html#GUC-SYNCHRONOUS-COMMIT" ><TT CLASS="VARNAME" >synchronous_commit</TT ></A > mode <TT CLASS="LITERAL" >remote_write</TT > (Fujii Masao, Simon Riggs) </P ><P > This mode waits for the standby server to write transaction data to its own operating system, but does not wait for the data to be flushed to the standby's disk. </P ></LI ><LI ><P > Add a <A HREF="app-pgreceivexlog.html" ><SPAN CLASS="APPLICATION" >pg_receivexlog</SPAN ></A > tool to archive WAL file changes as they are written, rather than waiting for completed WAL files (Magnus Hagander) </P ></LI ><LI ><P > Allow <A HREF="app-pgbasebackup.html" ><SPAN CLASS="APPLICATION" >pg_basebackup</SPAN ></A > to make base backups from standby servers (Jun Ishizuka, Fujii Masao) </P ><P > This feature lets the work of making new base backups be off-loaded from the primary server. </P ></LI ><LI ><P > Allow streaming of WAL files while <SPAN CLASS="APPLICATION" >pg_basebackup</SPAN > is performing a backup (Magnus Hagander) </P ><P > This allows passing of WAL files to the standby before they are discarded on the primary. </P ></LI ></UL ></DIV ><DIV CLASS="SECT3" ><H3 CLASS="SECT3" ><A NAME="AEN114882" >E.25.3.3. Queries</A ></H3 ><P ></P ><UL ><LI ><P > Cancel the running query if the client gets disconnected (Florian Pflug) </P ><P > If the backend detects loss of client connection during a query, it will now cancel the query rather than attempting to finish it. </P ></LI ><LI ><P > Retain column names at run time for row expressions (Andrew Dunstan, Tom Lane) </P ><P > This change allows better results when a row value is converted to <TT CLASS="TYPE" >hstore</TT > or <TT CLASS="TYPE" >json</TT > type: the fields of the resulting value will now have the expected names. </P ></LI ><LI ><P > Improve column labels used for sub-<TT CLASS="COMMAND" >SELECT</TT > results (Marti Raudsepp) </P ><P > Previously, the generic label <TT CLASS="LITERAL" >?column?</TT > was used. </P ></LI ><LI ><P > Improve heuristics for determining the types of unknown values (Tom Lane) </P ><P > The longstanding rule that an unknown constant might have the same type as the value on the other side of the operator using it is now applied when considering polymorphic operators, not only for simple operator matches. </P ></LI ><LI ><P > Warn about creating casts to or from domain types (Robert Haas) </P ><P > Such casts have no effect. </P ></LI ><LI ><P > When a row fails a <TT CLASS="LITERAL" >CHECK</TT > or <TT CLASS="LITERAL" >NOT NULL</TT > constraint, show the row's contents as error detail (Jan Kundrát) </P ><P > This should make it easier to identify which row is problematic when an insert or update is processing many rows. </P ></LI ></UL ></DIV ><DIV CLASS="SECT3" ><H3 CLASS="SECT3" ><A NAME="AEN114909" >E.25.3.4. Object Manipulation</A ></H3 ><P ></P ><UL ><LI ><P > Provide more reliable operation during concurrent <ACRONYM CLASS="ACRONYM" >DDL</ACRONYM > (Robert Haas, Noah Misch) </P ><P > This change adds locking that should eliminate <SPAN CLASS="QUOTE" >"cache lookup failed"</SPAN > errors in many scenarios. Also, it is no longer possible to add relations to a schema that is being concurrently dropped, a scenario that formerly led to inconsistent system catalog contents. </P ></LI ><LI ><P > Add <TT CLASS="LITERAL" >CONCURRENTLY</TT > option to <A HREF="sql-dropindex.html" ><TT CLASS="COMMAND" >DROP INDEX</TT ></A > (Simon Riggs) </P ><P > This allows index removal without blocking other sessions. </P ></LI ><LI ><P > Allow foreign data wrappers to have per-column options (Shigeru Hanada) </P ></LI ><LI ><P > Improve pretty-printing of view definitions (Andrew Dunstan) </P ></LI ></UL ><DIV CLASS="SECT4" ><H4 CLASS="SECT4" ><A NAME="AEN114927" >E.25.3.4.1. Constraints</A ></H4 ><P ></P ><UL ><LI ><P > Allow <A HREF="ddl-constraints.html" ><TT CLASS="LITERAL" >CHECK</TT ></A > constraints to be declared <TT CLASS="LITERAL" >NOT VALID</TT > (Álvaro Herrera) </P ><P > Adding a <TT CLASS="LITERAL" >NOT VALID</TT > constraint does not cause the table to be scanned to verify that existing rows meet the constraint. Subsequently, newly added or updated rows are checked. Such constraints are ignored by the planner when considering <TT CLASS="VARNAME" >constraint_exclusion</TT >, since it is not certain that all rows meet the constraint. </P ><P > The new <TT CLASS="COMMAND" >ALTER TABLE VALIDATE</TT > command allows <TT CLASS="LITERAL" >NOT VALID</TT > constraints to be checked for existing rows, after which they are converted into ordinary constraints. </P ></LI ><LI ><P > Allow <TT CLASS="LITERAL" >CHECK</TT > constraints to be declared <TT CLASS="LITERAL" >NO INHERIT</TT > (Nikhil Sontakke, Alex Hunsaker, Álvaro Herrera) </P ><P > This makes them enforceable only on the parent table, not on child tables. </P ></LI ><LI ><P > Add the ability to <A HREF="sql-altertable.html" >rename</A > constraints (Peter Eisentraut) </P ></LI ></UL ></DIV ><DIV CLASS="SECT4" ><H4 CLASS="SECT4" ><A NAME="AEN114949" >E.25.3.4.2. <TT CLASS="COMMAND" >ALTER</TT ></A ></H4 ><P ></P ><UL ><LI ><P > Reduce need to rebuild tables and indexes for certain <A HREF="sql-altertable.html" ><TT CLASS="COMMAND" >ALTER TABLE</TT ></A > ... <TT CLASS="LITERAL" >ALTER COLUMN TYPE</TT > operations (Noah Misch) </P ><P > Increasing the length limit for a <TT CLASS="TYPE" >varchar</TT > or <TT CLASS="TYPE" >varbit</TT > column, or removing the limit altogether, no longer requires a table rewrite. Similarly, increasing the allowable precision of a <TT CLASS="TYPE" >numeric</TT > column, or changing a column from constrained <TT CLASS="TYPE" >numeric</TT > to unconstrained <TT CLASS="TYPE" >numeric</TT >, no longer requires a table rewrite. Table rewrites are also avoided in similar cases involving the <TT CLASS="TYPE" >interval</TT >, <TT CLASS="TYPE" >timestamp</TT >, and <TT CLASS="TYPE" >timestamptz</TT > types. </P ></LI ><LI ><P > Avoid having <A HREF="sql-altertable.html" ><TT CLASS="COMMAND" >ALTER TABLE</TT ></A > revalidate foreign key constraints in some cases where it is not necessary (Noah Misch) </P ></LI ><LI ><P > Add <TT CLASS="LITERAL" >IF EXISTS</TT > options to some <TT CLASS="COMMAND" >ALTER</TT > commands (Pavel Stehule) </P ><P > For example, <TT CLASS="COMMAND" >ALTER FOREIGN TABLE IF EXISTS foo RENAME TO bar</TT >. </P ></LI ><LI ><P > Add <A HREF="sql-alterforeigndatawrapper.html" ><TT CLASS="COMMAND" >ALTER FOREIGN DATA WRAPPER</TT ></A > ... <TT CLASS="LITERAL" >RENAME</TT > and <A HREF="sql-alterserver.html" ><TT CLASS="COMMAND" >ALTER SERVER</TT ></A > ... <TT CLASS="LITERAL" >RENAME</TT > (Peter Eisentraut) </P ></LI ><LI ><P > Add <A HREF="sql-alterdomain.html" ><TT CLASS="COMMAND" >ALTER DOMAIN</TT ></A > ... <TT CLASS="LITERAL" >RENAME</TT > (Peter Eisentraut) </P ><P > You could already rename domains using <TT CLASS="COMMAND" >ALTER TYPE</TT >. </P ></LI ><LI ><P > Throw an error for <TT CLASS="COMMAND" >ALTER DOMAIN</TT > ... <TT CLASS="LITERAL" >DROP CONSTRAINT</TT > on a nonexistent constraint (Peter Eisentraut) </P ><P > An <TT CLASS="LITERAL" >IF EXISTS</TT > option has been added to provide the previous behavior. </P ></LI ></UL ></DIV ><DIV CLASS="SECT4" ><H4 CLASS="SECT4" ><A NAME="AEN114998" >E.25.3.4.3. <A HREF="sql-createtable.html" ><TT CLASS="COMMAND" >CREATE TABLE</TT ></A ></A ></H4 ><P ></P ><UL ><LI ><P > Allow <TT CLASS="COMMAND" >CREATE TABLE (LIKE ...)</TT > from foreign tables, views, and composite types (Peter Eisentraut) </P ><P > For example, this allows a table to be created whose schema matches a view. </P ></LI ><LI ><P > Fix <TT CLASS="COMMAND" >CREATE TABLE (LIKE ...)</TT > to avoid index name conflicts when copying index comments (Tom Lane) </P ></LI ><LI ><P > Fix <TT CLASS="COMMAND" >CREATE TABLE</TT > ... <TT CLASS="LITERAL" >AS EXECUTE</TT > to handle <TT CLASS="LITERAL" >WITH NO DATA</TT > and column name specifications (Tom Lane) </P ></LI ></UL ></DIV ><DIV CLASS="SECT4" ><H4 CLASS="SECT4" ><A NAME="AEN115015" >E.25.3.4.4. Object Permissions</A ></H4 ><P ></P ><UL ><LI ><P > Add a <A HREF="sql-createview.html" ><TT CLASS="LITERAL" >security_barrier</TT ></A > option for views (KaiGai Kohei, Robert Haas) </P ><P > This option prevents optimizations that might allow view-protected data to be exposed to users, for example pushing a clause involving an insecure function into the <TT CLASS="LITERAL" >WHERE</TT > clause of the view. Such views can be expected to perform more poorly than ordinary views. </P ></LI ><LI ><P > Add a new <A HREF="sql-createfunction.html" ><TT CLASS="LITERAL" >LEAKPROOF</TT ></A > function attribute to mark functions that can safely be pushed down into <TT CLASS="LITERAL" >security_barrier</TT > views (KaiGai Kohei) </P ></LI ><LI ><P > Add support for privileges on data types (Peter Eisentraut) </P ><P > This adds support for the <ACRONYM CLASS="ACRONYM" >SQL</ACRONYM >-conforming <TT CLASS="LITERAL" >USAGE</TT > privilege on types and domains. The intent is to be able to restrict which users can create dependencies on types, since such dependencies limit the owner's ability to alter the type. </P ></LI ><LI ><P > Check for <TT CLASS="COMMAND" >INSERT</TT > privileges in <TT CLASS="COMMAND" >SELECT INTO</TT > / <TT CLASS="COMMAND" >CREATE TABLE AS</TT > (KaiGai Kohei) </P ><P > Because the object is being created by <TT CLASS="COMMAND" >SELECT INTO</TT > or <TT CLASS="COMMAND" >CREATE TABLE AS</TT >, the creator would ordinarily have insert permissions; but there are corner cases where this is not true, such as when <TT CLASS="LITERAL" >ALTER DEFAULT PRIVILEGES</TT > has removed such permissions. </P ></LI ></UL ></DIV ></DIV ><DIV CLASS="SECT3" ><H3 CLASS="SECT3" ><A NAME="AEN115043" >E.25.3.5. Utility Operations</A ></H3 ><P ></P ><UL ><LI ><P > Allow <A HREF="sql-vacuum.html" ><TT CLASS="COMMAND" >VACUUM</TT ></A > to more easily skip pages that cannot be locked (Simon Riggs, Robert Haas) </P ><P > This change should greatly reduce the incidence of <TT CLASS="COMMAND" >VACUUM</TT > getting <SPAN CLASS="QUOTE" >"stuck"</SPAN > waiting for other sessions. </P ></LI ><LI ><P > Make <A HREF="sql-explain.html" ><TT CLASS="COMMAND" >EXPLAIN</TT ></A > <TT CLASS="LITERAL" >(BUFFERS)</TT > count blocks dirtied and written (Robert Haas) </P ></LI ><LI ><P > Make <TT CLASS="COMMAND" >EXPLAIN ANALYZE</TT > report the number of rows rejected by filter steps (Marko Tiikkaja) </P ></LI ><LI ><P > Allow <TT CLASS="COMMAND" >EXPLAIN ANALYZE</TT > to avoid timing overhead when time values are not wanted (Tomas Vondra) </P ><P > This is accomplished by setting the new <TT CLASS="LITERAL" >TIMING</TT > option to <TT CLASS="LITERAL" >FALSE</TT >. </P ></LI ></UL ></DIV ><DIV CLASS="SECT3" ><H3 CLASS="SECT3" ><A NAME="AEN115067" >E.25.3.6. Data Types</A ></H3 ><P ></P ><UL ><LI ><P > Add support for <A HREF="rangetypes.html" >range data types</A > (Jeff Davis, Tom Lane, Alexander Korotkov) </P ><P > A range data type stores a lower and upper bound belonging to its base data type. It supports operations like contains, overlaps, and intersection. </P ></LI ><LI ><P > Add a <A HREF="datatype-json.html" ><TT CLASS="TYPE" >JSON</TT ></A > data type (Robert Haas) </P ><P > This type stores <ACRONYM CLASS="ACRONYM" >JSON</ACRONYM > (JavaScript Object Notation) data with proper validation. </P ></LI ><LI ><P > Add <A HREF="functions-json.html" ><CODE CLASS="FUNCTION" >array_to_json()</CODE ></A > and <CODE CLASS="FUNCTION" >row_to_json()</CODE > (Andrew Dunstan) </P ></LI ><LI ><P > Add a <A HREF="datatype-numeric.html#DATATYPE-SERIAL" ><TT CLASS="TYPE" >SMALLSERIAL</TT ></A > data type (Mike Pultz) </P ><P > This is like <TT CLASS="TYPE" >SERIAL</TT >, except it stores the sequence in a two-byte integer column (<TT CLASS="TYPE" >int2</TT >). </P ></LI ><LI ><P > Allow <A HREF="sql-createdomain.html" >domains</A > to be declared <TT CLASS="LITERAL" >NOT VALID</TT > (Álvaro Herrera) </P ><P > This option can be set at domain creation time, or via <TT CLASS="COMMAND" >ALTER DOMAIN</TT > ... <TT CLASS="LITERAL" >ADD CONSTRAINT</TT > ... <TT CLASS="LITERAL" >NOT VALID</TT >. <TT CLASS="COMMAND" >ALTER DOMAIN</TT > ... <TT CLASS="LITERAL" >VALIDATE CONSTRAINT</TT > fully validates the constraint. </P ></LI ><LI ><P > Support more locale-specific formatting options for the <A HREF="datatype-money.html" ><TT CLASS="TYPE" >money</TT ></A > data type (Tom Lane) </P ><P > Specifically, honor all the POSIX options for ordering of the value, sign, and currency symbol in monetary output. Also, make sure that the thousands separator is only inserted to the left of the decimal point, as required by POSIX. </P ></LI ><LI ><P > Add bitwise <SPAN CLASS="QUOTE" >"and"</SPAN >, <SPAN CLASS="QUOTE" >"or"</SPAN >, and <SPAN CLASS="QUOTE" >"not"</SPAN > operators for the <TT CLASS="TYPE" >macaddr</TT > data type (Brendan Jurd) </P ></LI ><LI ><P > Allow <A HREF="functions-xml.html#FUNCTIONS-XML-PROCESSING" ><CODE CLASS="FUNCTION" >xpath()</CODE ></A > to return a single-element <ACRONYM CLASS="ACRONYM" >XML</ACRONYM > array when supplied a scalar value (Florian Pflug) </P ><P > Previously, it returned an empty array. This change will also cause <CODE CLASS="FUNCTION" >xpath_exists()</CODE > to return true, not false, for such expressions. </P ></LI ><LI ><P > Improve <ACRONYM CLASS="ACRONYM" >XML</ACRONYM > error handling to be more robust (Florian Pflug) </P ></LI ></UL ></DIV ><DIV CLASS="SECT3" ><H3 CLASS="SECT3" ><A NAME="AEN115123" >E.25.3.7. Functions</A ></H3 ><P ></P ><UL ><LI ><P > Allow non-superusers to use <A HREF="functions-admin.html#FUNCTIONS-ADMIN-SIGNAL" ><CODE CLASS="FUNCTION" >pg_cancel_backend()</CODE ></A > and <A HREF="functions-admin.html#FUNCTIONS-ADMIN-SIGNAL" ><CODE CLASS="FUNCTION" >pg_terminate_backend()</CODE ></A > on other sessions belonging to the same user (Magnus Hagander, Josh Kupershmidt, Dan Farina) </P ><P > Previously only superusers were allowed to use these functions. </P ></LI ><LI ><P > Allow importing and exporting of transaction snapshots (Joachim Wieland, Tom Lane) </P ><P > This allows multiple transactions to share identical views of the database state. Snapshots are exported via <A HREF="functions-admin.html#FUNCTIONS-SNAPSHOT-SYNCHRONIZATION" ><CODE CLASS="FUNCTION" >pg_export_snapshot()</CODE ></A > and imported via <A HREF="sql-set-transaction.html" ><TT CLASS="COMMAND" >SET TRANSACTION SNAPSHOT</TT ></A >. Only snapshots from currently-running transactions can be imported. </P ></LI ><LI ><P > Support <A HREF="functions-info.html#FUNCTIONS-INFO-CATALOG-TABLE" ><TT CLASS="LITERAL" >COLLATION FOR</TT ></A > on expressions (Peter Eisentraut) </P ><P > This returns a string representing the collation of the expression. </P ></LI ><LI ><P > Add <A HREF="functions-info.html#FUNCTIONS-INFO-SCHEMA-TABLE" ><CODE CLASS="FUNCTION" >pg_opfamily_is_visible()</CODE ></A > (Josh Kupershmidt) </P ></LI ><LI ><P > Add a <TT CLASS="TYPE" >numeric</TT > variant of <A HREF="functions-admin.html#FUNCTIONS-ADMIN-DBSIZE" ><CODE CLASS="FUNCTION" >pg_size_pretty()</CODE ></A > for use with <CODE CLASS="FUNCTION" >pg_xlog_location_diff()</CODE > (Fujii Masao) </P ></LI ><LI ><P > Add a <A HREF="functions-info.html#FUNCTIONS-INFO-SESSION-TABLE" ><CODE CLASS="FUNCTION" >pg_trigger_depth()</CODE ></A > function (Kevin Grittner) </P ><P > This reports the current trigger call depth. </P ></LI ><LI ><P > Allow <A HREF="functions-aggregate.html#FUNCTIONS-AGGREGATE-TABLE" ><CODE CLASS="FUNCTION" >string_agg()</CODE ></A > to process <TT CLASS="TYPE" >bytea</TT > values (Pavel Stehule) </P ></LI ><LI ><P > Fix regular expressions in which a back-reference occurs within a larger quantified subexpression (Tom Lane) </P ><P > For example, <TT CLASS="LITERAL" >^(\w+)( \1)+$</TT >. Previous releases did not check that the back-reference actually matched the first occurrence. </P ></LI ></UL ></DIV ><DIV CLASS="SECT3" ><H3 CLASS="SECT3" ><A NAME="AEN115169" >E.25.3.8. <A HREF="information-schema.html" >Information Schema</A ></A ></H3 ><P ></P ><UL ><LI ><P > Add information schema views <TT CLASS="STRUCTNAME" >role_udt_grants</TT >, <TT CLASS="STRUCTNAME" >udt_privileges</TT >, and <TT CLASS="STRUCTNAME" >user_defined_types</TT > (Peter Eisentraut) </P ></LI ><LI ><P > Add composite-type attributes to the information schema <TT CLASS="STRUCTNAME" >element_types</TT > view (Peter Eisentraut) </P ></LI ><LI ><P > Implement <TT CLASS="STRUCTFIELD" >interval_type</TT > columns in the information schema (Peter Eisentraut) </P ><P > Formerly these columns read as nulls. </P ></LI ><LI ><P > Implement collation-related columns in the information schema <TT CLASS="STRUCTNAME" >attributes</TT >, <TT CLASS="STRUCTNAME" >columns</TT >, <TT CLASS="STRUCTNAME" >domains</TT >, and <TT CLASS="STRUCTNAME" >element_types</TT > views (Peter Eisentraut) </P ></LI ><LI ><P > Implement the <TT CLASS="STRUCTFIELD" >with_hierarchy</TT > column in the information schema <TT CLASS="STRUCTNAME" >table_privileges</TT > view (Peter Eisentraut) </P ></LI ><LI ><P > Add display of sequence <TT CLASS="LITERAL" >USAGE</TT > privileges to information schema (Peter Eisentraut) </P ></LI ><LI ><P > Make the information schema show default privileges (Peter Eisentraut) </P ><P > Previously, non-empty default permissions were not represented in the views. </P ></LI ></UL ></DIV ><DIV CLASS="SECT3" ><H3 CLASS="SECT3" ><A NAME="AEN115201" >E.25.3.9. Server-Side Languages</A ></H3 ><DIV CLASS="SECT4" ><H4 CLASS="SECT4" ><A NAME="AEN115203" >E.25.3.9.1. <A HREF="plpgsql.html" >PL/pgSQL</A > Server-Side Language</A ></H4 ><P ></P ><UL ><LI ><P > Allow the PL/pgSQL <TT CLASS="COMMAND" >OPEN</TT > cursor command to supply parameters by name (Yeb Havinga) </P ></LI ><LI ><P > Add a <TT CLASS="COMMAND" >GET STACKED DIAGNOSTICS</TT > PL/pgSQL command to retrieve exception info (Pavel Stehule) </P ></LI ><LI ><P > Speed up PL/pgSQL array assignment by caching type information (Pavel Stehule) </P ></LI ><LI ><P > Improve performance and memory consumption for long chains of <TT CLASS="LITERAL" >ELSIF</TT > clauses (Tom Lane) </P ></LI ><LI ><P > Output the function signature, not just the name, in PL/pgSQL error messages (Pavel Stehule) </P ></LI ></UL ></DIV ><DIV CLASS="SECT4" ><H4 CLASS="SECT4" ><A NAME="AEN115220" >E.25.3.9.2. <A HREF="plpython.html" >PL/Python</A > Server-Side Language</A ></H4 ><P ></P ><UL ><LI ><P > Add PL/Python <ACRONYM CLASS="ACRONYM" >SPI</ACRONYM > cursor support (Jan Urbanski) </P ><P > This allows PL/Python to read partial result sets. </P ></LI ><LI ><P > Add result metadata functions to PL/Python (Peter Eisentraut) </P ><P > Specifically, this adds result object functions <TT CLASS="LITERAL" >.colnames</TT >, <TT CLASS="LITERAL" >.coltypes</TT >, and <TT CLASS="LITERAL" >.coltypmods</TT >. </P ></LI ><LI ><P > Remove support for Python 2.2 (Peter Eisentraut) </P ></LI ></UL ></DIV ><DIV CLASS="SECT4" ><H4 CLASS="SECT4" ><A NAME="AEN115236" >E.25.3.9.3. <A HREF="xfunc-sql.html" >SQL</A > Server-Side Language</A ></H4 ><P ></P ><UL ><LI ><P > Allow <ACRONYM CLASS="ACRONYM" >SQL</ACRONYM >-language functions to reference parameters by name (Matthew Draper) </P ><P > To use this, simply name the function arguments and then reference the argument names in the <ACRONYM CLASS="ACRONYM" >SQL</ACRONYM > function body. </P ></LI ></UL ></DIV ></DIV ><DIV CLASS="SECT3" ><H3 CLASS="SECT3" ><A NAME="AEN115245" >E.25.3.10. Client Applications</A ></H3 ><P ></P ><UL ><LI ><P > Add <A HREF="app-initdb.html" ><SPAN CLASS="APPLICATION" >initdb</SPAN ></A > options <TT CLASS="OPTION" >--auth-local</TT > and <TT CLASS="OPTION" >--auth-host</TT > (Peter Eisentraut) </P ><P > This allows separate control of <TT CLASS="LITERAL" >local</TT > and <TT CLASS="LITERAL" >host</TT > <TT CLASS="FILENAME" >pg_hba.conf</TT > authentication settings. <TT CLASS="OPTION" >--auth</TT > still controls both. </P ></LI ><LI ><P > Add <TT CLASS="OPTION" >--replication</TT >/<TT CLASS="OPTION" >--no-replication</TT > flags to <A HREF="app-createuser.html" ><SPAN CLASS="APPLICATION" >createuser</SPAN ></A > to control replication permission (Fujii Masao) </P ></LI ><LI ><P > Add the <TT CLASS="OPTION" >--if-exists</TT > option to <A HREF="app-dropdb.html" ><SPAN CLASS="APPLICATION" >dropdb</SPAN ></A > and <A HREF="app-dropuser.html" ><SPAN CLASS="APPLICATION" >dropuser</SPAN ></A > (Josh Kupershmidt) </P ></LI ><LI ><P > Give command-line tools the ability to specify the name of the database to connect to, and fall back to <TT CLASS="LITERAL" >template1</TT > if a <TT CLASS="LITERAL" >postgres</TT > database connection fails (Robert Haas) </P ></LI ></UL ><DIV CLASS="SECT4" ><H4 CLASS="SECT4" ><A NAME="AEN115276" >E.25.3.10.1. <A HREF="app-psql.html" ><SPAN CLASS="APPLICATION" >psql</SPAN ></A ></A ></H4 ><P ></P ><UL ><LI ><P > Add a display mode to auto-expand output based on the display width (Peter Eisentraut) </P ><P > This adds the <TT CLASS="LITERAL" >auto</TT > option to the <TT CLASS="COMMAND" >\x</TT > command, which switches to the expanded mode when the normal output would be wider than the screen. </P ></LI ><LI ><P > Allow inclusion of a script file that is named relative to the directory of the file from which it was invoked (Gurjeet Singh) </P ><P > This is done with a new command <TT CLASS="COMMAND" >\ir</TT >. </P ></LI ><LI ><P > Add support for non-<ACRONYM CLASS="ACRONYM" >ASCII</ACRONYM > characters in <SPAN CLASS="APPLICATION" >psql</SPAN > variable names (Tom Lane) </P ></LI ><LI ><P > Add support for major-version-specific <TT CLASS="FILENAME" >.psqlrc</TT > files (Bruce Momjian) </P ><P > <SPAN CLASS="APPLICATION" >psql</SPAN > already supported minor-version-specific <TT CLASS="FILENAME" >.psqlrc</TT > files. </P ></LI ><LI ><P > Provide environment variable overrides for <SPAN CLASS="APPLICATION" >psql</SPAN > history and startup file locations (Andrew Dunstan) </P ><P > <TT CLASS="ENVAR" >PSQL_HISTORY</TT > and <TT CLASS="ENVAR" >PSQLRC</TT > now determine these file names if set. </P ></LI ><LI ><P > Add a <TT CLASS="COMMAND" >\setenv</TT > command to modify the environment variables passed to child processes (Andrew Dunstan) </P ></LI ><LI ><P > Name <SPAN CLASS="APPLICATION" >psql</SPAN >'s temporary editor files with a <TT CLASS="FILENAME" >.sql</TT > extension (Peter Eisentraut) </P ><P > This allows extension-sensitive editors to select the right mode. </P ></LI ><LI ><P > Allow <SPAN CLASS="APPLICATION" >psql</SPAN > to use zero-byte field and record separators (Peter Eisentraut) </P ><P > Various shell tools use zero-byte (NUL) separators, e.g. <SPAN CLASS="APPLICATION" >find</SPAN >. </P ></LI ><LI ><P > Make the <TT CLASS="COMMAND" >\timing</TT > option report times for failed queries (Magnus Hagander) </P ><P > Previously times were reported only for successful queries. </P ></LI ><LI ><P > Unify and tighten <SPAN CLASS="APPLICATION" >psql</SPAN >'s treatment of <TT CLASS="COMMAND" >\copy</TT > and SQL <TT CLASS="COMMAND" >COPY</TT > (Noah Misch) </P ><P > This fix makes failure behavior more predictable and honors <TT CLASS="COMMAND" >\set ON_ERROR_ROLLBACK</TT >. </P ></LI ></UL ></DIV ><DIV CLASS="SECT4" ><H4 CLASS="SECT4" ><A NAME="AEN115330" >E.25.3.10.2. Informational Commands</A ></H4 ><P ></P ><UL ><LI ><P > Make <TT CLASS="COMMAND" >\d</TT > on a sequence show the table/column name owning it (Magnus Hagander) </P ></LI ><LI ><P > Show statistics target for columns in <TT CLASS="COMMAND" >\d+</TT > (Magnus Hagander) </P ></LI ><LI ><P > Show role password expiration dates in <TT CLASS="COMMAND" >\du</TT > (Fabrízio de Royes Mello) </P ></LI ><LI ><P > Display comments for casts, conversions, domains, and languages (Josh Kupershmidt) </P ><P > These are included in the output of <TT CLASS="COMMAND" >\dC+</TT >, <TT CLASS="COMMAND" >\dc+</TT >, <TT CLASS="COMMAND" >\dD+</TT >, and <TT CLASS="COMMAND" >\dL</TT > respectively. </P ></LI ><LI ><P > Display comments for <ACRONYM CLASS="ACRONYM" >SQL</ACRONYM >/<ACRONYM CLASS="ACRONYM" >MED</ACRONYM > objects (Josh Kupershmidt) </P ><P > These are included in the output of <TT CLASS="COMMAND" >\des+</TT >, <TT CLASS="COMMAND" >\det+</TT >, and <TT CLASS="COMMAND" >\dew+</TT > for foreign servers, foreign tables, and foreign data wrappers respectively. </P ></LI ><LI ><P > Change <TT CLASS="COMMAND" >\dd</TT > to display comments only for object types without their own backslash command (Josh Kupershmidt) </P ></LI ></UL ></DIV ><DIV CLASS="SECT4" ><H4 CLASS="SECT4" ><A NAME="AEN115360" >E.25.3.10.3. Tab Completion</A ></H4 ><P ></P ><UL ><LI ><P > In <SPAN CLASS="APPLICATION" >psql</SPAN > tab completion, complete <ACRONYM CLASS="ACRONYM" >SQL</ACRONYM > keywords in either upper or lower case according to the new <A HREF="app-psql.html#APP-PSQL-VARIABLES" ><TT CLASS="LITERAL" >COMP_KEYWORD_CASE</TT ></A > setting (Peter Eisentraut) </P ></LI ><LI ><P > Add tab completion support for <TT CLASS="COMMAND" >EXECUTE</TT > (Andreas Karlsson) </P ></LI ><LI ><P > Allow tab completion of role references in <TT CLASS="COMMAND" >GRANT</TT >/<TT CLASS="COMMAND" >REVOKE</TT > (Peter Eisentraut) </P ></LI ><LI ><P > Allow tab completion of file names to supply quotes, when necessary (Noah Misch) </P ></LI ><LI ><P > Change tab completion support for <TT CLASS="COMMAND" >TABLE</TT > to also include views (Magnus Hagander) </P ></LI ></UL ></DIV ><DIV CLASS="SECT4" ><H4 CLASS="SECT4" ><A NAME="AEN115381" >E.25.3.10.4. <A HREF="app-pgdump.html" ><SPAN CLASS="APPLICATION" >pg_dump</SPAN ></A ></A ></H4 ><P ></P ><UL ><LI ><P > Add an <TT CLASS="OPTION" >--exclude-table-data</TT > option to <SPAN CLASS="APPLICATION" >pg_dump</SPAN > (Andrew Dunstan) </P ><P > This allows dumping of a table's definition but not its data, on a per-table basis. </P ></LI ><LI ><P > Add a <TT CLASS="OPTION" >--section</TT > option to <SPAN CLASS="APPLICATION" >pg_dump</SPAN > and <SPAN CLASS="APPLICATION" >pg_restore</SPAN > (Andrew Dunstan) </P ><P > Valid values are <TT CLASS="LITERAL" >pre-data</TT >, <TT CLASS="LITERAL" >data</TT >, and <TT CLASS="LITERAL" >post-data</TT >. The option can be given more than once to select two or more sections. </P ></LI ><LI ><P > Make <A HREF="app-pg-dumpall.html" ><SPAN CLASS="APPLICATION" >pg_dumpall</SPAN ></A > dump all roles first, then all configuration settings on roles (Phil Sorber) </P ><P > This allows a role's configuration settings to mention other roles without generating an error. </P ></LI ><LI ><P > Allow <SPAN CLASS="APPLICATION" >pg_dumpall</SPAN > to avoid errors if the <TT CLASS="LITERAL" >postgres</TT > database is missing in the new cluster (Robert Haas) </P ></LI ><LI ><P > Dump foreign server user mappings in user name order (Peter Eisentraut) </P ><P > This helps produce deterministic dump files. </P ></LI ><LI ><P > Dump operators in a predictable order (Peter Eisentraut) </P ></LI ><LI ><P > Tighten rules for when extension configuration tables are dumped by <SPAN CLASS="APPLICATION" >pg_dump</SPAN > (Tom Lane) </P ></LI ><LI ><P > Make <SPAN CLASS="APPLICATION" >pg_dump</SPAN > emit more useful dependency information (Tom Lane) </P ><P > The dependency links included in archive-format dumps were formerly of very limited use, because they frequently referenced objects that appeared nowhere in the dump. Now they represent actual dependencies (possibly indirect) among the dumped objects. </P ></LI ><LI ><P > Improve <SPAN CLASS="APPLICATION" >pg_dump</SPAN >'s performance when dumping many database objects (Tom Lane) </P ></LI ></UL ></DIV ></DIV ><DIV CLASS="SECT3" ><H3 CLASS="SECT3" ><A NAME="AEN115424" >E.25.3.11. <A HREF="libpq.html" ><SPAN CLASS="APPLICATION" >libpq</SPAN ></A ></A ></H3 ><P ></P ><UL ><LI ><P > Allow <SPAN CLASS="APPLICATION" >libpq</SPAN > connection strings to have the format of a <A HREF="libpq-connect.html#LIBPQ-CONNSTRING" ><ACRONYM CLASS="ACRONYM" >URI</ACRONYM ></A > (Alexander Shulgin) </P ><P > The syntax begins with <TT CLASS="LITERAL" >postgres://</TT >. This can allow applications to avoid implementing their own parser for URIs representing database connections. </P ></LI ><LI ><P > Add a <A HREF="libpq-connect.html#LIBPQ-CONNECT-SSLCOMPRESSION" >connection option</A > to disable <ACRONYM CLASS="ACRONYM" >SSL</ACRONYM > compression (Laurenz Albe) </P ><P > This can be used to remove the overhead of <ACRONYM CLASS="ACRONYM" >SSL</ACRONYM > compression on fast networks. </P ></LI ><LI ><P > Add a <A HREF="libpq-single-row-mode.html" >single-row processing mode</A > for better handling of large result sets (Kyotaro Horiguchi, Marko Kreen) </P ><P > Previously, <SPAN CLASS="APPLICATION" >libpq</SPAN > always collected the entire query result in memory before passing it back to the application. </P ></LI ><LI ><P > Add <TT CLASS="LITERAL" >const</TT > qualifiers to the declarations of the functions <CODE CLASS="FUNCTION" >PQconnectdbParams</CODE >, <CODE CLASS="FUNCTION" >PQconnectStartParams</CODE >, and <CODE CLASS="FUNCTION" >PQpingParams</CODE > (Lionel Elie Mamane) </P ></LI ><LI ><P > Allow the <TT CLASS="FILENAME" >.pgpass</TT > file to include escaped characters in the password field (Robert Haas) </P ></LI ><LI ><P > Make library functions use <CODE CLASS="FUNCTION" >abort()</CODE > instead of <CODE CLASS="FUNCTION" >exit()</CODE > when it is necessary to terminate the process (Peter Eisentraut) </P ><P > This choice does not interfere with the normal exit codes used by the program, and generates a signal that can be caught by the caller. </P ></LI ></UL ></DIV ><DIV CLASS="SECT3" ><H3 CLASS="SECT3" ><A NAME="AEN115461" >E.25.3.12. Source Code</A ></H3 ><P ></P ><UL ><LI ><P > Remove dead ports (Peter Eisentraut) </P ><P > The following platforms are no longer supported: dgux, nextstep, sunos4, svr4, ultrix4, univel, bsdi. </P ></LI ><LI ><P > Add support for building with <A HREF="install-windows.html" >MS Visual Studio 2010</A > (Brar Piening) </P ></LI ><LI ><P > Enable compiling with the MinGW-w64 32-bit compiler (Lars Kanis) </P ></LI ><LI ><P > Install <TT CLASS="FILENAME" >plpgsql.h</TT > into <TT CLASS="FILENAME" >include/server</TT > during installation (Heikki Linnakangas) </P ></LI ><LI ><P > Improve the latch facility to include detection of postmaster death (Peter Geoghegan, Heikki Linnakangas, Tom Lane) </P ><P > This eliminates one of the main reasons that background processes formerly had to wake up to poll for events. </P ></LI ><LI ><P > Use C flexible array members, where supported (Peter Eisentraut) </P ></LI ><LI ><P > Improve the concurrent transaction regression tests (<SPAN CLASS="APPLICATION" >isolationtester</SPAN >) (Noah Misch) </P ></LI ><LI ><P > Modify <SPAN CLASS="APPLICATION" >thread_test</SPAN > to create its test files in the current directory, rather than <TT CLASS="FILENAME" >/tmp</TT > (Bruce Momjian) </P ></LI ><LI ><P > Improve flex and bison warning and error reporting (Tom Lane) </P ></LI ><LI ><P > Add memory barrier support (Robert Haas) </P ><P > This is currently unused. </P ></LI ><LI ><P > Modify pgindent to use a typedef file (Bruce Momjian) </P ></LI ><LI ><P > Add a hook for processing messages due to be sent to the server log (Martin Pihlak) </P ></LI ><LI ><P > Add object access hooks for <TT CLASS="COMMAND" >DROP</TT > commands (KaiGai Kohei) </P ></LI ><LI ><P > Centralize <TT CLASS="COMMAND" >DROP</TT > handling for some object types (KaiGai Kohei) </P ></LI ><LI ><P > Add a <SPAN CLASS="APPLICATION" >pg_upgrade</SPAN > test suite (Peter Eisentraut) </P ></LI ><LI ><P > Sync regular expression code with <ACRONYM CLASS="ACRONYM" >TCL</ACRONYM > 8.5.11 and improve internal processing (Tom Lane) </P ></LI ><LI ><P > Move <ACRONYM CLASS="ACRONYM" >CRC</ACRONYM > tables to libpgport, and provide them in a separate include file (Daniel Farina) </P ></LI ><LI ><P > Add options to <SPAN CLASS="APPLICATION" >git_changelog</SPAN > for use in major release note creation (Bruce Momjian) </P ></LI ><LI ><P > Support Linux's <TT CLASS="FILENAME" >/proc/self/oom_score_adj</TT > API (Tom Lane) </P ></LI ></UL ></DIV ><DIV CLASS="SECT3" ><H3 CLASS="SECT3" ><A NAME="AEN115518" >E.25.3.13. Additional Modules</A ></H3 ><P ></P ><UL ><LI ><P > Improve efficiency of <A HREF="dblink.html" >dblink</A > by using libpq's new single-row processing mode (Kyotaro Horiguchi, Marko Kreen) </P ><P > This improvement does not apply to <CODE CLASS="FUNCTION" >dblink_send_query()</CODE >/<CODE CLASS="FUNCTION" >dblink_get_result()</CODE >. </P ></LI ><LI ><P > Support <TT CLASS="LITERAL" >force_not_null</TT > option in <A HREF="file-fdw.html" >file_fdw</A > (Shigeru Hanada) </P ></LI ><LI ><P > Implement dry-run mode for <A HREF="pgarchivecleanup.html" ><SPAN CLASS="APPLICATION" >pg_archivecleanup</SPAN ></A > (Gabriele Bartolini) </P ><P > This only outputs the names of files to be deleted. </P ></LI ><LI ><P > Add new <A HREF="pgbench.html" >pgbench</A > switches <TT CLASS="OPTION" >--unlogged-tables</TT >, <TT CLASS="OPTION" >--tablespace</TT >, and <TT CLASS="OPTION" >--index-tablespace</TT > (Robert Haas) </P ></LI ><LI ><P > Change <A HREF="pgtestfsync.html" ><SPAN CLASS="APPLICATION" >pg_test_fsync</SPAN ></A > to test for a fixed amount of time, rather than a fixed number of cycles (Bruce Momjian) </P ><P > The <TT CLASS="OPTION" >-o</TT >/cycles option was removed, and <TT CLASS="OPTION" >-s</TT >/seconds added. </P ></LI ><LI ><P > Add a <A HREF="pgtesttiming.html" ><SPAN CLASS="APPLICATION" >pg_test_timing</SPAN ></A > utility to measure clock monotonicity and timing overhead (Ants Aasma, Greg Smith) </P ></LI ><LI ><P > Add a <A HREF="tcn.html" >tcn</A > (triggered change notification) module to generate <TT CLASS="COMMAND" >NOTIFY</TT > events on table changes (Kevin Grittner) </P ></LI ></UL ><DIV CLASS="SECT4" ><H4 CLASS="SECT4" ><A NAME="AEN115557" >E.25.3.13.1. <A HREF="pgupgrade.html" ><SPAN CLASS="APPLICATION" >pg_upgrade</SPAN ></A ></A ></H4 ><P ></P ><UL ><LI ><P > Adjust <SPAN CLASS="APPLICATION" >pg_upgrade</SPAN > environment variables (Bruce Momjian) </P ><P > Rename data, bin, and port environment variables to begin with <TT CLASS="LITERAL" >PG</TT >, and support <TT CLASS="ENVAR" >PGPORTOLD</TT >/<TT CLASS="ENVAR" >PGPORTNEW</TT >, to replace <TT CLASS="ENVAR" >PGPORT</TT >. </P ></LI ><LI ><P > Overhaul <SPAN CLASS="APPLICATION" >pg_upgrade</SPAN > logging and failure reporting (Bruce Momjian) </P ><P > Create four append-only log files, and delete them on success. Add <TT CLASS="OPTION" >-r</TT >/<TT CLASS="OPTION" >--retain</TT > option to unconditionally retain these files. Also remove <SPAN CLASS="APPLICATION" >pg_upgrade</SPAN > options <TT CLASS="OPTION" >-g</TT >/<TT CLASS="OPTION" >-G</TT >/<TT CLASS="OPTION" >-l</TT > options as unnecessary, and tighten log file permissions. </P ></LI ><LI ><P > Make <SPAN CLASS="APPLICATION" >pg_upgrade</SPAN > create a script to incrementally generate more accurate optimizer statistics (Bruce Momjian) </P ><P > This reduces the time needed to generate minimal cluster statistics after an upgrade. </P ></LI ><LI ><P > Allow <SPAN CLASS="APPLICATION" >pg_upgrade</SPAN > to upgrade an old cluster that does not have a <TT CLASS="LITERAL" >postgres</TT > database (Bruce Momjian) </P ></LI ><LI ><P > Allow <SPAN CLASS="APPLICATION" >pg_upgrade</SPAN > to handle cases where some old or new databases are missing, as long as they are empty (Bruce Momjian) </P ></LI ><LI ><P > Allow <SPAN CLASS="APPLICATION" >pg_upgrade</SPAN > to handle configuration-only directory installations (Bruce Momjian) </P ></LI ><LI ><P > In <SPAN CLASS="APPLICATION" >pg_upgrade</SPAN >, add <TT CLASS="OPTION" >-o</TT >/<TT CLASS="OPTION" >-O</TT > options to pass parameters to the servers (Bruce Momjian) </P ><P > This is useful for configuration-only directory installs. </P ></LI ><LI ><P > Change <SPAN CLASS="APPLICATION" >pg_upgrade</SPAN > to use port 50432 by default (Bruce Momjian) </P ><P > This helps avoid unintended client connections during the upgrade. </P ></LI ><LI ><P > Reduce cluster locking in <SPAN CLASS="APPLICATION" >pg_upgrade</SPAN > (Bruce Momjian) </P ><P > Specifically, only lock the old cluster if link mode is used, and do it right after the schema is restored. </P ></LI ></UL ></DIV ><DIV CLASS="SECT4" ><H4 CLASS="SECT4" ><A NAME="AEN115608" >E.25.3.13.2. <A HREF="pgstatstatements.html" ><SPAN CLASS="APPLICATION" >pg_stat_statements</SPAN ></A ></A ></H4 ><P ></P ><UL ><LI ><P > Allow <SPAN CLASS="APPLICATION" >pg_stat_statements</SPAN > to aggregate similar queries via SQL text normalization (Peter Geoghegan, Tom Lane) </P ><P > Users with applications that use non-parameterized SQL will now be able to monitor query performance without detailed log analysis. </P ></LI ><LI ><P > Add dirtied and written block counts and read/write times to <SPAN CLASS="APPLICATION" >pg_stat_statements</SPAN > (Robert Haas, Ants Aasma) </P ></LI ><LI ><P > Prevent <SPAN CLASS="APPLICATION" >pg_stat_statements</SPAN > from double-counting <TT CLASS="COMMAND" >PREPARE</TT > and <TT CLASS="COMMAND" >EXECUTE</TT > commands (Tom Lane) </P ></LI ></UL ></DIV ><DIV CLASS="SECT4" ><H4 CLASS="SECT4" ><A NAME="AEN115625" >E.25.3.13.3. <A HREF="sepgsql.html" >sepgsql</A ></A ></H4 ><P ></P ><UL ><LI ><P > Support <TT CLASS="LITERAL" >SECURITY LABEL</TT > on global objects (KaiGai Kohei, Robert Haas) </P ><P > Specifically, add security labels to databases, tablespaces, and roles. </P ></LI ><LI ><P > Allow sepgsql to honor database labels (KaiGai Kohei) </P ></LI ><LI ><P > Perform sepgsql permission checks during the creation of various objects (KaiGai Kohei) </P ></LI ><LI ><P > Add <CODE CLASS="FUNCTION" >sepgsql_setcon()</CODE > and related functions to control the sepgsql security domain (KaiGai Kohei) </P ></LI ><LI ><P > Add a user space access cache to sepgsql to improve performance (KaiGai Kohei) </P ></LI ></UL ></DIV ></DIV ><DIV CLASS="SECT3" ><H3 CLASS="SECT3" ><A NAME="AEN115642" >E.25.3.14. Documentation</A ></H3 ><P ></P ><UL ><LI ><P > Add a rule to optionally build HTML documentation using the stylesheet from the website (Magnus Hagander) </P ><P > Use <TT CLASS="COMMAND" >gmake STYLE=website draft</TT >. </P ></LI ><LI ><P > Improve <TT CLASS="COMMAND" >EXPLAIN</TT > documentation (Tom Lane) </P ></LI ><LI ><P > Document that user/database names are preserved with double-quoting by command-line tools like <SPAN CLASS="APPLICATION" >vacuumdb</SPAN > (Bruce Momjian) </P ></LI ><LI ><P > Document the actual string returned by the client for MD5 authentication (Cyan Ogilvie) </P ></LI ><LI ><P > Deprecate use of <TT CLASS="LITERAL" >GLOBAL</TT > and <TT CLASS="LITERAL" >LOCAL</TT > in <TT CLASS="COMMAND" >CREATE TEMP TABLE</TT > (Noah Misch) </P ><P > <SPAN CLASS="PRODUCTNAME" >PostgreSQL</SPAN > has long treated these keyword as no-ops, and continues to do so; but in future they might mean what the SQL standard says they mean, so applications should avoid using them. </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-9-2-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-9-1-24.html" ACCESSKEY="N" >Next</A ></TD ></TR ><TR ><TD WIDTH="33%" ALIGN="left" VALIGN="top" >Release 9.2.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 9.1.24</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