postgresql/src/include/utils
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
..
acl.h Change #include's to use <> and "" as appropriate. 1999-07-15 23:04:24 +00:00
array.h Install new alignment code to use MAXALIGN rather than DOUBLEALIGN where 1999-07-19 07:07:29 +00:00
bit.h pgindent run over code. 1999-05-25 16:15:34 +00:00
builtins.h First step in fixing selectivity-estimation code. eqsel and 1999-08-01 04:54:25 +00:00
cash.h New INET functions from D'Arcy J.M. Cain 1998-10-12 04:07:53 +00:00
catcache.h Change #include's to use <> and "" as appropriate. 1999-07-15 23:04:24 +00:00
datetime.h Cleanup of /include #include's, for 6.6 only. 1999-07-14 01:20:30 +00:00
datum.h Change my-function-name-- to my_function_name, and optimizer renames. 1999-02-13 23:22:53 +00:00
dt.h Clean up #include in /include directory. Add scripts for checking includes. 1999-07-15 15:21:54 +00:00
dynahash.h Change my-function-name-- to my_function_name, and optimizer renames. 1999-02-13 23:22:53 +00:00
dynamic_loader.h Change #include's to use <> and "" as appropriate. 1999-07-15 23:04:24 +00:00
elog.h Eliminate elog()'s hardwired limit on length of an error message. 1999-09-11 19:06:42 +00:00
exc.h Change my-function-name-- to my_function_name, and optimizer renames. 1999-02-13 23:22:53 +00:00
excid.h Change my-function-name-- to my_function_name, and optimizer renames. 1999-02-13 23:22:53 +00:00
fcache.h Change #include's to use <> and "" as appropriate. 1999-07-15 23:04:24 +00:00
fcache2.h Change #include's to use <> and "" as appropriate. 1999-07-15 23:04:24 +00:00
fmgrtab.h Fix CREATE OPERATOR ... LANGUAGE 'internal', which I broke while 1999-04-09 22:35:43 +00:00
geo_decls.h pgindent run over code. 1999-05-25 16:15:34 +00:00
hsearch.h pgindent run over code. 1999-05-25 16:15:34 +00:00
inet.h Another pgindent run. Sorry folks. 1999-05-25 22:43:53 +00:00
int8.h Another pgindent run. Sorry folks. 1999-05-25 22:43:53 +00:00
inval.h Change #include's to use <> and "" as appropriate. 1999-07-15 23:04:24 +00:00
lselect.h Move some system includes into c.h, and remove duplicates. 1999-07-17 20:18:55 +00:00
lsyscache.h Add get_func_rettype() to general-use lsyscache routines, 1999-08-16 02:06:25 +00:00
mcxt.h pgindent run over code. 1999-05-25 16:15:34 +00:00
memutils.h Alter AllocSet routines so that requests larger than 1999-08-24 20:11:19 +00:00
module.h Change my-function-name-- to my_function_name, and optimizer renames. 1999-02-13 23:22:53 +00:00
nabstime.h pgindent run over code. 1999-05-25 16:15:34 +00:00
numeric.h Cleanup of /include #include's, for 6.6 only. 1999-07-14 01:20:30 +00:00
palloc.h Cleanup of /include #include's, for 6.6 only. 1999-07-14 01:20:30 +00:00
portal.h Repair incorrect cleanup of heap memory allocation during 1999-09-09 16:25:35 +00:00
ps_status.h configure cleanup 1999-07-18 17:38:25 +00:00
psort.h More cleanup 1999-07-16 17:07:40 +00:00
rel.h More cleanup 1999-07-16 17:07:40 +00:00
rel2.h Change #include's to use <> and "" as appropriate. 1999-07-15 23:04:24 +00:00
relcache.h Modify RelationFlushRelation so that if the relcache entry 1999-09-04 18:42:15 +00:00
sets.h Change my-function-name-- to my_function_name, and optimizer renames. 1999-02-13 23:22:53 +00:00
syscache.h Move get_attdisbursion to lsyscache. Clean up get_typdefault. 1999-08-09 03:13:31 +00:00
temprel.h Invalidate temp entries for aborted transactions. 1999-09-04 19:55:50 +00:00
tqual.h Change #include's to use <> and "" as appropriate. 1999-07-15 23:04:24 +00:00
trace.h Move some system includes into c.h, and remove duplicates. 1999-07-17 20:18:55 +00:00