postgresql/src/backend/utils
Bruce Momjian 3e22406ec6 Finished the Between patch Christopher started.
Implements between (symmetric / asymmetric) as a node.

Executes the left or right expression once, makes a Const out of the
resulting Datum and executes the >=, <= portions out of the Const sets.

Of course, the parser does a fair amount of preparatory work for this to
happen.

Rod Taylor
2002-07-18 04:41:46 +00:00
..
adt Finished the Between patch Christopher started. 2002-07-18 04:41:46 +00:00
cache Improve relcache.c error reporting for the next guy who has to debug 2002-07-15 01:57:51 +00:00
error Update copyright to 2002. 2002-06-20 20:29:54 +00:00
fmgr Here is a patch for the Table Function API. It fixes a bug found by Neil 2002-07-18 04:40:30 +00:00
hash Update copyright to 2002. 2002-06-20 20:29:54 +00:00
init Update copyright to 2002. 2002-06-20 20:29:54 +00:00
mb I have committed many support files for CREATE CONVERSION. Default 2002-07-18 02:02:30 +00:00
misc I have committed many support files for CREATE CONVERSION. Default 2002-07-18 02:02:30 +00:00
mmgr Update copyright to 2002. 2002-06-20 20:29:54 +00:00
sort Update copyright to 2002. 2002-06-20 20:29:54 +00:00
time Update copyright to 2002. 2002-06-20 20:29:54 +00:00
.cvsignore Cleanup to ensure good state of derived files in tarballs. 2000-06-09 02:38:36 +00:00
Gen_fmgrtab.sh Update copyright to 2002. 2002-06-20 20:29:54 +00:00
Makefile Fix relative path references so that make knowns which dependencies refer 2000-08-31 16:12:35 +00:00