summaryrefslogtreecommitdiff
path: root/src/backend/parser/parse_expr.c
Commit message (Expand)AuthorAgeFilesLines
* Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian1999-02-031-13/+7
* Rename Aggreg to Aggref.Bruce Momjian1999-01-241-3/+3
* Improve CASE statement support.Thomas G. Lockhart1998-12-131-13/+10
* Implement CASE expression.Thomas G. Lockhart1998-12-041-2/+154
* the following little patch adds array references to queryBruce Momjian1998-10-021-2/+34
* Fix for constbyval.Bruce Momjian1998-10-011-2/+2
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-8/+8
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-3/+3
* Change atttypmod from int16 to int32, for Thomas.Bruce Momjian1998-07-121-4/+4
* Allow floating point constants for "def_arg" numeric arguments.Thomas G. Lockhart1998-07-081-1/+5
* Remove un-needed braces around single statements.Bruce Momjian1998-06-151-5/+1
* Do type conversion to match columns in UNION clauses.Thomas G. Lockhart1998-05-291-3/+3
* Add capabilities for automatic type conversion.Thomas G. Lockhart1998-05-091-6/+12
* Re-apply Darren's char2-16 removal code.Bruce Momjian1998-04-261-2/+2
* Back out char2-char16 removal. Add later.Bruce Momjian1998-04-071-2/+2
* The following uuencoded, gzip'd file will ...Bruce Momjian1998-03-301-2/+2
* BETWEEN and LIKE patch from ThomasBruce Momjian1998-03-261-1/+16
* In '(a,b,...) Op [ANY|ALL] (SubSelect)' Op is restricted toVadim B. Mikheev1998-02-271-2/+6
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-42/+45
* gram.y: ALL_SUBLINK type was returned for x Op (subquery).Vadim B. Mikheev1998-02-131-2/+13
* Fix for EXISTS.Vadim B. Mikheev1998-02-131-17/+21
* Pass around typmod as int16.Bruce Momjian1998-02-101-4/+4
* atttypmod now -1.Bruce Momjian1998-02-071-2/+2
* FIx hasSubLinks for Vadim.Bruce Momjian1998-02-061-4/+6
* Fix for varchar functions, and indextyple j-1 fix.Bruce Momjian1998-02-051-2/+2
* Parser cleanup for expr and subqueries.Bruce Momjian1998-02-031-2/+2
* Fix for psort. fixes regression tests.Bruce Momjian1998-02-011-3/+3
* AIX patch from Darren King and Univel patch from Billy Allie, mostlyBruce Momjian1998-02-011-5/+4
* Add Var.varlevelup to code. More parser cleanup.Bruce Momjian1998-01-201-2/+3
* Parser cleanup.Bruce Momjian1998-01-201-148/+21
* Fix problem with nodes handling.Bruce Momjian1998-01-191-18/+22
* Added code so SubLinks make it to optimizer.Bruce Momjian1998-01-191-2/+7
* Create SubLink nodes in parser for Vadim.Bruce Momjian1998-01-191-1/+38
* New pg_attribute.atttypmod for type-specific information likeBruce Momjian1998-01-161-7/+6
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-051-15/+15
* Fix for aggs on views and complex ones. I missed one file.Bruce Momjian1998-01-041-10/+18
* Fix up some elog error messages.Thomas G. Lockhart1997-12-231-18/+14
* Make parser functions static where possible.Bruce Momjian1997-11-261-3/+4
* Cleanup up include files.Bruce Momjian1997-11-261-22/+2
* Break parser functions into smaller files, group together.Bruce Momjian1997-11-251-0/+694