Go to file
Tom Lane b431dc5c3d Doc: update recovery/README.
Commit e2f65f425 added contrib/pg_prewarm to the prerequisites for
running the src/test/recovery suite, but did not bother to update
the documentation about that.
2022-07-23 16:10:14 -04:00
config Unify DLSUFFIX on Darwin 2022-07-06 07:41:33 +02:00
contrib postgres_fdw: Fix bug in checking of return value of PQsendQuery(). 2022-07-22 11:59:38 +09:00
doc Increase minimum supported GNU make version to 3.81. 2022-07-23 12:12:42 -04:00
src Doc: update recovery/README. 2022-07-23 16:10:14 -04:00
.cirrus.yml
.dir-locals.el
.editorconfig
.git-blame-ignore-revs Add 82d0ffae3 to git-blame-ignore-revs. 2022-06-30 11:08:12 -04:00
.gitattributes
.gitignore
aclocal.m4
configure Remove configure probe for wctype.h. 2022-07-23 16:54:00 +12:00
configure.ac Remove configure probe for wctype.h. 2022-07-23 16:54:00 +12:00
COPYRIGHT
GNUmakefile.in
HISTORY
Makefile
README
README.git

PostgreSQL Database Management System
=====================================

This directory contains the source code distribution of the PostgreSQL
database management system.

PostgreSQL is an advanced object-relational database management system
that supports an extended subset of the SQL standard, including
transactions, foreign keys, subqueries, triggers, user-defined types
and functions.  This distribution also contains C language bindings.

PostgreSQL has many language interfaces, many of which are listed here:

	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
hardware platforms and contains information regarding any other
software packages that are required to build or run the PostgreSQL
system.  Copyright and license information can be found in the
file COPYRIGHT.  A comprehensive documentation set is included in this
distribution; it can be read as described in the installation
instructions.

The latest version of this software may be obtained at
https://www.postgresql.org/download/.  For more information look at our
web site located at https://www.postgresql.org/.