index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
parser
/
parse_expr.c
Age
Commit message (
Expand
)
Author
1998-06-15
Remove un-needed braces around single statements.
Bruce Momjian
1998-05-29
Do type conversion to match columns in UNION clauses.
Thomas G. Lockhart
1998-05-09
Add capabilities for automatic type conversion.
Thomas G. Lockhart
1998-04-26
Re-apply Darren's char2-16 removal code.
Bruce Momjian
1998-04-07
Back out char2-char16 removal. Add later.
Bruce Momjian
1998-03-30
The following uuencoded, gzip'd file will ...
Bruce Momjian
1998-03-26
BETWEEN and LIKE patch from Thomas
Bruce Momjian
1998-02-27
In '(a,b,...) Op [ANY|ALL] (SubSelect)' Op is restricted to
Vadim B. Mikheev
1998-02-26
pgindent run before 6.3 release, with Thomas' requested changes.
Bruce Momjian
1998-02-13
gram.y: ALL_SUBLINK type was returned for x Op (subquery).
Vadim B. Mikheev
1998-02-13
Fix for EXISTS.
Vadim B. Mikheev
1998-02-10
Pass around typmod as int16.
Bruce Momjian
1998-02-07
atttypmod now -1.
Bruce Momjian
1998-02-06
FIx hasSubLinks for Vadim.
Bruce Momjian
1998-02-05
Fix for varchar functions, and indextyple j-1 fix.
Bruce Momjian
1998-02-03
Parser cleanup for expr and subqueries.
Bruce Momjian
1998-02-01
Fix for psort. fixes regression tests.
Bruce Momjian
1998-02-01
AIX patch from Darren King and Univel patch from Billy Allie, mostly
Bruce Momjian
1998-01-20
Add Var.varlevelup to code. More parser cleanup.
Bruce Momjian
1998-01-20
Parser cleanup.
Bruce Momjian
1998-01-19
Fix problem with nodes handling.
Bruce Momjian
1998-01-19
Added code so SubLinks make it to optimizer.
Bruce Momjian
1998-01-19
Create SubLink nodes in parser for Vadim.
Bruce Momjian
1998-01-16
New pg_attribute.atttypmod for type-specific information like
Bruce Momjian
1998-01-05
Change elog(WARN) to elog(ERROR) and elog(ABORT).
Bruce Momjian
1998-01-04
Fix for aggs on views and complex ones. I missed one file.
Bruce Momjian
1997-12-23
Fix up some elog error messages.
Thomas G. Lockhart
1997-11-26
Make parser functions static where possible.
Bruce Momjian
1997-11-26
Cleanup up include files.
Bruce Momjian
1997-11-25
Break parser functions into smaller files, group together.
Bruce Momjian