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