]> granicus.if.org Git - postgresql/history - src/backend/executor/functions.c
Fix handling of collation in SQL-language functions.
[postgresql] / src / backend / executor / functions.c
2011-03-25 Tom LaneFix handling of collation in SQL-language functions.
2011-03-20 Tom LaneRevise collation derivation method and expression-tree...
2011-03-01 Tom LaneRearrange snapshot handling to make rule expansion...
2011-02-27 Tom LaneRefactor the executor's API to support data-modifying...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-01 Tom LanePrevent inlining a SQL function with multiple OUT param...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-07-06 Bruce Momjianpgindent run for 9.0, second run
2010-03-19 Tom LaneModify error context callback functions to not assume...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-14 Robert HaasWrap calls to SearchSysCache and related functions...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-29 Heikki LinnakangasPrevious fix for temporary file management broke return...
2009-12-15 Robert HaasAdd an EXPLAIN (BUFFERS) option to show buffer-usage...
2009-12-14 Tom LaneFix a bug introduced when set-returning SQL functions...
2009-11-04 Tom LaneAdd support for invoking parser callback hooks via...
2009-06-11 Tom LaneFix things so that you can still do "select foo()"...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-03-27 Tom LaneFix possible failures when a tuplestore switches from...
2009-01-02 Tom LaneInclude a pointer to the query's source text in QueryDe...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-11-30 Tom LaneClean up the API for DestReceiver objects by eliminatin...
2008-11-27 Tom LaneFix minor memory leak introduced in recent SQL-function...
2008-10-31 Tom LaneSimplify ExecutorRun's API and save some trivial number...
2008-10-31 Tom LaneAllow SQL-language functions to return the output of...
2008-08-25 Tom LaneMove exprType(), exprTypmod(), expression_tree_walker...
2008-05-12 Alvaro HerreraImprove snapshot manager by keeping explicit track...
2008-03-26 Alvaro HerreraRename snapmgmt.c/h to snapmgr.c/h, for consistency...
2008-03-26 Alvaro HerreraSeparate snapshot management code from tuple visibility...
2008-03-25 Tom LaneSimplify and standardize conversions between TEXT datum...
2008-03-18 Tom LaneArrange to "inline" SQL functions that appear in a...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-06-17 Tom LaneRevert an ill-considered portion of my patch of 12...
2007-06-06 Tom LaneFix up text concatenation so that it accepts all the...
2007-04-27 Tom LaneModify processing of DECLARE CURSOR and EXPLAIN so...
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.
next