aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Optimizer cleanup.Bruce Momjian1999-02-12
* JoinPath -> NestPath for nested loop.Bruce Momjian1999-02-12
* Fix optimizer and make faster.Bruce Momjian1999-02-12
* optimizer updateBruce Momjian1999-02-12
* Optimizer cleanups.Bruce Momjian1999-02-11
* Optimizer cleanup.Bruce Momjian1999-02-11
* optimizer cleanupBruce Momjian1999-02-11
* Optimizer cleanup.Bruce Momjian1999-02-11
* More optimization.Bruce Momjian1999-02-11
* More optimizer speedups.Bruce Momjian1999-02-11
* optimizer cleanupBruce Momjian1999-02-11
* Optimizer fix for samekeys() and cost fixes for longer optimizer keys.Bruce Momjian1999-02-11
* Optmizer cleanupBruce Momjian1999-02-10
* Update find_typedefs for bsdi 4.0.Bruce Momjian1999-02-10
* Rename Path.keys to Path.pathkeys. Too many 'keys' used for other things.Bruce Momjian1999-02-10
* Rename Temp to Noname for noname tables.Bruce Momjian1999-02-09
* Optimizer fix for samekeys.Bruce Momjian1999-02-09
* Major optimizer improvement for joining a large number of tables.Bruce Momjian1999-02-09
* Added LIMIT/OFFSET functionality including new regression test for it.Jan Wieck1999-02-08
* Optimizer cleanup.Bruce Momjian1999-02-08
* Revert some changes from the INTERSECT/EXPECT patch that brokeJan Wieck1999-02-08
* Simplify scanstr(), fix broken octal-escape code.Tom Lane1999-02-07
* Simplify lexer's rules for string constants, eliminate potential buffer overrun.Tom Lane1999-02-07
* Clean up some minor compile warnings.Tom Lane1999-02-07
* New gram.c after modification of gram.yJan Wieck1999-02-07
* Reenabled parentheses for grouping multiple rule actions andJan Wieck1999-02-07
* Changed ExecConstraints() and ExecRelCheck() to cache the constraintsJan Wieck1999-02-07
* Missing semicolon in last fix :-}Jan Wieck1999-02-07
* One more fix to QuerySnapshot usage in ExecutorStart(). MaybeJan Wieck1999-02-07
* Fixed problem with multiple portals shown up in portals_p2 regressionJan Wieck1999-02-07
* Fix bracketing error in CaseExpr codeTom Lane1999-02-07
* Add equality checking for T_Query so that we don't getTom Lane1999-02-07
* Add floating-point support to our emulation of snprintfTom Lane1999-02-06
* Fix silly typo causing SELECT INTO TABLE to sometimes beTom Lane1999-02-06
* Optimizer cleanup.Bruce Momjian1999-02-06
* New alloc set code using a memory block pool for small allocations.Jan Wieck1999-02-06
* optimizer cleanupBruce Momjian1999-02-05
* Optimizer cleanup.Bruce Momjian1999-02-05
* Fix for returning stack pointer from selectivity, from Bernard Frankpitt.Bruce Momjian1999-02-05
* Fix silly typo in prune_joinrelTom Lane1999-02-05
* Optimizer cleanups.Bruce Momjian1999-02-04
* Update optimizer comments.Bruce Momjian1999-02-04
* Large object write-into-middle fix from Tatsuo Ishii.Bruce Momjian1999-02-04
* More optimizer cleanups.Bruce Momjian1999-02-04
* More optimizer renaming HInfo -> HashInfo.Bruce Momjian1999-02-04
* Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian1999-02-03
* Optimizer rename ClauseInfo -> RestrictInfo. Update optimizer README.Bruce Momjian1999-02-03
* Sort node for ORDER BY is suppressed if choosen index scan willJan Wieck1999-02-03
* Modify int8 to not depend on sscanf(), and fix configure's testTom Lane1999-02-03
* SET_ARGS cleanupBruce Momjian1999-02-02