Go to file
Tom Lane 5cfb44a82e genericcostestimate() neglected to include qual startup cost in
indexTotalCost.  I think this may not make any real difference in 7.4,
but it definitely is a problem with CVS tip's new equation.
2004-02-27 21:44:44 +00:00
config Do not let external specification of CFLAGS stop us from adding 2004-02-02 04:07:40 +00:00
contrib When returning type "record", replace use of pgresultGetTupleDesc 2004-02-24 06:07:34 +00:00
doc Do a direct probe during postmaster startup to determine the maximum 2004-02-23 20:46:16 +00:00
src genericcostestimate() neglected to include qual startup cost in 2004-02-27 21:44:44 +00:00
aclocal.m4
configure Properly set NEED_REENTRANT_FUNCS for threaded libpq/ecpg. 2004-02-11 17:32:09 +00:00
configure.in Properly set NEED_REENTRANT_FUNCS for threaded libpq/ecpg. 2004-02-11 17:32:09 +00:00
COPYRIGHT
GNUmakefile.in Remove registration message, after discussion concluded that it was of 2003-10-13 21:39:41 +00:00
HISTORY Tom Lane wrote: 2004-02-13 04:40:43 +00:00
INSTALL Correct gettext URL. 2004-01-04 16:44:22 +00:00
Makefile
README

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 several language
bindings, including C, Perl, Python, and Tcl, as well as a JDBC
driver.

The ODBC and C++ interfaces have been moved to the PostgreSQL Projects
Web Site at http://gborg.postgresql.org for separate maintenance.

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
ftp://ftp.postgresql.org/pub/.  For more information look at our web
site located at http://www.postgresql.org/.