postgresql/src/include
Tom Lane 821f4673ff Make OVERLAPS operators conform to SQL92 spec regarding NULL handling.
As I read it, the spec requires a non-null result in some cases where
one of the inputs is NULL: specifically, if the other endpoint of that
interval is between the endpoints of the other interval, then the result
is known TRUE despite the missing endpoint.  The spec could've been a
lot simpler if they did not intend this behavior.
I did not force an initdb for this change, but if you don't do one you'll
still see the old strict-function behavior.
2000-12-07 18:38:59 +00:00
..
access Disable elog(ERROR|FATAL) in signal handlers in 2000-12-03 10:27:29 +00:00
bootstrap Auto checkpoint creation. 2000-11-09 11:26:00 +00:00
catalog Make OVERLAPS operators conform to SQL92 spec regarding NULL handling. 2000-12-07 18:38:59 +00:00
commands XLOG stuff for sequences. 2000-11-30 01:47:33 +00:00
executor Change SearchSysCache coding conventions so that a reference count is 2000-11-16 22:30:52 +00:00
lib Change SearchSysCache coding conventions so that a reference count is 2000-11-16 22:30:52 +00:00
libpq Make default socket directory location configurable from config.h. 2000-11-30 23:19:04 +00:00
mb Extend CREATE DATABASE to allow selection of a template database to be 2000-11-14 18:37:49 +00:00
nodes Pursuant to a pghackers discussion back around 11-Jul-00, get rid of aset.c's 2000-12-01 18:14:29 +00:00
optimizer Restructure handling of inheritance queries so that they work with outer 2000-11-12 00:37:02 +00:00
parser Clean up handling of FOR UPDATE inside views and subselects ... make it 2000-12-06 23:55:19 +00:00
port Repair usage of the OVERLAPS operator. 2000-12-03 14:51:12 +00:00
regex Ensure that all uses of <ctype.h> functions are applied to unsigned-char 2000-12-03 20:45:40 +00:00
rewrite Repair breakage of rules containing INSERT ... SELECT actions, per bug 2000-12-05 19:15:10 +00:00
storage Don't use 'private' as a parameter name in visible headers ... makes C++ 2000-12-03 17:18:10 +00:00
tcop Disable elog(ERROR|FATAL) in signal handlers in 2000-12-03 10:27:29 +00:00
utils Don't include miscadmin.h in elog.h, since the former is not part of 2000-12-06 17:25:46 +00:00
c.h Add configure check to see whether <string.h> and <strings.h> may both be 2000-11-03 18:43:52 +00:00
config.h.in Don't cause --enable-cassert to define COPY_PARSE_PLAN_TREES automatically 2000-12-02 18:16:40 +00:00
config.h.win32 Add missing files like foreign key regression tests and config.h.win32. 2000-02-24 16:02:28 +00:00
fmgr.h Revise handling of oldstyle/newstyle functions per recent discussions 2000-11-20 20:36:57 +00:00
Makefile Add support for VPATH builds, that is, building somewhere else than in the 2000-10-20 21:04:27 +00:00
miscadmin.h Get rid of not-very-portable fcntl(F_SETLK) mechanism for locking the Unix 2000-11-29 20:59:54 +00:00
postgres.h Make acl-related functions safe for TOAST. Mark pg_class.relacl as 2000-07-31 22:39:17 +00:00
postgres_ext.h Turns out OIDNAMELEN wasn't really being used at all! 1999-06-04 21:12:07 +00:00
rusagestub.h Add: 2000-01-26 05:58:53 +00:00
strdup.h Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 1997-09-08 02:41:22 +00:00