Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add routines to convert between int8 and text/varchar types. | Thomas G. Lockhart | 1999-02-13 |
| | | | | | Change #if FALSE to #if NOT_USED to avoid port problems. Fix up pg_indent weirdness with function argument declarations. | ||
* | Optimizer cleanup. | Bruce Momjian | 1999-02-12 |
| | |||
* | JoinPath -> NestPath for nested loop. | Bruce Momjian | 1999-02-12 |
| | |||
* | Fix optimizer and make faster. | Bruce Momjian | 1999-02-12 |
| | |||
* | optimizer update | Bruce Momjian | 1999-02-12 |
| | |||
* | Optimizer cleanups. | Bruce Momjian | 1999-02-11 |
| | |||
* | Optimizer cleanup. | Bruce Momjian | 1999-02-11 |
| | |||
* | optimizer cleanup | Bruce Momjian | 1999-02-11 |
| | |||
* | Optimizer cleanup. | Bruce Momjian | 1999-02-11 |
| | |||
* | More optimization. | Bruce Momjian | 1999-02-11 |
| | |||
* | More optimizer speedups. | Bruce Momjian | 1999-02-11 |
| | |||
* | optimizer cleanup | Bruce Momjian | 1999-02-11 |
| | |||
* | Optimizer fix for samekeys() and cost fixes for longer optimizer keys. | Bruce Momjian | 1999-02-11 |
| | |||
* | Optmizer cleanup | Bruce Momjian | 1999-02-10 |
| | |||
* | Update find_typedefs for bsdi 4.0. | Bruce Momjian | 1999-02-10 |
| | |||
* | Rename Path.keys to Path.pathkeys. Too many 'keys' used for other things. | Bruce Momjian | 1999-02-10 |
| | |||
* | Rename Temp to Noname for noname tables. | Bruce Momjian | 1999-02-09 |
| | |||
* | Optimizer fix for samekeys. | Bruce Momjian | 1999-02-09 |
| | |||
* | Major optimizer improvement for joining a large number of tables. | Bruce Momjian | 1999-02-09 |
| | |||
* | Added LIMIT/OFFSET functionality including new regression test for it. | Jan Wieck | 1999-02-08 |
| | | | | | | | Removed CURRENT keyword for rule queries and changed rules regression accordingly. CURRENT has beed announced to disappear in v6.5. Jan | ||
* | Optimizer cleanup. | Bruce Momjian | 1999-02-08 |
| | |||
* | Revert some changes from the INTERSECT/EXPECT patch that broke | Jan Wieck | 1999-02-08 |
| | | | | | | | | | | | | rule system semantics by having Var nodes referenced across multiple parsetrees when rules split them. Added more tests to the rules regression test. The code in question resulted from v6.3 based development and was a little careless applied to the v6.5 source tree. Jan | ||
* | Simplify scanstr(), fix broken octal-escape code. | Tom Lane | 1999-02-07 |
| | |||
* | Simplify lexer's rules for string constants, eliminate potential buffer overrun. | Tom Lane | 1999-02-07 |
| | |||
* | Clean up some minor compile warnings. | Tom Lane | 1999-02-07 |
| | |||
* | New gram.c after modification of gram.y | Jan Wieck | 1999-02-07 |
| | | | | Jan | ||
* | Reenabled parentheses for grouping multiple rule actions and | Jan Wieck | 1999-02-07 |
| | | | | | | | added this syntax to rules regression test so it will show up if someone breaks it again. Jan | ||
* | Changed ExecConstraints() and ExecRelCheck() to cache the constraints | Jan Wieck | 1999-02-07 |
| | | | | | | | | | qualification expression trees in the execution state. Prevents from memory exhaustion on INSERT, UPDATE or COPY to tables that have CHECK constraints. Speedup against the variant using freeObject() is more than factor 2. Jan | ||
* | Missing semicolon in last fix :-} | Jan Wieck | 1999-02-07 |
| | | | | Jan | ||
* | One more fix to QuerySnapshot usage in ExecutorStart(). Maybe | Jan Wieck | 1999-02-07 |
| | | | | | | current QuerySnapshot could be NULL. Jan | ||
* | Fixed problem with multiple portals shown up in portals_p2 regression | Jan Wieck | 1999-02-07 |
| | | | | | | | | test after new AllocSet code. Activated optimal AllocSet blocksize and chunk limit. Jan | ||
* | Fix bracketing error in CaseExpr code | Tom Lane | 1999-02-07 |
| | |||
* | Add equality checking for T_Query so that we don't get | Tom Lane | 1999-02-07 |
| | | | | | complaints in UNION regress test. Probably still need some more node types to be handled here, but I'm done for the day... | ||
* | Add floating-point support to our emulation of snprintf | Tom Lane | 1999-02-06 |
| | | | | so that EXPLAIN works again. | ||
* | Fix silly typo causing SELECT INTO TABLE to sometimes be | Tom Lane | 1999-02-06 |
| | | | | treated as SELECT INTO TEMP TABLE. | ||
* | Optimizer cleanup. | Bruce Momjian | 1999-02-06 |
| | |||
* | New alloc set code using a memory block pool for small allocations. | Jan Wieck | 1999-02-06 |
| | | | | Jan | ||
* | optimizer cleanup | Bruce Momjian | 1999-02-05 |
| | |||
* | Optimizer cleanup. | Bruce Momjian | 1999-02-05 |
| | |||
* | Fix for returning stack pointer from selectivity, from Bernard Frankpitt. | Bruce Momjian | 1999-02-05 |
| | |||
* | Fix silly typo in prune_joinrel | Tom Lane | 1999-02-05 |
| | |||
* | Optimizer cleanups. | Bruce Momjian | 1999-02-04 |
| | |||
* | Update optimizer comments. | Bruce Momjian | 1999-02-04 |
| | |||
* | Large object write-into-middle fix from Tatsuo Ishii. | Bruce Momjian | 1999-02-04 |
| | |||
* | More optimizer cleanups. | Bruce Momjian | 1999-02-04 |
| | |||
* | More optimizer renaming HInfo -> HashInfo. | Bruce Momjian | 1999-02-04 |
| | |||
* | Cleanup of source files where 'return' or 'var =' is alone on a line. | Bruce Momjian | 1999-02-03 |
| | |||
* | Optimizer rename ClauseInfo -> RestrictInfo. Update optimizer README. | Bruce Momjian | 1999-02-03 |
| | |||
* | Sort node for ORDER BY is suppressed if choosen index scan will | Jan Wieck | 1999-02-03 |
| | | | | | | allways present tuples in the requested order. Jan | ||
* | Modify int8 to not depend on sscanf(), and fix configure's test | Tom Lane | 1999-02-03 |
| | | | | | | | | | | for int8 support. configure now checks only snprintf() for int8 support, not sprintf and sscanf as it used to. The reason for doing this is that if we are supplying our own snprintf code (which does handle long long int), we now only need working long long support in the compiler not in the platform's C library. I have verified that int8 now passes regression test on HPUX 9, and I think it should work on SunOS 4.1.* and other older platforms if gcc is used. |