summaryrefslogtreecommitdiff
path: root/src/backend/executor/execQual.c
Commit message (Expand)AuthorAgeFilesLines
* Aggregate functions now support multiple input arguments. I also tookTom Lane2006-07-271-3/+4
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-3/+1
* Fix problems with cached tuple descriptors disappearing while still in useTom Lane2006-06-161-95/+154
* Simplify ParamListInfo data structure to support only numbered parameters,Tom Lane2006-04-221-15/+23
* Add a CHECK_FOR_INTERRUPTS() to the loop in ExecMakeTableFunctionResult.Tom Lane2006-03-101-1/+3
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Implement SQL-compliant treatment of row comparisons for < <= > >= casesTom Lane2005-12-281-4/+144
* Fix problem with whole-row Vars referencing sub-select outputs, perTom Lane2005-12-141-2/+2
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-20/+19
* Make SQL arrays support null elements. This commit fixes the core arrayTom Lane2005-11-171-108/+136
* Better solution to the problem of labeling whole-row Datums that areTom Lane2005-10-191-6/+86
* Ensure that the Datum generated from a whole-row Var contains validTom Lane2005-10-191-2/+2
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-231/+212
* Add Oracle-compatible GREATEST and LEAST functions. Pavel StehuleTom Lane2005-06-261-1/+91
* Remove some unnecessary code: since ExecMakeFunctionResultNoSets does notTom Lane2005-05-121-8/+2
* Add some defenses against functions declared to return set that don'tTom Lane2005-05-091-3/+4
* For some reason access/tupmacs.h has been #including utils/memutils.h,Tom Lane2005-05-061-1/+2
* Merge Resdom nodes into TargetEntry nodes to simplify code and save aTom Lane2005-04-061-5/+5
* Convert oidvector and int2vector into variable-length arrays. ThisTom Lane2005-03-291-3/+11
* Use InitFunctionCallInfoData() macro instead of MemSet in performanceTom Lane2005-03-221-16/+9
* Revise TupleTableSlot code to avoid unnecessary construction and disassemblyTom Lane2005-03-161-105/+132
* Avoid O(N^2) overhead in repeated nocachegetattr calls when columns ofTom Lane2005-03-141-33/+10
* 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