]> granicus.if.org Git - postgresql/history - src/backend/nodes/readfuncs.c
Code review for UPDATE tab SET col = DEFAULT patch ... whack it around
[postgresql] / src / backend / nodes / readfuncs.c
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-25 Bruce MomjianBack out array mega-patch.
2003-06-24 Bruce MomjianArray mega-patch.
2003-06-06 Tom LaneImplement outer-level aggregates to conform to the...
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-10 Tom LaneRestructure parsetree representation of DECLARE CURSOR...
2003-02-16 Tom LaneCOALESCE() and NULLIF() are now first-class expressions...
2003-02-09 Tom LaneCreate a distinction between Lists of integers and...
2003-02-03 Tom LaneDetermine the set of constraints applied to a domain...
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-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-11-25 Tom LaneRemove unused constisset and constiscast fields of...
2002-11-25 Tom LaneRestructure outfuncs and readfuncs to use macros in...
2002-11-24 Tom LaneRestructure planning of nestloop inner indexscans so...
2002-11-15 Bruce MomjianAdd DOMAIN check constraints.
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-04 Bruce Momjianpgindent run.
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-26 Tom LaneModify array operations to include array's element...
2002-08-10 Bruce Momjian > create view pg_locks as select l.relation, l.databas...
2002-08-04 Bruce MomjianAttached are two patches to implement and document...
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-04 Thomas G. LockhartImplement the IS DISTINCT FROM operator per SQL99.
2002-06-20 Bruce MomjianUpdate copyright to 2002.
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-11 Tom LaneRestructure representation of aggregate functions so...
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-12 Tom LaneRestructure representation of join alias variables...
2002-03-01 Tom LaneSecond thoughts dept: arrange to cache mergejoin scan...
2002-02-26 Tom LaneRestructure command-completion-report code so that...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-07-03 Tom LaneAdd a little more error checking and reporting to readD...
2001-06-19 Tom LaneAdd IS UNKNOWN, IS NOT UNKNOWN boolean tests, fix the...
2001-06-05 Tom LaneFurther work on making use of new statistics in planner...
2001-05-20 Tom LaneModify optimizer data structures so that IndexOptInfo...
2001-05-07 Tom LaneRewrite of planner statistics-gathering code. ANALYZE...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-02-12 Tom LaneSuppress compiler warning on Alpha.
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2001-01-08 Tom LaneMake outfuncs/readfuncs treat OIDs properly as unsigned...
2001-01-07 Tom LaneModify readfuncs so that recursive use of stringToNode...
2000-12-14 Tom LanePlanner speedup hacking. Avoid saving useless pathkeys...
2000-12-12 Tom LaneCache eval cost of qualification expressions in Restric...
2000-11-12 Tom LaneRestructure handling of inheritance queries so that...
2000-10-22 Peter EisentrautMakeover for Unixware 7.1.1
2000-10-05 Tom LaneReimplementation of UNION/INTERSECT/EXCEPT. INTERSECT...
2000-09-29 Tom LaneSubselects in FROM clause, per ISO syntax: FROM (SELECT...
2000-09-12 Tom LaneFirst cut at full support for OUTER JOINs. There are...
2000-08-08 Tom LaneRemove 'func_tlist' from Func expression nodes, likewis...
2000-07-22 Tom LaneRemove 'Array' node type, which has evidently been...
2000-07-17 Tom LaneRevise aggregate functions per earlier discussions...
2000-07-12 Tom LaneFirst stage of reclaiming memory in executor by resetti...
2000-06-18 Tom LaneReimplement nodeMaterial to use a temporary BufFile...
2000-06-16 Tom LaneRepair unforgivably brain-dead representation of CaseEx...
2000-05-30 Bruce MomjianRemove unused include files. Do not touch /port or...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-03-22 Tom LaneRepair logic flaw in cost estimator: cost_nestloop...
2000-03-17 Tom LaneFix a bunch of minor portability problems and maybe...
2000-02-20 Tom LaneCreate a new expression node type RelabelType, which...
2000-02-15 Tom LaneNew cost model for planning, incorporating a penalty...
2000-02-15 Thomas G. LockhartCarry column aliases from the parser frontend. Enables...
2000-02-07 Tom LaneRepair planning bugs caused by my misguided removal...
2000-01-27 Tom LaneRedesign DISTINCT ON as discussed in pgsql-sql 1/25...
2000-01-26 Bruce MomjianAdd:
2000-01-22 Tom LaneRevise handling of index-type-specific indexscan cost...
2000-01-14 Tom LaneRevise quoting conventions in outfuncs/readfuncs so...
2000-01-09 Tom LaneAnother round of planner/optimizer work. This is just...
1999-12-13 Tom Laneaggregate(DISTINCT ...) works, per SQL spec.
1999-11-23 Bruce MomjianTid access method feature from Hiroshi Inoue, Inoue...
1999-10-07 Tom LaneFix planner and rewriter to follow SQL semantics for...
1999-08-21 Tom LaneMajor revision of sort-node handling: push knowledge...
1999-08-16 Tom LaneMajor planner/optimizer revision: get rid of PathOrder...
1999-08-09 Bruce Momjian> > Prevent sorting if result is already sorted
1999-07-24 Tom LaneClean up messy clause-selectivity code in clausesel...
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-16 Bruce MomjianFinal cleanup.
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-07-13 Bruce MomjianRemove S*I comments from Stephan.
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-18 Tom LaneRemove no-longer-used fields in Hash and HashJoin nodes.
1999-05-17 Bruce MomjianChange resjunk to a boolean.
1999-05-12 Jan WieckReplaced targetlist entry in GroupClause by reference...
1999-03-01 Tom LaneExecutor no longer cares about mergejoinop, mergerighto...
1999-02-18 Bruce MomjianFix bushy plans. Cleanup.
next