aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* comments cleanup.Bruce Momjian1999-02-22
* Repair some pretty serious problems in dynahash.c andTom Lane1999-02-22
* Final optimizer cleanups.Bruce Momjian1999-02-22
* From: Tatsuo Ishii <t-ishii@sra.co.jp>Marc G. Fournier1999-02-21
* pathkeys.c cleanup.Bruce Momjian1999-02-21
* Rearrange handling of MAXBACKENDS a little bit. The default settingTom Lane1999-02-21
* pathkeys fixesBruce Momjian1999-02-20
* add pathkeys description.Bruce Momjian1999-02-20
* Reorder startup ops so that if preallocation of semas fails,Tom Lane1999-02-19
* Allow maximum number of backends to be set at configure timeTom Lane1999-02-19
* optimizer cleanupBruce Momjian1999-02-19
* optimizer cleanupBruce Momjian1999-02-19
* Enable bushy plans by default.Bruce Momjian1999-02-18
* optimizer cleanupBruce Momjian1999-02-18
* more optimizer cleanupsBruce Momjian1999-02-18
* Fix bushy plans. Cleanup.Bruce Momjian1999-02-18
* Re-enable bushy plans. Vadim want them.Bruce Momjian1999-02-16
* renameBruce Momjian1999-02-15
* optimizer renameBruce Momjian1999-02-15
* optimizer renameBruce Momjian1999-02-15
* otherrels is now unjoined_relsBruce Momjian1999-02-15
* optimizer renameBruce Momjian1999-02-15
* Remove duplicate geqo functions, and more optimizer cleanupBruce Momjian1999-02-15
* Optimizer rename.Bruce Momjian1999-02-14
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* Remove equivalence between datetime and float8. Led to nothin' but trouble.Thomas G. Lockhart1999-02-13
* Add routines to convert between int8 and text/varchar types.Thomas G. Lockhart1999-02-13
* Include some Julian date declarations to share between various date/timeThomas G. Lockhart1999-02-13
* 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 cleanup.Bruce Momjian1999-02-11
* More optimizer speedups.Bruce Momjian1999-02-11
* Optimizer fix for samekeys() and cost fixes for longer optimizer keys.Bruce Momjian1999-02-11
* Include <varargs.h> on SunOS. (Does any other platform need it??)Tom Lane1999-02-11
* Optmizer cleanupBruce 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
* 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
* Correct definition of srandom() --- it takes unsigned int not int.Tom Lane1999-02-07
* Changed ExecConstraints() and ExecRelCheck() to cache the constraintsJan Wieck1999-02-07
* Optimizer cleanup.Bruce Momjian1999-02-06
* New alloc set code using a memory block pool for small allocations.Jan Wieck1999-02-06
* Optimizer cleanup.Bruce Momjian1999-02-05
* More optimizer cleanups.Bruce Momjian1999-02-04
* More optimizer renaming HInfo -> HashInfo.Bruce Momjian1999-02-04
* Optimizer rename ClauseInfo -> RestrictInfo. Update optimizer README.Bruce Momjian1999-02-03
* SET_ARGS cleanupBruce Momjian1999-02-02