]> granicus.if.org Git - postgresql/shortlog
postgresql
1999-03-14 Bruce MomjianFixup for src/tutorial/func.c and src/tutorial/func...
1999-03-14 Bruce MomjianHello,
1999-03-14 Bruce MomjianThe isWritable method in ResultSetMetaData returns...
1999-03-14 Bruce MomjianI have a problem with Access97 not working properly...
1999-03-14 Bruce MomjianThere are errors in the PGmoney class in the conversion...
1999-03-14 Bruce MomjianEnclosed below I have a patch to allow a btree index...
1999-03-11 Michael Meskes*** empty log message ***
1999-03-10 Vadim B. MikheevWe have to return dummy tuple for empty targetlist!
1999-03-10 Tom LaneMake type 'regproc' binary-compatible with int4 and...
1999-03-10 Tom LaneFix some typos in argument and result types in pg_proc
1999-03-09 Marc G. FournierFrom: Constantin Teodorescu <teo@flex.ro>
1999-03-09 Marc G. FournierChanges to fix/improve the dynamic loading on NT
1999-03-08 Bruce MomjianFix OR index selectivity problem.
1999-03-08 Bruce MomjianFix for Alpha OR selectivity bug.
1999-03-08 Marc G. FournierHave configure check for use of %lld for int64, and...
1999-03-07 Tom LaneExport include/utils/mcxt.h so that external stuff...
1999-03-07 Tom LaneModify mcxt.h so that it doesn't pull in half of creation.
1999-03-07 Tom LaneCleaner autoconf tests for int8 support.
1999-03-07 Bruce Momjiangeqo now at 11 tables
1999-03-07 Michael Meskes*** empty log message ***
1999-03-07 Bruce MomjianReally remove Recipe.
1999-03-06 Tom LaneEliminate duplicated code in dt.h
1999-03-06 Tom LaneReduce DEF_MAXBACKENDS to 32 so that default configuration
1999-03-06 Tom LaneA few further tweaks to shared memory space estimation.
1999-03-05 Michael Meskes*** empty log message ***
1999-03-05 Michael Meskes*** empty log message ***
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-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
next