summaryrefslogtreecommitdiff
path: root/src/backend/executor/execQual.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian2007-11-151-7/+7
* pgindent run for 8.3.Bruce Momjian2007-11-151-77/+77
* Fix UPDATE/DELETE WHERE CURRENT OF to support repeated update and update-Tom Lane2007-10-241-34/+6
* Make eval_const_expressions() preserve typmod when simplifying something likeTom Lane2007-09-061-2/+2
* Extend whole-row Var evaluation to cope with the case that the sub-planTom Lane2007-08-311-5/+76
* Improve UPDATE/DELETE WHERE CURRENT OF so that they can be used from plpgsqlTom Lane2007-06-111-9/+18
* Support UPDATE/DELETE WHERE CURRENT OF cursor_name, per SQL standard.Tom Lane2007-06-111-1/+42
* Downgrade implicit casts to text to be assignment-only, except for the onesTom Lane2007-06-051-1/+58
* Support varlena fields with single-byte headers and unaligned storage.Tom Lane2007-04-061-3/+3
* Fix array coercion expressions to ensure that the correct volatility isTom Lane2007-03-271-1/+101
* Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane2007-02-271-3/+3
* Get rid of the separate EState for subplans, and just let them share theTom Lane2007-02-271-42/+5
* Remove typmod checking from the recent security-related patches. It turnsTom Lane2007-02-061-9/+9
* Implement XMLSERIALIZE for real. Analogously, make the xml to text castPeter Eisentraut2007-02-031-12/+23
* Repair failure to check that a table is still compatible with a previouslyTom Lane2007-02-021-53/+191
* Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian2007-02-011-2/+2
* Various fixes in the logic of XML functions:Peter Eisentraut2007-01-251-5/+2
* Fix xmlconcat by properly merging the XML declarations. Add aggregatePeter Eisentraut2007-01-201-12/+13
* Add support for xmlval IS DOCUMENT expression.Peter Eisentraut2007-01-141-1/+20
* Use XML output escaping also in XMLFOREST.Peter Eisentraut2007-01-121-5/+4
* Use libxml's xmlwriter API for producing XML elements, instead of doingPeter Eisentraut2007-01-101-51/+6
* Some fine-tuning of xmlpi in corner cases:Peter Eisentraut2007-01-071-6/+8
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Code review for XML patch. Instill a bit of sanity in the location ofTom Lane2006-12-241-156/+259
* Restructure operator classes to allow improved handling of cross-data-typeTom Lane2006-12-231-8/+15
* Initial SQL/XML support: xml data type and initial set of functions.Peter Eisentraut2006-12-211-1/+176
* Small message equalization fixPeter Eisentraut2006-11-171-2/+2
* Remove a 15-year old comment questioning behavior that is now well-Neil Conway2006-11-081-6/+1
* Repair bug #2694 concerning an ARRAY[] construct whose inputs are emptyTom Lane2006-11-061-5/+34
* Message style improvementsPeter Eisentraut2006-10-061-2/+2
* pgindent run for 8.2.Bruce Momjian2006-10-041-18/+20
* Fix IS NULL and IS NOT NULL tests on row-valued expressions to conform toTom Lane2006-09-281-25/+75
* 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