postgresql/src
Tom Lane 0177f43070 Fix oversight: in case where SIGTERM is received while there are
live backends, the archiver and stats processes never got sent a
kill signal.  They'd eventually exit on their own, but not for awhile,
which is a bit annoying when you are trying to replace the executable
file on a platform that doesn't allow removal of busy executables.
Also, tweak main loop logic so that we will perform the background
tasks after select() returns EINTR.
2004-07-27 01:46:03 +00:00
..
backend Fix oversight: in case where SIGTERM is received while there are 2004-07-27 01:46:03 +00:00
bin Translation updates 2004-07-25 12:00:07 +00:00
corba make sure the $Id tags are converted to $PostgreSQL as well ... 2003-11-29 22:41:33 +00:00
include Move Win32 defines from port.h to win32.h. 2004-07-23 01:58:36 +00:00
interfaces SQL defines are only used in SQL space in Informix mode. 2004-07-26 10:28:28 +00:00
makefiles Rename irix5 port to irix. 2004-05-19 21:37:43 +00:00
pl The attached patch allows 'select foo()' as well as 'select * from 2004-07-21 20:45:54 +00:00
port Here is a patch that fixes the pipes used in find_other_exec() when 2004-07-26 01:48:00 +00:00
template Rename irix5 port to irix. 2004-05-19 21:37:43 +00:00
test The attached patch shows the new column "tablespace" in the mentioned 2004-07-21 20:43:53 +00:00
timezone Still another try at automatically detecting the best match in the zic 2004-07-22 05:28:30 +00:00
tools Improve description of release note creation. 2004-07-25 03:30:31 +00:00
tutorial Replace TupleTableSlot convention for whole-row variables and function 2004-04-01 21:28:47 +00:00
utils For application to HEAD, following community review. 2004-02-25 19:41:23 +00:00
DEVELOPERS
Makefile Integrate timezone library to be called only from Win32. 2004-04-30 04:31:52 +00:00
Makefile.global.in Move -lpgport to the beginning of the library list for win32 linking. 2004-06-02 21:05:52 +00:00
Makefile.shlib Cause libpq and ecpg libraries to be built as proper shared libraries 2004-07-13 00:06:46 +00:00
bcc32.mak $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
nls-global.mk More locale fixes for pg_ctl. 2004-06-01 03:32:42 +00:00
win32.mak $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00