]> granicus.if.org Git - postgresql/history - src/backend/optimizer/prep
Another pgindent run with lib typedefs added.
[postgresql] / src / backend / optimizer / prep /
2000-09-12 Tom LaneFirst cut at full support for OUTER JOINs. There are...
2000-08-31 Peter EisentrautFix relative path references so that make knowns which...
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-06-20 Tom LaneMake inheritance planning logic a little simpler and...
2000-06-08 Bruce MomjianMark functions as static and ifdef NOT_USED as appropriate.
2000-05-30 Bruce MomjianRemove unused include files. Do not touch /port or...
2000-05-29 Tom LaneGenerated header files parse.h and fmgroids.h are now...
2000-04-18 Tom LaneRepair coredump seen when a view refers to an inheritan...
2000-04-14 Tom LaneRepair bug reported by Wickstrom: backend would crash...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-03-21 Tom LaneRestructure planning code so that preprocessing of...
2000-03-14 Thomas G. LockhartImplement column aliases on views "CREATE VIEW name...
2000-03-09 Hiroshi InoueTrial implementation of ALTER DROP COLUMN.
2000-02-27 Tom LaneAvoid a little bit of unnecessary computation in canoni...
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-03 Tom LaneMake EXPLAIN results for Append, Group, Agg, Unique...
2000-01-28 Tom LaneApply the heuristic proposed by Taral (see pgsql-genera...
2000-01-27 Tom LaneRedesign DISTINCT ON as discussed in pgsql-sql 1/25...
2000-01-26 Bruce MomjianAdd:
1999-12-14 Tom Lanefix_parsetree_attnums was not nearly smart enough about...
1999-12-13 Bruce MomjianNew LDOUT makefile variable for QNX os.
1999-12-09 Bruce MomjianMake LD -r as macros that can be changed for QNX.
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-09-13 Tom LaneFirst cut at doing something reasonable with OR-of...
1999-09-12 Tom LaneFurther improvements in cnfify: reduce amount of self...
1999-09-07 Tom LanePerformance improvements in cnfify(): get rid of expone...
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-16 Tom LaneMajor planner/optimizer revision: get rid of PathOrder...
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-06-10 Tom LaneFix errors in SELECT ... GROUP BY ... UNION SELECT ...
1999-06-06 Tom LaneFix problems with grouping/aggregation in queries that use
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-18 Bruce MomjianFix bushy plans. Cleanup.
1999-02-15 Tom LaneFix a number of places that made faulty assumptions...
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-10-04 Bruce Momjiancnf'ify cleanup
1998-09-04 Marc G. FournierFrom: David Hartwig <daybee@bellatlantic.net>
1998-09-03 Bruce MomjianOops missing file.
1998-09-03 Bruce Momjian[Part #1: Type: text/plain, Encoding: 7bit, Size: 59]
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-15 Bruce MomjianFix explain for union and inheritance. Rename Append...
1998-07-12 Bruce MomjianChange atttypmod from int16 to int32, for Thomas.
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
1998-04-06 Bruce MomjianHi,
1998-03-31 Bruce MomjianSmall HAVING cleanup.
1998-03-31 Bruce MomjianMerge rename name page into alter table. Fix UNION...
1998-03-30 Bruce Momjiandocumentation for HAVING, clean up UNION comment.
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-02-13 Vadim B. MikheevCall union_planner() instead of planner().
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...
1998-01-15 Bruce MomjianRemove Query->qry_aggs and qry_numaggs and replace...
1997-12-29 Bruce MomjianFix for ORDER BY in UNION.
1997-12-29 Bruce MomjianCleanup of UNION ALL fix. Manual page updates.
1997-12-27 Bruce MomjianUNION work for UNION ALL and other union stuff.
1997-12-26 Vadim B. MikheevCleaning GCC warnings.
1997-12-24 Bruce MomjianImplementation of UNIONs.
1997-12-21 Bruce MomjianRemove some recursion in optimizer and clean up some...
1997-12-20 Bruce MomjianFix aggregates on inherited tables.
1997-12-20 Marc G. FournierMajor cleanout of PORTNAME variables from Makefiles...
1997-12-19 Marc G. FournierMore cleanups. I can now compile without PORTNAME...
1997-12-18 Bruce MomjianRemove Existential, and ifdef out generate_fjoin. ...
1997-12-18 Bruce MomjianFix Query handling for inheritance, and cost computations.
1997-11-25 Bruce MomjianBreak parser functions into smaller files, group together.
1997-11-21 Bruce MomjianRemove archive stuff.
1997-11-20 Bruce MomjianRemove all time travel stuff. Small parser cleanup.
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-08-20 Bruce MomjianMore NOT_USEDs
1997-01-22 Bruce MomjianCast constants to the type of the other binary operand.
1997-01-10 Bruce Momjianinclude sem.h added, include string.h neede, from Erik...
1996-11-09 Bruce MomjianMakefile cleanup after reorganization
1996-10-31 Marc G. FournierCleanup Makefiles
1996-10-27 Bryan HendersonSimplify make files, add full dependencies.
1996-07-09 Marc G. FournierPostgres95 1.01 Distribution - Virgin Sources PG95-1_01