Go to file
2021-10-07 14:42:45 -04:00
config Adjust configure to insist on Perl version >= 5.8.3. 2021-10-07 14:26:17 -04:00
contrib postgres_fdw: Fix comments in connection.c. 2021-10-07 18:15:00 +09:00
doc Flexible options for CREATE_REPLICATION_SLOT. 2021-10-05 12:52:49 -04:00
src Update test/perl/README to insist on Perl version >= 5.8.3, too. 2021-10-07 14:42:45 -04:00
.dir-locals.el
.editorconfig
.git-blame-ignore-revs Add historic commit to git-blame-ignore-revs file. 2021-08-31 12:57:52 -07:00
.gitattributes gitattributes: Add new entry to silence whitespace error 2021-06-05 07:57:31 +02:00
.gitignore
aclocal.m4
configure Adjust configure to insist on Perl version >= 5.8.3. 2021-10-07 14:26:17 -04:00
configure.ac Remove configure-time thread safety checking (thread_test.c). 2021-07-24 12:16:39 -04:00
COPYRIGHT
GNUmakefile.in add missing tag from commit b8c4261e5e 2021-07-01 15:47:46 -04:00
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/.