Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 32 additions & 1 deletion doc/src/sgml/release-18.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
<!-- See header comment in release.sgml about typical markup -->

<sect1 id="release-18-3">
<!--
<title>Release 18.3</title>
-->
<title>リリース18.3</title>

<formalpara>
<!--
Expand All @@ -18,12 +21,15 @@
For information about new features in major release 18, see
<xref linkend="release-18"/>.
-->
このリリースは18.2に対し、様々な不具合を修正したものです
このリリースは18.2に対し、少数の不具合を修正したものです
18メジャーリリースにおける新機能については、<xref linkend="release-18"/>を参照してください。
</para>

<sect2 id="release-18-3-migration">
<!--
<title>Migration to Version 18.3</title>
-->
<title>バージョン18.3への移行</title>

<para>
<!--
Expand Down Expand Up @@ -378,7 +384,10 @@ Postgresによって生成される<type>hstore</type>の値には重複キー
</sect1>

<sect1 id="release-18-2">
<!--
<title>Release 18.2</title>
-->
<title>リリース18.2</title>

<formalpara>
<!--
Expand All @@ -399,7 +408,10 @@ Postgresによって生成される<type>hstore</type>の値には重複キー
</para>

<sect2 id="release-18-2-migration">
<!--
<title>Migration to Version 18.2</title>
-->
<title>バージョン18.2への移行</title>

<para>
<!--
Expand Down Expand Up @@ -2745,29 +2757,48 @@ Branch: REL_14_STABLE [8bbf28191] 2026-01-18 14:55:13 -0500
</sect1>

<sect1 id="release-18-1">
<!--
<title>Release 18.1</title>
-->
<title>リリース18.1</title>

<formalpara>
<!--
<title>Release date:</title>
-->
<title>リリース日:</title>
<para>2025-11-13</para>
</formalpara>

<para>
<!--
This release contains a variety of fixes from 18.0.
For information about new features in major release 18, see
<xref linkend="release-18"/>.
-->
このリリースは18.0に対し、様々な不具合を修正したものです。
18メジャーリリースにおける新機能については、<xref linkend="release-18"/>を参照してください。
</para>

<sect2 id="release-18-1-migration">
<!--
<title>Migration to Version 18.1</title>
-->
<title>バージョン18.1への移行</title>

<para>
<!--
A dump/restore is not required for those running 18.X.
-->
18.Xを実行している場合、ダンプ/リストアは必要ありません。
</para>
</sect2>

<sect2 id="release-18-1-changes">
<!--
<title>Changes</title>
-->
<title>変更点</title>

<itemizedlist>

Expand Down
Loading