summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
1999-02-11optimizer cleanupBruce Momjian
1999-02-11Optimizer cleanup.Bruce Momjian
1999-02-11More optimization.Bruce Momjian
1999-02-11More optimizer speedups.Bruce Momjian
1999-02-11optimizer cleanupBruce 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-10Update find_typedefs for bsdi 4.0.Bruce 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-09Optimizer fix for samekeys.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-08pg_dump -d or -D didn't quote special characters in INSERT dataTom Lane
1999-02-08Revert some changes from the INTERSECT/EXPECT patch that brokeJan Wieck
1999-02-07Simplify scanstr(), fix broken octal-escape code.Tom Lane
1999-02-07Simplify lexer's rules for string constants, eliminate potential buffer overrun.Tom Lane
1999-02-07Include -lcrypt when needed to link libpgtcl.so and plpgsql.soTom Lane
1999-02-07Changed manpages for create_rule/drop_rule to the semanticsJan Wieck
1999-02-07Add PQresStatus() function to avoid direct access to pgresStatus[] array,Tom Lane
1999-02-07Clean up some minor compile warnings.Tom Lane
1999-02-07Correct definition of srandom() --- it takes unsigned int not int.Tom Lane
1999-02-07New gram.c after modification of gram.yJan Wieck
1999-02-07Reenabled parentheses for grouping multiple rule actions andJan Wieck
1999-02-07Changed ExecConstraints() and ExecRelCheck() to cache the constraintsJan Wieck
1999-02-07Missing semicolon in last fix :-}Jan Wieck
1999-02-07One more fix to QuerySnapshot usage in ExecutorStart(). MaybeJan Wieck
1999-02-07Fixed problem with multiple portals shown up in portals_p2 regressionJan Wieck
1999-02-07Fix bracketing error in CaseExpr codeTom Lane
1999-02-07Allow psql to do \p\g. Ingres does it, why not us?Bruce Momjian
1999-02-07Add equality checking for T_Query so that we don't getTom Lane
1999-02-06Add floating-point support to our emulation of snprintfTom Lane
1999-02-06Fix silly typo causing SELECT INTO TABLE to sometimes beTom Lane
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 cleanupBruce Momjian
1999-02-05Optimizer cleanup.Bruce Momjian
1999-02-05Fix for returning stack pointer from selectivity, from Bernard Frankpitt.Bruce Momjian
1999-02-05Reverse out const to libpq interface from D'Arcy.Bruce Momjian
1999-02-05Fix silly typo in prune_joinrelTom Lane
1999-02-04Optimizer cleanups.Bruce Momjian
1999-02-04Update optimizer comments.Bruce Momjian
1999-02-04Large object write-into-middle fix from Tatsuo Ishii.Bruce Momjian
1999-02-04From: Michael Meskes <Michael.Meskes@usa.net>Marc G. Fournier
1999-02-04Const fixes from D'Arcy.Bruce Momjian
1999-02-04More optimizer cleanups.Bruce Momjian
1999-02-04More optimizer renaming HInfo -> HashInfo.Bruce Momjian
1999-02-03Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian