postgresql/src/include/utils
Tom Lane de97072e3c Allow merge and hash joins to occur on arbitrary expressions (anything not
containing a volatile function), rather than only on 'Var = Var' clauses
as before.  This makes it practical to do flatten_join_alias_vars at the
start of planning, which in turn eliminates a bunch of klugery inside the
planner to deal with alias vars.  As a free side effect, we now detect
implied equality of non-Var expressions; for example in
	SELECT ... WHERE a.x = b.y and b.y = 42
we will deduce a.x = 42 and use that as a restriction qual on a.  Also,
we can remove the restriction introduced 12/5/02 to prevent pullup of
subqueries whose targetlists contain sublinks.
Still TODO: make statistical estimation routines in selfuncs.c and costsize.c
smarter about expressions that are more complex than plain Vars.  The need
for this is considerably greater now that we have to be able to estimate
the suitability of merge and hash join techniques on such expressions.
2003-01-15 19:35:48 +00:00
..
acl.h Move new typedef AclId into c.h, so as to avoid cluttering namespace 2003-01-09 18:00:24 +00:00
array.h The "Allow easy display of usernames in a group (pg_hba.conf uses groups 2002-11-08 17:27:03 +00:00
ascii.h Remove #ifdef MULTIBYTE per hackers list discussion. 2002-08-29 07:22:30 +00:00
builtins.h Attached are two small patches to expose md5 as a user function -- including 2002-12-06 05:20:28 +00:00
cash.h Use PostgreSQL's standard declaration for a 32-bit integer to define 2001-11-06 16:27:31 +00:00
catcache.h pgindent run. 2002-09-04 20:31:48 +00:00
date.h pgindent run. 2002-09-04 20:31:48 +00:00
datetime.h pgindent run. 2002-09-04 20:31:48 +00:00
datum.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
dynahash.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
dynamic_loader.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
elog.h pgindent run. 2002-09-04 20:31:48 +00:00
fmgrtab.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
formatting.h Another pgindent run. Fixes enum indenting, and improves #endif 2001-10-28 06:26:15 +00:00
geo_decls.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
guc.h Rename: 2002-11-15 00:47:22 +00:00
hsearch.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
inet.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
int8.h Remove #warning directive, which is nonstandard and isn't really 2002-10-25 22:08:44 +00:00
inval.h pgindent run. 2002-09-04 20:31:48 +00:00
logtape.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
lsyscache.h Allow merge and hash joins to occur on arbitrary expressions (anything not 2003-01-15 19:35:48 +00:00
memutils.h Code review for palloc0 patch --- avoid dangerous and unnecessary 2002-12-16 16:22:46 +00:00
nabstime.h Mark the float8 -> int8 cast as implicit. This resolves the problem 2002-09-01 00:58:07 +00:00
numeric.h Alter scale selection for NUMERIC division and transcendental functions 2002-10-02 19:21:26 +00:00
palloc.h Code review for palloc0 patch --- avoid dangerous and unnecessary 2002-12-16 16:22:46 +00:00
pg_crc.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
pg_locale.h pgindent run. 2002-09-04 20:31:48 +00:00
pg_lzcompress.h This patch implements FOR EACH STATEMENT triggers, per my email to 2002-11-23 03:59:09 +00:00
portal.h Adjust Tcl-related code to compile cleanly with Tcl 8.4 (add const modifiers as 2002-12-30 22:10:54 +00:00
ps_status.h New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
rel.h This patch implements FOR EACH STATEMENT triggers, per my email to 2002-11-23 03:59:09 +00:00
relcache.h Restructure local-buffer handling per recent pghackers discussion. 2002-08-06 02:36:35 +00:00
selfuncs.h Add an at-least-marginally-plausible method of estimating the number 2002-11-19 23:22:00 +00:00
sets.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
syscache.h Fix permissions-checking bugs and namespace-search-path bugs in 2002-11-02 02:33:03 +00:00
timestamp.h pgindent run. 2002-09-04 20:31:48 +00:00
tqual.h pgindent run. 2002-09-04 20:31:48 +00:00
tuplesort.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
tuplestore.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
varbit.h Extend pg_cast castimplicit column to a three-way value; this allows us 2002-09-18 21:35:25 +00:00