summaryrefslogtreecommitdiff
path: root/src/backend/nodes/outfuncs.c
Commit message (Expand)AuthorAgeFilesLines
...
* Downgrade implicit casts to text to be assignment-only, except for the onesTom Lane2007-06-051-1/+14
* Repair planner bug introduced in 8.2 by ability to rearrange outer joins:Tom Lane2007-05-221-1/+2
* Fix best_inner_indexscan to return both the cheapest-total-cost andTom Lane2007-05-221-2/+3
* Modify processing of DECLARE CURSOR and EXPLAIN so that they can resolve theTom Lane2007-04-271-4/+5
* Fix array coercion expressions to ensure that the correct volatility isTom Lane2007-03-271-1/+17
* Fix up the remaining places where the expression node structure would loseTom Lane2007-03-171-2/+3
* First phase of plan-invalidation project: create a plan cache managementTom Lane2007-03-131-2/+1
* Get rid of the separate EState for subplans, and just let them share theTom Lane2007-02-271-1/+3
* Turn the rangetable used by the executor into a flat list, and avoid storingTom Lane2007-02-221-4/+8
* Remove the Query structure from the executor's API. This allows us to stopTom Lane2007-02-201-11/+37
* Get rid of some old and crufty global variables in the planner. WhenTom Lane2007-02-191-1/+29
* Put function expressions and values lists into FunctionScan and ValuesScanTom Lane2007-02-191-1/+8
* Avoid infinite recursion when dumping new planner EquivalenceClass trees.Tom Lane2007-02-121-4/+4
* Implement XMLSERIALIZE for real. Analogously, make the xml to text castPeter Eisentraut2007-02-031-1/+17
* Put back planner's ability to cache the results of mergejoinscansel(),Tom Lane2007-01-221-1/+4
* Refactor planner's pathkeys data structure to create a separate, explicitTom Lane2007-01-201-33/+57
* Change the planner-to-executor API so that the planner tells the executorTom Lane2007-01-101-5/+49
* Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LASTTom Lane2007-01-091-1/+10
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Support type modifiers for user-defined types, and pull most knowledgeTom Lane2006-12-301-2/+3
* Code review for XML patch. Instill a bit of sanity in the location ofTom Lane2006-12-241-15/+16
* Restructure operator classes to allow improved handling of cross-data-typeTom Lane2006-12-231-2/+7
* Initial SQL/XML support: xml data type and initial set of functions.Peter Eisentraut2006-12-211-1/+15
* Add a paramtypmod field to Param nodes. This is dead weight for ParamsTom Lane2006-12-101-1/+2
* Improve usage of effective_cache_size parameter by assuming that all theTom Lane2006-09-191-1/+2
* Add the ability to create indexes 'concurrently', that is, withoutTom Lane2006-08-251-1/+2
* Fix all known problems with pg_dump's handling of serial sequencesTom Lane2006-08-211-2/+1
* Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests.Tom Lane2006-08-121-1/+3
* Fix UNION/INTERSECT/EXCEPT so that when two inputs being merged haveTom Lane2006-08-101-1/+2
* Add support for multi-row VALUES clauses as part of INSERT statementsJoe Conway2006-08-021-1/+16
* Aggregate functions now support multiple input arguments. I also tookTom Lane2006-07-271-2/+2
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-2/+1
* Code review for FILLFACTOR patch. Change WITH grammar as per earlierTom Lane2006-07-031-2/+1
* Add FILLFACTOR to CREATE INDEX.Bruce Momjian2006-07-021-3/+7
* Revise the planner's handling of "pseudoconstant" WHERE clauses, that isTom Lane2006-07-011-3/+4
* Improve the representation of FOR UPDATE/FOR SHARE so that we canTom Lane2006-04-301-5/+16
* Simplify ParamListInfo data structure to support only numbered parameters,Tom Lane2006-04-221-3/+2
* Add error location info to ResTarget parse nodes. Allows error cursor to be ...Tom Lane2006-03-231-1/+2
* Clean up representation of function RTEs for functions returning RECORD.Tom Lane2006-03-161-3/+4
* Improve parser so that we can show an error cursor position for errorsTom Lane2006-03-141-1/+5
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Add TABLESPACE and ON COMMIT clauses to CREATE TABLE AS. ON COMMIT isNeil Conway2006-02-191-1/+6
* Restructure planner's handling of inheritance. Rather than processingTom Lane2006-01-311-3/+21
* Implement SQL-compliant treatment of row comparisons for < <= > >= casesTom Lane2005-12-281-6/+18
* Teach planner how to rearrange join order for some classes of OUTER JOIN.Tom Lane2005-12-201-2/+16
* Change the parser to translate "foo [NOT] IN (expression-list)" toTom Lane2005-11-281-1/+6
* Teach tid-scan code to make use of "ctid = ANY (array)" clauses, so thatTom Lane2005-11-261-3/+3
* Restore the former RestrictInfo field valid_everywhere (but invert the flagTom Lane2005-11-141-1/+2
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-14/+13
* Change the division of labor between grouping_planner and query_plannerTom Lane2005-08-271-1/+4