postgresql/src/backend
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
..
access Repair incorrect cleanup of heap memory allocation during 1999-09-09 16:25:35 +00:00
bootstrap Re-add getopt.h check, remove NT-specific tests for it. 1999-07-19 02:27:16 +00:00
catalog Disallow DROP TABLE/DROP INDEX inside a transaction block. 1999-09-05 17:43:47 +00:00
commands Eliminate elog()'s hardwired limit on length of an error message. 1999-09-11 19:06:42 +00:00
executor Revise implementation of SubLinks so that there is a consistent, 1999-08-25 23:21:43 +00:00
lib Cope with versions of vsnprintf() written by people who 1999-09-08 16:31:38 +00:00
libpq StreamConnection() mustn't call elog(). 1999-09-08 22:57:12 +00:00
main Move some system includes into c.h, and remove duplicates. 1999-07-17 20:18:55 +00:00
nodes Minor improvements to stringinfo package to make it more 1999-08-31 01:28:37 +00:00
optimizer Repair error noticed by Roberto Cornacchia: selectivity code 1999-09-09 02:36:04 +00:00
parser Mike Ansley's fixes for long queries. This change just 1999-09-07 00:13:27 +00:00
port Get rid of elog(DEBUG) in snprintf emulation ... it's just 1999-09-09 03:13:22 +00:00
postmaster Re-add getopt.h check, remove NT-specific tests for it. 1999-07-19 02:27:16 +00:00
regex Move some system includes into c.h, and remove duplicates. 1999-07-17 20:18:55 +00:00
rewrite Revise implementation of SubLinks so that there is a consistent, 1999-08-25 23:21:43 +00:00
storage Minor improvement in SI overflow logic: try to delete 1999-09-09 14:56:06 +00:00
tcop Commit the bulk of Mike Ansley's long-query changes in the 1999-08-31 04:26:40 +00:00
tioga Move some system includes into c.h, and remove duplicates. 1999-07-17 20:18:55 +00:00
utils Eliminate elog()'s hardwired limit on length of an error message. 1999-09-11 19:06:42 +00:00
Makefile Export include/utils/mcxt.h so that external stuff can include 1999-03-07 23:05:57 +00:00