mirror of
https://github.com/postgres/postgres.git
synced 2025-04-27 22:56:53 +03:00
More new subsections in release notes.
This commit is contained in:
parent
5f6f72b05d
commit
c9aa8a62c0
@ -1,4 +1,4 @@
|
||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.619 2009/03/30 22:01:15 momjian Exp $ -->
|
||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.620 2009/03/31 01:26:13 momjian Exp $ -->
|
||||
<!--
|
||||
|
||||
Typical markup:
|
||||
@ -738,136 +738,136 @@ do it for earlier branch release files.
|
||||
|
||||
</sect4>
|
||||
|
||||
</sect3>
|
||||
<sect4>
|
||||
<title>Continuous Archiving</title>
|
||||
<itemizedlist>
|
||||
|
||||
<sect3>
|
||||
<title>Continuous Archiving</title>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>
|
||||
Have <function>pg_stop_backup()</> wait for modified <acronym>WAL</>
|
||||
files to be archived (Simon)
|
||||
</para>
|
||||
|
||||
<listitem>
|
||||
<para>
|
||||
Have <function>pg_stop_backup()</> wait for modified <acronym>WAL</>
|
||||
files to be archived (Simon)
|
||||
</para>
|
||||
<para>
|
||||
This guarantees that the backup is valid at the time
|
||||
<function>pg_stop_backup()</> completes.
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
<para>
|
||||
This guarantees that the backup is valid at the time
|
||||
<function>pg_stop_backup()</> completes.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Prevent normal shutdown if a continuous archiving base backup
|
||||
is in progress (Laurenz Albe)
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>
|
||||
Prevent normal shutdown if a continuous archiving base backup
|
||||
is in progress (Laurenz Albe)
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Cancel a continuous archiving base backup if a fast shutdown
|
||||
is requested (Laurenz Albe)
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>
|
||||
Cancel a continuous archiving base backup if a fast shutdown
|
||||
is requested (Laurenz Albe)
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Allow <filename>recovery.conf</> boolean variables to take the
|
||||
same range of string values as <filename>postgresql.conf</>
|
||||
(Bruce)
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>
|
||||
Allow <filename>recovery.conf</> boolean variables to take the
|
||||
same range of string values as <filename>postgresql.conf</>
|
||||
(Bruce)
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
</itemizedlist>
|
||||
</sect4>
|
||||
|
||||
</sect3>
|
||||
<sect4>
|
||||
<title>Monitoring</title>
|
||||
<itemizedlist>
|
||||
|
||||
<sect3>
|
||||
<title>Monitoring</title>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>
|
||||
Add <function>pg_conf_load_time()</> to report when
|
||||
the Postgres configuration files were last loaded (George
|
||||
Gensure)
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>
|
||||
Add <function>pg_conf_load_time()</> to report when
|
||||
the Postgres configuration files were last loaded (George
|
||||
Gensure)
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Add <function>pg_terminate_backend()</> to safely terminate a
|
||||
backend (the <literal>SIGTERM</> signal works also) (Tom, Bruce)
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>
|
||||
Add <function>pg_terminate_backend()</> to safely terminate a
|
||||
backend (the <literal>SIGTERM</> signal works also) (Tom, Bruce)
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Add ability to track user-defined functions call counts and
|
||||
runtimes via parameter <varname>track_functions</> (Martin
|
||||
Pihlak)
|
||||
</para>
|
||||
|
||||
<listitem>
|
||||
<para>
|
||||
Add ability to track user-defined functions call counts and
|
||||
runtimes via parameter <varname>track_functions</> (Martin
|
||||
Pihlak)
|
||||
</para>
|
||||
<para>
|
||||
Function statistics appear in a new system table,
|
||||
<literal>pg_stat_user_functions</>. However, inlined
|
||||
<acronym>SQL</> functions are not tracked.
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
<para>
|
||||
Function statistics appear in a new system table,
|
||||
<literal>pg_stat_user_functions</>. However, inlined
|
||||
<acronym>SQL</> functions are not tracked.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Allow specification of the maximum <literal>pg_stat_activity</>
|
||||
query string size via <varname>track_activity_query_size</>
|
||||
parameter (Thomas Lee)
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>
|
||||
Allow specification of the maximum <literal>pg_stat_activity</>
|
||||
query string size via <varname>track_activity_query_size</>
|
||||
parameter (Thomas Lee)
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Improve syslog performance by increasing the maximum line length
|
||||
(Tom)
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>
|
||||
Improve syslog performance by increasing the maximum line length
|
||||
(Tom)
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Add read-only <filename>postgresql.conf</> variables <varname>segment_size</>,
|
||||
<varname>wal_block_size</>, and <varname>wal_segment_size</> (Bernd Helmle)
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>
|
||||
Add read-only <filename>postgresql.conf</> variables <varname>segment_size</>,
|
||||
<varname>wal_block_size</>, and <varname>wal_segment_size</> (Bernd Helmle)
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
When reporting a deadlock, report all session queries involved
|
||||
in the deadlock to the server log (Itagaki Takahiro)
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>
|
||||
When reporting a deadlock, report all session queries involved
|
||||
in the deadlock to the server log (Itagaki Takahiro)
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
New <function>pg_stat_get_activity(pid)</> function to return
|
||||
information about a specific process id (Magnus)
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>
|
||||
New <function>pg_stat_get_activity(pid)</> function to return
|
||||
information about a specific process id (Magnus)
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Move the server statistics file into the subdirectory
|
||||
<filename>pg_stat_tmp</> and allow its location to be specified
|
||||
via <varname>stats_temp_directory</> (Magnus)
|
||||
</para>
|
||||
|
||||
<listitem>
|
||||
<para>
|
||||
Move the server statistics file into the subdirectory
|
||||
<filename>pg_stat_tmp</> and allow its location to be specified
|
||||
via <varname>stats_temp_directory</> (Magnus)
|
||||
</para>
|
||||
<para>
|
||||
This allows the statistics file to be placed in a
|
||||
<acronym>RAM</>-resident directory to reduce I/O requirements.
|
||||
On startup/shutdown, the file is copied to the top-level
|
||||
<literal>$PGDATA</> directory so it is preserved between
|
||||
restarts.
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
<para>
|
||||
This allows the statistics file to be placed in a
|
||||
<acronym>RAM</>-resident directory to reduce I/O requirements.
|
||||
On startup/shutdown, the file is copied to the top-level
|
||||
<literal>$PGDATA</> directory so it is preserved between
|
||||
restarts.
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
</itemizedlist>
|
||||
</sect4>
|
||||
|
||||
</sect3>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user