]> granicus.if.org Git - postgresql/history - src/backend/nodes/copyfuncs.c
Eliminate some unbelievably cheesy code in _copyConst().
[postgresql] / src / backend / nodes / copyfuncs.c
1999-11-01 Tom LaneEliminate some unbelievably cheesy code in _copyConst().
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-27 Tom LaneFirst cut at doing LIKE/regex indexing optimization in
1999-07-25 Tom LaneRemove 'restrictinfojoinid' field from RestrictInfo...
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-05-25 Bruce MomjianAnother pgindent run. Sorry folks.
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-18 Tom LaneRemove no-longer-used fields in Hash and HashJoin nodes.
1999-05-12 Jan WieckReplaced targetlist entry in GroupClause by reference...
1999-04-27 Tatsuo IshiiFix for _copyUnique() suggested by Hiroshi Inoue
1999-04-19 Tom LaneRepair some problems in planner's handling of HAVING...
1999-03-03 Tom LanePartial fix for copied-plan bugs reported by Hiroshi...
1999-03-01 Tom LaneExecutor no longer cares about mergejoinop, mergerighto...
1999-02-22 Bruce Momjiancomments cleanup.
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-08 Bruce MomjianOptimizer cleanup.
1999-02-05 Bruce MomjianOptimizer cleanup.
1999-02-04 Bruce MomjianMore optimizer cleanups.
1999-02-04 Bruce MomjianMore optimizer renaming HInfo -> HashInfo.
1999-02-03 Bruce MomjianCleanup of source files where 'return' or 'var =' is...
1999-02-03 Bruce MomjianOptimizer rename ClauseInfo -> RestrictInfo. Update...
1999-02-02 Bruce MomjianAdd TEMP tables/indexes. Add COPY pfree(). Other...
1999-01-29 Vadim B. MikheevREAD COMMITTED isolevel is implemented and is default...
1999-01-25 Bruce MomjianAgg/Aggreg cleanup and datetime.sql patch.
1999-01-24 Bruce MomjianRename Aggreg to Aggref.
1999-01-21 Bruce MomjianIt seems that SPI_prepare() doesn't work well in some...
1999-01-21 Vadim B. MikheevCopy RowMark node (it's for (-:)) FOR UPDATE).
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-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-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-23 Bruce MomjianPartial fix for select distinct in subselect.
1998-02-21 Marc G. FournierFirst step done,
1998-02-13 Vadim B. MikheevSupport for subselects.
1998-02-10 Bruce MomjianPass attypmod through to executor by adding to Var...
1998-01-21 Bruce MomjianSmall varlena cleanup.
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-11 Bruce MomjianClean up of copyfuncs.
1998-01-09 Bruce MomjianYohoo UNIONS of VIEWS.
1998-01-04 Bruce MomjianFix for count(*), aggs with views and multiple tables...
1997-12-24 Bruce MomjianImplementation of UNIONs.
1997-12-23 Bruce MomjianReverse out Thomas's group clause change.
1997-12-23 Bruce MomjianMake no-tty not use quiet in psql, fix group by copy...
1997-12-23 Thomas G. LockhartFix numeric comparision (... != NULL) to be (... >...
1997-12-18 Bruce Momjiancopy query cleanup.
1997-12-18 Bruce MomjianFix copy for no aggregates.
1997-12-18 Bruce MomjianRemove Existential, and ifdef out generate_fjoin. ...
1997-12-18 Bruce MomjianCleanup of agg copy.
1997-12-18 Bruce MomjianCleanup of agg copy.
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-20 Bruce MomjianRemove all time travel stuff. Small parser cleanup.
1997-11-02 Vadim B. MikheevGood Bye, Time Travel!
1997-09-19 Vadim B. Mikheev+ _copyGroup(Group *from)
1997-09-13 Bruce MomjianCleanup from patch applied.
1997-09-12 Bruce MomjianFix for select null, "fail" from pg_am from Patrick...
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-09-04 Vadim B. MikheevFixed _copyRangeTblEntry
1997-04-10 Vadim B. MikheevCopy indexkeys in _copyIndexPath.
1996-11-13 Marc G. FournierCommit of a *MAJOR* patch from Dan McGuirk <djm@indirec...
1996-11-08 Bruce MomjianCompile and warning cleanup
1996-08-19 Marc G. FournierFixes:
1996-07-09 Marc G. FournierPostgres95 1.01 Distribution - Virgin Sources PG95-1_01