aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/execQual.c
Commit message (Expand)AuthorAge
* Improve UPDATE/DELETE WHERE CURRENT OF so that they can be used from plpgsqlTom Lane2007-06-11
* Support UPDATE/DELETE WHERE CURRENT OF cursor_name, per SQL standard.Tom Lane2007-06-11
* Downgrade implicit casts to text to be assignment-only, except for the onesTom Lane2007-06-05
* Support varlena fields with single-byte headers and unaligned storage.Tom Lane2007-04-06
* Fix array coercion expressions to ensure that the correct volatility isTom Lane2007-03-27
* Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane2007-02-27
* Get rid of the separate EState for subplans, and just let them share theTom Lane2007-02-27
* Remove typmod checking from the recent security-related patches. It turnsTom Lane2007-02-06
* Implement XMLSERIALIZE for real. Analogously, make the xml to text castPeter Eisentraut2007-02-03
* Repair failure to check that a table is still compatible with a previouslyTom Lane2007-02-02
* Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian2007-02-01
* Various fixes in the logic of XML functions:Peter Eisentraut2007-01-25
* Fix xmlconcat by properly merging the XML declarations. Add aggregatePeter Eisentraut2007-01-20
* Add support for xmlval IS DOCUMENT expression.Peter Eisentraut2007-01-14
* Use XML output escaping also in XMLFOREST.Peter Eisentraut2007-01-12
* Use libxml's xmlwriter API for producing XML elements, instead of doingPeter Eisentraut2007-01-10
* Some fine-tuning of xmlpi in corner cases:Peter Eisentraut2007-01-07
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Code review for XML patch. Instill a bit of sanity in the location ofTom Lane2006-12-24
* Restructure operator classes to allow improved handling of cross-data-typeTom Lane2006-12-23
* Initial SQL/XML support: xml data type and initial set of functions.Peter Eisentraut2006-12-21
* Small message equalization fixPeter Eisentraut2006-11-17
* Remove a 15-year old comment questioning behavior that is now well-Neil Conway2006-11-08
* Repair bug #2694 concerning an ARRAY[] construct whose inputs are emptyTom Lane2006-11-06
* Message style improvementsPeter Eisentraut2006-10-06
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Fix IS NULL and IS NOT NULL tests on row-valued expressions to conform toTom Lane2006-09-28
* Aggregate functions now support multiple input arguments. I also tookTom Lane2006-07-27
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* Fix problems with cached tuple descriptors disappearing while still in useTom Lane2006-06-16
* Simplify ParamListInfo data structure to support only numbered parameters,Tom Lane2006-04-22
* Add a CHECK_FOR_INTERRUPTS() to the loop in ExecMakeTableFunctionResult.Tom Lane2006-03-10
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Implement SQL-compliant treatment of row comparisons for < <= > >= casesTom Lane2005-12-28
* Fix problem with whole-row Vars referencing sub-select outputs, perTom Lane2005-12-14
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Make SQL arrays support null elements. This commit fixes the core arrayTom Lane2005-11-17
* Better solution to the problem of labeling whole-row Datums that areTom Lane2005-10-19
* Ensure that the Datum generated from a whole-row Var contains validTom Lane2005-10-19
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Add Oracle-compatible GREATEST and LEAST functions. Pavel StehuleTom Lane2005-06-26
* Remove some unnecessary code: since ExecMakeFunctionResultNoSets does notTom Lane2005-05-12
* Add some defenses against functions declared to return set that don'tTom Lane2005-05-09
* For some reason access/tupmacs.h has been #including utils/memutils.h,Tom Lane2005-05-06
* Merge Resdom nodes into TargetEntry nodes to simplify code and save aTom Lane2005-04-06
* Convert oidvector and int2vector into variable-length arrays. ThisTom Lane2005-03-29
* Use InitFunctionCallInfoData() macro instead of MemSet in performanceTom Lane2005-03-22
* Revise TupleTableSlot code to avoid unnecessary construction and disassemblyTom Lane2005-03-16
* Avoid O(N^2) overhead in repeated nocachegetattr calls when columns ofTom Lane2005-03-14
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31