| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Added LIMIT/OFFSET functionality including new regression test for it. | Jan Wieck | 1999-02-08 | 9 | -35/+305 |
| | | | | | | | | 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 | 14 | -78/+86 |
| | | |||||
| * | Revert some changes from the INTERSECT/EXPECT patch that broke | Jan Wieck | 1999-02-08 | 1 | -10/+20 |
| | | | | | | | | | | | | | 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 | 1 | -71/+50 |
| | | |||||
| * | Simplify lexer's rules for string constants, eliminate potential buffer overrun. | Tom Lane | 1999-02-07 | 2 | -245/+216 |
| | | |||||
| * | Clean up some minor compile warnings. | Tom Lane | 1999-02-07 | 4 | -7/+15 |
| | | |||||
| * | New gram.c after modification of gram.y | Jan Wieck | 1999-02-07 | 1 | -4196/+4213 |
| | | | | | Jan | ||||
| * | Reenabled parentheses for grouping multiple rule actions and | Jan Wieck | 1999-02-07 | 1 | -24/+21 |
| | | | | | | | | 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 | 2 | -11/+22 |
| | | | | | | | | | | 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 | 1 | -2/+2 |
| | | | | | Jan | ||||
| * | One more fix to QuerySnapshot usage in ExecutorStart(). Maybe | Jan Wieck | 1999-02-07 | 1 | -6/+11 |
| | | | | | | | current QuerySnapshot could be NULL. Jan | ||||
| * | Fixed problem with multiple portals shown up in portals_p2 regression | Jan Wieck | 1999-02-07 | 2 | -12/+17 |
| | | | | | | | | | test after new AllocSet code. Activated optimal AllocSet blocksize and chunk limit. Jan | ||||
| * | Fix bracketing error in CaseExpr code | Tom Lane | 1999-02-07 | 1 | -3/+4 |
| | | |||||
| * | Add equality checking for T_Query so that we don't get | Tom Lane | 1999-02-07 | 1 | -9/+111 |
| | | | | | | 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 | 1 | -64/+82 |
| | | | | | so that EXPLAIN works again. | ||||
| * | Fix silly typo causing SELECT INTO TABLE to sometimes be | Tom Lane | 1999-02-06 | 2 | -9/+9 |
| | | | | | treated as SELECT INTO TEMP TABLE. | ||||
| * | Optimizer cleanup. | Bruce Momjian | 1999-02-06 | 5 | -18/+19 |
| | | |||||
| * | New alloc set code using a memory block pool for small allocations. | Jan Wieck | 1999-02-06 | 8 | -293/+1596 |
| | | | | | Jan | ||||
| * | optimizer cleanup | Bruce Momjian | 1999-02-05 | 1 | -2/+2 |
| | | |||||
| * | Optimizer cleanup. | Bruce Momjian | 1999-02-05 | 9 | -26/+26 |
| | | |||||
| * | Fix for returning stack pointer from selectivity, from Bernard Frankpitt. | Bruce Momjian | 1999-02-05 | 1 | -5/+3 |
| | | |||||
| * | Fix silly typo in prune_joinrel | Tom Lane | 1999-02-05 | 1 | -2/+2 |
| | | |||||
| * | Optimizer cleanups. | Bruce Momjian | 1999-02-04 | 1 | -2/+1 |
| | | |||||
| * | Update optimizer comments. | Bruce Momjian | 1999-02-04 | 2 | -13/+18 |
| | | |||||
| * | Large object write-into-middle fix from Tatsuo Ishii. | Bruce Momjian | 1999-02-04 | 1 | -2/+8 |
| | | |||||
| * | More optimizer cleanups. | Bruce Momjian | 1999-02-04 | 6 | -29/+40 |
| | | |||||
| * | More optimizer renaming HInfo -> HashInfo. | Bruce Momjian | 1999-02-04 | 9 | -50/+50 |
| | | |||||
| * | Cleanup of source files where 'return' or 'var =' is alone on a line. | Bruce Momjian | 1999-02-03 | 95 | -725/+411 |
| | | |||||
| * | Optimizer rename ClauseInfo -> RestrictInfo. Update optimizer README. | Bruce Momjian | 1999-02-03 | 28 | -405/+400 |
| | | |||||
| * | Sort node for ORDER BY is suppressed if choosen index scan will | Jan Wieck | 1999-02-03 | 1 | -2/+175 |
| | | | | | | | 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 | 1 | -5/+19 |
| | | | | | | | | | | | 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. | ||||
| * | SET_ARGS cleanup | Bruce Momjian | 1999-02-02 | 2 | -13/+8 |
| | | |||||
| * | Make GEQO use dependent on table and index count. | Bruce Momjian | 1999-02-02 | 2 | -11/+28 |
| | | |||||
| * | OK I found it, | Bruce Momjian | 1999-02-02 | 1 | -1/+13 |
| | | | | | | | | | | | | | | | I search in the planner for the '\xFF' appending. Finally I found in MakeIndexable() in gram.y Attach a patch which removes the "<=" test in USE_LOCALE, might make some queries a bit slower for us "locale-heads", BUT correct result is more important. regards, -- ----------------- Göran Thyni | ||||
| * | Included patches make some enhancements to the multi-byte support. | Bruce Momjian | 1999-02-02 | 5 | -7/+464 |
| | | | | | | | | | | | | | | | | | | | | o allow to use Big5 (a Chinese encoding used in Taiwan) as a client encoding. In this case the server side encoding should be EUC_TW o add EUC_TW and Big5 test cases to the regression and the mb test (contributed by Jonah Kuo) o fix mistake in include/mb/pg_wchar.h. An encoding id for EUC_TW was not correct (was 3 and now is 4) o update documents (doc/README.mb and README.mb.jp) o update psql helpfile (bin/psql/psqlHelp.h) -- Tatsuo Ishii t-ishii@sra.co.jp | ||||
| * | Fix create_rule is->as. | Bruce Momjian | 1999-02-02 | 2 | -21/+17 |
| | | |||||
| * | Fixed failed assertion happening in multiple action rules | Jan Wieck | 1999-02-02 | 1 | -2/+7 |
| | | | | | | | | when parsestate in makeRangeTable() already contains an opened p_target_relation. Jan | ||||
| * | Add TEMP tables/indexes. Add COPY pfree(). Other cleanups. | Bruce Momjian | 1999-02-02 | 35 | -6219/+6396 |
| | | |||||
| * | Fixed growing of backend due to not pfree()'d data on COPY FROM | Jan Wieck | 1999-02-01 | 2 | -2/+3 |
| | | | | | | | | Fixed growing of backend if BEFORE DELETE trigger returns heap tuple different from trigtuple. Jan | ||||
| * | Initialize es_snapshot. | Vadim B. Mikheev | 1999-02-01 | 2 | -1/+3 |
| | | |||||
| * | Tighten coding in samekeys(). Pretty braindead change, | Tom Lane | 1999-02-01 | 1 | -5/+9 |
| | | | | | | but it saves almost 10% of the runtime in Charles Hornberger's optimizer example, so what the heck ... | ||||
| * | Fix postmaster to not try to start more than MaxBackendId children, | Tom Lane | 1999-01-30 | 1 | -16/+42 |
| | | | | | per patch from Tatsuo Ishii | ||||
| * | Small fix for READ COMMITTED isolevel. | Vadim B. Mikheev | 1999-01-29 | 1 | -9/+9 |
| | | |||||
| * | Hope that execMain.c good merged. | Vadim B. Mikheev | 1999-01-29 | 2 | -23/+45 |
| | | | | | | Fix for BEFORE ROW UPDATE triggers: result tuple may be different (due to concurrent update) from one initially produced by top level plan. | ||||
| * | Trying to fix bad merging... | Vadim B. Mikheev | 1999-01-29 | 1 | -15/+13 |
| | | |||||
| * | READ COMMITTED isolevel is implemented and is default now. | Vadim B. Mikheev | 1999-01-29 | 10 | -111/+475 |
| | | |||||
| * | Quick fix for subplan-related crash. | Tom Lane | 1999-01-27 | 1 | -2/+2 |
| | | |||||
| * | Speedup of PL/pgSQL by calling ExecEvalExpr() directly | Jan Wieck | 1999-01-27 | 1 | -23/+14 |
| | | | | | | | instead of SPI_execp() for simple expressions. Jan | ||||
| * | fix for aggregates | Bruce Momjian | 1999-01-27 | 1 | -21/+15 |
| | | |||||
| * | From: Tatsuo Ishii <t-ishii@sra.co.jp> | Marc G. Fournier | 1999-01-27 | 1 | -5/+2 |
| | | | | | | | Included patches fix a portability problem of unsetenv() used in 6.4.2 multi-byte support. unsetenv() is only avaliable on FreeBSD and Linux so I decided to replace with putenv(). | ||||
