postgresql/src/backend/utils
Tom Lane ea0b5c8569 Use Params, rather than run-time-modified Const nodes, to handle
sublink results and COPY's domain constraint checking.  A Const that
isn't really constant is just a Bad Idea(tm).  Remove hacks in
parse_coerce and other places that were needed because of the former
klugery.
2002-11-26 03:01:59 +00:00
..
adt Use Params, rather than run-time-modified Const nodes, to handle 2002-11-26 03:01:59 +00:00
cache Remove unused constisset and constiscast fields of Const nodes. Clean 2002-11-25 21:29:42 +00:00
error Rename server_min_messages to log_min_messages. Part of consolidation 2002-11-14 23:53:27 +00:00
fmgr Add new palloc0 call as merge of palloc and MemSet(0). 2002-11-13 00:39:48 +00:00
hash Got tired of explaining why this Assert is not wrong. 2002-10-31 21:59:32 +00:00
init Code review for superuser_reserved_connections patch. Don't try to do 2002-11-21 06:36:08 +00:00
mb Guard against 0 length string encoding conversion case. 2002-11-26 02:22:29 +00:00
misc Finish implementation of hashed aggregation. Add enable_hashagg GUC 2002-11-21 00:42:20 +00:00
mmgr Split MemSet into three parts to constant comparisons can be optimized 2002-11-13 00:37:06 +00:00
sort Add new palloc0 call as merge of palloc and MemSet(0). 2002-11-13 00:39:48 +00:00
time Move responsibility for setting QuerySnapshot for utility statements 2002-10-08 17:17:19 +00:00
.cvsignore Cleanup to ensure good state of derived files in tarballs. 2000-06-09 02:38:36 +00:00
Gen_fmgrtab.sh Remove unused system table columns: 2002-07-24 19:11:14 +00:00
Makefile Remove all traces of multibyte and locale options. Clean up comments 2002-09-03 21:45:44 +00:00