Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | In '(a,b,...) Op [ANY|ALL] (SubSelect)' Op is restricted to | Vadim B. Mikheev | 1998-02-27 |
| | | | | '=' and '<>'. | ||
* | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 |
| | |||
* | gram.y: ALL_SUBLINK type was returned for x Op (subquery). | Vadim B. Mikheev | 1998-02-13 |
| | | | | parse_expr.c: only Op of bool type are supported currently... | ||
* | Fix for EXISTS. | Vadim B. Mikheev | 1998-02-13 |
| | |||
* | Pass around typmod as int16. | Bruce Momjian | 1998-02-10 |
| | |||
* | atttypmod now -1. | Bruce Momjian | 1998-02-07 |
| | |||
* | FIx hasSubLinks for Vadim. | Bruce Momjian | 1998-02-06 |
| | |||
* | Fix for varchar functions, and indextyple j-1 fix. | Bruce Momjian | 1998-02-05 |
| | |||
* | Parser cleanup for expr and subqueries. | Bruce Momjian | 1998-02-03 |
| | |||
* | 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-02-01 |
| | | | | related to grammar and parser issues, with one postmaster fix. | ||
* | Add Var.varlevelup to code. More parser cleanup. | Bruce Momjian | 1998-01-20 |
| | |||
* | Parser cleanup. | Bruce Momjian | 1998-01-20 |
| | | | | Add lock to i386 asm. | ||
* | 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-19 |
| | |||
* | New pg_attribute.atttypmod for type-specific information like | Bruce Momjian | 1998-01-16 |
| | | | | | | | | | | | varchar length. Cleans up code so attlen is always length. Removed varchar() hack added earlier. Will fix bug in selecting varchar() fields, and varchar() can be variable length. | ||
* | Change elog(WARN) to elog(ERROR) and elog(ABORT). | Bruce Momjian | 1998-01-05 |
| | |||
* | Fix for aggs on views and complex ones. I missed one file. | Bruce Momjian | 1998-01-04 |
| | |||
* | Fix up some elog error messages. | Thomas G. Lockhart | 1997-12-23 |
| | |||
* | Make parser functions static where possible. | Bruce Momjian | 1997-11-26 |
| | |||
* | Cleanup up include files. | Bruce Momjian | 1997-11-26 |
| | |||
* | Break parser functions into smaller files, group together. | Bruce Momjian | 1997-11-25 |