Go to file
2017-11-20 18:05:02 -05:00
config Prevent int128 from requiring more than MAXALIGN alignment. 2017-11-14 17:49:49 -05:00
contrib Provide modern examples of how to auto-start Postgres on macOS. 2017-11-17 12:47:21 -05:00
doc Add -wnet to SP invocations 2017-11-10 08:32:00 -05:00
src Use out-of-line M68K spinlock code for OpenBSD as well as NetBSD. 2017-11-20 18:05:02 -05:00
.dir-locals.el
.gitattributes
.gitignore
aclocal.m4
configure Prevent int128 from requiring more than MAXALIGN alignment. 2017-11-14 17:49:49 -05:00
configure.in Prevent int128 from requiring more than MAXALIGN alignment. 2017-11-14 17:49:49 -05:00
COPYRIGHT Update copyright for 2017 2017-01-03 12:37:53 -05:00
GNUmakefile.in
HISTORY Change documentation references to PG website to use https: not http: 2017-05-20 21:50:47 -04:00
Makefile Prevent passing down MAKELEVEL/MAKEFLAGS from non-GNU make to GNU make. 2017-08-09 12:06:08 -04:00
README Change documentation references to PG website to use https: not http: 2017-05-20 21:50:47 -04:00
README.git Change documentation references to PG website to use https: not http: 2017-05-20 21:50:47 -04:00

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/.