aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor
Commit message (Expand)AuthorAge
* Fix handling of NULL constraint conditions: per SQL92 spec, a NULL resultTom Lane2000-01-19
* setheapoverride() is history. Uses replaced with CommandCounterIncrement()Tom Lane2000-01-17
* Update subquery error message.Bruce Momjian2000-01-17
* Make number of args to a function configurable.Bruce Momjian2000-01-10
* Another round of planner/optimizer work. This is just restructuring andTom Lane2000-01-09
* Fix it's and its to be correct.Bruce Momjian2000-01-05
* Improve subquery error message, now says "More than one tuple returnedBruce Momjian1999-12-29
* Required catalog changes for extended LONG attribute storage.Jan Wieck1999-12-20
* Clean up some minor gcc warnings.Tom Lane1999-12-20
* Some changes to prepare for LONG attributes.Jan Wieck1999-12-16
* New LDOUT makefile variable for QNX os.Bruce Momjian1999-12-13
* aggregate(DISTINCT ...) works, per SQL spec.Tom Lane1999-12-13
* Rename several destroy* functions/tags to drop*.Bruce Momjian1999-12-10
* Make LD -r as macros that can be changed for QNX.Bruce Momjian1999-12-09
* Rename heap_replace to heap_update.Bruce Momjian1999-11-24
* Tid access method feature from Hiroshi Inoue, Inoue@tpf.co.jpBruce Momjian1999-11-23
* Add system indexes to match all caches.Bruce Momjian1999-11-22
* Clean up possible memory leakage in nodeSubplanTom Lane1999-11-15
* Implement subselects in target lists. Also, relax requirement thatTom Lane1999-11-15
* Fix ExecSubPlan to handle nulls per the SQL spec --- it didn't combineTom Lane1999-11-12
* New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian1999-11-07
* Make it possible to execute crashed CREATE/DROP commands again.Hiroshi Inoue1999-11-04
* Don't call ExecOpenIndices if pg_class relhasindex shows there are noTom Lane1999-11-01
* Avoid duplicate ExecTypeFromTL() call in ExecInitJunkFilter() by passingTom Lane1999-10-30
* Ooops ... 6.5 coding wasn't quite right anymore. Should learnTom Lane1999-10-30
* Put back code in nodeAgg to generate a dummy all-nulls input tupleTom Lane1999-10-30
* Final stage of psort reconstruction work: replace psort.c withTom Lane1999-10-17
* Actually, nodeMergejoin shouldn't include psort.h at all...Tom Lane1999-10-17
* nodeMergejoin was depending on an inclusion from psort.h...Tom Lane1999-10-16
* Split 'BufFile' routines out of fd.c into a new module, buffile.c. ExtendTom Lane1999-10-13
* Remove a no-longer-needed kluge for degenerate aggregate cases,Tom Lane1999-10-08
* Fix planner and rewriter to follow SQL semantics for tables that areTom Lane1999-10-07
* This is part #1 for of the DEFERRED CONSTRAINT TRIGGER support.Jan Wieck1999-09-29
* Fix nodeAgg coredump in case where lower-level plan hasTom Lane1999-09-28
* Modify nodeAgg.c so that no rows are returned for a GROUP BYTom Lane1999-09-26
* Implement constant-expression simplification per BernardTom Lane1999-09-26
* Several changes here, not very related but touching some of the same files.Tom Lane1999-09-24
* Fix CASE bug identified by Keith Parks: CASE didn't reliablyTom Lane1999-09-18
* Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane1999-09-18
* Revise implementation of SubLinks so that there is a consistent,Tom Lane1999-08-25
* Further planner/optimizer cleanups. Move all set_tlist_referencesTom Lane1999-08-22
* Major revision of sort-node handling: push knowledge of queryTom Lane1999-08-21
* Add commentary to show that even though ExecInitIndexScan()Tom Lane1999-08-12
* > > Prevent sorting if result is already sortedBruce Momjian1999-08-09
* Rewrite parser's handling of INSERT ... SELECT so that processingTom Lane1999-07-19
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
* Fix incorrect declaration of rtentry as 'ResTarget' where itTom Lane1999-07-17
* Final cleanup.Bruce Momjian1999-07-16
* Update #include cleanupsBruce Momjian1999-07-16
* Remove unused #includes in *.c files.Bruce Momjian1999-07-15