summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
1999-02-21pathkeys.c cleanup.Bruce Momjian
1999-02-21Rearrange handling of MAXBACKENDS a little bit. The default settingTom Lane
1999-02-20pathkeys fixesBruce Momjian
1999-02-20Update pathkeys comparison function.Bruce Momjian
1999-02-20update pathkey description.Bruce Momjian
1999-02-20add pathkeys description.Bruce Momjian
1999-02-20another rename of optimizerBruce Momjian
1999-02-20From: Michael Meskes <Michael_Meskes@topmail.de>Marc G. Fournier
1999-02-19OOPS ... Perl5 interface to PQsetdbLogin was actuallyTom Lane
1999-02-19Reorder startup ops so that if preallocation of semas fails,Tom Lane
1999-02-19Allow maximum number of backends to be set at configure timeTom Lane
1999-02-19optimizer cleanupBruce Momjian
1999-02-19optimizer cleanupBruce Momjian
1999-02-18rename optimizer file nameBruce Momjian
1999-02-18Enable bushy and right-hand queries by default.Bruce Momjian
1999-02-18Enable bushy plans by default.Bruce Momjian
1999-02-18optimizer cleanupBruce Momjian
1999-02-18more optimizer cleanupsBruce Momjian
1999-02-18Produce a more specific error message when backend sees EOF onTom Lane
1999-02-18Fix bushy plans. Cleanup.Bruce Momjian
1999-02-16Re-enable bushy plans. Vadim want them.Bruce Momjian
1999-02-15Update optimizer readme.Bruce Momjian
1999-02-15regprocin should accept '-' signifying InvalidOid, forTom Lane
1999-02-15renameBruce Momjian
1999-02-15optimizer renameBruce Momjian
1999-02-15optimizer renameBruce Momjian
1999-02-15otherrels is now unjoined_relsBruce Momjian
1999-02-15optimizer renameBruce Momjian
1999-02-15Remove duplicate geqo functions, and more optimizer cleanupBruce Momjian
1999-02-15Replace non-idiomatic nconc(x, lcons(y, NIL)) with lappend(x, y).Tom Lane
1999-02-15Fix a number of places that made faulty assumptions aboutTom Lane
1999-02-14Fix optimizer coredump with unary-operator WHERE clauses.Tom Lane
1999-02-14optimizer cleanup.Bruce Momjian
1999-02-14optimizer rename.Bruce Momjian
1999-02-14Optimizer rename.Bruce Momjian
1999-02-13Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian
1999-02-13Fix offset of one for date_part(timespan) when given arguments ofThomas G. Lockhart
1999-02-13Remove equivalence between datetime and float8. Led to nothin' but trouble.Thomas G. Lockhart
1999-02-13Change #if FALSE to #if NOT_USED to avoid port problems.Thomas G. Lockhart
1999-02-13Add routines to convert between int8 and text/varchar types.Thomas G. Lockhart
1999-02-13Add routines to convert between int8 and text/varchar types.Thomas G. Lockhart
1999-02-13Include some Julian date declarations to share between various date/timeThomas G. Lockhart
1999-02-12Optimizer cleanup.Bruce Momjian
1999-02-12JoinPath -> NestPath for nested loop.Bruce Momjian
1999-02-12Fix optimizer and make faster.Bruce Momjian
1999-02-12optimizer updateBruce Momjian
1999-02-11Remove Perl module's unnecessary dependence on libpq-int.h.Tom Lane
1999-02-11Optimizer cleanups.Bruce Momjian
1999-02-11Optimizer cleanup.Bruce Momjian
1999-02-11optimizer cleanupBruce Momjian