Go to file
Tom Lane 9cb9d75246 Ignore config.pl and buildenv.pl in src/tools/msvc.
config.pl and buildenv.pl can be used to customize build settings when
using MSVC.  They should never get committed into the common source tree.

Back-patch to 9.0; it looks like the rules were different in 8.4.

Michael Paquier
2014-05-12 14:24:42 -04:00
config Accept tcl 8.6 in configure's probe for tclsh. 2014-05-10 10:48:14 -04:00
contrib Remove tabs after spaces in C comments 2014-05-06 11:26:25 -04:00
doc Document permissions needed for pg_database_size and pg_tablespace_size. 2014-05-08 21:45:29 -04:00
src Ignore config.pl and buildenv.pl in src/tools/msvc. 2014-05-12 14:24:42 -04:00
.gitignore
aclocal.m4
configure Accept tcl 8.6 in configure's probe for tclsh. 2014-05-10 10:48:14 -04:00
configure.in
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:

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