| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add % to b_expr. | Bruce Momjian | 1999-03-22 | 1 | -1/+5 |
| | | |||||
| * | Add .cvsignore file so cvs doesn't complain if you have lex/yacc | Tom Lane | 1999-03-21 | 1 | -0/+3 |
| | | | | | output files laying about. | ||||
| * | cleanup | Bruce Momjian | 1999-03-21 | 1 | -3/+3 |
| | | |||||
| * | Fix for %4 and 4%. | Bruce Momjian | 1999-03-21 | 1 | -1/+5 |
| | | |||||
| * | Remove yacc/lex output files from CVS repository. | Tom Lane | 1999-03-20 | 3 | -14485/+0 |
| | | |||||
| * | Reverse out pfree agg part of patch from Erik Riedel. | Bruce Momjian | 1999-03-20 | 1 | -1/+1 |
| | | |||||
| * | Fix shift/reduce for NULL = Var. | Bruce Momjian | 1999-03-19 | 2 | -1036/+1037 |
| | | |||||
| * | cleanup parser | Bruce Momjian | 1999-03-18 | 2 | -3285/+3236 |
| | | |||||
| * | grammar cleanup' | Bruce Momjian | 1999-03-18 | 1 | -3/+4 |
| | | |||||
| * | cleanup of grammer. | Bruce Momjian | 1999-03-18 | 2 | -5/+5 |
| | | |||||
| * | Fix optimizer indexing not working for negative numbers. | Bruce Momjian | 1999-03-18 | 2 | -4622/+4701 |
| | | |||||
| * | Add new postgres -O option to allow system table structure changes. | Bruce Momjian | 1999-03-17 | 1 | -1/+1 |
| | | |||||
| * | Left associates all operators, instead of non-associating them. | Bruce Momjian | 1999-03-17 | 2 | -401/+401 |
| | | |||||
| * | Have % operator have precedence like /. | Bruce Momjian | 1999-03-17 | 4 | -5414/+5596 |
| | | |||||
| * | Update nextval() code. | Bruce Momjian | 1999-03-16 | 1 | -1/+3 |
| | | |||||
| * | Fix snprintf with strings, and nextval('"Aa"'); | Bruce Momjian | 1999-03-16 | 2 | -360/+368 |
| | | |||||
| * | cleanup | Bruce Momjian | 1999-03-15 | 1 | -1/+2 |
| | | |||||
| * | Allow sequence nextval actions to be case-sensitive. | Bruce Momjian | 1999-03-15 | 1 | -7/+12 |
| | | |||||
| * | Cleanup of hash functions in pg_proc. | Bruce Momjian | 1999-03-14 | 1 | -3650/+3640 |
| | | |||||
| * | I have a problem with Access97 not working properly when entering new | Bruce Momjian | 1999-03-14 | 2 | -2/+4 |
| | | | | | | | | | | | | | | | records using a sub form, i.e. entering a new order/orderlines or master and detail tables. The problem is caused by a SQL statement that Access97 makes involving NULL. The syntax that fails is "column_name" = NULL. The following attachment was provided by -Jose'-. It contains a very small enhancement to gram.y that will allow Access97 to work properly with sub forms. Can this enhancement be added to release 6.5? <<gram.patch>> Thanks, Michael | ||||
| * | Really remove Recipe. | Bruce Momjian | 1999-03-07 | 3 | -5185/+5137 |
| | | |||||
| * | Someone forgot to commit gram.c and parse.h after his latest | Tom Lane | 1999-02-27 | 2 | -3729/+3686 |
| | | | | | set of updates to gram.y. | ||||
| * | Clean up error messages. | Thomas G. Lockhart | 1999-02-23 | 2 | -15/+15 |
| | | |||||
| * | Do a better job of selecting candidates among functions | Thomas G. Lockhart | 1999-02-23 | 1 | -47/+48 |
| | | | | | | when no exact match. Clean up elog error messages. | ||||
| * | Include some new code for outer joins. Disabled by default, but enable by | Thomas G. Lockhart | 1999-02-23 | 1 | -20/+222 |
| | | | | | | including the following in your Makefile.custom: CFLAGS+= -DENABLE_OUTER_JOINS -DEXEC_MERGEJOINDEBUG | ||||
| * | Put in explicit checks for implicit index name lengths. | Thomas G. Lockhart | 1999-02-23 | 1 | -15/+54 |
| | | | | | | Put in hooks for outer joins by passing a few parameters back and forth in function calls. May not be close to working yet. | ||||
| * | Modify the outer join placeholder code with something closer to working | Thomas G. Lockhart | 1999-02-23 | 1 | -118/+160 |
| | | | | | code. Works here, but not completely implemented past this point. | ||||
| * | Final optimizer cleanups. | Bruce Momjian | 1999-02-22 | 1 | -2/+2 |
| | | |||||
| * | From: Tatsuo Ishii <t-ishii@sra.co.jp> | Marc G. Fournier | 1999-02-21 | 4 | -8/+8 |
| | | | | | | | Ok. I made patches replacing all of "#if FALSE" or "#if 0" to "#ifdef NOT_USED" for current. I have tested these patches in that the postgres binaries are identical. | ||||
| * | optimizer rename. | Bruce Momjian | 1999-02-14 | 2 | -2/+2 |
| | | |||||
| * | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 | 13 | -30/+30 |
| | | |||||
| * | Optimizer fix for samekeys. | Bruce Momjian | 1999-02-09 | 2 | -5046/+5248 |
| | | |||||
| * | Major optimizer improvement for joining a large number of tables. | Bruce Momjian | 1999-02-09 | 2 | -12/+8 |
| | | |||||
| * | Added LIMIT/OFFSET functionality including new regression test for it. | Jan Wieck | 1999-02-08 | 3 | -10/+98 |
| | | | | | | | | Removed CURRENT keyword for rule queries and changed rules regression accordingly. CURRENT has beed announced to disappear in v6.5. 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 |
| | | |||||
| * | 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 | ||||
| * | Fix silly typo causing SELECT INTO TABLE to sometimes be | Tom Lane | 1999-02-06 | 2 | -9/+9 |
| | | | | | treated as SELECT INTO TEMP TABLE. | ||||
| * | Cleanup of source files where 'return' or 'var =' is alone on a line. | Bruce Momjian | 1999-02-03 | 3 | -31/+17 |
| | | |||||
| * | Make GEQO use dependent on table and index count. | Bruce Momjian | 1999-02-02 | 1 | -1/+13 |
| | | |||||
| * | 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 | ||||
| * | 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 | 5 | -5787/+5820 |
| | | |||||
| * | READ COMMITTED isolevel is implemented and is default now. | Vadim B. Mikheev | 1999-01-29 | 1 | -4/+4 |
| | | |||||
| * | 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(). | ||||
| * | More agg cleanup. | Bruce Momjian | 1999-01-26 | 1 | -4/+4 |
| | | |||||
| * | SELECT FOR UPDATE is implemented... | Vadim B. Mikheev | 1999-01-25 | 3 | -568/+562 |
| | | |||||
| * | Rename Aggreg to Aggref. | Bruce Momjian | 1999-01-24 | 4 | -21/+21 |
| | | |||||
| * | Fix for intersect FOR UPDATE check. | Bruce Momjian | 1999-01-22 | 2 | -545/+541 |
| | | |||||
