]> granicus.if.org Git - postgresql/history - src/backend/nodes/equalfuncs.c
Update copyrights to 2003.
[postgresql] / src / backend / nodes / equalfuncs.c
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
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-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-06 Tom LaneImplement outer-level aggregates to conform to the...
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-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-08 Tom LaneReplace planner's representation of relation sets,...
2003-02-03 Tom LaneDetermine the set of constraints applied to a domain...
2003-01-23 Peter EisentrautGrant options, and cascading revoke. Grant options...
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-14 Tom LaneClean up plantree representation of SubPlan-s --- SubLi...
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-25 Tom LaneRemove unused constisset and constiscast fields of...
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-06 Tom LaneFirst phase of implementing hash-based grouping/aggrega...
2002-10-14 Tom LaneAdjust handling of command status strings in the presen...
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-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-27 Tom LanePREPARE/EXECUTE statements. Patch by Neil Conway,...
2002-08-26 Tom LaneModify array operations to include array's element...
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-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-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-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...
2002-04-28 Tom LaneSecond try at fixing join alias variables. Instead...
2002-04-24 Bruce MomjianAttached is a patch for ALTER TRIGGER RENAME per the...
2002-04-18 Tom LaneRule names are now unique per-relation, rather than...
2002-04-17 Tom LaneOpclasses live in namespaces. I also took the opportun...
2002-04-16 Tom LaneOperators live in namespaces. CREATE/DROP/COMMENT...
2002-04-11 Tom LaneRestructure representation of aggregate functions so...
2002-04-09 Tom LaneFunctions live in namespaces. Qualified function names...
2002-04-05 Bruce MomjianAdd INSERT(..., DEFAULT, ).
2002-03-29 Tom Lanepg_type has a typnamespace column; system now supports...
2002-03-22 Tom LaneA little further progress on schemas: push down RangeVa...
2002-03-21 Tom LaneFirst phase of SCHEMA changes, concentrating on fixing...
2002-03-20 Tom LaneCode review for DOMAIN patch.
2002-03-19 Bruce MomjianAdd DOMAIN support. Includes manual pages and regressi...
2002-03-12 Tom LaneRestructure representation of join alias variables...
2002-03-08 Tom LaneFix copying/equality-check bugs in GrantStmt and Constr...
2002-03-07 Bruce MomjianBack out domain patch until it works properly.
2002-03-06 Bruce MomjianOk. Updated patch attached.
2002-03-06 Bruce MomjianChange made to elog:
2002-03-01 Peter EisentrautUser and database-specific session defaults for run...
2002-02-26 Tom LaneRestructure command-completion-report code so that...
2002-02-24 Tom LaneAdd OWNER option to CREATE DATABASE, so superusers...
2002-02-18 Peter EisentrautPrivileges on functions and procedural languages
2001-11-05 Tom LaneCREATE TABLE foo (x,y,z) AS SELECT ... can't apply...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
next