postgresql/src/backend
Tom Lane 39792e5b01 EXPLAIN VERBOSE had a very high probability of triggering
a backend core dump, because it was concatenating a potentially long
string onto another string that didn't necessarily have enough room.
Shame, shame.
1998-11-08 19:38:34 +00:00
..
access Fix for relname.data from SHIOZAKI Takehiko 1998-11-02 15:28:36 +00:00
bootstrap OK, folks, here is the pgindent output. 1998-09-01 04:40:42 +00:00
catalog Eliminate need for cpp-from-stdin by using a temp file. 1998-10-28 19:38:47 +00:00
commands EXPLAIN VERBOSE had a very high probability of triggering 1998-11-08 19:38:34 +00:00
executor New QUERY_LIMIT set command. 1998-10-14 05:10:12 +00:00
lib Fix a potential infinite loop in appendStringInfo: would lock 1998-11-08 19:22:24 +00:00
libpq From: Peter Gucwa <pg@softcomputer.com> 1998-10-13 20:44:49 +00:00
main OK, folks, here is the pgindent output. 1998-09-01 04:40:42 +00:00
nodes Add LIMIT syntax for Jan. 1998-10-22 13:52:24 +00:00
optimizer Make functions static or ifdef NOT_USED. Prevent pg_version creation. 1998-10-08 18:30:52 +00:00
parser Okay, this shoudl provide a fix for the freebsd problem... 1998-10-30 04:54:06 +00:00
port Don't forget to create the dynloader files... 1998-10-27 04:41:29 +00:00
postmaster OK, folks, here is the pgindent output. 1998-09-01 04:40:42 +00:00
regex OK, folks, here is the pgindent output. 1998-09-01 04:40:42 +00:00
rewrite The patch does 2 things: 1998-10-21 16:21:29 +00:00
storage Get rid of some minor compiler warnings. 1998-10-26 01:00:13 +00:00
tcop The problem is that read_pg_options needs DataDir to read its file but 1998-10-16 06:05:18 +00:00
tioga OK, folks, here is the pgindent output. 1998-09-01 04:40:42 +00:00
utils Very minor cleanup of no-op code. 1998-10-29 18:11:28 +00:00
Makefile