summaryrefslogtreecommitdiff
path: root/src/backend/executor/execQual.c
AgeCommit message (Expand)Author
2004-01-07More janitorial work: remove the explicit casting of NULL literals to aNeil Conway
2003-12-18Use a shutdown callback to clear setArgsValid in a FuncExprState that isTom Lane
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-10-13Back out makeNode() patch to fix gcc 3.3.1 warning.Bruce Momjian
2003-10-12Use makeNode() to allocate structures that have to be cast to Node *,Bruce Momjian
2003-10-11Back out -fstrict-aliasing void* casting.Bruce Momjian
2003-10-11This patch will stop gcc from issuing warnings about type-punned objectsBruce Momjian
2003-09-25Make the world safe (more or less) for dropped columns in plpgsql rowtypes.Tom Lane
2003-09-25Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut
2003-09-15OK, some of these syntax errors should be given other codes.Peter Eisentraut
2003-09-09Some "feature not supported" errors are better syntax errors, because thePeter Eisentraut
2003-08-17Fix ARRAY[] construct so that in multidimensional case, elements canTom Lane
2003-08-08Another pgindent run with updated typedefs.Bruce Momjian
2003-08-04Update copyrights to 2003.Bruce Momjian
2003-08-04pgindent run.Bruce Momjian
2003-08-01Adjust 'permission denied' messages to be more useful and consistent.Tom Lane
2003-07-30Cause ARRAY[] construct to return a NULL array, rather than raising anTom Lane
2003-07-28A visit from the message-style police ...Tom Lane
2003-07-21Error message editing in backend/executor.Tom Lane
2003-06-29Support expressions of the form 'scalar op ANY (array)' andTom Lane
2003-06-27Create real array comparison functions (that use the element datatype'sTom Lane
2003-06-25Back out array mega-patch.Bruce Momjian
2003-06-24Array mega-patch.Bruce Momjian
2003-05-28Fix some planner performance problems with large WHERE clauses, byTom Lane
2003-05-02Portal and memory management infrastructure for extended query protocol.Tom Lane
2003-04-08First phase of work on array improvements. ARRAY[x,y,z] constructorTom Lane
2003-03-27This patch implements holdable cursors, following the proposalBruce Momjian
2003-03-09Revise tuplestore and nodeMaterial so that we don't have to read theTom Lane
2003-02-16COALESCE() and NULLIF() are now first-class expressions, not macrosTom Lane
2003-02-03Determine the set of constraints applied to a domain at executorTom Lane
2003-01-12First cut at implementing IN (and NOT IN) via hashtables. There isTom Lane
2003-01-10Further tweaking of parsetree & plantree representation of SubLinks.Tom Lane
2002-12-15Revise executor APIs so that all per-query state structure is built inTom Lane
2002-12-14Clean up plantree representation of SubPlan-s --- SubLink does not appearTom Lane
2002-12-13Phase 3 of read-only-plans project: ExecInitExpr now builds expressionTom Lane
2002-12-12Preliminary code review for domain CHECK constraints patch: add documentation,Tom Lane
2002-12-12Phase 2 of read-only-plans project: restructure expression-tree nodesTom Lane
2002-12-06Re-addd Rod's ALTER DOMAIN patch.Bruce Momjian
2002-12-06Back out ALTER DOMAIN patch until missing file appears.Bruce Momjian
2002-12-06ALTER DOMAIN .. SET / DROP NOT NULLBruce Momjian
2002-12-05Phase 1 of read-only-plans project: cause executor state nodes to pointTom Lane
2002-12-01Fix ExecMakeTableFunctionResult() to work with generic expressions asTom Lane
2002-11-30Code review for IS DISTINCT FROM patch. Fix incorrect constant-foldingTom Lane
2002-11-25Remove unused constisset and constiscast fields of Const nodes. CleanTom Lane
2002-11-15Add DOMAIN check constraints.Bruce Momjian
2002-09-04pgindent run.Bruce Momjian
2002-09-02Code review for HeapTupleHeader changes. Add version number to page headersTom Lane
2002-08-31Code review for domain-constraints patch. Use a new ConstraintTest nodeTom Lane
2002-08-31Wups, didn't mean to commit that just yet.Tom Lane
2002-08-31The UNDEFOID later causes an assertion failure in heap_formtuple whenTom Lane