postgresql/src/backend/executor
1998-02-11 19:14:04 +00:00
..
execAmi.c New pg_attribute.atttypmod for type-specific information like 1998-01-16 23:21:07 +00:00
execFlatten.c Used modified version of indent that understands over 100 typedefs. 1997-09-08 21:56:23 +00:00
execJunk.c Inline fastgetattr and others so data access does not use function 1998-01-31 04:39:26 +00:00
execMain.c Pass attypmod through to executor by adding to Var and Resdom. 1998-02-10 04:02:59 +00:00
execProcnode.c Goodbye ABORT. Hello ERROR for all errors. 1998-01-07 21:07:04 +00:00
execQual.c Inline fastgetattr and others so data access does not use function 1998-01-31 04:39:26 +00:00
execScan.c Used modified version of indent that understands over 100 typedefs. 1997-09-08 21:56:23 +00:00
execTuples.c Pass attypmod through to executor by adding to Var and Resdom. 1998-02-10 04:02:59 +00:00
execUtils.c Pass attypmod through to executor by adding to Var and Resdom. 1998-02-10 04:02:59 +00:00
functions.c Inline fastgetattr and others so data access does not use function 1998-01-31 04:39:26 +00:00
Makefile Major cleanout of PORTNAME variables from Makefiles...bound to screw up 1997-12-20 00:29:35 +00:00
nodeAgg.c Inline fastgetattr and others so data access does not use function 1998-01-31 04:39:26 +00:00
nodeAppend.c UNION work for UNION ALL and other union stuff. 1997-12-27 06:41:41 +00:00
nodeGroup.c Pass around typmod as int16. 1998-02-10 16:04:38 +00:00
nodeHash.c Goodbye register keyword. Compiler knows better. 1998-02-11 19:14:04 +00:00
nodeHashjoin.c Some *very* major changes by darrenk@insightdist.com (Darren King) 1998-01-13 04:05:12 +00:00
nodeIndexscan.c Goodbye ABORT. Hello ERROR for all errors. 1998-01-07 21:07:04 +00:00
nodeMaterial.c Rename heap_destroyr to heap_destroy, heap_destroy to heap_destroy_with_catalog. 1997-11-28 17:28:02 +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 Remove all time travel stuff. Small parser cleanup. 1997-11-20 23:24:03 +00:00
nodeSort.c Goodbye ABORT. Hello ERROR for all errors. 1998-01-07 21:07:04 +00:00
nodeTee.c Goodbye ABORT. Hello ERROR for all errors. 1998-01-07 21:07:04 +00:00
nodeUnique.c Pass around typmod as int16. 1998-02-10 16:04:38 +00:00
spi.c Pass around typmod as int16. 1998-02-10 16:04:38 +00:00