This is more secure, and saves a redirect since we no longer accept
plain HTTP connections on the website.
References in code comments should probably be updated too, but
that doesn't seem to need back-patching, whereas this does.
Also, in the 9.2 branch, remove suggestion that you can get the
source code via FTP, since that service will be shut down soon.
Daniel Gustafsson, with a few additional changes by me
Discussion: https://postgr.es/m/
9A2C89A7-0BB8-41A8-B288-
8B7BD09D7D44@yesql.se
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.
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
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/.
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
The TODO list is now maintained at:
- http://wiki.postgresql.org/wiki/Todo
+ https://wiki.postgresql.org/wiki/Todo
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.
============================================================================
- url="http://git.postgresql.org/gitweb?p=postgresql.git;a=blob;f=src/backend/access/heap/README.HOT;hb=HEAD">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
If you feel you need more introductory material, please visit the PostgreSQL
+
s://www.postgresql.org">web site
for links to more resources.
Refer to the introduction in this manual or to the
+
s://www.postgresql.org">web page
for subscription information to the no-cost mailing lists.
To produce HTML documentation with the stylesheet used on
- url="http://postgresql.org/docs/current">postgresql.org> instead of the
+ url="https://www.postgresql.org/docs/current">postgresql.org> instead of the
default simple style use:
doc/src/sgml$ make STYLE=website html
JDBC
JDBC
Type 4 JDBC driver
+
s://jdbc.postgresql.org/">
|
The
PostgreSQL
- url="http://wiki.postgresql.org">wiki contains the project's
- url="http://wiki.postgresql.org/wiki/Frequently_Asked_Questions">FAQ>
+ url="http
s://wiki.postgresql.org">wiki contains the project's
+ url="https://wiki.postgresql.org/wiki/Frequently_Asked_Questions">FAQ>
(Frequently Asked Questions) list,
- url="http://wiki.postgresql.org/wiki/Todo">TODO> list, and
+ url="https://wiki.postgresql.org/wiki/Todo">TODO> list, and
detailed information about many more topics.
+
s://www.postgresql.org">web site
carries details on the latest release and other
information to make your work or play with
PostgreSQL more productive.
The
PostgreSQL> &version; sources can be obtained from the
download section of our
+ website:
s://www.postgresql.org/download/">. You
should get a file named postgresql-&version;.tar.gz
or postgresql-&version;.tar.bz2. After
you have obtained the file, unpack it:
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
+
s://buildfarm.postgresql.org/">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
should take care of it.
-
+
One user reports:
Memory Management
-
+
AIX can be somewhat peculiar with regards to the way it does
Another method is to fill in the bug report web-form available
at the project's
+
s://www.postgresql.org/">web site.
Entering a bug report this way causes it to be mailed to the
A complete list of changes for each release can be obtained by
viewing the Git logs for each release.
The
- url="http://archives.postgresql.org/pgsql-committers/">pgsql-committers
+ url="https://archives.postgresql.org/pgsql-committers/">pgsql-committers
email list records all source code changes as well. There is also
+ a
s://git.postgresql.org/gitweb?p=postgresql.git;a=summary">web
interface that shows changes to specific files.
External Resources
-
SE-PostgreSQL Introduction
+
s://wiki.postgresql.org/wiki/SEPostgreSQL">SE-PostgreSQL Introduction
This wiki page provides a brief overview, security design, architecture,
Our wiki,
- url="http://wiki.postgresql.org/wiki/Working_with_Git">,
+ url="https://wiki.postgresql.org/wiki/Working_with_Git">,
has some discussion on working with 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
stylesheet.css
- http://www.postgresql.org/media/css/docs.css
+ https://www.postgresql.org/media/css/docs.css