postgresql/src
Tom Lane 806fc52268 Fix unportable usage of <ctype.h> functions.
isdigit(), isspace(), etc are likely to give surprising results if passed a
signed char.  We should always cast the argument to unsigned char to avoid
that.  Error in commit 63d6b97fd, found by buildfarm member gaur.
Back-patch to 9.3, like that commit.
2017-11-07 13:50:08 -05:00
..
backend Make json{b}_populate_recordset() use the right tuple descriptor. 2017-11-06 10:29:42 -05:00
bin Translation updates 2017-11-05 17:05:18 -05:00
common Unlink static libraries before rebuilding them. 2015-03-01 13:06:39 -05:00
include Stamp 9.3.20. 2017-11-06 17:15:48 -05:00
interfaces Fix unportable usage of <ctype.h> functions. 2017-11-07 13:50:08 -05:00
makefiles Always use -fPIC, not -fpic, when building shared libraries with gcc. 2017-06-01 13:32:56 -04:00
pl Translation updates 2017-08-28 10:09:04 -04:00
port Stamp 9.3.20. 2017-11-06 17:15:48 -05:00
template AIX: Test the -qlonglong option before use. 2015-07-17 03:02:03 -04:00
test Make json{b}_populate_recordset() use the right tuple descriptor. 2017-11-06 10:29:42 -05:00
timezone Update time zone data files to tzdata release 2017c. 2017-10-23 18:16:00 -04:00
tools Improve gendef.pl diagnostic on failure to open sym file 2017-10-26 10:16:35 -04:00
tutorial Remove tabs after spaces in C comments 2014-05-06 11:26:28 -04:00
.gitignore Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:04 +02:00
bcc32.mak Autoconfiscate selection of 64-bit int type for 64-bit large object API. 2012-10-07 21:52:43 -04:00
DEVELOPERS Replace a couple of references to files that no longer exist in the source 2009-05-04 08:08:47 +00:00
Makefile Create libpgcommon, and move pg_malloc et al to it 2013-02-12 11:21:05 -03:00
Makefile.global.in PL/Perl portability fix: absorb relevant -D switches from Perl. 2017-07-31 12:38:35 -04:00
Makefile.shlib Fix typos in comments. 2017-02-06 11:34:28 +02:00
nls-global.mk nls-global.mk: search build dir for source files, too 2016-06-07 18:55:18 -04:00
win32.mak Autoconfiscate selection of 64-bit int type for 64-bit large object API. 2012-10-07 21:52:43 -04:00