summaryrefslogtreecommitdiff
path: root/src/include/executor
Commit message (Expand)AuthorAgeFilesLines
* Fix failure due to accessing an already-freed tuple descriptor in a planTom Lane2006-12-261-1/+2
* Refactor ExecGetJunkAttribute to avoid searching for junk attributesTom Lane2006-12-041-3/+5
* pgindent run for 8.2.Bruce Momjian2006-10-045-20/+20
* Revert FETCH/MOVE int64 patch. Was using incorrect checks forBruce Momjian2006-09-031-3/+3
* Change FETCH/MOVE to use int8.Bruce Momjian2006-09-021-3/+3
* Add new return codes SPI_OK_INSERT_RETURNING etc to the SPI API.Tom Lane2006-08-271-1/+4
* Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests.Tom Lane2006-08-121-1/+2
* Fix domain_in() bug exhibited by Darcy Buskermolen. The idea of an EStateTom Lane2006-08-041-1/+2
* Add support for multi-row VALUES clauses as part of INSERT statementsJoe Conway2006-08-021-0/+27
* More include file adjustments.Bruce Momjian2006-07-131-2/+1
* More include file adjustments.Bruce Momjian2006-07-132-3/+5
* Allow include files to compile own their own.Bruce Momjian2006-07-133-6/+3
* Alphabetically order reference to include files, "S"-"Z".Bruce Momjian2006-07-111-11/+11
* Sort reference of include files, "A" - "F".Bruce Momjian2006-07-111-2/+2
* Convert hash join code to use MinimalTuple format in tuple hash tableTom Lane2006-06-274-8/+14
* Create infrastructure for 'MinimalTuple' representation of in-memoryTom Lane2006-06-271-2/+23
* Fix problems with cached tuple descriptors disappearing while still in useTom Lane2006-06-162-13/+14
* Revert sampling patch for EXPLAIN ANALYZE; it turns out to be too unreliableTom Lane2006-06-091-5/+1
* Code review for EXPLAIN patch. Fix some typos, make it behave sanelyTom Lane2006-05-301-6/+5
* Make EXPLAIN sampling smarter, to avoid excessive sampling delay.Bruce Momjian2006-05-301-3/+7
* Remove CXT_printf/CXT1_printf macros. If anyone had found them to be ofTom Lane2006-05-231-98/+9
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-0533-66/+66
* Extend the ExecInitNode API so that plan nodes receive a set of flagTom Lane2006-02-2824-49/+82
* Allow row comparisons to be used as indexscan qualifications.Tom Lane2006-01-251-3/+3
* Repair "Halloween problem" in EvalPlanQual: a tuple that's been inserted byTom Lane2006-01-121-2/+2
* Tweak indexscan machinery to avoid taking an AccessShareLock on an indexTom Lane2005-12-031-1/+3
* Adjust scan plan nodes to avoid getting an extra AccessShareLock on aTom Lane2005-12-021-1/+4
* Teach planner and executor to handle ScalarArrayOpExpr as an indexableTom Lane2005-11-251-7/+9
* Get rid of ExecAssignResultTypeFromOuterPlan() and make all plan node typesTom Lane2005-11-231-2/+1
* Standard pgindent run for 8.1.Bruce Momjian2005-10-1511-74/+71
* _SPI_execute_plan failed to return result tuple table to caller inTom Lane2005-10-011-1/+4
* Repair problems with VACUUM destroying t_ctid chains too soon, and withTom Lane2005-08-201-2/+2
* Revise nodeMergejoin in light of example provided by Guillaume Smet.Tom Lane2005-05-132-25/+18
* Change SPI functions to use a `long' when specifying the number of tuplesNeil Conway2005-05-021-8/+8
* Remove support for OR'd indexscans internal to a single IndexScan planTom Lane2005-04-251-1/+11
* Create executor and planner-backend support for decoupled heap and indexTom Lane2005-04-195-3/+101
* Create a new 'MultiExecProcNode' call API for plan nodes that don'tTom Lane2005-04-164-7/+10
* First phase of OUT-parameters project. We can now define and use SQLTom Lane2005-03-311-2/+2
* Add SPI_getnspname(), including documentation.Neil Conway2005-03-291-1/+2
* Improve EXPLAIN ANALYZE to show the time spent in each trigger whenTom Lane2005-03-251-2/+2
* On Windows, use QueryPerformanceCounter instead of gettimeofday forTom Lane2005-03-201-3/+42
* Revise TupleTableSlot code to avoid unnecessary construction and disassemblyTom Lane2005-03-163-67/+118
* Avoid O(N^2) overhead in repeated nocachegetattr calls when columns ofTom Lane2005-03-142-55/+45
* Revise hash join code so that we can increase the number of batchesTom Lane2005-03-063-45/+64
* Improve planner's estimation of the space needed for HashAgg plans:Tom Lane2005-01-281-1/+3
* Update copyrights that were missed.Bruce Momjian2005-01-011-2/+2
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-3128-56/+56
* Rethink plpgsql's way of handling SPI execution during an exception block.Tom Lane2004-11-161-1/+2
* 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