]> granicus.if.org Git - postgresql/history - src/backend/executor/execQual.c
Cause ARRAY[] construct to return a NULL array, rather than raising an
[postgresql] / src / backend / executor / execQual.c
2003-07-30 Tom LaneCause ARRAY[] construct to return a NULL array, rather...
2003-07-28 Tom LaneA visit from the message-style police ...
2003-07-21 Tom LaneError message editing in backend/executor.
2003-06-29 Tom LaneSupport expressions of the form 'scalar op ANY (array...
2003-06-27 Tom LaneCreate real array comparison functions (that use the...
2003-06-25 Bruce MomjianBack out array mega-patch.
2003-06-24 Bruce MomjianArray mega-patch.
2003-05-28 Tom LaneFix some planner performance problems with large WHERE...
2003-05-02 Tom LanePortal and memory management infrastructure for extende...
2003-04-08 Tom LaneFirst phase of work on array improvements. ARRAY[x...
2003-03-27 Bruce MomjianThis patch implements holdable cursors, following the...
2003-03-09 Tom LaneRevise tuplestore and nodeMaterial so that we don't...
2003-02-16 Tom LaneCOALESCE() and NULLIF() are now first-class expressions...
2003-02-03 Tom LaneDetermine the set of constraints applied to a domain...
2003-01-12 Tom LaneFirst cut at implementing IN (and NOT IN) via hashtable...
2003-01-10 Tom LaneFurther tweaking of parsetree & plantree representation...
2002-12-15 Tom LaneRevise executor APIs so that all per-query state struct...
2002-12-14 Tom LaneClean up plantree representation of SubPlan-s --- SubLi...
2002-12-13 Tom LanePhase 3 of read-only-plans project: ExecInitExpr now...
2002-12-12 Tom LanePreliminary code review for domain CHECK constraints...
2002-12-12 Tom LanePhase 2 of read-only-plans project: restructure express...
2002-12-06 Bruce MomjianRe-addd Rod's ALTER DOMAIN patch.
2002-12-06 Bruce MomjianBack out ALTER DOMAIN patch until missing file appears.
2002-12-06 Bruce MomjianALTER DOMAIN .. SET / DROP NOT NULL
2002-12-05 Tom LanePhase 1 of read-only-plans project: cause executor...
2002-12-01 Tom LaneFix ExecMakeTableFunctionResult() to work with generic...
2002-11-30 Tom LaneCode review for IS DISTINCT FROM patch. Fix incorrect...
2002-11-25 Tom LaneRemove unused constisset and constiscast fields of...
2002-11-15 Bruce MomjianAdd DOMAIN check constraints.
2002-09-04 Bruce Momjianpgindent run.
2002-09-02 Tom LaneCode review for HeapTupleHeader changes. Add version...
2002-08-31 Tom LaneCode review for domain-constraints patch. Use a new...
2002-08-31 Tom LaneWups, didn't mean to commit that just yet.
2002-08-31 Tom LaneThe UNDEFOID later causes an assertion failure in heap_...
2002-08-30 Tom LaneAdd expected tuple descriptor to ReturnSetInfo informat...
2002-08-30 Tom LanePL/pgSQL functions can return sets. Neil Conway's...
2002-08-26 Tom LaneModify array operations to include array's element...
2002-07-20 Bruce Momjianoid is needed, it is added at the end of the struct...
2002-07-18 Bruce MomjianBack out BETWEEN node patch, was causing initdb failure.
2002-07-18 Bruce MomjianFinished the Between patch Christopher started.
2002-07-06 Bruce MomjianI've fixed up the way domain constraints (not null...
2002-07-04 Bruce MomjianFix compile error in assert coded added by new DISTINCT...
2002-07-04 Thomas G. LockhartImplement the IS DISTINCT FROM operator per SQL99.
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-05-12 Tom LaneGet rid of long-since-vestigial Iter node type, in...
2002-05-12 Tom LaneFirst pass at set-returning-functions in FROM, by Joe...
2002-04-27 Tom LaneRestructure aclcheck error reporting to make permission...
2002-02-18 Peter EisentrautPrivileges on functions and procedural languages
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-09-21 Tom LaneQuick-and-dirty fix for recursive plpgsql functions...
2001-06-19 Tom LaneAdd IS UNKNOWN, IS NOT UNKNOWN boolean tests, fix the...
2001-04-19 Tom LaneKluge solution for Alex Pilosov's report of problems...
2001-03-23 Bruce MomjianFix comments that were mis-wrapped, for Tom Lane.
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-12 Tom LaneRestructure handling of inheritance queries so that...
2000-08-24 Tom LaneGetAttributeByName and GetAttributeByNum should be...
2000-08-24 Tom LaneSQL-language functions are now callable in ordinary...
2000-08-21 Tom LaneMove pg_checkretval out of the planner (where it never...
2000-08-08 Tom LaneRemove 'func_tlist' from Func expression nodes, likewis...
2000-07-23 Tom LaneFurther cleanup of array behavior. Slice assignments...
2000-07-22 Tom LaneArrays are toastable. (At least if you initdb, which...
2000-07-17 Tom LaneRevise aggregate functions per earlier discussions...
2000-07-12 Tom LaneFirst stage of reclaiming memory in executor by resetti...
2000-06-15 Bruce MomjianFinal #include cleanup.
2000-06-13 Tom LaneAnother batch of fmgr updates. I think I have gotten...
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-02-20 Tom LaneCreate a new expression node type RelabelType, which...
2000-01-26 Bruce MomjianAdd:
2000-01-19 Tom LaneFix handling of NULL constraint conditions: per SQL92...
2000-01-10 Bruce MomjianMake number of args to a function configurable.
1999-11-12 Tom LaneFix ExecSubPlan to handle nulls per the SQL spec -...
1999-10-08 Tom LaneRemove a no-longer-needed kluge for degenerate aggregat...
1999-09-26 Tom LaneModify nodeAgg.c so that no rows are returned for a...
1999-09-26 Tom LaneImplement constant-expression simplification per Bernard
1999-09-24 Tom LaneSeveral changes here, not very related but touching...
1999-09-18 Tom LaneFix CASE bug identified by Keith Parks: CASE didn't...
1999-07-19 Tom LaneRewrite parser's handling of INSERT ... SELECT so that...
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-06-12 Tom LaneWhen targetlist is NULL, ExecTargetList was passing...
1999-05-25 Bruce MomjianAnother pgindent run. Sorry folks.
1999-05-25 Bruce Momjianpgindent run over code.
1999-03-20 Bruce Momjiancleanup
1999-03-19 Bruce MomjianFix for memory leak in executor with fjIsNull.
1999-03-14 Bruce MomjianCleanup
1999-03-10 Vadim B. MikheevWe have to return dummy tuple for empty targetlist!
1999-02-23 Thomas G. LockhartFix typos in comments.
1999-02-22 Bruce Momjiancomment cleanup.
1999-02-21 Marc G. FournierFrom: Tatsuo Ishii <t-ishii@sra.co.jp>
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-02-03 Bruce MomjianCleanup of source files where 'return' or 'var =' is...
1999-01-25 Bruce MomjianAgg/Aggreg cleanup and datetime.sql patch.
1999-01-24 Bruce MomjianRename Aggreg to Aggref.
1998-12-04 Thomas G. LockhartImplement CASE expression.
1998-11-27 Vadim B. MikheevNew HeapTuple structure/interface.
next