postgresql/src/backend/executor
Tom Lane e4e6459c0f Further cleanup of array behavior. Slice assignments to arrays with
varlena elements work now.  Allow assignment to previously-nonexistent
subscript position to extend array, but only for 1-D arrays and only
if adjacent to existing positions (could do more if we had a way to
represent nulls in arrays, but I don't want to tackle that now).
Arrange for assignment of NULL to an array element in UPDATE to be a
no-op, rather than setting the entire array to NULL as it used to.
(Throwing an error would be a reasonable alternative, but it's never
done that...)  Update regress test accordingly.
2000-07-23 01:36:05 +00:00
..
_deadcode Add: 2000-01-26 05:58:53 +00:00
Makefile Generated header files parse.h and fmgroids.h are now copied into 2000-05-29 05:45:56 +00:00
execAmi.c First stage of reclaiming memory in executor by resetting short-term 2000-07-12 02:37:39 +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 First stage of reclaiming memory in executor by resetting short-term 2000-07-12 02:37:39 +00:00
execProcnode.c Add: 2000-01-26 05:58:53 +00:00
execQual.c Further cleanup of array behavior. Slice assignments to arrays with 2000-07-23 01:36:05 +00:00
execScan.c Revise aggregate functions per earlier discussions in pghackers. 2000-07-17 03:05:41 +00:00
execTuples.c First stage of reclaiming memory in executor by resetting short-term 2000-07-12 02:37:39 +00:00
execUtils.c Cleanup of code for creating index entries. Functional indexes with 2000-07-14 22:18:02 +00:00
functions.c First stage of reclaiming memory in executor by resetting short-term 2000-07-12 02:37:39 +00:00
nodeAgg.c Revise aggregate functions per earlier discussions in pghackers. 2000-07-17 03:05:41 +00:00
nodeAppend.c First stage of reclaiming memory in executor by resetting short-term 2000-07-12 02:37:39 +00:00
nodeGroup.c First stage of reclaiming memory in executor by resetting short-term 2000-07-12 02:37:39 +00:00
nodeHash.c Revise aggregate functions per earlier discussions in pghackers. 2000-07-17 03:05:41 +00:00
nodeHashjoin.c Revise aggregate functions per earlier discussions in pghackers. 2000-07-17 03:05:41 +00:00
nodeIndexscan.c First stage of reclaiming memory in executor by resetting short-term 2000-07-12 02:37:39 +00:00
nodeMaterial.c First stage of reclaiming memory in executor by resetting short-term 2000-07-12 02:37:39 +00:00
nodeMergejoin.c First stage of reclaiming memory in executor by resetting short-term 2000-07-12 02:37:39 +00:00
nodeNestloop.c Revise aggregate functions per earlier discussions in pghackers. 2000-07-17 03:05:41 +00:00
nodeResult.c Revise aggregate functions per earlier discussions in pghackers. 2000-07-17 03:05:41 +00:00
nodeSeqscan.c First stage of reclaiming memory in executor by resetting short-term 2000-07-12 02:37:39 +00:00
nodeSort.c First stage of reclaiming memory in executor by resetting short-term 2000-07-12 02:37:39 +00:00
nodeSubplan.c First stage of reclaiming memory in executor by resetting short-term 2000-07-12 02:37:39 +00:00
nodeTidscan.c First stage of reclaiming memory in executor by resetting short-term 2000-07-12 02:37:39 +00:00
nodeUnique.c First stage of reclaiming memory in executor by resetting short-term 2000-07-12 02:37:39 +00:00
spi.c First phase of memory management rewrite (see backend/utils/mmgr/README 2000-06-28 03:33:33 +00:00