summaryrefslogtreecommitdiff
path: root/src/backend/executor
Commit message (Expand)AuthorAgeFilesLines
* Rename several destroy* functions/tags to drop*.Bruce Momjian1999-12-106-15/+15
* Make LD -r as macros that can be changed for QNX.Bruce Momjian1999-12-091-2/+2
* Rename heap_replace to heap_update.Bruce Momjian1999-11-241-4/+4
* Tid access method feature from Hiroshi Inoue, Inoue@tpf.co.jpBruce Momjian1999-11-235-6/+593
* Add system indexes to match all caches.Bruce Momjian1999-11-222-4/+4
* Clean up possible memory leakage in nodeSubplanTom Lane1999-11-151-11/+28
* Implement subselects in target lists. Also, relax requirement thatTom Lane1999-11-151-25/+45
* Fix ExecSubPlan to handle nulls per the SQL spec --- it didn't combineTom Lane1999-11-122-105/+145
* New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian1999-11-075-17/+16
* Make it possible to execute crashed CREATE/DROP commands again.Hiroshi Inoue1999-11-041-2/+2
* Don't call ExecOpenIndices if pg_class relhasindex shows there are noTom Lane1999-11-012-38/+28
* Avoid duplicate ExecTypeFromTL() call in ExecInitJunkFilter() by passingTom Lane1999-10-303-47/+38
* Ooops ... 6.5 coding wasn't quite right anymore. Should learnTom Lane1999-10-301-6/+10
* Put back code in nodeAgg to generate a dummy all-nulls input tupleTom Lane1999-10-301-16/+35
* Final stage of psort reconstruction work: replace psort.c withTom Lane1999-10-171-63/+90
* Actually, nodeMergejoin shouldn't include psort.h at all...Tom Lane1999-10-171-2/+1
* nodeMergejoin was depending on an inclusion from psort.h...Tom Lane1999-10-161-1/+2
* Split 'BufFile' routines out of fd.c into a new module, buffile.c. ExtendTom Lane1999-10-132-17/+6
* Remove a no-longer-needed kluge for degenerate aggregate cases,Tom Lane1999-10-082-23/+12
* Fix planner and rewriter to follow SQL semantics for tables that areTom Lane1999-10-071-3/+2
* 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