postgresql/src/backend
Tom Lane 1bd3a8f58b Repair bug noted by Paul Caskey: neqsel() has been generating a bogus
result, in fact nearly the opposite of what it should, because it
was passing the not-equal operator to eqsel() which would use it to
compare the value against the most common value in the column, and
of course obtain the wrong result therefrom.  Must pass the equality
operator to eqsel() instead.  Fortunately that's easy to get from
the oprnegate link.
2000-08-03 00:58:22 +00:00
..
access Make acl-related functions safe for TOAST. Mark pg_class.relacl as 2000-07-31 22:39:17 +00:00
bootstrap Don't need this anymore. It's now handled in the Makefile. 2000-07-19 22:47:13 +00:00
catalog Make acl-related functions safe for TOAST. Mark pg_class.relacl as 2000-07-31 22:39:17 +00:00
commands Convert all remaining float4 and float8 functions to new fmgr style. 2000-08-01 18:29:35 +00:00
executor ExecRestrPos() really needs to raise ERROR, not a wimpy DEBUG message, 2000-07-25 23:43:38 +00:00
lib First phase of memory management rewrite (see backend/utils/mmgr/README 2000-06-28 03:33:33 +00:00
libpq Revise aggregate functions per earlier discussions in pghackers. 2000-07-17 03:05:41 +00:00
main Generated header files parse.h and fmgroids.h are now copied into 2000-05-29 05:45:56 +00:00
nodes Remove 'Array' node type, which has evidently been dead code for 2000-07-22 04:22:47 +00:00
optimizer Remove <values.h> inclusions, no-longer-needed MAXINT definitions. 2000-07-28 02:13:52 +00:00
parser Type lztext is toast. 2000-07-30 22:14:09 +00:00
port Fix misuse of StrNCpy to copy and add null to non-null-terminated data. 2000-07-07 21:12:53 +00:00
postmaster Remove <values.h> inclusions, no-longer-needed MAXINT definitions. 2000-07-28 02:13:52 +00:00
regex Generated header files parse.h and fmgroids.h are now copied into 2000-05-29 05:45:56 +00:00
rewrite Type lztext is toast. 2000-07-30 22:14:09 +00:00
storage Cancel request while waiting for a lock should try to wake 2000-07-31 01:16:24 +00:00
tcop Revise aggregate functions per earlier discussions in pghackers. 2000-07-17 03:05:41 +00:00
tioga Generated header files parse.h and fmgroids.h are now copied into 2000-05-29 05:45:56 +00:00
utils Repair bug noted by Paul Caskey: neqsel() has been generating a bogus 2000-08-03 00:58:22 +00:00
Makefile Add distprep target to take some of the job of the release_prep script. 2000-07-19 16:30:27 +00:00