OSDN Git Service

Ensure that all uses of <ctype.h> functions are applied to unsigned-char
[pg-rex/syncrep.git] / src / backend / nodes / outfuncs.c
2000-12-03 Tom LaneEnsure that all uses of <ctype.h> functions are applied...
2000-11-16 Tom LaneChange SearchSysCache coding conventions so that a...
2000-11-16 Bruce MomjianMake pgsql compile on FreeBSD-alpha.
2000-11-12 Tom LaneRestructure handling of inheritance queries so that...
2000-10-31 Peter EisentrautChange internal string representation of BitString...
2000-10-31 Peter EisentrautChange the parser to convert SQL "position" and "substr...
2000-10-26 Tom LaneRe-implement LIMIT/OFFSET as a plan node type, instead...
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-15 Tom LaneRemove useless and dangerous 'opt_type' option from...
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-06-14 Peter EisentrautBig warnings cleanup for Solaris/GCC. Down to about...
2000-05-29 Tom LaneGenerated header files parse.h and fmgroids.h are now...
2000-05-25 Tom LaneClean up sloppy coding of _outAExpr().
2000-04-26 Tom LaneTweak outUnique to include uniqColIdx[] field in the...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-03-24 Tom Laneoutfuncs.c was missing a print routine for Material...
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-21 Tom LaneChange parse-time representation of float literals...
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-17 Tom LaneCreate a new parsetree node type, TypeCast, so that...
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-12-10 Tom LaneTeach grammar and parser about aggregate(DISTINCT ...
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-10-03 Tom LaneReimplement parsing and storage of default expressions...
1999-08-31 Tom LaneMinor improvements to stringinfo package to make it...
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-18 Tom LaneFix typo in _outArrayRef().
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 MomjianClean up #include in /include directory. Add scripts...
1999-05-25 Bruce MomjianAnother pgindent run. Sorry folks.
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-19 Bruce MomjianUpgrade to PyGreSQL (2.4)
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-05-10 Bruce MomjianChange error messages to oids come out as %u and not...
1999-04-25 Tom LaneRevise backend libpq interfaces so that messages to...
1999-03-23 Bruce MomjianRemove Tee code, move to _deadcode.
1999-03-01 Tom LaneExecutor no longer cares about mergejoinop, mergerighto...
1999-02-23 Thomas G. LockhartAdd a few other parser-only nodes for debugging help.
1999-02-18 Bruce MomjianFix bushy plans. Cleanup.
1999-02-15 Bruce Momjianotherrels is now unjoined_rels
1999-02-15 Bruce MomjianRemove duplicate geqo functions, and more optimizer...
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-02-12 Bruce MomjianJoinPath -> NestPath for nested loop.
1999-02-12 Bruce MomjianFix optimizer and make faster.
1999-02-11 Bruce MomjianMore optimizer speedups.
1999-02-10 Bruce MomjianRename Path.keys to Path.pathkeys. Too many 'keys...
1999-02-09 Bruce MomjianRename Temp to Noname for noname tables.
1999-02-09 Bruce MomjianMajor optimizer improvement for joining a large number...
1999-02-05 Bruce MomjianOptimizer cleanup.
1999-02-04 Bruce MomjianMore optimizer renaming HInfo -> HashInfo.
1999-02-03 Bruce MomjianOptimizer rename ClauseInfo -> RestrictInfo. Update...
1999-02-02 Bruce MomjianAdd TEMP tables/indexes. Add COPY pfree(). Other...
1999-01-24 Bruce MomjianRename Aggreg to Aggref.
1999-01-21 Vadim B. MikheevFOR UPDATE is in parser & rules.
1999-01-18 Bruce MomjianHi!
1998-12-20 Marc G. Fournierfinished cleaning up outnodes.c ...
1998-12-18 Jan WieckFixed nodeToString() to put out "<>" for NULL strings...
1998-12-17 Marc G. FournierFrom: Keith Parks <emkxp01@mtcc.demon.co.uk>
1998-12-15 Marc G. FournierMore cleanups ... this is one big file *sigh*
1998-12-15 Marc G. FournierCorrect some typos...
1998-12-15 Marc G. FournierMore cleanups of appendStringInfo() function calls...
1998-12-14 Marc G. Fourniermore cleanups...of note, appendStringInfo now performs...
1998-12-14 Marc G. FournierMany more cleanups...
1998-12-14 Thomas G. LockhartAdd support for the CASE statement in the rewrite handling.
1998-12-04 Thomas G. LockhartImplement CASE expression.
1998-11-22 Vadim B. MikheevFix using indices in OR.
1998-10-22 Bruce MomjianAdd LIMIT syntax for Jan.
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-08-26 Bruce MomjianMake attalign match type alignment.
1998-08-04 Bruce MomjianMergeSort was sometimes called mergejoin and was confus...
1998-08-01 Bruce MomjianAllow index use with OR clauses.
1998-07-18 Bruce MomjianRename Rel to RelOptInfo.
1998-07-15 Bruce MomjianFix explain for union and inheritance. Rename Append...
1998-07-14 Bruce MomjianMajor man page update from Tom Lane. c
1998-07-13 Bruce MomjianFix for AS name quotation problem.
1998-07-09 Bruce MomjianFix for views that use AS with two words.
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
next