postgresql/src/backend
Tatsuo Ishii 075dc252c7 Fix kill() call in elog() so that it gets its own pid by calling getpid().
MyProcPid global variable is set to 0 when postgres starts as a command
(not as a backend daemon). This leads issuing SIGQUIT to the process group,
not the process itself. As a result, parent sh gets core dumped in the
Wisconsin benchmark test.
1999-04-16 06:38:17 +00:00
..
access There are some bugs about backward scanning using 1999-04-13 17:18:29 +00:00
bootstrap Clean up att_align calculations so that XXXALIGN macros 1999-03-25 03:49:34 +00:00
catalog Initialize reltuples = 1000, relpages = 10 in a newly created 1999-04-15 04:08:07 +00:00
commands Fix adding columns to a temp table. 1999-04-13 19:04:33 +00:00
executor There are some bugs about backward scanning using 1999-04-13 17:18:29 +00:00
lib Change my-function-name-- to my_function_name, and optimizer renames. 1999-02-13 23:22:53 +00:00
libpq Improve error messages when a connection is rejected. 1999-04-16 04:59:03 +00:00
main Change my-function-name-- to my_function_name, and optimizer renames. 1999-02-13 23:22:53 +00:00
nodes Remove Tee code, move to _deadcode. 1999-03-23 16:51:04 +00:00
optimizer Fix potential overflow problems when relation size exceeds 1999-04-05 02:07:07 +00:00
parser Add % to b_expr. 1999-03-22 05:07:32 +00:00
port We have tested the patches on three platforms: 1999-03-14 16:03:33 +00:00
postmaster Rearrange handling of MAXBACKENDS a little bit. The default setting 1999-02-21 01:41:55 +00:00
regex Fix multi-byte+locale problem 1999-03-25 04:46:53 +00:00
rewrite Final optimizer cleanups. 1999-02-22 05:26:58 +00:00
storage Reduce default file size limit to 1Gb, and move the 1999-04-05 22:25:11 +00:00
tcop cleanups 1999-03-23 05:41:00 +00:00
tioga Change my-function-name-- to my_function_name, and optimizer renames. 1999-02-13 23:22:53 +00:00
utils Fix kill() call in elog() so that it gets its own pid by calling getpid(). 1999-04-16 06:38:17 +00:00
Makefile Export include/utils/mcxt.h so that external stuff can include 1999-03-07 23:05:57 +00:00