| Commit message (Expand) | Author | Age |
* | Update EvalPlanQual() to work with new executor memory management method. | Tom Lane | 2002-12-18 |
* | Code review for palloc0 patch --- avoid dangerous and unnecessary | Tom Lane | 2002-12-16 |
* | 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 2 of read-only-plans project: restructure expression-tree nodes | Tom Lane | 2002-12-12 |
* | Re-addd Rod's ALTER DOMAIN patch. | Bruce Momjian | 2002-12-06 |
* | Back out ALTER DOMAIN patch until missing file appears. | Bruce Momjian | 2002-12-06 |
* | ALTER DOMAIN .. SET / DROP NOT NULL | Bruce Momjian | 2002-12-06 |
* | Phase 1 of read-only-plans project: cause executor state nodes to point | Tom Lane | 2002-12-05 |
* | Code review for IS DISTINCT FROM patch. Fix incorrect constant-folding | Tom Lane | 2002-11-30 |
* | Be more realistic about plans involving Materialize nodes: take their | Tom Lane | 2002-11-30 |
* | Upgrade planner and executor to allow multiple hash keys for a hash join, | Tom Lane | 2002-11-30 |
* | Improve some comments. | Tom Lane | 2002-11-27 |
* | Use Params, rather than run-time-modified Const nodes, to handle | Tom Lane | 2002-11-26 |
* | Remove unused constisset and constiscast fields of Const nodes. Clean | Tom Lane | 2002-11-25 |
* | Restructure outfuncs and readfuncs to use macros in the same style as | Tom Lane | 2002-11-25 |
* | Un-break triggers declared for INSERT OR DELETE OR UPDATE. This worked | Tom Lane | 2002-11-25 |
* | Restructure planning of nestloop inner indexscans so that the set of usable | Tom Lane | 2002-11-24 |
* | This patch implements FOR EACH STATEMENT triggers, per my email to | Bruce Momjian | 2002-11-23 |
* | Redesign internal logic of nodeLimit so that it does not need to fetch | Tom Lane | 2002-11-22 |
* | Add an at-least-marginally-plausible method of estimating the number | Tom Lane | 2002-11-19 |
* | New version attached. The following is implemented: | Bruce Momjian | 2002-11-15 |
* | Add DOMAIN check constraints. | Bruce Momjian | 2002-11-15 |
* | Make MOVE/FETCH 0 actually move/fetch 0. Add MOVE LAST to move to end | Bruce Momjian | 2002-11-13 |
* | Code review for ON COMMIT patch. Make the actual on-commit action happen | Tom Lane | 2002-11-11 |
* | Add palloc0 function to inline MemSet for newNode call. | Bruce Momjian | 2002-11-10 |
* | Add code to handle [ON COMMIT { PRESERVE ROWS | DELETE ROWS | DROP }] | Bruce Momjian | 2002-11-09 |
* | 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 |
* | Adjust handling of command status strings in the presence of rules, | Tom Lane | 2002-10-14 |
* | Oops, back out newNode changes. We are not ready for that yet. | Bruce Momjian | 2002-10-11 |
* | Prevent tv_sec from becoming negative in connection timeout code. | Bruce Momjian | 2002-10-11 |
* | Replace pg_attribute.attisinherited with attislocal and attinhcount | Tom Lane | 2002-09-22 |
* | Extend pg_cast castimplicit column to a three-way value; this allows us | Tom Lane | 2002-09-18 |
* | pgindent run. | Bruce Momjian | 2002-09-04 |
* | CREATE OR REPLACE VIEW, CREATE OR REPLACE RULE. | Tom Lane | 2002-09-02 |
* | Code review for domain-constraints patch. Use a new ConstraintTest node | Tom Lane | 2002-08-31 |
* | Add expected tuple descriptor to ReturnSetInfo information for table | Tom Lane | 2002-08-30 |
* | Add attisinherited column to pg_attribute; use it to guard against | 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 |
* | PREPARE/EXECUTE statements. Patch by Neil Conway, some kibitzing | Tom Lane | 2002-08-27 |
* | Modify array operations to include array's element type OID in the | Tom Lane | 2002-08-26 |
* | Remove Ident nodetype in favor of using String nodes; this fixes some | Tom Lane | 2002-08-19 |
* | Clean up leftover bugs from recent COPY feature patch --- missed | Tom Lane | 2002-08-19 |
* | Improve obsolete comment. | Tom Lane | 2002-08-19 |
* | Tom Lane wrote: | Bruce Momjian | 2002-08-15 |