Go to file
Tom Lane 9789c99d01 Cosmetic cleanup for commit a760893dbd.
Mostly, fixing overlooked comments.
2012-02-21 14:14:16 -05:00
config Don't reject threaded Python on FreeBSD. 2012-02-20 16:21:28 -05:00
contrib Fix longstanding error in contrib/intarray's int[] & int[] operator. 2012-02-16 20:00:11 -05:00
doc Improve pretty printing of viewdefs. 2012-02-19 11:43:46 -05:00
src Cosmetic cleanup for commit a760893dbd. 2012-02-21 14:14:16 -05:00
.gitignore
aclocal.m4
configure Don't reject threaded Python on FreeBSD. 2012-02-20 16:21:28 -05:00
configure.in Support fls(). 2012-02-07 13:45:46 -05:00
COPYRIGHT
GNUmakefile.in
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:

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