postgresql/src
Tom Lane 68d95f12e7 Tweak configure to attempt to add -qnoansialias to CFLAGS whenever running
on AIX with a non-gcc compiler.  The previous coding would do this only if
CC was exactly "xlc"; which is a bad idea, as demonstrated by trouble report
from Mihai Criveti.
2009-02-11 20:02:40 +00:00
..
backend Support for KOI8U encoding 2009-02-10 19:29:39 +00:00
bin Improve psql \d+ to show TOAST reloptions too. Per complaint from 2009-02-11 19:12:04 +00:00
include Support for KOI8U encoding 2009-02-10 19:29:39 +00:00
interfaces ecpg requires libpq; add Makefile rules to require libpq to be built 2009-02-07 17:17:34 +00:00
makefiles Allow out-of-tree builds on mingw and cygwin 2009-01-05 09:27:20 +00:00
pl Add PL/PgSQL FOUND and GET DIAGNOSTICS support for RETURN QUERY 2009-02-05 15:25:49 +00:00
port Support for KOI8U encoding 2009-02-10 19:29:39 +00:00
template Tweak configure to attempt to add -qnoansialias to CFLAGS whenever running 2009-02-11 20:02:40 +00:00
test Only unset the locale environment when --no-locale is used (the way it was 2009-02-11 14:03:42 +00:00
timezone Update time zone data files to tzdata release 2009a: introduces Asia/Kathmandu 2009-01-29 19:59:59 +00:00
tools Make win32 builds always do SetEnvironmentVariable() when doing putenv(). 2009-01-21 10:30:02 +00:00
tutorial Update copyright for 2009. 2009-01-01 17:24:05 +00:00
bcc32.mak
DEVELOPERS
Makefile SQL/MED catalog manipulation facilities 2008-12-19 16:25:19 +00:00
Makefile.global.in Recreate ecpg_config.h with a stamp file created by config.status, same 2009-01-22 22:27:13 +00:00
Makefile.shlib Allow out-of-tree builds on mingw and cygwin 2009-01-05 09:27:20 +00:00
nls-global.mk Do not msgmerge against /dev/null; merge against the pot file itself 2009-01-20 09:58:50 +00:00
win32.mak