| Commit message (Expand) | Author | Age |
* | Clean up plantree representation of SubPlan-s --- SubLink does not appear | Tom Lane | 2002-12-14 |
* | 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 |
* | Be more realistic about plans involving Materialize nodes: take their | Tom Lane | 2002-11-30 |
* | Remove unused constisset and constiscast fields of Const nodes. Clean | Tom Lane | 2002-11-25 |
* | Restructure the code in copyfuncs and equalfuncs to put much heavier | 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 |
* | Add an at-least-marginally-plausible method of estimating the number | Tom Lane | 2002-11-19 |
* | Add DOMAIN check constraints. | Bruce Momjian | 2002-11-15 |
* | Code review for ON COMMIT patch. Make the actual on-commit action happen | Tom Lane | 2002-11-11 |
* | 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 |
* | 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 |
* | 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 attisinherited column to pg_attribute; use it to guard against | Tom Lane | 2002-08-30 |
* | 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 |
* | Add missing copyfuncs/equalfuncs entries, including T_Null which has | Tom Lane | 2002-08-19 |
* | Tom Lane wrote: | Bruce Momjian | 2002-08-15 |
* | Fix merge failures for anonymous-type patch. From Joe Conway. | Tom Lane | 2002-08-04 |
* | Fix compile failures for FRS composite tyhpe patch until Joe can fix it. | Bruce Momjian | 2002-08-04 |
* | Attached are two patches to implement and document anonymous composite | Bruce Momjian | 2002-08-04 |
* | The attached patch implements START TRANSACTION, per SQL99. The | Bruce Momjian | 2002-08-04 |
* | Implement CREATE/DROP OPERATOR CLASS. Work still remains: need more | Tom Lane | 2002-07-29 |
* | Remove unused system table columns: | Peter Eisentraut | 2002-07-24 |
* | Back out BETWEEN node patch, was causing initdb failure. | Bruce Momjian | 2002-07-18 |
* | Finished the Between patch Christopher started. | Bruce Momjian | 2002-07-18 |
* | Add more dependency insertions --- this completes the basic pg_depend | Tom Lane | 2002-07-16 |
* | Second phase of committing Rod Taylor's pg_depend/pg_constraint patch. | Tom Lane | 2002-07-12 |
* | First phase of applying Rod Taylor's pg_depend patch. This just adds | Tom Lane | 2002-07-01 |
* | Update copyright to 2002. | Bruce Momjian | 2002-06-20 |
* | Improve COPY syntax to use WITH clause, keep backward compatibility. | Bruce Momjian | 2002-06-20 |
* | Change CREATE DATABASE to use DefElem instead of constructing structure | Bruce Momjian | 2002-06-18 |
* | Add optional "validator" function to languages that can validate the | Peter Eisentraut | 2002-05-22 |
* | Extend syntax of CREATE FUNCTION to resemble SQL99. | Peter Eisentraut | 2002-05-17 |
* | Merge the last few variable.c configuration variables into the generic | Tom Lane | 2002-05-17 |
* | Get rid of long-since-vestigial Iter node type, in favor of adding a | Tom Lane | 2002-05-12 |
* | First pass at set-returning-functions in FROM, by Joe Conway with | Tom Lane | 2002-05-12 |
* | Second try at fixing join alias variables. Instead of attaching miscellaneous | Tom Lane | 2002-04-28 |
* | Attached is a patch for ALTER TRIGGER RENAME per the above thread. I | Bruce Momjian | 2002-04-24 |
* | Rule names are now unique per-relation, rather than unique globally. | Tom Lane | 2002-04-18 |