| Commit message (Expand) | Author | Age |
* | Fix problems with SQL functions returning rowtypes that have dropped | Tom Lane | 2004-10-07 |
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 |
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 |
* | Support assignment to subfields of composite columns in UPDATE and INSERT. | Tom Lane | 2004-06-09 |
* | Promote row expressions to full-fledged citizens of the expression syntax, | Tom Lane | 2004-05-10 |
* | Replace TupleTableSlot convention for whole-row variables and function | Tom Lane | 2004-04-01 |
* | Reimplement CASE val WHEN compval1 THEN ... WHEN compval2 THEN ... END | Tom Lane | 2004-03-17 |
* | Replace the switching function ExecEvalExpr() with a macro that jumps | Tom Lane | 2004-03-17 |
* | Remove unneeded indxqual field in IndexScanState, and the useless work | Tom Lane | 2004-02-28 |
* | Fix oversight in optimization that avoids an unnecessary projection step | Tom Lane | 2004-01-22 |
* | Instead of rechecking lossy index operators by putting them into the | Tom Lane | 2004-01-06 |
* | Use a shutdown callback to clear setArgsValid in a FuncExprState that is | Tom Lane | 2003-12-18 |
* | make sure the $Id tags are converted to $PostgreSQL as well ... | PostgreSQL Daemon | 2003-11-29 |
* | Repair RI trigger visibility problems (this time for sure ;-)) per recent | Tom Lane | 2003-10-01 |
* | Get rid of ReferentialIntegritySnapshotOverride by extending Executor API | Tom Lane | 2003-09-25 |
* | Tweak processing of multiple-index-scan plans to reduce overhead when | Tom Lane | 2003-08-22 |
* | Improve dynahash.c's API so that caller can specify the comparison function | Tom Lane | 2003-08-19 |
* | Another pgindent run with updated typedefs. | Bruce Momjian | 2003-08-08 |
* | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 |
* | pgindent run. | Bruce Momjian | 2003-08-04 |
* | Support expressions of the form 'scalar op ANY (array)' and | Tom Lane | 2003-06-29 |
* | Revise hash join and hash aggregation code to use the same datatype- | Tom Lane | 2003-06-22 |
* | Replace functional-index facility with expressional indexes. Any column | Tom Lane | 2003-05-28 |
* | First phase of work on array improvements. ARRAY[x,y,z] constructor | Tom Lane | 2003-04-08 |
* | Revise tuplestore and nodeMaterial so that we don't have to read the | Tom Lane | 2003-03-09 |
* | COALESCE() and NULLIF() are now first-class expressions, not macros | Tom Lane | 2003-02-16 |
* | Make further use of new bitmapset code: executor's chgParam, extParam, | Tom Lane | 2003-02-09 |
* | Determine the set of constraints applied to a domain at executor | Tom Lane | 2003-02-03 |
* | Change CREATE TABLE AS / SELECT INTO to create the new table with OIDs, | Tom Lane | 2003-01-23 |
* | First cut at implementing IN (and NOT IN) via hashtables. There is | Tom Lane | 2003-01-12 |
* | Create a new file executor/execGrouping.c to centralize utility routines | Tom Lane | 2003-01-10 |
* | Further tweaking of parsetree & plantree representation of SubLinks. | Tom Lane | 2003-01-10 |
* | Update EvalPlanQual() to work with new executor memory management method. | Tom Lane | 2002-12-18 |
* | Tweak default memory context allocation policy so that a context is not | Tom Lane | 2002-12-15 |
* | Revise executor APIs so that all per-query state structure is built in | Tom Lane | 2002-12-15 |
* | Clean up plantree representation of SubPlan-s --- SubLink does not appear | Tom Lane | 2002-12-14 |
* | Phase 3 of read-only-plans project: ExecInitExpr now builds expression | Tom Lane | 2002-12-13 |
* | Preliminary code review for domain CHECK constraints patch: add documentation, | Tom Lane | 2002-12-12 |
* | Phase 1 of read-only-plans project: cause executor state nodes to point | Tom Lane | 2002-12-05 |
* | Upgrade planner and executor to allow multiple hash keys for a hash join, | Tom Lane | 2002-11-30 |
* | Remove unused constisset and constiscast fields of Const nodes. Clean | Tom Lane | 2002-11-25 |
* | Redesign internal logic of nodeLimit so that it does not need to fetch | Tom Lane | 2002-11-22 |
* | Add DOMAIN check constraints. | Bruce Momjian | 2002-11-15 |
* | Phase 2 of hashed-aggregation project. nodeAgg.c now knows how to do | Tom Lane | 2002-11-06 |
* | First phase of implementing hash-based grouping/aggregation. An AGG plan | Tom Lane | 2002-11-06 |
* | pgindent run. | Bruce Momjian | 2002-09-04 |
* | Add expected tuple descriptor to ReturnSetInfo information for table | Tom Lane | 2002-08-30 |
* | PL/pgSQL functions can return sets. Neil Conway's patch, modified so | Tom Lane | 2002-08-30 |
* | Code review for standalone composite types, query-specified composite | Tom Lane | 2002-08-29 |
* | Attached are two patches to implement and document anonymous composite | Bruce Momjian | 2002-08-04 |