summaryrefslogtreecommitdiff
path: root/src/backend/executor
Commit message (Expand)AuthorAgeFilesLines
* This is part #1 for of the DEFERRED CONSTRAINT TRIGGER support.Jan Wieck1999-09-291-7/+4
* Fix nodeAgg coredump in case where lower-level plan hasTom Lane1999-09-281-27/+14
* Modify nodeAgg.c so that no rows are returned for a GROUP BYTom Lane1999-09-262-393/+418
* Implement constant-expression simplification per BernardTom Lane1999-09-261-106/+67
* Several changes here, not very related but touching some of the same files.Tom Lane1999-09-2410-204/+257
* Fix CASE bug identified by Keith Parks: CASE didn't reliablyTom Lane1999-09-181-31/+16
* Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane1999-09-184-53/+42
* Revise implementation of SubLinks so that there is a consistent,Tom Lane1999-08-251-1/+18
* Further planner/optimizer cleanups. Move all set_tlist_referencesTom Lane1999-08-221-2/+1
* Major revision of sort-node handling: push knowledge of queryTom Lane1999-08-211-20/+31
* Add commentary to show that even though ExecInitIndexScan()Tom Lane1999-08-121-40/+52
* > > Prevent sorting if result is already sortedBruce Momjian1999-08-091-1/+12
* Rewrite parser's handling of INSERT ... SELECT so that processingTom Lane1999-07-191-27/+54
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-1712-24/+11
* Fix incorrect declaration of rtentry as 'ResTarget' where itTom Lane1999-07-171-2/+2
* Final cleanup.Bruce Momjian1999-07-1620-91/+88
* Update #include cleanupsBruce Momjian1999-07-167-15/+15
* Remove unused #includes in *.c files.Bruce Momjian1999-07-1521-90/+19
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-1512-27/+13
* Remove S*I comments from Stephan.Bruce Momjian1999-07-131-2/+1
* ExecReScanGroup() forgot to clear grpstate->grp_firstTuple,Tom Lane1999-07-111-1/+7
* Remove QUERY_LIMIT and documenation on same. Change _ALIGN to TYPEALIGNBruce Momjian1999-06-171-21/+1
* When targetlist is NULL, ExecTargetList was passing back aTom Lane1999-06-121-32/+10
* Reversed out Massimo patch.Bruce Momjian1999-06-121-47/+1
* I don't like last minute patches before the final freeze, but I believe thatBruce Momjian1999-06-121-1/+47
* Reset evaluation plan tuple table next free slot counter to 0Vadim B. Mikheev1999-06-091-2/+12
* I used bad style of comments and ... commented out some code inVadim B. Mikheev1999-06-061-11/+9
* Ensure consistent results when FormSortKeys fails to findTom Lane1999-06-031-2/+4
* Another pgindent run. Sorry folks.Bruce Momjian1999-05-256-25/+25
* pgindent run over code.Bruce Momjian1999-05-2519-801/+823
* Rewrite hash join to use simple linked lists instead of aTom Lane1999-05-182-782/+409
* Change resjunk to a boolean.Bruce Momjian1999-05-171-8/+8
* Rip out QueryTreeList structure, root and branch. QuerytreeTom Lane1999-05-132-60/+41
* Change error messages to oids come out as %u and not %d. Change has noBruce Momjian1999-05-104-13/+10
* Update hash and join routines to use fd.c's new temp-fileTom Lane1999-05-092-57/+6
* Fix some nasty coredump bugs in hashjoin. This code was justTom Lane1999-05-062-122/+131
* Aggregate functions didn't work on subscripted array references.Tom Lane1999-04-291-64/+23
* Fix problems seen when result of a subselect was used in anTom Lane1999-04-191-13/+42
* There are some bugs about backward scanning usingBruce Momjian1999-04-131-8/+34
* Fix some more hashjoin-related bugs in pg_operator. FixTom Lane1999-04-071-37/+39
* Small cleanups.Bruce Momjian1999-03-301-2/+2
* Remove Tee code, move to _deadcode.Bruce Momjian1999-03-236-41/+9
* Correct some comments, fix a small memory wastage when datatypeTom Lane1999-03-211-12/+15
* Reverse out pfree agg part of patch from Erik Riedel.Bruce Momjian1999-03-201-3/+0
* cleanupBruce Momjian1999-03-201-3/+3
* Fix for aggregate memory leaks from Erik Riedel.Bruce Momjian1999-03-204-4/+76
* Fix for memory leak in executor with fjIsNull.Bruce Momjian1999-03-191-2/+5
* I suggest the following portability patch, which does notBruce Momjian1999-03-191-2/+3
* CleanupBruce Momjian1999-03-141-3/+2
* We have to return dummy tuple for empty targetlist!Vadim B. Mikheev1999-03-101-9/+8