postgresql/src
Tom Lane 93fcf2d209 fgetc() returns int, not char.
This has no practical effect, since this code doesn't actually need to
distinguish EOF (-1) from \0377; but it silences a Coverity complaint.
2022-04-11 13:15:46 -04:00
..
backend fgetc() returns int, not char. 2022-04-11 13:15:46 -04:00
bin Fix various typos and spelling mistakes in code comments 2022-04-11 20:49:41 +12:00
common Add color support for new frontend detail/hint messages 2022-04-11 17:36:44 +02:00
fe_utils Improve frontend error logging style. 2022-04-08 14:55:14 -04:00
include Fix various typos and spelling mistakes in code comments 2022-04-11 20:49:41 +12:00
interfaces libpq: Fix pkg-config without OpenSSL 2022-04-01 17:15:24 +02:00
makefiles Refactor DLSUFFIX handling 2022-03-25 08:56:02 +01:00
pl Keep plpgsql.h C++-clean. 2022-03-31 18:29:10 -04:00
port Simplify coding around path_contains_parent_reference(). 2022-01-31 13:53:38 -05:00
template Refactor DLSUFFIX handling 2022-03-25 08:56:02 +01:00
test Add timestamp and elapsed time decorations to TAP test logs 2022-04-10 09:19:09 -04:00
timezone Update copyright for 2022 2022-01-07 19:04:57 -05:00
tools Avoid re-writing files unnecessarily in src/tools/copyright.pl. 2022-04-11 11:20:20 -04:00
tutorial Update copyright for 2022 2022-01-07 19:04:57 -05:00
.gitignore
DEVELOPERS
Makefile Remove the option to build thread_test.c outside configure. 2020-10-21 12:08:48 -04:00
Makefile.global.in Update Unicode data to CLDR 41 2022-04-06 08:17:33 +02:00
Makefile.shlib AIX: Fix missing libpq symbols by respecting SHLIB_EXPORTS. 2021-09-06 11:27:59 -07:00
nls-global.mk Improve frontend error logging style. 2022-04-08 14:55:14 -04:00