Go to file
Heikki Linnakangas 370178172f Add OVERLAPS to index in the docs.
Per report from Adam Mackler and Jonathan Katz
2014-01-13 15:19:24 +02:00
config Compiler optimizations for page checksum code. 2013-04-30 06:59:26 +01:00
contrib Fix progress logging when scale factor is large. 2013-12-12 19:07:53 +09:00
doc Add OVERLAPS to index in the docs. 2014-01-13 15:19:24 +02:00
src Fix pg_dumpall on pre-8.1 servers 2014-01-12 22:26:00 -05:00
.gitignore Add pkg-config files for libpq and ecpg libraries 2013-03-31 16:58:40 -04:00
aclocal.m4
configure Stamp 9.3.2. 2013-12-02 15:57:48 -05:00
configure.in Stamp 9.3.2. 2013-12-02 15:57:48 -05:00
COPYRIGHT Update copyright for 2014 2014-01-07 16:05:29 -05:00
GNUmakefile.in Make init-po and update-po recursive make targets 2012-06-29 14:01:54 +03:00
Makefile
README
README.git Fix doc links in README file to work with new website layout 2013-11-12 12:54:09 +01: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:

	http://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.  Changes between all PostgreSQL releases are recorded in the
file HISTORY.  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
http://www.postgresql.org/download/.  For more information look at our
web site located at http://www.postgresql.org/.