]> granicus.if.org Git - postgresql/history - src/backend/nodes
pgindent run.
[postgresql] / src / backend / nodes /
2003-08-04 Bruce Momjianpgindent run.
2003-07-28 Tom LaneA visit from the message-style police ...
2003-07-22 Tom LaneError message editing in backend/bootstrap, /lib, ...
2003-07-03 Tom LaneCode review for UPDATE tab SET col = DEFAULT patch...
2003-07-01 Tom LaneAggregates can be polymorphic, using polymorphic implem...
2003-06-29 Tom LaneRestructure building of join relation targetlists so...
2003-06-29 Tom LaneSupport expressions of the form 'scalar op ANY (array...
2003-06-27 Peter EisentrautFirst batch of object rename commands.
2003-06-25 Bruce MomjianBack out array mega-patch.
2003-06-25 Bruce MomjianUPDATE ... SET <col> = DEFAULT
2003-06-25 Bruce MomjianIncludes:
2003-06-24 Bruce MomjianArray mega-patch.
2003-06-15 Tom LaneAdjust nestloop-with-inner-indexscan plan generation...
2003-06-06 Tom LaneImplement outer-level aggregates to conform to the...
2003-05-28 Tom LaneFix some planner performance problems with large WHERE...
2003-05-28 Tom LaneReplace functional-index facility with expressional...
2003-05-06 Tom LaneImplement feature of new FE/BE protocol whereby RowDesc...
2003-05-02 Tom LanePortal and memory management infrastructure for extende...
2003-04-24 Tom LaneInfrastructure for upgraded error reporting mechanism...
2003-04-08 Tom LaneFirst phase of work on array improvements. ARRAY[x...
2003-03-20 Bruce MomjianTodo items:
2003-03-10 Tom LaneRestructure parsetree representation of DECLARE CURSOR...
2003-03-05 Tom LaneTurns out new IN implementation has got some problems...
2003-02-16 Tom LaneCOALESCE() and NULLIF() are now first-class expressions...
2003-02-10 Tom LaneGet rid of last few vestiges of parsetree dependency...
2003-02-09 Tom LaneCreate a distinction between Lists of integers and...
2003-02-09 Tom LaneMake further use of new bitmapset code: executor's...
2003-02-08 Tom LaneReplace planner's representation of relation sets,...
2003-02-03 Tom LaneDetermine the set of constraints applied to a domain...
2003-01-27 Tom LaneUpgrade cost estimation for joins, per discussion with...
2003-01-24 Tom LaneModify planner's implied-equality-deduction code so...
2003-01-23 Peter EisentrautGrant options, and cascading revoke. Grant options...
2003-01-22 Tom LaneImprove print_expr() a little. It's still not very...
2003-01-20 Tom LaneIN clauses appearing at top level of WHERE can now...
2003-01-15 Tom LaneAllow merge and hash joins to occur on arbitrary expres...
2003-01-10 Tom LaneFurther tweaking of parsetree & plantree representation...
2003-01-09 Tom LaneAdjust parser so that 'x NOT IN (subselect)' is convert...
2002-12-17 Tom LaneTo suppress memory leakage in long-lived Lists, lremove...
2002-12-16 Tom LaneCode review for palloc0 patch --- avoid dangerous and...
2002-12-14 Tom LaneClean up plantree representation of SubPlan-s --- SubLi...
2002-12-13 Tom LanePhase 3 of read-only-plans project: ExecInitExpr now...
2002-12-12 Tom LanePreliminary code review for domain CHECK constraints...
2002-12-12 Tom LanePhase 2 of read-only-plans project: restructure express...
2002-12-06 Bruce MomjianRe-addd Rod's ALTER DOMAIN patch.
2002-12-06 Bruce MomjianBack out ALTER DOMAIN patch until missing file appears.
2002-12-06 Bruce MomjianALTER DOMAIN .. SET / DROP NOT NULL
2002-12-05 Tom LanePhase 1 of read-only-plans project: cause executor...
2002-11-30 Tom LaneBe more realistic about plans involving Materialize...
2002-11-30 Tom LaneUpgrade planner and executor to allow multiple hash...
2002-11-25 Tom LaneRemove unused constisset and constiscast fields of...
2002-11-25 Tom LaneRestructure outfuncs and readfuncs to use macros in...
2002-11-25 Tom LaneRestructure the code in copyfuncs and equalfuncs to...
2002-11-24 Tom LaneRestructure planning of nestloop inner indexscans so...
2002-11-23 Bruce MomjianThis patch implements FOR EACH STATEMENT triggers,...
2002-11-19 Tom LaneAdd an at-least-marginally-plausible method of estimati...
2002-11-15 Bruce MomjianAdd DOMAIN check constraints.
2002-11-11 Tom LaneCode review for ON COMMIT patch. Make the actual on...
2002-11-10 Bruce MomjianAdd palloc0 function to inline MemSet for newNode call.
2002-11-06 Tom LanePhase 2 of hashed-aggregation project. nodeAgg.c now...
2002-11-06 Tom LaneFirst phase of implementing hash-based grouping/aggrega...
2002-10-14 Tom LaneAdjust handling of command status strings in the presen...
2002-10-11 Bruce MomjianOops, back out newNode changes. We are not ready for...
2002-10-11 Bruce MomjianPrevent tv_sec from becoming negative in connection...
2002-09-22 Tom LaneReplace pg_attribute.attisinherited with attislocal...
2002-09-18 Tom LaneExtend pg_cast castimplicit column to a three-way value...
2002-09-04 Bruce Momjianpgindent run.
2002-09-02 Bruce MomjianRemove sys/types.h in files that include postgres.h...
2002-09-02 Tom LaneCREATE OR REPLACE VIEW, CREATE OR REPLACE RULE.
2002-08-31 Tom LaneCode review for domain-constraints patch. Use a new...
2002-08-30 Tom LaneAdd attisinherited column to pg_attribute; use it to...
2002-08-29 Tom LaneCode review for standalone composite types, query-speci...
2002-08-27 Tom LanePREPARE/EXECUTE statements. Patch by Neil Conway,...
2002-08-26 Tom LaneModify array operations to include array's element...
2002-08-24 Tom LaneThe cstring datatype can now be copied, passed around...
2002-08-19 Tom LaneRemove Ident nodetype in favor of using String nodes...
2002-08-19 Tom LaneClean up leftover bugs from recent COPY feature patch...
2002-08-19 Tom LaneAdd missing copyfuncs/equalfuncs entries, including...
2002-08-15 Bruce MomjianTom Lane wrote:
2002-08-10 Bruce Momjian > create view pg_locks as select l.relation, l.databas...
2002-08-04 Tom LaneFix merge failures for anonymous-type patch. From...
2002-08-04 Bruce MomjianFix compile failures for FRS composite tyhpe patch...
2002-08-04 Bruce MomjianAttached are two patches to implement and document...
2002-08-04 Bruce MomjianThe attached patch implements START TRANSACTION, per...
2002-07-29 Tom LaneImplement CREATE/DROP OPERATOR CLASS. Work still remai...
2002-07-24 Peter EisentrautRemove unused system table columns:
2002-07-18 Bruce MomjianBack out BETWEEN node patch, was causing initdb failure.
2002-07-18 Bruce MomjianFinished the Between patch Christopher started.
2002-07-16 Tom LaneAdd more dependency insertions --- this completes the...
2002-07-12 Tom LaneSecond phase of committing Rod Taylor's pg_depend/pg_co...
2002-07-04 Thomas G. LockhartImplement the IS DISTINCT FROM operator per SQL99.
2002-07-01 Tom LaneFirst phase of applying Rod Taylor's pg_depend patch...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-06-20 Bruce MomjianImprove COPY syntax to use WITH clause, keep backward...
2002-06-18 Bruce MomjianChange CREATE DATABASE to use DefElem instead of constr...
2002-05-22 Peter EisentrautAdd optional "validator" function to languages that...
2002-05-17 Peter EisentrautExtend syntax of CREATE FUNCTION to resemble SQL99.
2002-05-17 Tom LaneMerge the last few variable.c configuration variables...
2002-05-13 Tom LaneFix typo in _copyAlterUserSetStmt.
2002-05-12 Tom LaneGet rid of long-since-vestigial Iter node type, in...
2002-05-12 Tom LaneFirst pass at set-returning-functions in FROM, by Joe...
next