summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
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-14Optimizer rename.Bruce Momjian
1999-02-13Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian
1999-02-13Remove equivalence between datetime and float8. Led to nothin' but trouble.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-11Optimizer cleanup.Bruce Momjian
1999-02-11More optimizer speedups.Bruce Momjian
1999-02-11Optimizer fix for samekeys() and cost fixes for longer optimizer keys.Bruce Momjian
1999-02-11Include <varargs.h> on SunOS. (Does any other platform need it??)Tom Lane
1999-02-10Optmizer cleanupBruce Momjian
1999-02-10Rename Path.keys to Path.pathkeys. Too many 'keys' used for other things.Bruce Momjian
1999-02-09Rename Temp to Noname for noname tables.Bruce Momjian
1999-02-09Major optimizer improvement for joining a large number of tables.Bruce Momjian
1999-02-08Added LIMIT/OFFSET functionality including new regression test for it.Jan Wieck
1999-02-08Optimizer cleanup.Bruce Momjian
1999-02-07Correct definition of srandom() --- it takes unsigned int not int.Tom Lane
1999-02-07Changed ExecConstraints() and ExecRelCheck() to cache the constraintsJan Wieck
1999-02-06Optimizer cleanup.Bruce Momjian
1999-02-06New alloc set code using a memory block pool for small allocations.Jan Wieck
1999-02-05Optimizer cleanup.Bruce Momjian
1999-02-04More optimizer cleanups.Bruce Momjian
1999-02-04More optimizer renaming HInfo -> HashInfo.Bruce Momjian
1999-02-03Optimizer rename ClauseInfo -> RestrictInfo. Update optimizer README.Bruce Momjian
1999-02-02SET_ARGS cleanupBruce Momjian
1999-02-02Included patches make some enhancements to the multi-byte support.Bruce Momjian
1999-02-02Fix create_rule is->as.Bruce Momjian
1999-02-02Add TEMP tables/indexes. Add COPY pfree(). Other cleanups.Bruce Momjian
1999-01-29READ COMMITTED isolevel is implemented and is default now.Vadim B. Mikheev
1999-01-27Speedup of PL/pgSQL by calling ExecEvalExpr() directlyJan Wieck
1999-01-27Another SELECT speedup: extract OIDs of column print functionsTom Lane
1999-01-25Agg/Aggreg cleanup and datetime.sql patch.Bruce Momjian
1999-01-25SELECT FOR UPDATE is implemented...Vadim B. Mikheev
1999-01-24Replace typtoout() and gettypelem() with a single routine,Tom Lane
1999-01-24Fix a couple little problems with signed vs. unsignedTom Lane
1999-01-24Rename Aggreg to Aggref.Bruce Momjian
1999-01-23Remove unused Choose node.Bruce Momjian
1999-01-23Add explicit buffering in backend libpq, to compensate forTom Lane
1999-01-21The following patch finishes primary key support. Previously, whenBruce Momjian
1999-01-21FOR UPDATE is in parser & rules.Vadim B. Mikheev
1999-01-20Clean up leap year support and date/time validation.Thomas G. Lockhart
1999-01-18Add missing Windows files.Bruce Momjian