postgresql/src/backend
Tom Lane 8064a49f6f get_relattval() should treat a NULL constant as a non-constant expression,
since it has no way to indicate to its caller that the constant is
actually NULL.  This prevents coredump in cases like
  WHERE textfield < null::text;
2000-04-16 01:55:45 +00:00
..
access Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
bootstrap Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
catalog Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
commands Fixed CREATE TYPE to recognize changed parsenodes 2000-04-13 11:51:07 +00:00
executor Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
lib Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
libpq Skip setsockopt(SO_REUSEADDR) for the Unix-domain postmaster socket on 2000-04-14 00:51:58 +00:00
main Add: 2000-01-26 05:58:53 +00:00
nodes Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
optimizer get_relattval() should treat a NULL constant as a non-constant expression, 2000-04-16 01:55:45 +00:00
parser Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
port Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
postmaster Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
regex Removed MBFLAGS from makefiles since it's now done in include/config.h. 2000-01-19 02:59:03 +00:00
rewrite Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
storage Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
tcop Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
tioga Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
utils elog(NOTICE) during COPY incorrectly reset lineno to 0, causing any 2000-04-15 19:13:08 +00:00
Makefile Add new pg_options.sample file. 2000-04-08 19:38:00 +00:00
pg_options.sample Add new pg_options.sample file. 2000-04-08 19:38:00 +00:00