]> granicus.if.org Git - postgresql/history - src/backend/executor
Add new return codes SPI_OK_INSERT_RETURNING etc to the SPI API.
[postgresql] / src / backend / executor /
2006-08-27 Tom LaneAdd new return codes SPI_OK_INSERT_RETURNING etc to...
2006-08-14 Tom LaneFix oversight in initial implementation of PORTAL_ONE_R...
2006-08-14 Tom LaneWhen executing a list of queries derived from rule...
2006-08-12 Tom LaneTweak SPI_cursor_open to allow INSERT/UPDATE/DELETE...
2006-08-12 Tom LaneAdd INSERT/UPDATE/DELETE RETURNING, with basic docs...
2006-08-08 Bruce MomjianFor protocol-level prepare/bind/execute:
2006-08-04 Tom LaneFix domain_in() bug exhibited by Darcy Buskermolen...
2006-08-02 Tom LaneArrange for ValuesScan to keep per-sublist expression...
2006-08-02 Joe ConwayAdd support for multi-row VALUES clauses as part of...
2006-07-31 Tom LaneChange the relation_open protocol so that we obtain...
2006-07-31 Tom LaneChange the bootstrap sequence so that toast tables...
2006-07-27 Tom LaneAggregate functions now support multiple input argument...
2006-07-26 Tom LaneCode review for bigint-LIMIT patch. Fix missed planner...
2006-07-26 Bruce MomjianChange LIMIT/OFFSET to use int8
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-07-14 Tom LaneFix a passel of recently-committed violations of the...
2006-07-14 Bruce MomjianAdd additional includes needed on some platforms.
2006-07-13 Bruce MomjianMove math.h after postgresql.h
2006-07-13 Bruce MomjianAllow include files to compile own their own.
2006-07-11 Bruce MomjianSort reference of include files, "A" - "F".
2006-07-03 Tom LaneCode review for FILLFACTOR patch. Change WITH grammar...
2006-07-02 Bruce MomjianAdd FILLFACTOR to CREATE INDEX.
2006-06-28 Tom LaneFix hash aggregation to suppress unneeded columns from...
2006-06-28 Tom LaneAdjust TupleHashTables to use MinimalTuple format for...
2006-06-27 Tom LaneConvert hash join code to use MinimalTuple format in...
2006-06-27 Tom LaneExtend the MinimalTuple concept to tuplesort.c, thereby...
2006-06-27 Tom LaneCreate infrastructure for 'MinimalTuple' representation...
2006-06-21 Tom LaneRemove ancient kluge that kept nodeAgg.c from crashing...
2006-06-16 Tom LaneFix problems with cached tuple descriptors disappearing...
2006-06-09 Tom LaneRevert sampling patch for EXPLAIN ANALYZE; it turns...
2006-06-07 Tom LanePer previous analysis, the most correct notion of Sampl...
2006-05-30 Tom LaneCode review for EXPLAIN patch. Fix some typos, make...
2006-05-30 Bruce MomjianMake EXPLAIN sampling smarter, to avoid excessive sampl...
2006-05-23 Tom LaneRemove CXT_printf/CXT1_printf macros. If anyone had...
2006-04-30 Tom LaneImprove the representation of FOR UPDATE/FOR SHARE...
2006-04-22 Tom LaneSimplify ParamListInfo data structure to support only...
2006-04-04 Tom LaneModify all callers of datatype input and receive functi...
2006-03-17 Tom LaneFix bug introduced into mergejoin logic by performance...
2006-03-16 Tom LaneClean up representation of function RTEs for functions...
2006-03-14 Tom LaneImprove parser so that we can show an error cursor...
2006-03-10 Tom LaneAdd a CHECK_FOR_INTERRUPTS() to the loop in ExecMakeTab...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-02-28 Tom LaneTeach nodeSort and nodeMaterial to optimize out unneces...
2006-02-28 Tom LaneExtend the ExecInitNode API so that plan nodes receive...
2006-02-26 Tom LaneImprove sorting speed by pre-extracting the first sort...
2006-02-21 Neil ConwayCleanup the usage of ScanDirection: use the symbolic...
2006-02-19 Neil ConwayAdd TABLESPACE and ON COMMIT clauses to CREATE TABLE...
2006-02-05 Tom LaneImprove my initial, rather hacky implementation of...
2006-01-25 Tom LaneAllow row comparisons to be used as indexscan qualifica...
2006-01-18 Neil ConwayAdd a new system view, pg_cursors, that displays the...
2006-01-14 Tom LaneSome minor code cleanup, falling out from the removal...
2006-01-12 Tom LaneRepair "Halloween problem" in EvalPlanQual: a tuple...
2006-01-11 Neil ConwayCosmetic code cleanup: fix a bunch of places that used...
2006-01-07 Tom LaneAdd comment explaining why RelationOpenSmgr() call...
2005-12-28 Tom LaneImplement SQL-compliant treatment of row comparisons...
2005-12-14 Tom LaneFix problem with whole-row Vars referencing sub-select...
2005-12-07 Tom LaneFix a couple of lingering references to POSTQUEL query...
2005-12-03 Tom LaneTweak indexscan machinery to avoid taking an AccessShar...
2005-12-02 Tom LaneAdjust scan plan nodes to avoid getting an extra Access...
2005-12-02 Tom LaneRearrange code in ExecInitBitmapHeapScan so that we...
2005-11-28 Tom LaneTweak hash join code to use an additional heuristic...
2005-11-28 Tom LaneRecent changes to allow hash join to exit early given...
2005-11-26 Tom LaneTeach tid-scan code to make use of "ctid = ANY (array...
2005-11-26 Tom LaneChange seqscan logic so that we check visibility of...
2005-11-25 Tom LaneTeach planner and executor to handle ScalarArrayOpExpr...
2005-11-25 Tom LaneImprove ExecStoreTuple to be smarter about replacing...
2005-11-23 Tom LaneGet rid of ExecAssignResultTypeFromOuterPlan() and...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-11-20 Tom LaneRemove the t_datamcxt field of HeapTupleData. This...
2005-11-20 Tom LaneModify tuptoaster's API so that it does not try to...
2005-11-19 Tom LaneStopgap solution for problem reported by Alexey Beschio...
2005-11-18 Neil ConwayUpdate obsolete comment describing ExecDelete(), per...
2005-11-17 Tom LaneMake SQL arrays support null elements. This commit...
2005-11-14 Tom LanePrevent ExecInsert() and ExecUpdate() from scribbling...
2005-11-03 Alvaro HerreraRename the members of CommandDest enum so they don...
2005-10-19 Tom LaneBetter solution to the problem of labeling whole-row...
2005-10-19 Tom LaneEnsure that the Datum generated from a whole-row Var...
2005-10-18 Tom LaneA few trivial code cleanups motivated by reading warnin...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-06 Tom LaneRevise pgstats stuff to fix the problems with not count...
2005-10-01 Tom Lane_SPI_execute_plan failed to return result tuple table...
2005-09-25 Tom LaneThe original patch to avoid building a hash join's...
2005-09-22 Tom LaneRemove some dead code.
2005-08-28 Tom LaneTweak nodeBitmapAnd to stop evaluating sub-plan scans...
2005-08-26 Tom LaneArrange for indexes and toast tables to inherit their...
2005-08-20 Tom LaneRepair problems with VACUUM destroying t_ctid chains...
2005-08-18 Tom LaneUpdate some obsolete comments --- code is using t_self...
2005-08-01 Tom LaneAdd NOWAIT option to SELECT FOR UPDATE/SHARE.
2005-06-28 Tom LaneReplace pg_shadow and pg_group by new role-capable...
2005-06-26 Tom LaneAdd Oracle-compatible GREATEST and LEAST functions...
2005-06-20 Tom LaneAvoid WAL-logging individual tuple insertions during...
2005-06-15 Neil ConwayChange the implementation of hash join to attempt to...
2005-06-09 Tom LaneMake SPI set SPI_processed for CREATE TABLE AS / SELECT...
2005-05-29 Tom LaneModify hash_search() API to prevent future occurrences...
2005-05-22 Tom LaneTeach the planner to remove SubqueryScan nodes from...
2005-05-15 Tom LaneFix latent bug in ExecSeqRestrPos: it leaves the plan...
2005-05-14 Tom LaneMinor refactoring to eliminate duplicate code and make...
2005-05-13 Tom LaneRevise nodeMergejoin in light of example provided by...
2005-05-12 Tom LaneRemove some unnecessary code: since ExecMakeFunctionRes...
2005-05-09 Tom LaneAdd some defenses against functions declared to return...
next