postgresql/src
Tom Lane 01d9754bd9 Repair oversight in creation of "append relations": we should set up
rel->tuples as well as rel->rows, since some estimation functions expect both
to be valid in every baserel.  Per report from Dave Dutcher.
2007-01-28 18:50:48 +00:00
..
backend Repair oversight in creation of "append relations": we should set up 2007-01-28 18:50:48 +00:00
bin Allow Borland CC to compile libpq and psql. 2007-01-11 02:40:12 +00:00
include Back-port changes of Jan 16 and 17 to "revoke" pending fsync requests during 2007-01-27 20:15:47 +00:00
interfaces Allow Borland CC to compile libpq and psql. 2007-01-11 02:40:12 +00:00
makefiles Add $(CFLAGS) to the simplified build rule for .so libraries on Darwin. 2006-11-28 05:45:43 +00:00
pl Fix up plpgsql's "simple expression" evaluation mechanism so that it behaves 2007-01-28 16:15:58 +00:00
port Stamp release 8.2.1. Update FAQs. 2007-01-05 20:55:29 +00:00
template Make --with-ldap build on Unixware, per Olivier Prenant. 2006-12-14 21:50:07 +00:00
test Fix handling of CC (century) format spec in to_date/to_char. According to 2007-01-12 23:35:04 +00:00
timezone Put JST back into the default set of timezone abbreviations; 2006-12-15 16:54:56 +00:00
tools More MSVC build support from Magnus. 2006-11-29 19:49:31 +00:00
tutorial Fix some misuses of strncat(). 2006-09-27 16:19:42 +00:00
bcc32.mak Fix bcc32.mak to create and remove pg_config_os.h properly. Apparently 2006-10-06 18:53:53 +00:00
DEVELOPERS
Makefile
Makefile.global.in On Windows, we know the backend stack size limit because we have to 2006-10-08 17:15:34 +00:00
Makefile.shlib Fix shared library creation to work properly on AIX. Albe Laurenz 2006-09-19 15:36:08 +00:00
nls-global.mk
win32.mak