diff --git a/HISTORY b/HISTORY
index dcfd713c15a..18d7b1b724c 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1,5 +1,5 @@
Release notes for all versions of PostgreSQL can be found on-line at
-http://www.postgresql.org/docs/current/static/release.html
+https://www.postgresql.org/docs/current/static/release.html
Distribution file sets include release notes for their version and preceding
versions. Visit the file doc/src/sgml/html/release.html in an HTML browser.
diff --git a/README b/README
index 302028e9928..12de3f1d73c 100644
--- a/README
+++ b/README
@@ -11,7 +11,7 @@ and functions. This distribution also contains C language bindings.
PostgreSQL has many language interfaces, many of which are listed here:
- http://www.postgresql.org/download
+ https://www.postgresql.org/download
See the file INSTALL for instructions on how to build and install
PostgreSQL. That file also lists supported operating systems and
@@ -23,5 +23,5 @@ distribution; it can be read as described in the installation
instructions.
The latest version of this software may be obtained at
-http://www.postgresql.org/download/. For more information look at our
-web site located at http://www.postgresql.org/.
+https://www.postgresql.org/download/. For more information look at our
+web site located at https://www.postgresql.org/.
diff --git a/README.git b/README.git
index 0bf2b56cb34..52cb7223dfb 100644
--- a/README.git
+++ b/README.git
@@ -6,7 +6,7 @@ git and so will not be present if you are using a git checkout.
If you are using a git checkout, you can view the most recent installation
instructions at:
- http://www.postgresql.org/docs/devel/static/installation.html
+ https://www.postgresql.org/docs/devel/static/installation.html
Users compiling from git will also need compatible versions of Bison, Flex,
and Perl, as discussed in the install documentation. These programs are not
diff --git a/doc/TODO b/doc/TODO
index 4b7b3da4761..d9d0c0cc52d 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,3 +1,3 @@
The TODO list is now maintained at:
- http://wiki.postgresql.org/wiki/Todo
+ https://wiki.postgresql.org/wiki/Todo
diff --git a/doc/bug.template b/doc/bug.template
index af35277a81e..4c39cba77de 100644
--- a/doc/bug.template
+++ b/doc/bug.template
@@ -9,7 +9,7 @@ If you not only found the problem but solved it and generated a patch
then e-mail it to pgsql-hackers@postgresql.org instead. Please use the
command "diff -c" to generate the patch.
-You may also enter a bug report at http://www.postgresql.org/ instead of
+You may also enter a bug report at https://www.postgresql.org/ instead of
e-mailing this form.
============================================================================
diff --git a/doc/src/sgml/acronyms.sgml b/doc/src/sgml/acronyms.sgml
index 38f111ef9d9..8bde44e5afe 100644
--- a/doc/src/sgml/acronyms.sgml
+++ b/doc/src/sgml/acronyms.sgml
@@ -300,7 +300,7 @@
Heap-Only
+ url="https://git.postgresql.org/gitweb?p=postgresql.git;a=blob;f=src/backend/access/heap/README.HOT;hb=HEAD">Heap-Only
Tuples
diff --git a/doc/src/sgml/advanced.sgml b/doc/src/sgml/advanced.sgml
index 218988e0afc..a84121372f1 100644
--- a/doc/src/sgml/advanced.sgml
+++ b/doc/src/sgml/advanced.sgml
@@ -710,7 +710,7 @@ SELECT name, altitude
If you feel you need more introductory material, please visit the PostgreSQL
- web site
+ web site
for links to more resources.
diff --git a/doc/src/sgml/contacts.sgml b/doc/src/sgml/contacts.sgml
index a9816250279..308eb418a5c 100644
--- a/doc/src/sgml/contacts.sgml
+++ b/doc/src/sgml/contacts.sgml
@@ -16,7 +16,7 @@ and the mailing lists themselves.
Refer to the introduction in this manual or to the
PostgreSQL
-web page
+web page
for subscription information to the no-cost mailing lists.
diff --git a/doc/src/sgml/external-projects.sgml b/doc/src/sgml/external-projects.sgml
index f42137ff268..5f3e3ef5d2f 100644
--- a/doc/src/sgml/external-projects.sgml
+++ b/doc/src/sgml/external-projects.sgml
@@ -72,7 +72,7 @@
JDBCJDBCType 4 JDBC driver
- http://jdbc.postgresql.org/
+ https://jdbc.postgresql.org/
diff --git a/doc/src/sgml/info.sgml b/doc/src/sgml/info.sgml
index a59d0c8a438..233ba0e6687 100644
--- a/doc/src/sgml/info.sgml
+++ b/doc/src/sgml/info.sgml
@@ -14,10 +14,10 @@
The PostgreSQLwiki contains the project's FAQ>
+ url="https://wiki.postgresql.org">wiki contains the project's FAQ>
(Frequently Asked Questions) list, TODO> list, and
+ url="https://wiki.postgresql.org/wiki/Todo">TODO> list, and
detailed information about many more topics.
@@ -28,7 +28,7 @@
The PostgreSQL
- web site
+ web site
carries details on the latest release and other
information to make your work or play with
PostgreSQL more productive.
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml
index d8a0b08c066..a00a4f4cd69 100644
--- a/doc/src/sgml/installation.sgml
+++ b/doc/src/sgml/installation.sgml
@@ -352,16 +352,18 @@ su - postgres
Getting The Source
- The PostgreSQL> &version; sources can be obtained by
- anonymous FTP from .
- Other download options can be found on our website:
- . After you
- have obtained the file, unpack it:
+ The PostgreSQL> &version; sources can be obtained from the
+ download section of our
+ website: . You
+ should get a file named postgresql-&version;.tar.gz
+ or postgresql-&version;.tar.bz2. After
+ you have obtained the file, unpack it:
gunzip postgresql-&version;.tar.gztar xf postgresql-&version;.tar
+ (Use bunzip2 instead of gunzip if you
+ have the .bz2 file.)
This will create a directory
postgresql-&version; under the current directory
with the PostgreSQL> sources.
@@ -1957,7 +1959,7 @@ kill `cat /usr/local/pgsql/data/postmaster.pid`
it has recently been verified to build and pass its regression tests
on that platform. Currently, most testing of platform compatibility
is done automatically by test machines in the
- PostgreSQL Build Farm.
+ PostgreSQL Build Farm.
If you are interested in using PostgreSQL> on a platform
that is not represented in the build farm, but on which the code works
or can be made to work, you are strongly encouraged to set up a build
@@ -2133,7 +2135,7 @@ kill `cat /usr/local/pgsql/data/postmaster.pid`
should take care of it.
-
+
One user reports:
@@ -2195,7 +2197,7 @@ hosts=local4,bind4
Memory Management
-
+
AIX can be somewhat peculiar with regards to the way it does
diff --git a/doc/src/sgml/problems.sgml b/doc/src/sgml/problems.sgml
index 3f79c6ef90c..6bf74bb3999 100644
--- a/doc/src/sgml/problems.sgml
+++ b/doc/src/sgml/problems.sgml
@@ -304,7 +304,7 @@
Another method is to fill in the bug report web-form available
at the project's
- web site.
+ web site.
Entering a bug report this way causes it to be mailed to the
pgsql-bugs@postgresql.org mailing list.
diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml
index ca69a7e13f5..29ae3a3d7a8 100644
--- a/doc/src/sgml/release.sgml
+++ b/doc/src/sgml/release.sgml
@@ -57,9 +57,9 @@ For new features, add links to the documentation sections.
A complete list of changes for each release can be obtained by
viewing the Git logs for each release.
The pgsql-committers
+ url="https://archives.postgresql.org/pgsql-committers/">pgsql-committers
email list records all source code changes as well. There is also
- a web
+ a web
interface that shows changes to specific files.
diff --git a/doc/src/sgml/sepgsql.sgml b/doc/src/sgml/sepgsql.sgml
index 5fc4a591952..086ee57e9c4 100644
--- a/doc/src/sgml/sepgsql.sgml
+++ b/doc/src/sgml/sepgsql.sgml
@@ -697,7 +697,7 @@ ERROR: SELinux: security policy violation
External Resources
- SE-PostgreSQL Introduction
+ SE-PostgreSQL Introduction
This wiki page provides a brief overview, security design, architecture,
diff --git a/doc/src/sgml/sourcerepo.sgml b/doc/src/sgml/sourcerepo.sgml
index d82706b40b3..f8f6bf2de1d 100644
--- a/doc/src/sgml/sourcerepo.sgml
+++ b/doc/src/sgml/sourcerepo.sgml
@@ -12,7 +12,7 @@
Our wiki, ,
+ url="https://wiki.postgresql.org/wiki/Working_with_Git">,
has some discussion on working with Git.
@@ -64,10 +64,10 @@ git clone git://git.postgresql.org/git/postgresql.git
The Git mirror can also be reached via the HTTP protocol, if for example
a firewall is blocking access to the Git protocol. Just change the URL
- prefix to http>, as in:
+ prefix to https>, as in:
-git clone http://git.postgresql.org/git/postgresql.git
+git clone https://git.postgresql.org/git/postgresql.git
The HTTP protocol is less efficient than the Git protocol, so it will be