postgresql/src/backend/executor
1997-11-19 05:28:14 +00:00
..
execAmi.c Used modified version of indent that understands over 100 typedefs. 1997-09-08 21:56:23 +00:00
execFlatten.c Used modified version of indent that understands over 100 typedefs. 1997-09-08 21:56:23 +00:00
execJunk.c heapattr functions now return a Datum, not char *. 1997-09-12 04:09:08 +00:00
execMain.c Define prototype for ExecutorLimit() to avoid compiler complaints. 1997-11-17 16:41:04 +00:00
execProcnode.c Used modified version of indent that understands over 100 typedefs. 1997-09-08 21:56:23 +00:00
execQual.c Make GetAttributeByNum visible again for external use. 1997-09-27 14:37:21 +00:00
execScan.c Used modified version of indent that understands over 100 typedefs. 1997-09-08 21:56:23 +00:00
execTuples.c Inline memset() as MemSet(). 1997-09-18 20:22:58 +00:00
execUtils.c Rename strNcpy to StrNCpy, and change third parameter. 1997-10-25 01:10:58 +00:00
functions.c Inline memset() as MemSet(). 1997-09-18 20:22:58 +00:00
Makefile Add spi.o 1997-08-30 10:28:47 +00:00
nodeAgg.c Call ExecEvalExpr with &isDone (not with NULL). 1997-11-19 05:28:14 +00:00
nodeAppend.c Used modified version of indent that understands over 100 typedefs. 1997-09-08 21:56:23 +00:00
nodeGroup.c Free ascii representations of compared values! 1997-10-27 12:00:43 +00:00
nodeHash.c Used modified version of indent that understands over 100 typedefs. 1997-09-08 21:56:23 +00:00
nodeHashjoin.c Used modified version of indent that understands over 100 typedefs. 1997-09-08 21:56:23 +00:00
nodeIndexscan.c Used modified version of indent that understands over 100 typedefs. 1997-09-08 21:56:23 +00:00
nodeMaterial.c Used modified version of indent that understands over 100 typedefs. 1997-09-08 21:56:23 +00:00
nodeMergejoin.c Used modified version of indent that understands over 100 typedefs. 1997-09-08 21:56:23 +00:00
nodeNestloop.c Used modified version of indent that understands over 100 typedefs. 1997-09-08 21:56:23 +00:00
nodeResult.c Used modified version of indent that understands over 100 typedefs. 1997-09-08 21:56:23 +00:00
nodeSeqscan.c Used modified version of indent that understands over 100 typedefs. 1997-09-08 21:56:23 +00:00
nodeSort.c Fix pfree problem. 1997-09-15 14:29:01 +00:00
nodeTee.c Used modified version of indent that understands over 100 typedefs. 1997-09-08 21:56:23 +00:00
nodeUnique.c heapattr functions now return a Datum, not char *. 1997-09-12 04:09:08 +00:00
spi.c Fix error indicator for SPI_getvalue() and SPI_getbinval() 1997-09-29 06:28:45 +00:00