summaryrefslogtreecommitdiff
path: root/src/include/executor
Commit message (Expand)AuthorAgeFilesLines
...
* Fix problems with SQL functions returning rowtypes that have droppedTom Lane2004-10-072-3/+12
* Adjust comments previously moved to column 1 by pgident.Bruce Momjian2004-10-071-2/+2
* ExecProcAppend() wasn't called ExecAppend() because the latter name wasNeil Conway2004-09-241-2/+2
* Arrange for hash join to skip scanning the outer relation if it detectsTom Lane2004-09-221-4/+6
* Restructure subtransaction handling to reduce resource consumption,Tom Lane2004-09-162-4/+4
* Redesign query-snapshot timing so that volatile functions in READ COMMITTEDTom Lane2004-09-133-10/+19
* Pgindent run for 8.0.Bruce Momjian2004-08-292-8/+8
* Update copyright to 2004.Bruce Momjian2004-08-2929-58/+58
* Be more consistent about reporting SPI errors in the various PLs.Tom Lane2004-07-311-1/+2
* Nested transactions. There is still much left to do, especially on theTom Lane2004-07-012-2/+4
* Promote row expressions to full-fledged citizens of the expression syntax,Tom Lane2004-05-101-1/+2
* Replace TupleTableSlot convention for whole-row variables and functionTom Lane2004-04-012-7/+5
* Revise syntax-error reporting behavior to give pleasant results forTom Lane2004-03-211-5/+4
* Document SPI_push() and SPI_pop().Bruce Momjian2004-03-171-3/+3
* Replace the switching function ExecEvalExpr() with a macro that jumpsTom Lane2004-03-172-8/+16
* Add new SPI functions for use by PL/Java:Bruce Momjian2004-03-051-1/+5
* Junkfilter logic to force a projection step during SELECT INTO was tooTom Lane2004-03-021-1/+2
* Fix oversight in optimization that avoids an unnecessary projection stepTom Lane2004-01-221-1/+2
* Fix permission-checking bug reported by Tim Burgess 10-Feb-03 (this timeTom Lane2004-01-141-2/+2
* Ensure set-returning functions in the targetlist of a plan node will beTom Lane2003-12-181-1/+2
* Add a warning to AtEOXact_SPI() to catch cases where the currentJoe Conway2003-12-021-2/+2
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-2930-30/+30
* Repair RI trigger visibility problems (this time for sure ;-)) per recentTom Lane2003-10-012-5/+5
* Get rid of ReferentialIntegritySnapshotOverride by extending Executor APITom Lane2003-09-252-3/+6
* Improve dynahash.c's API so that caller can specify the comparison functionTom Lane2003-08-191-3/+1
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-083-43/+43
* Fix some copyright notices that weren't updated. Improve copyright toolTom Lane2003-08-041-2/+2
* Update copyrights to 2003.Bruce Momjian2003-08-0428-56/+56
* pgindent run.Bruce Momjian2003-08-049-83/+87
* Error message editing in backend/executor.Tom Lane2003-07-211-2/+2
* Revise hash join and hash aggregation code to use the same datatype-Tom Lane2003-06-223-11/+15
* Update 3.0 protocol support to match recent agreements about how toTom Lane2003-05-081-3/+2
* Restructure command destination handling so that we pass aroundTom Lane2003-05-063-8/+13
* Implement feature of new FE/BE protocol whereby RowDescription identifiesTom Lane2003-05-061-2/+2
* Ditch ExecGetTupType() in favor of the much simpler ExecGetResultType(),Tom Lane2003-05-051-2/+1
* Portal and memory management infrastructure for extended query protocol.Tom Lane2003-05-021-3/+1
* Add new file.Bruce Momjian2003-03-271-0/+22
* Implement SQL92-compatible FIRST, LAST, ABSOLUTE n, RELATIVE n optionsTom Lane2003-03-111-1/+2
* Restructure parsetree representation of DECLARE CURSOR: now it's aTom Lane2003-03-102-3/+5
* Make further use of new bitmapset code: executor's chgParam, extParam,Tom Lane2003-02-091-2/+2
* Tweak planner and executor to avoid doing ExecProject() in table scanTom Lane2003-02-031-1/+2
* First cut at implementing IN (and NOT IN) via hashtables. There isTom Lane2003-01-121-1/+11
* Create a new file executor/execGrouping.c to centralize utility routinesTom Lane2003-01-104-18/+31
* Adjust Tcl-related code to compile cleanly with Tcl 8.4 (add const modifiers asTom Lane2002-12-301-9/+10
* Better solution to integer overflow problem in hash batch-numberTom Lane2002-12-301-1/+2
* Tweak default memory context allocation policy so that a context is notTom Lane2002-12-151-2/+1
* Revise executor APIs so that all per-query state structure is built inTom Lane2002-12-152-20/+22
* Clean up plantree representation of SubPlan-s --- SubLink does not appearTom Lane2002-12-142-9/+8
* Phase 3 of read-only-plans project: ExecInitExpr now builds expressionTom Lane2002-12-133-18/+19
* Phase 2 of read-only-plans project: restructure expression-tree nodesTom Lane2002-12-121-2/+2