]> granicus.if.org Git - postgresql/history - src/backend/executor/execQual.c
Improve the recently-added support for properly pluralized error messages
[postgresql] / src / backend / executor / execQual.c
2009-06-04 Tom LaneImprove the recently-added support for properly plurali...
2009-04-08 Peter EisentrautXMLATTRIBUTES() should send the attribute values through
2009-04-05 Tom LaneMake ExecInitExpr build the list of SubPlans found...
2009-04-02 Tom LaneRefactor ExecProject and associated routines so that...
2009-03-27 Tom LaneFix possible failures when a tuplestore switches from...
2009-03-26 Peter EisentrautGettext plural support
2009-01-09 Tom LaneArrange for function default arguments to be processed...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-28 Tom LaneSupport window functions a la SQL:2008.
2008-12-18 Tom LaneFix oversight in my recent patch to allow ExecMakeFunct...
2008-11-15 Peter EisentrautFix crash of xmlconcat(NULL)
2008-10-31 Tom LaneAllow SQL-language functions to return the output of...
2008-10-29 Tom LaneBe more tense about not creating tuplestores with rando...
2008-10-28 Tom LaneExtend ExecMakeFunctionResult() to support set-returnin...
2008-08-25 Tom LaneMove exprType(), exprTypmod(), expression_tree_walker...
2008-08-22 Tom LaneArrange to convert EXISTS subqueries that are equivalen...
2008-05-15 Tom LaneAdd support for tracking call counts and elapsed runtim...
2008-05-12 Alvaro HerreraRestructure some header files a bit, in particular...
2008-04-13 Tom LaneSince createplan.c no longer cares whether index operat...
2008-03-25 Tom LaneSimplify and standardize conversions between TEXT datum...
2008-03-25 Neil ConwayAdd a new tuplestore API function, tuplestore_putvalues...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce MomjianRe-run pgindent with updated list of typedefs. (Update...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-10-24 Tom LaneFix UPDATE/DELETE WHERE CURRENT OF to support repeated...
2007-09-06 Tom LaneMake eval_const_expressions() preserve typmod when...
2007-08-31 Tom LaneExtend whole-row Var evaluation to cope with the case...
2007-06-11 Tom LaneImprove UPDATE/DELETE WHERE CURRENT OF so that they...
2007-06-11 Tom LaneSupport UPDATE/DELETE WHERE CURRENT OF cursor_name...
2007-06-05 Tom LaneDowngrade implicit casts to text to be assignment-only...
2007-04-06 Tom LaneSupport varlena fields with single-byte headers and...
2007-03-27 Tom LaneFix array coercion expressions to ensure that the corre...
2007-02-27 Tom LaneReplace direct assignments to VARATT_SIZEP(x) with...
2007-02-27 Tom LaneGet rid of the separate EState for subplans, and just...
2007-02-06 Tom LaneRemove typmod checking from the recent security-related...
2007-02-03 Peter EisentrautImplement XMLSERIALIZE for real. Analogously, make...
2007-02-02 Tom LaneRepair failure to check that a table is still compatibl...
2007-02-01 Bruce MomjianWording cleanup for error messages. Also change can...
2007-01-25 Peter EisentrautVarious fixes in the logic of XML functions:
2007-01-20 Peter EisentrautFix xmlconcat by properly merging the XML declarations...
2007-01-14 Peter EisentrautAdd support for xmlval IS DOCUMENT expression.
2007-01-12 Peter EisentrautUse XML output escaping also in XMLFOREST.
2007-01-10 Peter EisentrautUse libxml's xmlwriter API for producing XML elements...
2007-01-07 Peter EisentrautSome fine-tuning of xmlpi in corner cases:
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-12-24 Tom LaneCode review for XML patch. Instill a bit of sanity...
2006-12-23 Tom LaneRestructure operator classes to allow improved handling...
2006-12-21 Peter EisentrautInitial SQL/XML support: xml data type and initial...
2006-11-17 Peter EisentrautSmall message equalization fix
2006-11-08 Neil ConwayRemove a 15-year old comment questioning behavior that...
2006-11-06 Tom LaneRepair bug #2694 concerning an ARRAY[] construct whose...
2006-10-06 Peter EisentrautMessage style improvements
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-09-28 Tom LaneFix IS NULL and IS NOT NULL tests on row-valued express...
2006-07-27 Tom LaneAggregate functions now support multiple input argument...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-06-16 Tom LaneFix problems with cached tuple descriptors disappearing...
2006-04-22 Tom LaneSimplify ParamListInfo data structure to support only...
2006-03-10 Tom LaneAdd a CHECK_FOR_INTERRUPTS() to the loop in ExecMakeTab...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
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-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-11-17 Tom LaneMake SQL arrays support null elements. This commit...
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-15 Bruce MomjianStandard pgindent run for 8.1.
2005-06-26 Tom LaneAdd Oracle-compatible GREATEST and LEAST functions...
2005-05-12 Tom LaneRemove some unnecessary code: since ExecMakeFunctionRes...
2005-05-09 Tom LaneAdd some defenses against functions declared to return...
2005-05-06 Tom LaneFor some reason access/tupmacs.h has been #including...
2005-04-06 Tom LaneMerge Resdom nodes into TargetEntry nodes to simplify...
2005-03-29 Tom LaneConvert oidvector and int2vector into variable-length...
2005-03-22 Tom LaneUse InitFunctionCallInfoData() macro instead of MemSet...
2005-03-16 Tom LaneRevise TupleTableSlot code to avoid unnecessary constru...
2005-03-14 Tom LaneAvoid O(N^2) overhead in repeated nocachegetattr calls...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-12-11 Tom LaneInstead of supposing (wrongly, in the general case...
2004-09-22 Tom LaneAdjust ExecMakeTableFunctionResult to produce a single...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-17 Tom LaneStandardize on the assumption that the arguments of...
2004-08-02 Tom LaneAllow DECLARE CURSOR to take parameters from the portal...
2004-06-09 Tom LaneSupport assignment to subfields of composite columns...
2004-06-05 Tom LaneTweak palloc/repalloc to allow zero bytes to be request...
2004-06-01 Tom LaneSome more de-FastList-ification.
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-05-10 Tom LanePromote row expressions to full-fledged citizens of...
2004-04-01 Tom LaneReplace TupleTableSlot convention for whole-row variabl...
2004-03-24 Tom LaneReplace max_expr_depth parameter with a max_stack_depth...
2004-03-17 Tom LaneReimplement CASE val WHEN compval1 THEN ... WHEN compva...
2004-03-17 Tom LaneReplace the switching function ExecEvalExpr() with...
2004-02-03 Tom LaneRename SortMem and VacuumMem to work_mem and maintenanc...
2004-01-07 Neil ConwayMore janitorial work: remove the explicit casting of...
2003-12-18 Tom LaneUse a shutdown callback to clear setArgsValid in a...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-10-13 Bruce MomjianBack out makeNode() patch to fix gcc 3.3.1 warning.
2003-10-12 Bruce MomjianUse makeNode() to allocate structures that have to...
2003-10-11 Bruce MomjianBack out -fstrict-aliasing void* casting.
next