postgresql/src/backend/executor
Vadim B. Mikheev bf1d9aeb97 Cleanups. 1997-09-06 11:23:05 +00:00
..
Makefile Add spi.o 1997-08-30 10:28:47 +00:00
execAmi.c Make functions static where possible, enclose unused functions in #ifdef NOT_USED. 1997-08-19 21:40:56 +00:00
execFlatten.c Make functions static where possible, enclose unused functions in #ifdef NOT_USED. 1997-08-19 21:40:56 +00:00
execJunk.c Inlined heap_getattr(). 1997-08-26 23:31:58 +00:00
execMain.c execMain.c: little changes in trigger interface... 1997-09-04 13:22:39 +00:00
execProcnode.c add #include "postgres.h", as required by all .c files 1996-10-31 10:12:26 +00:00
execQual.c Make functions static where possible, enclose unused functions in #ifdef NOT_USED. 1997-08-19 21:40:56 +00:00
execScan.c Added SCO support, from Daniel Harris. 1997-07-28 00:57:08 +00:00
execTuples.c Make functions static where possible, enclose unused functions in #ifdef NOT_USED. 1997-08-19 21:40:56 +00:00
execUtils.c DEFAULT handling 1997-08-22 03:12:19 +00:00
functions.c SPI manager. 1997-08-29 09:05:57 +00:00
nodeAgg.c From: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov> 1997-04-03 19:56:47 +00:00
nodeAppend.c Make functions static where possible, enclose unused functions in #ifdef NOT_USED. 1997-08-19 21:40:56 +00:00
nodeGroup.c include sem.h added, include string.h neede, from Erik Bertelsen for Ultrix 1997-01-10 20:19:49 +00:00
nodeHash.c Make functions static where possible, enclose unused functions in #ifdef NOT_USED. 1997-08-19 21:40:56 +00:00
nodeHashjoin.c Make functions static where possible, enclose unused functions in #ifdef NOT_USED. 1997-08-19 21:40:56 +00:00
nodeIndexscan.c From: Dan McGuirk <mcguirk@indirect.com> 1997-03-12 21:00:17 +00:00
nodeMaterial.c More NOT_USEDs 1997-08-20 14:54:35 +00:00
nodeMergejoin.c Make functions static where possible, enclose unused functions in #ifdef NOT_USED. 1997-08-19 21:40:56 +00:00
nodeNestloop.c Compile and warning cleanup 1996-11-08 06:02:30 +00:00
nodeResult.c add #include "postgres.h", as required by all .c files 1996-10-31 10:12:26 +00:00
nodeSeqscan.c Make functions static where possible, enclose unused functions in #ifdef NOT_USED. 1997-08-19 21:40:56 +00:00
nodeSort.c Change pg_attribute.attnvals to float4, change #ifdef 0 to #if 0, fix aix call to strNcpy, fix pg_super_user_id in pg_dumpall, change pg_database.dtadba from oid to int4. 1997-08-21 02:28:55 +00:00
nodeTee.c Added SCO support, from Daniel Harris. 1997-07-28 00:57:08 +00:00
nodeUnique.c Inlined heap_getattr(). 1997-08-26 23:31:58 +00:00
spi.c Cleanups. 1997-09-06 11:23:05 +00:00