summaryrefslogtreecommitdiff
path: root/src/backend/executor/execQual.c
Commit message (Expand)AuthorAgeFilesLines
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Instead of supposing (wrongly, in the general case) that the rowtypeTom Lane2004-12-111-2/+137
* Adjust ExecMakeTableFunctionResult to produce a single all-nulls rowTom Lane2004-09-221-39/+74
* Pgindent run for 8.0.Bruce Momjian2004-08-291-93/+99
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Standardize on the assumption that the arguments of a RowExpr correspondTom Lane2004-08-171-14/+50
* Allow DECLARE CURSOR to take parameters from the portal in which it isTom Lane2004-08-021-50/+12
* Support assignment to subfields of composite columns in UPDATE and INSERT.Tom Lane2004-06-091-48/+190
* Tweak palloc/repalloc to allow zero bytes to be requested, as per recentTom Lane2004-06-051-3/+1
* Some more de-FastList-ification.Tom Lane2004-06-011-21/+16
* Use the new List API function names throughout the backend, and disable theNeil Conway2004-05-301-6/+6
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-261-36/+37
* Promote row expressions to full-fledged citizens of the expression syntax,Tom Lane2004-05-101-1/+86
* Replace TupleTableSlot convention for whole-row variables and functionTom Lane2004-04-011-117/+159
* Replace max_expr_depth parameter with a max_stack_depth parameter thatTom Lane2004-03-241-1/+16
* Reimplement CASE val WHEN compval1 THEN ... WHEN compval2 THEN ... ENDTom Lane2004-03-171-3/+49
* Replace the switching function ExecEvalExpr() with a macro that jumpsTom Lane2004-03-171-281/+367
* Rename SortMem and VacuumMem to work_mem and maintenance_work_mem.Tom Lane2004-02-031-2/+2
* More janitorial work: remove the explicit casting of NULL literals to aNeil Conway2004-01-071-4/+4
* Use a shutdown callback to clear setArgsValid in a FuncExprState that isTom Lane2003-12-181-1/+26
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Back out makeNode() patch to fix gcc 3.3.1 warning.Bruce Momjian2003-10-131-34/+33
* Use makeNode() to allocate structures that have to be cast to Node *,Bruce Momjian2003-10-121-33/+34
* Back out -fstrict-aliasing void* casting.Bruce Momjian2003-10-111-3/+3
* This patch will stop gcc from issuing warnings about type-punned objectsBruce Momjian2003-10-111-3/+3
* Make the world safe (more or less) for dropped columns in plpgsql rowtypes.Tom Lane2003-09-251-23/+35
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-251-12/+12
* OK, some of these syntax errors should be given other codes.Peter Eisentraut2003-09-151-5/+5
* Some "feature not supported" errors are better syntax errors, because thePeter Eisentraut2003-09-091-5/+5
* Fix ARRAY[] construct so that in multidimensional case, elements canTom Lane2003-08-171-9/+24
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-081-44/+44
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-179/+184
* Adjust 'permission denied' messages to be more useful and consistent.Tom Lane2003-08-011-2/+2
* Cause ARRAY[] construct to return a NULL array, rather than raising anTom Lane2003-07-301-7/+13
* A visit from the message-style police ...Tom Lane2003-07-281-3/+3
* Error message editing in backend/executor.Tom Lane2003-07-211-75/+119
* Support expressions of the form 'scalar op ANY (array)' andTom Lane2003-06-291-2/+162
* Create real array comparison functions (that use the element datatype'sTom Lane2003-06-271-4/+4
* Back out array mega-patch.Bruce Momjian2003-06-251-4/+4
* Array mega-patch.Bruce Momjian2003-06-241-4/+4
* Fix some planner performance problems with large WHERE clauses, byTom Lane2003-05-281-15/+19
* Portal and memory management infrastructure for extended query protocol.Tom Lane2003-05-021-3/+3
* First phase of work on array improvements. ARRAY[x,y,z] constructorTom Lane2003-04-081-17/+208
* This patch implements holdable cursors, following the proposalBruce Momjian2003-03-271-3/+2
* Revise tuplestore and nodeMaterial so that we don't have to read theTom Lane2003-03-091-8/+1
* COALESCE() and NULLIF() are now first-class expressions, not macrosTom Lane2003-02-161-5/+135
* Determine the set of constraints applied to a domain at executorTom Lane2003-02-031-37/+45
* First cut at implementing IN (and NOT IN) via hashtables. There isTom Lane2003-01-121-65/+19
* Further tweaking of parsetree & plantree representation of SubLinks.Tom Lane2003-01-101-4/+4