postgresql/src/backend
Tom Lane 440b0fea3d Another go-round with resolution of ambiguous functions and operators.
In function parsing, try for an actual function of the given name and
input types before trying to interpret the function call as a type
coercion request, rather than after.  Before, a function that had the
same name as a type and operated on a binary-compatible type wouldn't
get invoked.  Also, cross-pollinate between func_select_candidates and
oper_select_candidates to ensure that they use as nearly the same
resolution rules as possible.  A few other minor code cleanups too.
2000-03-19 00:19:39 +00:00
..
access Fix a bunch of minor portability problems and maybe-bugs revealed by 2000-03-17 02:36:41 +00:00
bootstrap Implement reindex command 2000-02-18 09:30:20 +00:00
catalog Fix a bunch of minor portability problems and maybe-bugs revealed by 2000-03-17 02:36:41 +00:00
commands Add safety check on expression nesting depth. Default value is set by 2000-03-17 05:29:07 +00:00
executor Redo permissions-checking code so that it does the right thing at APPEND 2000-03-09 05:15:33 +00:00
lib Fix problems seen in parallel regress tests when SI buffer overruns (causing 2000-01-31 04:35:57 +00:00
libpq Fix a bunch of minor portability problems and maybe-bugs revealed by 2000-03-17 02:36:41 +00:00
main Add: 2000-01-26 05:58:53 +00:00
nodes Fix a bunch of minor portability problems and maybe-bugs revealed by 2000-03-17 02:36:41 +00:00
optimizer Fix a bunch of minor portability problems and maybe-bugs revealed by 2000-03-17 02:36:41 +00:00
parser Another go-round with resolution of ambiguous functions and operators. 2000-03-19 00:19:39 +00:00
port > I have improved the System V semaphore emulation of the QNX4 port. 2000-03-14 18:12:06 +00:00
postmaster Fix a bunch of minor portability problems and maybe-bugs revealed by 2000-03-17 02:36:41 +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 Fix some (more) problems with subselects in rules. Rewriter failed to 2000-03-16 03:23:18 +00:00
storage Fix a bunch of minor portability problems and maybe-bugs revealed by 2000-03-17 02:36:41 +00:00
tcop Remove using puts() to print messages. Instead use TPRINTF. 2000-03-01 02:39:46 +00:00
tioga Add: 2000-01-26 05:58:53 +00:00
utils Clean up minor compiler warnings. 2000-03-18 18:57:16 +00:00
Makefile Clean up gmake warning caused by recent NetBSD patch. <grumble> 2000-03-08 22:00:19 +00:00