postgresql/src/backend/commands
Tom Lane b399805e22 Eliminate elog()'s hardwired limit on length of an error message.
This change seems necessary in conjunction with long queries, and it
cleans up some bogosity in connection with long EXPLAIN texts anyway.
Note that current libpq will accept any length error message (at least
until it runs out of memory); prior versions have a limit of 8K, but
will cleanly discard excess error text, so there shouldn't be any
big compatibility problems with old clients.
1999-09-11 19:06:42 +00:00
..
_deadcode Move some system includes into c.h, and remove duplicates. 1999-07-17 20:18:55 +00:00
async.c configure cleanup 1999-07-18 18:03:50 +00:00
cluster.c Move some system includes into c.h, and remove duplicates. 1999-07-17 20:18:55 +00:00
command.c Remove no-longer-needed code to update temprel's copy of 1999-09-04 21:19:33 +00:00
copy.c Plug several holes in backend's ability to cope with 1999-07-22 02:40:07 +00:00
creatinh.c Move some system includes into c.h, and remove duplicates. 1999-07-17 20:18:55 +00:00
dbcommands.c Move some system includes into c.h, and remove duplicates. 1999-07-17 20:18:55 +00:00
define.c Move some system includes into c.h, and remove duplicates. 1999-07-17 20:18:55 +00:00
explain.c Eliminate elog()'s hardwired limit on length of an error message. 1999-09-11 19:06:42 +00:00
indexcmds.c Further planner/optimizer cleanups. Move all set_tlist_references 1999-08-22 20:15:04 +00:00
Makefile Remove recipe.o from Makefile ... dead code not quite dead enough, 1999-02-27 21:42:33 +00:00
proclang.c Move some system includes into c.h, and remove duplicates. 1999-07-17 20:18:55 +00:00
remove.c Move some system includes into c.h, and remove duplicates. 1999-07-17 20:18:55 +00:00
rename.c Move some system includes into c.h, and remove duplicates. 1999-07-17 20:18:55 +00:00
sequence.c Move some system includes into c.h, and remove duplicates. 1999-07-17 20:18:55 +00:00
trigger.c Move some system includes into c.h, and remove duplicates. 1999-07-17 20:18:55 +00:00
user.c Make usecatupd disabled for normal users, and allow normal users to 1999-07-30 18:09:49 +00:00
vacuum.c Fix vacuum's memory consumption 1999-08-25 12:20:57 +00:00
variable.c Move some system includes into c.h, and remove duplicates. 1999-07-17 20:18:55 +00:00
view.c Move some system includes into c.h, and remove duplicates. 1999-07-17 20:18:55 +00:00