postgresql/src/backend/executor
Tom Lane 1c5b902018 Fix problem in which sloppily-coded test in ExecInitIndexScan would
think that both sides of indexqual look like index keys.  An example is
create table inside (f1 float8 primary key);
create table outside (g1 float8, g2 float8);
select * from inside,outside where f1 = atan2(g1+1, g2);
ERROR:  ExecInitIndexScan: both left and right ops are rel-vars
(note that failure is potentially platform-dependent).  Solution is a
cleanup I had had in mind to make anyway: functional index keys should
be represented as Var nodes in the fixed indexqual, just like regular
index keys.
2000-05-23 16:56:37 +00:00
..
_deadcode Add: 2000-01-26 05:58:53 +00:00
Makefile New LDOUT makefile variable for QNX os. 1999-12-13 22:35:27 +00:00
execAmi.c Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
execFlatten.c Add: 2000-01-26 05:58:53 +00:00
execJunk.c Add: 2000-01-26 05:58:53 +00:00
execMain.c Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
execProcnode.c Add: 2000-01-26 05:58:53 +00:00
execQual.c Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
execScan.c Add: 2000-01-26 05:58:53 +00:00
execTuples.c Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
execUtils.c Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
functions.c Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
nodeAgg.c Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
nodeAppend.c Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
nodeGroup.c Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
nodeHash.c Correct oversight in hashjoin cost estimation: nodeHash sizes its hash 2000-04-18 05:43:02 +00:00
nodeHashjoin.c Add: 2000-01-26 05:58:53 +00:00
nodeIndexscan.c Fix problem in which sloppily-coded test in ExecInitIndexScan would 2000-05-23 16:56:37 +00:00
nodeMaterial.c Hmm, it seems nodeMaterial has been broken for a good long while; 2000-03-02 04:06:39 +00:00
nodeMergejoin.c Add: 2000-01-26 05:58:53 +00:00
nodeNestloop.c Add: 2000-01-26 05:58:53 +00:00
nodeResult.c Add: 2000-01-26 05:58:53 +00:00
nodeSeqscan.c Add: 2000-01-26 05:58:53 +00:00
nodeSort.c Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
nodeSubplan.c Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
nodeTidscan.c Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
nodeUnique.c Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
spi.c Fix bug noted by Bruce: FETCH in an already-aborted transaction block 2000-04-04 21:44:40 +00:00