]> granicus.if.org Git - postgresql/history - src/backend/nodes/outfuncs.c
Reimplement parsing and storage of default expressions and constraint
[postgresql] / src / backend / nodes / outfuncs.c
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.
1998-05-09 Thomas G. LockhartAdd some more node print routines for debugging only
1998-04-27 Bruce MomjianFIx confusion over SORT and SORTCLAUSE in node handling.
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-02-21 Bruce MomjianAdd handling for new RangeTblEntry column name.
1998-02-21 Bruce MomjianConstlen can be -1, so make it a signed type.
1998-02-13 Vadim B. MikheevSupport for subselects.
1998-02-10 Bruce MomjianPass around typmod as int16.
1998-02-10 Bruce MomjianPass attypmod through to executor by adding to Var...
1998-01-25 Marc G. FournierPatch against src/backend/nodes/outfuncs.c.orig fixes...
1998-01-20 Bruce MomjianAdd Var.varlevelup to code. More parser cleanup.
1998-01-20 Bruce MomjianParser cleanup.
1998-01-19 Bruce MomjianFix problem with nodes handling.
1998-01-17 Bruce MomjianCreates the SubLink structure, and the Query->hasSubLin...
1998-01-16 Bruce MomjianNew pg_attribute.atttypmod for type-specific informatio...
1998-01-15 Bruce MomjianRemove Query->qry_aggs and qry_numaggs and replace...
1998-01-07 Bruce MomjianCleanup of outnodes.
1998-01-07 Bruce MomjianCleanup of outnode stuff.
1998-01-07 Bruce MomjianCleanup of outnode stuff.
1998-01-07 Bruce MomjianCleanup of outnode stuff.
1998-01-06 Bruce MomjianCleanup of sort nodes and use of strtoul .
1998-01-06 Bruce MomjianChange some labels in bootparse to make ctags happy...
1997-12-27 Bruce MomjianUNION work for UNION ALL and other union stuff.
1997-12-23 Thomas G. LockhartAdd routines to print AExpr, Ident, and AConst parsing...
1997-12-18 Bruce MomjianRemove Existential, and ifdef out generate_fjoin. ...
1997-12-04 Thomas G. LockhartAdd some printing capability for a few more node types...
1997-09-08 Bruce MomjianUsed modified version of indent that understands over...
1997-09-08 Bruce MomjianAdd typdefs to pgindent run.
1997-09-08 Bruce MomjianAnother PGINDENT run that changes variable indenting...
1997-09-07 Bruce MomjianMassive commit to run PGINDENT on all *.c and *.h files.
1997-08-18 Bruce MomjianNow that names are null terminated, no need to do all...
1996-12-26 Bruce MomjianI have this annoying habit (among others) of putting
1996-12-11 Bryan HendersonUse "Oid" type where applicable and %ud instead of...
1996-11-10 Bruce MomjianAll external function definitions now have prototypes...
1996-11-08 Bruce MomjianCompile and warning cleanup
1996-07-09 Marc G. FournierPostgres95 1.01 Distribution - Virgin Sources PG95-1_01