Age | Commit message (Expand) | Author |
2002-09-02 | > Okay. When you get back to the original issue, the gold is hidden in | Bruce Momjian |
2002-09-02 | Remove sys/types.h in files that include postgres.h, and hence c.h, | Bruce Momjian |
2002-08-31 | Code review for domain-constraints patch. Use a new ConstraintTest node | Tom Lane |
2002-08-29 | Push down outer qualification clauses into UNION and INTERSECT subqueries. | Tom Lane |
2002-08-28 | backend where a statically sized buffer is written to. Most of these | Bruce Momjian |
2002-08-25 | Add Bob Devine's name to the optimizer README. | Bruce Momjian |
2002-08-10 | Fix failure to relink postmaster executable in the first make run if only a | Peter Eisentraut |
2002-08-02 | ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne, | Tom Lane |
2002-07-30 | If we're cleaning out _deadcode, might as well zap this one too. | Tom Lane |
2002-07-24 | Remove _deadcode. | Peter Eisentraut |
2002-07-20 | oid is needed, it is added at the end of the struct (after the null | Bruce Momjian |
2002-07-20 | The attached patch fixes a build problem with GEQO when using the | Bruce Momjian |
2002-07-18 | Back out BETWEEN node patch, was causing initdb failure. | Bruce Momjian |
2002-07-18 | Finished the Between patch Christopher started. | Bruce Momjian |
2002-07-13 | Fix testing of partial-index predicates to work correctly in cases where | Tom Lane |
2002-07-06 | I've fixed up the way domain constraints (not null and type length) | Bruce Momjian |
2002-07-04 | Implement the IS DISTINCT FROM operator per SQL99. | Thomas G. Lockhart |
2002-06-26 | The attached patch fixes some spelling mistakes, makes the | Bruce Momjian |
2002-06-25 | Back out cleanup patch. Got old version and needs work. | Bruce Momjian |
2002-06-25 | The attached patch fixes some spelling mistakes, makes the | Bruce Momjian |
2002-06-20 | Update copyright to 2002. | Bruce Momjian |
2002-06-16 | Remove KSQO from GUC and move file to _deadcode. | Bruce Momjian |
2002-06-13 | Make WHERE conditions pulled up from subqueries be executed before outer | Tom Lane |
2002-05-20 | Restructure indexscan API (index_beginscan, index_getnext) per | Tom Lane |
2002-05-18 | Teach query_tree_walker, query_tree_mutator, and SS_finalize_plan to | Tom Lane |
2002-05-18 | Change set_plan_references and join_references to take an rtable List | Tom Lane |
2002-05-18 | Add missing fix_expr_references() step for the funcexpr of a | Tom Lane |
2002-05-17 | Get rid of the last few uses of typeidTypeName() rather than | Tom Lane |
2002-05-12 | 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-04-28 | Second try at fixing join alias variables. Instead of attaching miscellaneous | Tom Lane |
2002-04-16 | Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR take | Tom Lane |
2002-04-12 | Checking to decide whether relations are system relations now depends | Tom Lane |
2002-04-11 | Restructure representation of aggregate functions so that they have pg_proc | Tom Lane |
2002-04-05 | Undo not-so-hot decision to postpone insertion of default values into | Tom Lane |
2002-04-05 | Divide functions into three volatility classes (immutable, stable, and | Tom Lane |
2002-04-02 | Removed obsolete DROP_COLUMN_HACK stuff. | Hiroshi Inoue |
2002-03-22 | A little further progress on schemas: push down RangeVars into | Tom Lane |
2002-03-21 | First phase of SCHEMA changes, concentrating on fixing the grammar and | Tom Lane |
2002-03-20 | Code review for DOMAIN patch. | Tom Lane |
2002-03-19 | Add DOMAIN support. Includes manual pages and regression tests, from | Bruce Momjian |
2002-03-12 | Restructure representation of join alias variables. An explicit JOIN | Tom Lane |
2002-03-07 | Back out domain patch until it works properly. | Bruce Momjian |
2002-03-06 | Ok. Updated patch attached. | Bruce Momjian |
2002-03-06 | Change made to elog: | Bruce Momjian |
2002-03-05 | Previous patch to mark UNION outputs with common typmod (if any) breaks | Tom Lane |
2002-03-02 | Commit to match discussed elog() changes. Only update is that LOG is | Bruce Momjian |
2002-03-01 | Fix thinko: cost_mergejoin must pay attention to which side of the | Tom Lane |
2002-03-01 | Second thoughts dept: arrange to cache mergejoin scan selectivity | Tom Lane |
2002-03-01 | Teach planner about the idea that a mergejoin won't necessarily read | Tom Lane |