summaryrefslogtreecommitdiff
path: root/src/backend/executor
AgeCommit message (Expand)Author
2005-11-20Remove the t_datamcxt field of HeapTupleData. This was introduced forTom Lane
2005-11-20Modify tuptoaster's API so that it does not try to modify the passedTom Lane
2005-11-19Stopgap solution for problem reported by Alexey Beschiokov: afterTom Lane
2005-11-18Update obsolete comment describing ExecDelete(), per Simon Riggs.Neil Conway
2005-11-17Make SQL arrays support null elements. This commit fixes the core arrayTom Lane
2005-11-14Prevent ExecInsert() and ExecUpdate() from scribbling on the result tupleTom Lane
2005-11-03Rename the members of CommandDest enum so they don't collide with other uses ofAlvaro Herrera
2005-10-19Better solution to the problem of labeling whole-row Datums that areTom Lane
2005-10-19Ensure that the Datum generated from a whole-row Var contains validTom Lane
2005-10-18A few trivial code cleanups motivated by reading warnings generatedTom Lane
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-10-06Revise pgstats stuff to fix the problems with not counting accessesTom Lane
2005-10-01_SPI_execute_plan failed to return result tuple table to caller inTom Lane
2005-09-25The original patch to avoid building a hash join's hashtable when theTom Lane
2005-09-22Remove some dead code.Tom Lane
2005-08-28Tweak nodeBitmapAnd to stop evaluating sub-plan scans if it finds it'sTom Lane
2005-08-26Arrange for indexes and toast tables to inherit their ownership fromTom Lane
2005-08-20Repair problems with VACUUM destroying t_ctid chains too soon, and withTom Lane
2005-08-18Update some obsolete comments --- code is using t_self now, not t_ctid.Tom Lane
2005-08-01Add NOWAIT option to SELECT FOR UPDATE/SHARE.Tom Lane
2005-06-28Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane
2005-06-26Add Oracle-compatible GREATEST and LEAST functions. Pavel StehuleTom Lane
2005-06-20Avoid WAL-logging individual tuple insertions during CREATE TABLE ASTom Lane
2005-06-15Change the implementation of hash join to attempt to avoid unnecessaryNeil Conway
2005-06-09Make SPI set SPI_processed for CREATE TABLE AS / SELECT INTO commands;Tom Lane
2005-05-29Modify hash_search() API to prevent future occurrences of the errorTom Lane
2005-05-22Teach the planner to remove SubqueryScan nodes from the plan if theyTom Lane
2005-05-15Fix latent bug in ExecSeqRestrPos: it leaves the plan node's result slotTom Lane
2005-05-14Minor refactoring to eliminate duplicate code and make startup aTom Lane
2005-05-13Revise nodeMergejoin in light of example provided by Guillaume Smet.Tom Lane
2005-05-12Remove some unnecessary code: since ExecMakeFunctionResultNoSets does notTom Lane
2005-05-09Add some defenses against functions declared to return set that don'tTom Lane
2005-05-06For some reason access/tupmacs.h has been #including utils/memutils.h,Tom Lane
2005-05-05Adjust nodeBitmapIndexscan to keep the target index opened from planTom Lane
2005-05-02Change SPI functions to use a `long' when specifying the number of tuplesNeil Conway
2005-05-01Change CREATE TYPE to require datatype output and send functions to haveTom Lane
2005-04-28Implement sharable row-level locks, and use them for foreign key referencesTom Lane
2005-04-25Remove support for OR'd indexscans internal to a single IndexScan planTom Lane
2005-04-24Adjust nodeBitmapIndexscan.c to not keep the index open across calls,Tom Lane
2005-04-24Actually, nodeBitmapIndexscan.c doesn't need to create a standardTom Lane
2005-04-24Put back example of using Result node to execute an INSERT.Tom Lane
2005-04-24Update some comments to use SQL examples rather than QUEL. From SimonNeil Conway
2005-04-23Remove explicit FreeExprContext calls during plan node shutdown. TheTom Lane
2005-04-22First cut at planner support for bitmap index scans. Lots to do yet,Tom Lane
2005-04-20Minor performance improvement: avoid unnecessary creation/unioning ofTom Lane
2005-04-19Create executor and planner-backend support for decoupled heap and indexTom Lane
2005-04-16Create a new 'MultiExecProcNode' call API for plan nodes that don'tTom Lane
2005-04-14Put back blessing of record-function tupledesc, which I removed in aTom Lane
2005-04-14Completion of project to use fixed OIDs for all system catalogs andTom Lane
2005-04-14First phase of project to use fixed OIDs for all system catalogs andTom Lane