index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
parser
Commit message (
Expand
)
Author
Age
*
Add % to b_expr.
Bruce Momjian
1999-03-22
*
Add .cvsignore file so cvs doesn't complain if you have lex/yacc
Tom Lane
1999-03-21
*
cleanup
Bruce Momjian
1999-03-21
*
Fix for %4 and 4%.
Bruce Momjian
1999-03-21
*
Remove yacc/lex output files from CVS repository.
Tom Lane
1999-03-20
*
Reverse out pfree agg part of patch from Erik Riedel.
Bruce Momjian
1999-03-20
*
Fix shift/reduce for NULL = Var.
Bruce Momjian
1999-03-19
*
cleanup parser
Bruce Momjian
1999-03-18
*
grammar cleanup'
Bruce Momjian
1999-03-18
*
cleanup of grammer.
Bruce Momjian
1999-03-18
*
Fix optimizer indexing not working for negative numbers.
Bruce Momjian
1999-03-18
*
Add new postgres -O option to allow system table structure changes.
Bruce Momjian
1999-03-17
*
Left associates all operators, instead of non-associating them.
Bruce Momjian
1999-03-17
*
Have % operator have precedence like /.
Bruce Momjian
1999-03-17
*
Update nextval() code.
Bruce Momjian
1999-03-16
*
Fix snprintf with strings, and nextval('"Aa"');
Bruce Momjian
1999-03-16
*
cleanup
Bruce Momjian
1999-03-15
*
Allow sequence nextval actions to be case-sensitive.
Bruce Momjian
1999-03-15
*
Cleanup of hash functions in pg_proc.
Bruce Momjian
1999-03-14
*
I have a problem with Access97 not working properly when entering new
Bruce Momjian
1999-03-14
*
Really remove Recipe.
Bruce Momjian
1999-03-07
*
Someone forgot to commit gram.c and parse.h after his latest
Tom Lane
1999-02-27
*
Clean up error messages.
Thomas G. Lockhart
1999-02-23
*
Do a better job of selecting candidates among functions
Thomas G. Lockhart
1999-02-23
*
Include some new code for outer joins. Disabled by default, but enable by
Thomas G. Lockhart
1999-02-23
*
Put in explicit checks for implicit index name lengths.
Thomas G. Lockhart
1999-02-23
*
Modify the outer join placeholder code with something closer to working
Thomas G. Lockhart
1999-02-23
*
Final optimizer cleanups.
Bruce Momjian
1999-02-22
*
From: Tatsuo Ishii <t-ishii@sra.co.jp>
Marc G. Fournier
1999-02-21
*
optimizer rename.
Bruce Momjian
1999-02-14
*
Change my-function-name-- to my_function_name, and optimizer renames.
Bruce Momjian
1999-02-13
*
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
*
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
*
New gram.c after modification of gram.y
Jan Wieck
1999-02-07
*
Reenabled parentheses for grouping multiple rule actions and
Jan Wieck
1999-02-07
*
Fix silly typo causing SELECT INTO TABLE to sometimes be
Tom Lane
1999-02-06
*
Cleanup of source files where 'return' or 'var =' is alone on a line.
Bruce Momjian
1999-02-03
*
Make GEQO use dependent on table and index count.
Bruce Momjian
1999-02-02
*
OK I found it,
Bruce Momjian
1999-02-02
*
Fixed failed assertion happening in multiple action rules
Jan Wieck
1999-02-02
*
Add TEMP tables/indexes. Add COPY pfree(). Other cleanups.
Bruce Momjian
1999-02-02
*
READ COMMITTED isolevel is implemented and is default now.
Vadim B. Mikheev
1999-01-29
*
From: Tatsuo Ishii <t-ishii@sra.co.jp>
Marc G. Fournier
1999-01-27
*
More agg cleanup.
Bruce Momjian
1999-01-26
*
SELECT FOR UPDATE is implemented...
Vadim B. Mikheev
1999-01-25
*
Rename Aggreg to Aggref.
Bruce Momjian
1999-01-24
*
Fix for intersect FOR UPDATE check.
Bruce Momjian
1999-01-22
[next]