postgresql/src/interfaces
Tom Lane 36839c1927 Restructure backend SIGINT/SIGTERM handling so that 'die' interrupts
are treated more like 'cancel' interrupts: the signal handler sets a
flag that is examined at well-defined spots, rather than trying to cope
with an interrupt that might happen anywhere.  See pghackers discussion
of 1/12/01.
2001-01-14 05:08:17 +00:00
..
cli
ecpg Restructure backend SIGINT/SIGTERM handling so that 'die' interrupts 2001-01-14 05:08:17 +00:00
jdbc Backed out: 2001-01-13 18:52:42 +00:00
libpgeasy Use $(filter ...), not $(findstring ...). 2000-10-31 14:37:25 +00:00
libpgtcl column and tuple numbers should be int not size_t. 2000-12-29 22:46:37 +00:00
libpq No need for screen_size to be static. 2001-01-06 17:43:01 +00:00
libpq++ Polish shared library build to reduce number of special hacks. In 2000-10-23 21:44:12 +00:00
odbc Remove C++ comment. 2000-12-30 16:48:49 +00:00
perl5 Ensure that all uses of <ctype.h> functions are applied to unsigned-char 2000-12-03 20:45:40 +00:00
python Fix unportable use of '!' in shell commands. 2000-12-30 00:24:09 +00:00
Makefile