postgresql/src/backend/executor
Jan Wieck a5f3abacb5 Fixed problem with multiple portals shown up in portals_p2 regression
test after new AllocSet code.

Activated optimal AllocSet blocksize and chunk limit.

Jan
1999-02-07 13:37:56 +00:00
..
execAmi.c Add TEMP tables/indexes. Add COPY pfree(). Other cleanups. 1999-02-02 03:45:56 +00:00
execFlatten.c OK, folks, here is the pgindent output. 1998-09-01 04:40:42 +00:00
execJunk.c Cleanup of source files where 'return' or 'var =' is alone on a line. 1999-02-03 21:18:02 +00:00
execMain.c Fixed problem with multiple portals shown up in portals_p2 regression 1999-02-07 13:37:56 +00:00
execProcnode.c Renaming cleanup, no pgindent yet. 1998-09-01 03:29:17 +00:00
execQual.c Cleanup of source files where 'return' or 'var =' is alone on a line. 1999-02-03 21:18:02 +00:00
execScan.c OK, folks, here is the pgindent output. 1998-09-01 04:40:42 +00:00
execTuples.c Cleanup of source files where 'return' or 'var =' is alone on a line. 1999-02-03 21:18:02 +00:00
execUtils.c Cleanup of source files where 'return' or 'var =' is alone on a line. 1999-02-03 21:18:02 +00:00
functions.c Cleanup of source files where 'return' or 'var =' is alone on a line. 1999-02-03 21:18:02 +00:00
Makefile Hi, 1998-04-06 00:32:26 +00:00
nodeAgg.c fix for aggregates 1999-01-27 16:15:01 +00:00
nodeAppend.c Cleanup of source files where 'return' or 'var =' is alone on a line. 1999-02-03 21:18:02 +00:00
nodeGroup.c Replace typtoout() and gettypelem() with a single routine, 1999-01-24 05:40:49 +00:00
nodeHash.c Cleanup of source files where 'return' or 'var =' is alone on a line. 1999-02-03 21:18:02 +00:00
nodeHashjoin.c Cleanup of source files where 'return' or 'var =' is alone on a line. 1999-02-03 21:18:02 +00:00
nodeIndexscan.c Cleanup of source files where 'return' or 'var =' is alone on a line. 1999-02-03 21:18:02 +00:00
nodeMaterial.c Cleanup of source files where 'return' or 'var =' is alone on a line. 1999-02-03 21:18:02 +00:00
nodeMergejoin.c Cleanup of source files where 'return' or 'var =' is alone on a line. 1999-02-03 21:18:02 +00:00
nodeNestloop.c Remove un-needed braces around single statements. 1998-06-15 19:30:31 +00:00
nodeResult.c pgindent run before 6.3 release, with Thomas' requested changes. 1998-02-26 04:46:47 +00:00
nodeSeqscan.c READ COMMITTED isolevel is implemented and is default now. 1999-01-29 09:23:17 +00:00
nodeSort.c Renaming cleanup, no pgindent yet. 1998-09-01 03:29:17 +00:00
nodeSubplan.c Initialize es_snapshot. 1999-02-01 13:33:27 +00:00
nodeTee.c Add TEMP tables/indexes. Add COPY pfree(). Other cleanups. 1999-02-02 03:45:56 +00:00
nodeUnique.c Replace typtoout() and gettypelem() with a single routine, 1999-01-24 05:40:49 +00:00
spi.c Speedup of PL/pgSQL by calling ExecEvalExpr() directly 1999-01-27 16:15:22 +00:00