]> granicus.if.org Git - postgresql/history - src/backend/nodes/copyfuncs.c
More optimizer speedups.
[postgresql] / src / backend / nodes / copyfuncs.c
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