summaryrefslogtreecommitdiff
path: root/src/backend/nodes/outfuncs.c
Commit message (Expand)AuthorAgeFilesLines
...
* Rewrite OR indexscan processing to be more flexible. We can now for theTom Lane2004-01-041-2/+2
* Adjust the definition of RestrictInfo's left_relids and right_relidsTom Lane2003-12-301-2/+3
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Get rid of hashkeys field of Hash plan node, since it's redundant withTom Lane2003-11-251-3/+1
* Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane2003-11-121-1/+11
* Add operator strategy and comparison-value datatype fields to ScanKey.Tom Lane2003-11-091-1/+11
* Fix ARRAY[] construct so that in multidimensional case, elements canTom Lane2003-08-171-2/+2
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-081-18/+18
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-24/+24
* A visit from the message-style police ...Tom Lane2003-07-281-2/+2
* Error message editing in backend/bootstrap, /lib, /nodes, /port.Tom Lane2003-07-221-6/+9
* Code review for UPDATE tab SET col = DEFAULT patch ... whack it aroundTom Lane2003-07-031-1/+13
* Support expressions of the form 'scalar op ANY (array)' andTom Lane2003-06-291-1/+25
* Back out array mega-patch.Bruce Momjian2003-06-251-9/+1
* Array mega-patch.Bruce Momjian2003-06-241-1/+9
* Adjust nestloop-with-inner-indexscan plan generation so that we catchTom Lane2003-06-151-1/+5
* Implement outer-level aggregates to conform to the SQL spec, withTom Lane2003-06-061-1/+2
* Replace functional-index facility with expressional indexes. Any columnTom Lane2003-05-281-3/+2
* Implement feature of new FE/BE protocol whereby RowDescription identifiesTom Lane2003-05-061-5/+21
* Portal and memory management infrastructure for extended query protocol.Tom Lane2003-05-021-1/+2
* Infrastructure for upgraded error reporting mechanism. elog.c isTom Lane2003-04-241-2/+2
* First phase of work on array improvements. ARRAY[x,y,z] constructorTom Lane2003-04-081-5/+17
* Restructure parsetree representation of DECLARE CURSOR: now it's aTom Lane2003-03-101-3/+15
* COALESCE() and NULLIF() are now first-class expressions, not macrosTom Lane2003-02-161-1/+32
* Get rid of last few vestiges of parsetree dependency on grammar tokenTom Lane2003-02-101-8/+15
* Create a distinction between Lists of integers and Lists of OIDs, to getTom Lane2003-02-091-3/+3
* Make further use of new bitmapset code: executor's chgParam, extParam,Tom Lane2003-02-091-3/+3
* Replace planner's representation of relation sets, per pghackers discussion.Tom Lane2003-02-081-6/+34
* Determine the set of constraints applied to a domain at executorTom Lane2003-02-031-13/+12
* IN clauses appearing at top level of WHERE can now be handled as joins.Tom Lane2003-01-201-1/+29
* Allow merge and hash joins to occur on arbitrary expressions (anything notTom Lane2003-01-151-1/+3
* Further tweaking of parsetree & plantree representation of SubLinks.Tom Lane2003-01-101-4/+7
* Adjust parser so that 'x NOT IN (subselect)' is converted toTom Lane2003-01-091-3/+4
* Clean up plantree representation of SubPlan-s --- SubLink does not appearTom Lane2002-12-141-7/+8
* Phase 3 of read-only-plans project: ExecInitExpr now builds expressionTom Lane2002-12-131-3/+1
* Preliminary code review for domain CHECK constraints patch: add documentation,Tom Lane2002-12-121-10/+1
* Phase 2 of read-only-plans project: restructure expression-tree nodesTom Lane2002-12-121-511/+528
* Phase 1 of read-only-plans project: cause executor state nodes to pointTom Lane2002-12-051-9/+5
* Be more realistic about plans involving Materialize nodes: take theirTom Lane2002-11-301-1/+14
* Upgrade planner and executor to allow multiple hash keys for a hash join,Tom Lane2002-11-301-3/+2
* Remove unused constisset and constiscast fields of Const nodes. CleanTom Lane2002-11-251-2/+1
* Restructure outfuncs and readfuncs to use macros in the same style asTom Lane2002-11-251-827/+629
* Restructure planning of nestloop inner indexscans so that the set of usableTom Lane2002-11-241-7/+3
* Add DOMAIN check constraints.Bruce Momjian2002-11-151-1/+29
* Code review for ON COMMIT patch. Make the actual on-commit action happenTom Lane2002-11-111-3/+4
* Phase 2 of hashed-aggregation project. nodeAgg.c now knows how to doTom Lane2002-11-061-3/+3
* First phase of implementing hash-based grouping/aggregation. An AGG planTom Lane2002-11-061-6/+27
* Adjust handling of command status strings in the presence of rules,Tom Lane2002-10-141-2/+5
* Replace pg_attribute.attisinherited with attislocal and attinhcountTom Lane2002-09-221-3/+4