]> granicus.if.org Git - postgresql/shortlog
postgresql
1999-02-28 Marc G. FournierFrom: Michael Meskes <Michael_Meskes@topmail.de>
1999-02-28 Tom LaneFix pg_operator entries for mergejoinable operators...
1999-02-28 Tom LaneFix executor to work correctly with mergejoins where...
1999-02-27 Tom LaneRemove recipe.o from Makefile ... dead code not quite...
1999-02-27 Tom LanePut back T_RecipeStmt, since the system doesn't actuall...
1999-02-27 Tom LaneSomeone forgot to commit gram.c and parse.h after his...
1999-02-25 Bruce MomjianRemove reference to recipe.h.
1999-02-24 Bruce MomjianFix problem with selectivity error in added columns...
1999-02-24 Bruce Momjianupdate comments
1999-02-24 Bruce MomjianThank you for the advice. I concluded that current...
1999-02-23 Marc G. FournierFrom: Michael Meskes <Michael_Meskes@topmail.de>
1999-02-23 Thomas G. LockhartAdd parameters to function calls to pass back table...
1999-02-23 Thomas G. LockhartAdd a few other parser-only nodes for debugging help.
1999-02-23 Thomas G. LockhartDefine JoinExpr structure for outer join syntax.
1999-02-23 Thomas G. LockhartClean up error messages.
1999-02-23 Thomas G. LockhartDo a better job of selecting candidates among functions
1999-02-23 Thomas G. LockhartInclude some new code for outer joins. Disabled by...
1999-02-23 Thomas G. LockhartPut in explicit checks for implicit index name lengths.
1999-02-23 Thomas G. LockhartModify the outer join placeholder code with something...
1999-02-23 Thomas G. LockhartBring debugging print statement declarations up to...
1999-02-23 Thomas G. LockhartAdd constants for outer join states in executor.
1999-02-23 Thomas G. LockhartFix typos in comments.
1999-02-23 Thomas G. LockhartAdd first code to help with outer joins.
1999-02-23 Thomas G. LockhartFix typo in comment.
1999-02-23 Thomas G. LockhartUpdate error messages with more consistant format.
1999-02-23 Thomas G. LockhartAdd many new test cases.
1999-02-23 Thomas G. LockhartRemove non-portable queries by replacing getpgusername...
1999-02-23 Thomas G. LockhartFirst tests using JOIN syntax.
1999-02-23 Thomas G. LockhartRearrange order of subdirectory creation to help genera...
1999-02-22 Bruce Momjiancomments cleanup.
1999-02-22 Bruce Momjiancomment cleanup.
1999-02-22 Bruce Momjianifdef out append().
1999-02-22 Bruce MomjianOk. I found an align problem in lobj that might not...
1999-02-22 Tom LaneRepair some pretty serious problems in dynahash.c and
1999-02-22 Bruce Momjianmore cleanup
1999-02-22 Bruce MomjianFinal optimizer cleanups.
1999-02-22 Bruce Momjianrename pgsql to postgres in regression.
1999-02-22 Bruce Momjianchange pgsql to postgres
1999-02-22 Bruce Momjianfix compile problem.
1999-02-21 Marc G. FournierFrom: Tatsuo Ishii <t-ishii@sra.co.jp>
1999-02-21 Tom LaneDocument postmaster's -N switch.
1999-02-21 Tom LaneDocument configure's --with-maxbackends switch.
1999-02-21 Marc G. FournierFrom: Michael Meskes <Michael_Meskes@topmail.de>
1999-02-21 Bruce Momjianpathkeys.c cleanup.
1999-02-21 Tom LaneRearrange handling of MAXBACKENDS a little bit. The...
1999-02-20 Bruce Momjianpathkeys fixes
1999-02-20 Bruce MomjianUpdate pathkeys comparison function.
1999-02-20 Bruce Momjianupdate pathkey description.
1999-02-20 Bruce Momjianadd pathkeys description.
1999-02-20 Bruce Momjiananother rename of optimizer
1999-02-20 Marc G. FournierFrom: Michael Meskes <Michael_Meskes@topmail.de>
1999-02-19 Tom LaneOOPS ... Perl5 interface to PQsetdbLogin was actually
1999-02-19 Tom LaneReorder startup ops so that if preallocation of semas...
1999-02-19 Tom LaneAllow maximum number of backends to be set at configure...
1999-02-19 Bruce Momjianoptimizer cleanup
1999-02-19 Bruce Momjianoptimizer cleanup
1999-02-19 Thomas G. LockhartFix parens typo reported by wmt@thi.com (Bill Tonkin).
1999-02-19 Thomas G. LockhartFix SGML markup from last content changes.
1999-02-18 Bruce Momjianrename optimizer file name
1999-02-18 Bruce MomjianEnable bushy and right-hand queries by default.
1999-02-18 Bruce MomjianEnable bushy plans by default.
1999-02-18 Bruce Momjianoptimizer cleanup
1999-02-18 Bruce Momjianmore optimizer cleanups
1999-02-18 Tom LaneProduce a more specific error message when backend...
1999-02-18 Bruce MomjianFix bushy plans. Cleanup.
1999-02-16 Bruce MomjianRe-enable bushy plans. Vadim want them.
1999-02-15 Bruce MomjianUpdate optimizer readme.
1999-02-15 Tom Laneregprocin should accept '-' signifying InvalidOid, for
1999-02-15 Bruce Momjianrename
1999-02-15 Bruce Momjianoptimizer rename
1999-02-15 Bruce Momjianoptimizer rename
1999-02-15 Bruce Momjianotherrels is now unjoined_rels
1999-02-15 Bruce Momjianoptimizer rename
1999-02-15 Bruce MomjianRemove duplicate geqo functions, and more optimizer...
1999-02-15 Tom LaneReplace non-idiomatic nconc(x, lcons(y, NIL)) with...
1999-02-15 Tom LaneFix a number of places that made faulty assumptions...
1999-02-14 Tom LaneFix optimizer coredump with unary-operator WHERE clauses.
1999-02-14 Bruce Momjianoptimizer cleanup.
1999-02-14 Bruce Momjianoptimizer rename.
1999-02-14 Bruce MomjianOptimizer rename.
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-02-13 Thomas G. LockhartFix offset of one for date_part(timespan) when given...
1999-02-13 Thomas G. LockhartRemove equivalence between datetime and float8. Led...
1999-02-13 Thomas G. LockhartChange #if FALSE to #if NOT_USED to avoid port problems.
1999-02-13 Thomas G. LockhartAdd routines to convert between int8 and text/varchar...
1999-02-13 Thomas G. LockhartAdd routines to convert between int8 and text/varchar...
1999-02-13 Thomas G. LockhartInclude some Julian date declarations to share between...
1999-02-13 Thomas G. LockhartRe-enable arch-dev.sgml now that it has new information...
1999-02-13 Thomas G. LockhartRequire complete tagging in emacs hints at bottom of...
1999-02-13 Thomas G. LockhartInclude chapter on SQL language elements (keywords...
1999-02-13 Thomas G. LockhartDescribe the date/time parsing rules.
1999-02-13 Thomas G. LockhartAdd Stefan Simkovics' Master's Thesis.
1999-02-13 Thomas G. LockhartSubstitute great info from Stefan Simkovics' Master...
1999-02-13 Thomas G. LockhartMinor markup changes for the recent TEMP TABLE info.
1999-02-13 Thomas G. LockhartMore complete info from Oliver Elphick.
1999-02-12 Bruce MomjianOptimizer cleanup.
1999-02-12 Bruce MomjianJoinPath -> NestPath for nested loop.
1999-02-12 Bruce MomjianFix optimizer and make faster.
1999-02-12 Bruce Momjianoptimizer update
1999-02-11 Tom LaneRemove Perl module's unnecessary dependence on libpq...
next