]> granicus.if.org Git - postgresql/history - src/backend/optimizer/prep/preptlist.c
Another pgindent run with lib typedefs added.
[postgresql] / src / backend / optimizer / prep / preptlist.c
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-06-16 Tom LaneRepresent type-specific length coercion functions as...
2004-05-30 Neil ConwayUse the new List API function names throughout the...
2004-05-26 Neil ConwayReimplement the linked list data structure used through...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-08-11 Tom LaneRewriter and planner should use only resno, not resname...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-07-25 Tom LaneError message editing in backend/optimizer, backend...
2003-05-12 Tom LaneApply fixes for problems with dropped columns whose...
2003-02-03 Tom LaneDetermine the set of constraints applied to a domain...
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-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-02 Tom LaneALTER TABLE DROP COLUMN works. Patch by Christopher...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-04-05 Tom LaneUndo not-so-hot decision to postpone insertion of defau...
2002-04-02 Hiroshi InoueRemoved obsolete DROP_COLUMN_HACK stuff.
2002-03-20 Tom LaneCode review for DOMAIN patch.
2002-03-19 Bruce MomjianAdd DOMAIN support. Includes manual pages and regressi...
2002-03-07 Bruce MomjianBack out domain patch until it works properly.
2002-03-06 Bruce MomjianOk. Updated patch attached.
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-11-02 Tom LaneAdd default expressions to INSERTs during planning...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-09-06 Tom LaneFix handling of pg_type.typdefault per bug report from...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-11-16 Tom LaneChange SearchSysCache coding conventions so that a...
2000-10-05 Tom LaneReimplementation of UNION/INTERSECT/EXCEPT. INTERSECT...
2000-08-08 Tom LaneRemove 'func_tlist' from Func expression nodes, likewis...
2000-07-22 Tom LaneMake update lists like 'UPDATE tab SET foo[1] = bar...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-03-09 Hiroshi InoueTrial implementation of ALTER DROP COLUMN.
2000-01-26 Bruce MomjianAdd:
1999-11-07 Bruce MomjianNew NameStr macro to convert Name to Str. No need...
1999-10-30 Tom LaneRewrite preprocess_targetlist() to reduce overhead...
1999-08-22 Tom LaneFurther planner/optimizer cleanups. Move all set_tlist...
1999-08-21 Tom LaneMajor revision of sort-node handling: push knowledge...
1999-08-09 Tom LaneMove get_attdisbursion to lsyscache. Clean up get_typd...
1999-08-09 Tom LaneCreate a standardized expression_tree_mutator support...
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-16 Bruce MomjianFinal cleanup.
1999-07-16 Bruce MomjianUpdate #include cleanups
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-05-29 Tom Lanenew_relation_targetlist used to cause about 8 separate...
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-17 Bruce MomjianChange resjunk to a boolean.
1999-05-12 Jan WieckReplaced targetlist entry in GroupClause by reference...
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-02-03 Bruce MomjianCleanup of source files where 'return' or 'var =' is...
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-07-20 Bruce MomjianCleanup makeTargetEntry and remove internal.c.
1998-07-20 Bruce MomjianUse defines rather than constants for types.
1998-07-12 Bruce MomjianChange atttypmod from int16 to int32, for Thomas.
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-02-10 Bruce MomjianPass attypmod through to executor by adding to Var...
1998-01-20 Bruce MomjianAdd Var.varlevelup to code. More parser cleanup.
1998-01-16 Bruce MomjianNew pg_attribute.atttypmod for type-specific informatio...
1997-11-25 Bruce MomjianBreak parser functions into smaller files, group together.
1997-09-08 Bruce MomjianUsed modified version of indent that understands over...
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-01-22 Bruce MomjianCast constants to the type of the other binary operand.
1996-07-09 Marc G. FournierPostgres95 1.01 Distribution - Virgin Sources PG95-1_01