OSDN Git Service

pg-rex/syncrep.git
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...
1999-02-11 Bruce MomjianOptimizer cleanups.
1999-02-11 Bruce MomjianOptimizer cleanup.
1999-02-11 Bruce Momjianoptimizer cleanup
1999-02-11 Bruce MomjianOptimizer cleanup.
1999-02-11 Bruce MomjianMore optimization.
1999-02-11 Bruce MomjianMore optimizer speedups.
1999-02-11 Bruce Momjianoptimizer cleanup
1999-02-11 Bruce MomjianOptimizer fix for samekeys() and cost fixes for longer...
1999-02-11 Tom LaneInclude <varargs.h> on SunOS. (Does any other platform...
1999-02-10 Bruce MomjianOptmizer cleanup
1999-02-10 Bruce MomjianUpdate find_typedefs for bsdi 4.0.
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 MomjianOptimizer fix for samekeys.
1999-02-09 Bruce MomjianMajor optimizer improvement for joining a large number...
1999-02-08 Jan WieckAdded LIMIT/OFFSET functionality including new regressi...
1999-02-08 Bruce MomjianOptimizer cleanup.
1999-02-08 Tom Lanepg_dump -d or -D didn't quote special characters in...
1999-02-08 Jan WieckRevert some changes from the INTERSECT/EXPECT patch...
1999-02-07 Tom LaneSimplify scanstr(), fix broken octal-escape code.
1999-02-07 Tom LaneSimplify lexer's rules for string constants, eliminate...
1999-02-07 Tom LaneInclude -lcrypt when needed to link libpgtcl.so and...
1999-02-07 Jan WieckChanged manpages for create_rule/drop_rule to the semantics
1999-02-07 Tom LaneAdd PQresStatus() function to avoid direct access to...
1999-02-07 Tom LaneClean up some minor compile warnings.
1999-02-07 Tom LaneCorrect definition of srandom() --- it takes unsigned...
1999-02-07 Jan WieckNew gram.c after modification of gram.y
1999-02-07 Jan WieckReenabled parentheses for grouping multiple rule action...
1999-02-07 Jan WieckChanged ExecConstraints() and ExecRelCheck() to cache...
1999-02-07 Jan WieckMissing semicolon in last fix :-}
1999-02-07 Jan WieckOne more fix to QuerySnapshot usage in ExecutorStart...
1999-02-07 Jan WieckFixed problem with multiple portals shown up in portals...
1999-02-07 Tom LaneFix bracketing error in CaseExpr code
1999-02-07 Bruce MomjianAllow psql to do \p\g. Ingres does it, why not us?
1999-02-07 Tom LaneAdd equality checking for T_Query so that we don't get
1999-02-06 Tom LaneAdd floating-point support to our emulation of snprintf
1999-02-06 Tom LaneFix silly typo causing SELECT INTO TABLE to sometimes be
1999-02-06 Bruce MomjianOptimizer cleanup.
1999-02-06 Jan WieckNew alloc set code using a memory block pool for small...
1999-02-05 Bruce Momjianoptimizer cleanup
1999-02-05 Bruce MomjianOptimizer cleanup.
next