| Commit message (Expand) | Author | Age | Files | Lines |
| * | Clean up plantree representation of SubPlan-s --- SubLink does not appear | Tom Lane | 2002-12-14 | 1 | -7/+8 |
| * | Phase 3 of read-only-plans project: ExecInitExpr now builds expression | Tom Lane | 2002-12-13 | 1 | -3/+1 |
| * | Preliminary code review for domain CHECK constraints patch: add documentation, | Tom Lane | 2002-12-12 | 1 | -10/+1 |
| * | Phase 2 of read-only-plans project: restructure expression-tree nodes | Tom Lane | 2002-12-12 | 1 | -511/+528 |
| * | Phase 1 of read-only-plans project: cause executor state nodes to point | Tom Lane | 2002-12-05 | 1 | -9/+5 |
| * | Be more realistic about plans involving Materialize nodes: take their | Tom Lane | 2002-11-30 | 1 | -1/+14 |
| * | Upgrade planner and executor to allow multiple hash keys for a hash join, | Tom Lane | 2002-11-30 | 1 | -3/+2 |
| * | Remove unused constisset and constiscast fields of Const nodes. Clean | Tom Lane | 2002-11-25 | 1 | -2/+1 |
| * | Restructure outfuncs and readfuncs to use macros in the same style as | Tom Lane | 2002-11-25 | 1 | -827/+629 |
| * | Restructure planning of nestloop inner indexscans so that the set of usable | Tom Lane | 2002-11-24 | 1 | -7/+3 |
| * | Add DOMAIN check constraints. | Bruce Momjian | 2002-11-15 | 1 | -1/+29 |
| * | Code review for ON COMMIT patch. Make the actual on-commit action happen | Tom Lane | 2002-11-11 | 1 | -3/+4 |
| * | Phase 2 of hashed-aggregation project. nodeAgg.c now knows how to do | Tom Lane | 2002-11-06 | 1 | -3/+3 |
| * | First phase of implementing hash-based grouping/aggregation. An AGG plan | Tom Lane | 2002-11-06 | 1 | -6/+27 |
| * | Adjust handling of command status strings in the presence of rules, | Tom Lane | 2002-10-14 | 1 | -2/+5 |
| * | Replace pg_attribute.attisinherited with attislocal and attinhcount | Tom Lane | 2002-09-22 | 1 | -3/+4 |
| * | Extend pg_cast castimplicit column to a three-way value; this allows us | Tom Lane | 2002-09-18 | 1 | -6/+9 |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 1 | -11/+12 |
| * | Code review for domain-constraints patch. Use a new ConstraintTest node | Tom Lane | 2002-08-31 | 1 | -3/+19 |
| * | Add attisinherited column to pg_attribute; use it to guard against | Tom Lane | 2002-08-30 | 1 | -2/+3 |
| * | Code review for standalone composite types, query-specified composite | Tom Lane | 2002-08-29 | 1 | -5/+5 |
| * | Modify array operations to include array's element type OID in the | Tom Lane | 2002-08-26 | 1 | -6/+8 |
| * | Remove Ident nodetype in favor of using String nodes; this fixes some | Tom Lane | 2002-08-19 | 1 | -32/+1 |
| * | > create view pg_locks as select l.relation, l.database, l.backendpid, | Bruce Momjian | 2002-08-10 | 1 | -2/+2 |
| * | Attached are two patches to implement and document anonymous composite | Bruce Momjian | 2002-08-04 | 1 | -1/+3 |
| * | Back out BETWEEN node patch, was causing initdb failure. | Bruce Momjian | 2002-07-18 | 1 | -36/+1 |
| * | Finished the Between patch Christopher started. | Bruce Momjian | 2002-07-18 | 1 | -1/+36 |
| * | Add more dependency insertions --- this completes the basic pg_depend | Tom Lane | 2002-07-16 | 1 | -1/+3 |
| * | Second phase of committing Rod Taylor's pg_depend/pg_constraint patch. | Tom Lane | 2002-07-12 | 1 | -8/+10 |
| * | Implement the IS DISTINCT FROM operator per SQL99. | Thomas G. Lockhart | 2002-07-04 | 1 | -1/+4 |
| * | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 1 | -2/+2 |
| * | Get rid of long-since-vestigial Iter node type, in favor of adding a | Tom Lane | 2002-05-12 | 1 | -15/+8 |
| * | First pass at set-returning-functions in FROM, by Joe Conway with | Tom Lane | 2002-05-12 | 1 | -1/+20 |
| * | Second try at fixing join alias variables. Instead of attaching miscellaneous | Tom Lane | 2002-04-28 | 1 | -18/+4 |
| * | Opclasses live in namespaces. I also took the opportunity to create | Tom Lane | 2002-04-17 | 1 | -3/+3 |
| * | Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR take | Tom Lane | 2002-04-16 | 1 | -2/+2 |
| * | Restructure representation of aggregate functions so that they have pg_proc | Tom Lane | 2002-04-11 | 1 | -5/+3 |
| * | Functions live in namespaces. Qualified function names work, eg | Tom Lane | 2002-04-09 | 1 | -2/+4 |
| * | pg_type has a typnamespace column; system now supports creating types | Tom Lane | 2002-03-29 | 1 | -4/+7 |
| * | A little further progress on schemas: push down RangeVars into | Tom Lane | 2002-03-22 | 1 | -17/+30 |
| * | First phase of SCHEMA changes, concentrating on fixing the grammar and | Tom Lane | 2002-03-21 | 1 | -55/+108 |
| * | Restructure representation of join alias variables. An explicit JOIN | Tom Lane | 2002-03-12 | 1 | -8/+22 |
| * | Change made to elog: | Bruce Momjian | 2002-03-06 | 1 | -3/+3 |
| * | Add missing output routine for FkConstraint nodes. | Tom Lane | 2001-10-25 | 1 | -5/+27 |
| * | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 1 | -3/+2 |
| * | Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions in | Tom Lane | 2001-08-21 | 1 | -7/+1 |
| * | Sequences are now based on int8, not int4, arithmetic. SERIAL pseudo-type | Tom Lane | 2001-08-16 | 1 | -4/+3 |
| * | Make OIDs optional, per discussions in pghackers. WITH OIDS is still the | Tom Lane | 2001-08-10 | 1 | -4/+5 |
| * | Add IS UNKNOWN, IS NOT UNKNOWN boolean tests, fix the existing boolean | Tom Lane | 2001-06-19 | 1 | -8/+33 |
| * | Modify optimizer data structures so that IndexOptInfo lists built for | Tom Lane | 2001-05-20 | 1 | -59/+3 |