diff --git a/reference/pgsql/functions/pg-fetch-all.xml b/reference/pgsql/functions/pg-fetch-all.xml
index f1b58f354c..46bdf1f8f3 100644
--- a/reference/pgsql/functions/pg-fetch-all.xml
+++ b/reference/pgsql/functions/pg-fetch-all.xml
@@ -102,6 +102,30 @@ Array
+
+ &reftitle.changelog;
+
+
+
+
+
+ &Version;
+ &Description;
+
+
+
+
+ 7.1.0
+
+ The result_type parameter was added.
+
+
+
+
+
+
+
+
&reftitle.seealso;
diff --git a/reference/pgsql/functions/pg-last-notice.xml b/reference/pgsql/functions/pg-last-notice.xml
index efdfffd22c..1a11d5649e 100644
--- a/reference/pgsql/functions/pg-last-notice.xml
+++ b/reference/pgsql/functions/pg-last-notice.xml
@@ -91,6 +91,30 @@ CREATE TABLE will create implicit sequence "test_id_seq" for "serial" column "te
+
+ &reftitle.changelog;
+
+
+
+
+
+ &Version;
+ &Description;
+
+
+
+
+ 7.1.0
+
+ The option parameter was added.
+
+
+
+
+
+
+
+
&reftitle.seealso;
diff --git a/reference/pgsql/functions/pg-select.xml b/reference/pgsql/functions/pg-select.xml
index d024f2639a..147a67ffe8 100644
--- a/reference/pgsql/functions/pg-select.xml
+++ b/reference/pgsql/functions/pg-select.xml
@@ -17,6 +17,7 @@
stringtable_name
arrayassoc_array
intoptionsPGSQL_DML_EXEC
+ intresult_typePGSQL_ASSOC
pg_select selects records specified by
@@ -123,6 +124,12 @@
+
+ 7.1.0
+
+ The result_type parameter was added.
+
+
5.6.0
diff --git a/reference/url/functions/get-headers.xml b/reference/url/functions/get-headers.xml
index 74384bed81..88bc30fbc1 100644
--- a/reference/url/functions/get-headers.xml
+++ b/reference/url/functions/get-headers.xml
@@ -12,6 +12,7 @@
arrayget_headers
stringurl
intformat0
+ resourcecontext
get_headers returns an array with the headers sent
@@ -73,6 +74,12 @@
function.
+
+ 7.1.0
+
+ The context parameter was added.
+
+