postgresql/src/backend
Thomas G. Lockhart 9fdbbdc877 Fix for UNION selects with constant NULL expressions; e.g.
SELECT 1 UNION SELECT NULL;
1998-07-14 03:51:42 +00:00
..
access Change atttypmod from int16 to int32, for Thomas. 1998-07-12 21:29:40 +00:00
bootstrap Fix for hang after postmaster restart. Add new proc_exit and 1998-06-27 04:53:49 +00:00
catalog removed unneeded long spec on constants. 1998-07-12 23:41:19 +00:00
commands Change atttypmod from int16 to int32, for Thomas. 1998-07-12 21:29:40 +00:00
executor Remove un-needed braces around single statements. 1998-06-15 19:30:31 +00:00
lib Remove un-needed braces around single statements. 1998-06-15 19:30:31 +00:00
libpq Inline function, rename libpq variablees, change lrel to lockrel. 1998-07-13 16:35:04 +00:00
main Remove un-needed braces around single statements. 1998-06-15 19:30:31 +00:00
nodes Major man page update from Tom Lane. c 1998-07-14 01:45:25 +00:00
optimizer Change atttypmod from int16 to int32, for Thomas. 1998-07-12 21:29:40 +00:00
parser Fix for UNION selects with constant NULL expressions; e.g. 1998-07-14 03:51:42 +00:00
port Currently, building on any platform that hasn't got getrusage() 1998-07-13 16:39:07 +00:00
postmaster From: Tom Lane <tgl@sss.pgh.pa.us> 1998-07-09 03:29:11 +00:00
regex Hi, here are the patches to enhance existing MB handling. This time 1998-06-16 07:29:54 +00:00
rewrite Remove un-needed braces around single statements. 1998-06-15 19:30:31 +00:00
storage Inline function, rename libpq variablees, change lrel to lockrel. 1998-07-13 16:35:04 +00:00
tcop From: Tom Lane <tgl@sss.pgh.pa.us> 1998-07-09 03:29:11 +00:00
tioga Remove un-needed braces around single statements. 1998-06-15 19:30:31 +00:00
utils Change atttypmod from int16 to int32, for Thomas. 1998-07-12 21:29:40 +00:00
Makefile This patch... 1998-04-27 04:08:07 +00:00