diff --git a/doc/src/sgml/release-7.4.sgml b/doc/src/sgml/release-7.4.sgml
index 44ec0fb8fe2..009b145b4a3 100644
--- a/doc/src/sgml/release-7.4.sgml
+++ b/doc/src/sgml/release-7.4.sgml
@@ -1,6 +1,45 @@
-
+
+
+ Release 7.4.26
+
+
+ Release date
+ 2009-09-09, AS OF 2009-08-26
+
+
+
+ This release contains a variety of fixes from 7.4.25.
+ For information about new features in the 7.4 major release, see
+ .
+
+
+
+ Migration to Version 7.4.26
+
+
+ A dump/restore is not required for those running 7.4.X.
+
+
+
+
+
+ Changes
+
+
+
+
+
+ Re-add documentation for configure flag --no-readline> (Andrew)
+
+
+
+
+
+
+
+
Release 7.4.25
diff --git a/doc/src/sgml/release-8.0.sgml b/doc/src/sgml/release-8.0.sgml
index 72e74892fea..d9f50fd8c89 100644
--- a/doc/src/sgml/release-8.0.sgml
+++ b/doc/src/sgml/release-8.0.sgml
@@ -1,6 +1,63 @@
-
+
+
+ Release 8.0.22
+
+
+ Release date
+ 2009-09-09, AS OF 2009-08-26
+
+
+
+ This release contains a variety of fixes from 8.0.21.
+ For information about new features in the 8.0 major release, see
+ .
+
+
+
+ Migration to Version 8.0.22
+
+
+ A dump/restore is not required for those running 8.0.X.
+
+
+
+
+
+ Changes
+
+
+
+
+
+ Treat to_char(..., 'TH')> as an uppercase ordinal
+ suffix with 'HH'>/'HH12'> (Heikki)
+
+
+
+ It was previously handled as 'th'> (lowercase).
+
+
+
+
+
+ Fix /contrib/xml2> xslt_process()> to
+ properly handle the maximum number of parameters (twenty) (Tom)
+
+
+
+
+
+ Re-add documentation for configure flag --no-readline> (Andrew)
+
+
+
+
+
+
+
+
Release 8.0.21
diff --git a/doc/src/sgml/release-8.1.sgml b/doc/src/sgml/release-8.1.sgml
index 5cfdcfa7c23..37cd0a5fec0 100644
--- a/doc/src/sgml/release-8.1.sgml
+++ b/doc/src/sgml/release-8.1.sgml
@@ -1,6 +1,63 @@
-
+
+
+ Release 8.1.18
+
+
+ Release date
+ 2009-09-09, AS OF 2009-08-26
+
+
+
+ This release contains a variety of fixes from 8.1.17.
+ For information about new features in the 8.1 major release, see
+ .
+
+
+
+ Migration to Version 8.1.18
+
+
+ A dump/restore is not required for those running 8.1.X.
+
+
+
+
+
+ Changes
+
+
+
+
+
+ Treat to_char(..., 'TH')> as an uppercase ordinal
+ suffix with 'HH'>/'HH12'> (Heikki)
+
+
+
+ It was previously handled as 'th'> (lowercase).
+
+
+
+
+
+ Fix /contrib/xml2> xslt_process()> to
+ properly handle the maximum number of parameters (twenty) (Tom)
+
+
+
+
+
+ Re-add documentation for configure flag --no-readline> (Andrew)
+
+
+
+
+
+
+
+
Release 8.1.17
diff --git a/doc/src/sgml/release-8.2.sgml b/doc/src/sgml/release-8.2.sgml
index 5fceeb7b895..ac3360f9a7e 100644
--- a/doc/src/sgml/release-8.2.sgml
+++ b/doc/src/sgml/release-8.2.sgml
@@ -1,6 +1,63 @@
-
+
+
+ Release 8.2.14
+
+
+ Release date
+ 2009-09-09, AS OF 2009-08-26
+
+
+
+ This release contains a variety of fixes from 8.2.13.
+ For information about new features in the 8.2 major release, see
+ .
+
+
+
+ Migration to Version 8.2.14
+
+
+ A dump/restore is not required for those running 8.2.X.
+
+
+
+
+
+ Changes
+
+
+
+
+
+ Treat to_char(..., 'TH')> as an uppercase ordinal
+ suffix with 'HH'>/'HH12'> (Heikki)
+
+
+
+ It was previously handled as 'th'> (lowercase).
+
+
+
+
+
+ Fix /contrib/xml2> xslt_process()> to
+ properly handle the maximum number of parameters (twenty) (Tom)
+
+
+
+
+
+ Re-add documentation for configure flag --no-readline> (Andrew)
+
+
+
+
+
+
+
+
Release 8.2.13
diff --git a/doc/src/sgml/release-8.3.sgml b/doc/src/sgml/release-8.3.sgml
index cdda7d71cc3..2a6737ea022 100644
--- a/doc/src/sgml/release-8.3.sgml
+++ b/doc/src/sgml/release-8.3.sgml
@@ -1,6 +1,82 @@
-
+
+
+ Release 8.3.8
+
+
+ Release date
+ 2009-09-09, AS OF 2009-08-26
+
+
+
+ This release contains a variety of fixes from 8.3.7.
+ For information about new features in the 8.3 major release, see
+ .
+
+
+
+ Migration to Version 8.3.8
+
+
+ A dump/restore is not required for those running 8.3.X.
+
+
+
+
+
+ Changes
+
+
+
+
+
+ Treat to_char(..., 'TH')> as an uppercase ordinal
+ suffix with 'HH'>/'HH12'> (Heikki)
+
+
+
+ It was previously handled as 'th'> (lowercase).
+
+
+
+
+
+ Fix /contrib/xml2> xslt_process()> to
+ properly handle the maximum number of parameters (twenty) (Tom)
+
+
+
+
+
+ Fix case where pg_ctl> fast shutdown was not
+ working if pg_ctl> smart shutdown was already in
+ progress (Fujii Masao)
+
+
+
+
+
+ Re-add documentation for configure flag --no-readline> (Andrew)
+
+
+
+
+
+ Fix problem where Win32 shared memory allocation sometimes failed on
+ startup (Tsutomu Yamada, Magnus)
+
+
+
+ This bug caused some Win32 backends to randomly not start.
+
+
+
+
+
+
+
+
Release 8.3.7
diff --git a/doc/src/sgml/release-old.sgml b/doc/src/sgml/release-old.sgml
index 0f897c1b366..c225a231d8e 100644
--- a/doc/src/sgml/release-old.sgml
+++ b/doc/src/sgml/release-old.sgml
@@ -1,4 +1,4 @@
-
+