]> granicus.if.org Git - postgresql/history - src/backend/executor/spi.c
Expose more cursor-related functionality in SPI: specifically, allow
[postgresql] / src / backend / executor / spi.c
2007-04-16 Tom LaneExpose more cursor-related functionality in SPI: specif...
2007-03-25 Tom LaneMake _SPI_execute_plan pass the query source string...
2007-03-25 Tom LaneRemove the prohibition on executing cursor commands...
2007-03-17 Tom LaneSPI_cursor_open failed to enforce that only read-only...
2007-03-15 Tom LaneMake use of plancache module for SPI plans. In particu...
2007-03-13 Tom LaneFirst phase of plan-invalidation project: create a...
2007-02-20 Tom LaneRemove the Query structure from the executor's API...
2007-01-09 Bruce MomjianEnable another five tuple status bits by using the...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-12-26 Tom LaneRepair bug #2836: SPI_execute_plan returned zero if...
2006-12-08 Tom LaneAvoid double free of _SPI_current->tuptable. AtEOSubXa...
2006-11-21 Tom LanePrevent intratransaction memory leak when a subtransact...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-09-07 Tom LaneClean up logging for extended-query-protocol operations...
2006-09-06 Tom LaneChange processing of extended-Query mode so that an...
2006-09-03 Bruce MomjianRevert FETCH/MOVE int64 patch. Was using incorrect...
2006-09-02 Bruce MomjianChange FETCH/MOVE to use int8.
2006-08-29 Bruce MomjianNow bind displays prepare as detail, and execute displa...
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-07-14 Bruce MomjianRemove 576 references of include files that were not...
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-14 Tom LaneImprove parser so that we can show an error cursor...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-02-28 Tom LaneExtend the ExecInitNode API so that plan nodes receive...
2006-01-18 Neil ConwayAdd a new system view, pg_cursors, that displays the...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-11-03 Alvaro HerreraRename the members of CommandDest enum so they don...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-01 Tom Lane_SPI_execute_plan failed to return result tuple table...
2005-06-09 Tom LaneMake SPI set SPI_processed for CREATE TABLE AS / SELECT...
2005-05-06 Tom LaneFor some reason access/tupmacs.h has been #including...
2005-05-02 Neil ConwayChange SPI functions to use a `long' when specifying...
2005-05-01 Tom LaneChange CREATE TYPE to require datatype output and send...
2005-03-29 Neil ConwayAdd SPI_getnspname(), including documentation.
2005-03-25 Tom LaneImprove EXPLAIN ANALYZE to show the time spent in each...
2005-03-16 Tom LaneRevise TupleTableSlot code to avoid unnecessary constru...
2005-02-10 Tom LaneFix SPI cursor support to allow scanning the results...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-11-16 Tom LaneRethink plpgsql's way of handling SPI execution during...
2004-10-13 Neil ConwayMore minor cosmetic improvements:
2004-10-12 Peter EisentrautMessage style revisions
2004-09-16 Tom LaneAdd some marginal tweaks to eliminate memory leakages...
2004-09-16 Tom LaneRestructure subtransaction handling to reduce resource...
2004-09-13 Tom LaneRedesign query-snapshot timing so that volatile functio...
2004-09-10 Tom LaneFire non-deferred AFTER triggers immediately upon query...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-02 Tom LaneAllow DECLARE CURSOR to take parameters from the portal...
2004-07-31 Tom LaneBe more consistent about reporting SPI errors in the...
2004-07-27 Tom LaneReplace nested-BEGIN syntax for subtransactions with...
2004-07-01 Tom LaneMore paranoia in AtEOSubXact_SPI: don't assume we can...
2004-07-01 Tom LaneNested transactions. There is still much left to do...
2004-06-11 Tom LaneWhen using extended-query protocol, postpone planning...
2004-06-06 Tom LaneInfrastructure for I/O of composite types: arrange...
2004-06-04 Tom LaneResurrect heap_deformtuple(), this time implemented...
2004-05-30 Neil ConwayUse the new List API function names throughout the...
2004-05-26 Neil ConwayReimplement the linked list data structure used through...
2004-04-01 Tom LaneReplace TupleTableSlot convention for whole-row variabl...
2004-03-21 Tom LaneRevise syntax-error reporting behavior to give pleasant...
2004-03-17 Bruce MomjianDocument SPI_push() and SPI_pop().
2004-03-05 Bruce MomjianAdd new SPI functions for use by PL/Java:
2003-12-02 Joe ConwayAdd a warning to AtEOXact_SPI() to catch cases where...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-10-01 Tom LaneRepair RI trigger visibility problems (this time for...
2003-09-25 Tom LaneGet rid of ReferentialIntegritySnapshotOverride by...
2003-09-23 Tom Lane_SPI_cursor_operation forgot to check for failure retur...
2003-09-16 Tom LaneSince SPI_modifytuple's natts argument is the number...
2003-08-08 Bruce MomjianAnother pgindent run with updated typedefs.
2003-08-08 Tom LaneFix nasty little order-of-operations bug in _SPI_cursor...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-07-21 Tom LaneError message editing in backend/executor.
2003-05-09 Tom LaneImplement new-protocol binary I/O support in DataRow...
2003-05-08 Tom LaneUpdate 3.0 protocol support to match recent agreements...
2003-05-06 Tom LaneRestructure command destination handling so that we...
2003-05-06 Tom LaneImplement feature of new FE/BE protocol whereby RowDesc...
2003-05-02 Tom LanePortal and memory management infrastructure for extende...
2003-04-29 Tom LaneInfrastructure for deducing Param types from context...
2003-04-29 Tom LaneCode review for holdable-cursors patch. Fix error...
2003-04-27 Tom LanePut back encoding-conversion step in processing of...
2003-04-24 Tom LaneInfrastructure for upgraded error reporting mechanism...
2003-03-27 Bruce MomjianThis patch implements holdable cursors, following the...
2003-03-11 Tom LaneImplement SQL92-compatible FIRST, LAST, ABSOLUTE n...
2003-03-10 Tom LaneRestructure parsetree representation of DECLARE CURSOR...
2003-02-14 Tom LaneFix SPI result logic for case where there are multiple...
2003-01-29 Tom LaneSPI_exec shouldn't return SPI_OK_SELECT if it hasn...
2003-01-21 Tom LaneFix coredump problem in plpgsql's RETURN NEXT. When...
2002-12-30 Tom LaneAdjust Tcl-related code to compile cleanly with Tcl...
2002-12-17 Tom LaneSkip unnecessary plan-copying now that plan trees are...
2002-12-15 Tom LaneTweak default memory context allocation policy so that...
2002-12-15 Tom LaneRevise executor APIs so that all per-query state struct...
2002-12-05 Tom LanePhase 1 of read-only-plans project: cause executor...
2002-11-13 Bruce MomjianAdd new palloc0 call as merge of palloc and MemSet(0).
2002-11-11 Bruce MomjianBack out use of palloc0 in place if palloc/MemSet....
next