]> granicus.if.org Git - postgresql/history - src/backend/executor/functions.c
Expose more cursor-related functionality in SPI: specifically, allow
[postgresql] / src / backend / executor / functions.c
2007-04-16 Tom LaneExpose more cursor-related functionality in SPI: specif...
2007-04-02 Tom LaneFix check_sql_fn_retval to allow the case where a SQL...
2007-04-02 Tom LaneSupport enum data types. Along the way, use macros...
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-02-02 Tom LaneRepair insufficiently careful type checking for SQL...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-10-12 Tom LaneFix mishandling of after-trigger state when a SQL funct...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-09-06 Tom LaneChange processing of extended-Query mode so that an...
2006-08-12 Tom LaneTweak SPI_cursor_open to allow INSERT/UPDATE/DELETE...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-07-13 Bruce MomjianAllow include files to compile own their own.
2006-04-22 Tom LaneSimplify ParamListInfo data structure to support only...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-02-28 Tom LaneExtend the ExecInitNode API so that plan nodes receive...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-04-10 Tom LaneSQL functions returning pass-by-reference types were...
2005-04-06 Tom LaneMerge Resdom nodes into TargetEntry nodes to simplify...
2005-03-31 Tom LaneFirst phase of OUT-parameters project. We can now...
2005-03-29 Tom LaneConvert oidvector and int2vector into variable-length...
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...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-10-07 Tom LaneFix problems with SQL functions returning rowtypes...
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-09-06 Tom LaneGuard against transaction control statements in SQL...
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-15 Tom LaneFor a SQL function declared to return a named composite...
2004-06-11 Tom LaneWhen using extended-query protocol, postpone planning...
2004-05-26 Neil ConwayReimplement the linked list data structure used through...
2004-04-02 Tom Lanecheck_sql_fn_retval has always thought that we supporte...
2004-04-01 Tom LaneReplace TupleTableSlot convention for whole-row variabl...
2004-03-21 Tom LaneRevise syntax-error reporting behavior to give pleasant...
2004-01-07 Neil ConwayMore janitorial work: remove the explicit casting of...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-09-25 Tom LaneGet rid of ReferentialIntegritySnapshotOverride by...
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
2003-09-15 Peter EisentrautOK, some of these syntax errors should be given other...
2003-09-09 Peter EisentrautSome "feature not supported" errors are better syntax...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-07-28 Tom LaneAdd error stack traceback support for SQL-language...
2003-07-21 Tom LaneError message editing in backend/executor.
2003-07-01 Tom LaneSQL functions can have arguments and results declared...
2003-06-12 Tom LaneFix SQL function executor for case where last command...
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...
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....
2002-11-10 Bruce MomjianMerge palloc()/MemSet(0) calls into a single palloc0...
2002-09-04 Bruce Momjianpgindent run.
2002-08-29 Tom LaneCode review for standalone composite types, query-speci...
2002-08-23 Tom LaneFurther cleanup around the edges of OPAQUE/pseudotype...
2002-08-05 Tom LanePreliminary code review for anonymous-composite-types...
2002-08-04 Bruce MomjianAttached are two patches to implement and document...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-05-21 Tom LaneRemove global variable scanCommandId in favor of storin...
2002-05-12 Tom LaneFirst pass at set-returning-functions in FROM, by Joe...
2002-02-27 Tom LaneClean up BeginCommand and related routines. BeginComma...
2002-02-26 Tom LaneRestructure command-completion-report code so that...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-03-22 Bruce MomjianRemove dashes in comments that don't need them, rewrap...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-01-29 Tom LaneClean up handling of tuple descriptors so that result...
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-11-16 Tom LaneChange SearchSysCache coding conventions so that a...
2000-11-12 Tom LaneRestructure handling of inheritance queries so that...
2000-10-26 Tom LaneRe-implement LIMIT/OFFSET as a plan node type, instead...
2000-08-24 Tom LaneSQL-language functions are now callable in ordinary...
2000-08-08 Tom LaneRemove 'func_tlist' from Func expression nodes, likewis...
2000-07-12 Tom LaneFirst stage of reclaiming memory in executor by resetti...
2000-06-28 Tom LaneFirst phase of memory management rewrite (see backend...
2000-05-28 Tom LaneFirst round of changes for new fmgr interface. fmgr...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-04-04 Tom LaneFix bug noted by Bruce: FETCH in an already-aborted...
2000-01-26 Bruce MomjianAdd:
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-16 Bruce MomjianFinal cleanup.
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-13 Tom LaneRip out QueryTreeList structure, root and branch. ...
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-02-08 Jan WieckAdded LIMIT/OFFSET functionality including new regressi...
1999-02-03 Bruce MomjianCleanup of source files where 'return' or 'var =' is...
1998-11-27 Vadim B. MikheevNew HeapTuple structure/interface.
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-08-24 Bruce Momjian This is the final state of the rule system for...
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
1998-02-13 Vadim B. MikheevSupport for subselects.
next