postgresql/src
Tom Lane b974b5f223 Prevent Perl from introducing a possibly-incompatible definition of type
"bool" into plperl.c.  This has always been a hazard since Perl allows a
platform-specific choice to define bool as int rather than char, but
evidently this didn't happen on any platform we support ... until OS X 10.5.
Per report from Brandon Maust.

Back-patch as far as 8.0 --- a bit arbitrary, but it seems unlikely anyone
will be trying to port 7.x onto new platforms.
2007-11-22 17:47:32 +00:00
..
backend Second pass at improving LIKE/regex estimation in non-C locales. It turns 2007-11-09 20:10:09 +00:00
bin Fix a couple of issues with pg_dump's handling of inheritance child tables 2007-10-28 19:08:08 +00:00
include GIN index build's allocatedMemory counter needs to be long, not uint32. 2007-11-16 21:50:13 +00:00
interfaces Fixed two parser bugs. 2007-11-06 08:32:34 +00:00
makefiles Add $(CFLAGS) to the simplified build rule for .so libraries on Darwin. 2006-11-28 05:45:43 +00:00
pl Prevent Perl from introducing a possibly-incompatible definition of type 2007-11-22 17:47:32 +00:00
port Stamp releases 8.2.5, 8.1.10, 8.0.14, 7.4.18, 7.3.20. 2007-09-11 17:37:30 +00:00
template Make --with-ldap build on Unixware, per Olivier Prenant. 2006-12-14 21:50:07 +00:00
test Rewrite make_outerjoininfo's construction of min_lefthand and min_righthand 2007-08-31 01:44:14 +00:00
timezone Update timezone data files to release 2007i of the zic database. 2007-11-15 21:21:19 +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 Testing commit stuff 2006-07-10 15:50:02 +00:00
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 Fix win32.mak for config cleanup. 2006-08-08 22:44:05 +00:00