| Commit message (Expand) | Author | Age |
* | Support specifying PRIMARY KEY for the SERIAL type. | Thomas G. Lockhart | 1998-09-16 |
* | Support SQL92-ish DECLARE and FETCH commands. | Thomas G. Lockhart | 1998-09-13 |
* | Support CREATE TABLE DEFAULT VALUES statement. | Thomas G. Lockhart | 1998-09-02 |
* | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 |
* | Make attalign match type alignment. | Bruce Momjian | 1998-08-26 |
* | From: Massimo Dal Zotto <dz@cs.unitn.it> | Marc G. Fournier | 1998-08-25 |
* | Support SERIAL column type. Expand into an integer column but mark | Thomas G. Lockhart | 1998-08-25 |
* | o note that now pg_database has a new attribuite "encoding" even | Bruce Momjian | 1998-08-24 |
* | From: Jan Wieck <jwieck@debis.com> | Marc G. Fournier | 1998-08-18 |
* | Allow NOT LIKE, IN, NOT IN, BETWEEN, and NOT BETWEEN expressions | Thomas G. Lockhart | 1998-08-17 |
* | From: David Hartwig <daybee@bellatlantic.net> | Marc G. Fournier | 1998-08-05 |
* | Fix encoding grammer problem. | Bruce Momjian | 1998-08-04 |
* | From: t-ishii@sra.co.jp | Marc G. Fournier | 1998-07-26 |
* | Fix compile error. Make transaction/work optional on all transaction | Bruce Momjian | 1998-07-26 |
* | Update psql help syntax to remove <> and uppercaese keywords. | Bruce Momjian | 1998-07-25 |
* | I really hope that I haven't missed anything in this one... | Marc G. Fournier | 1998-07-24 |
* | 1) Queries using the having clause on base tables should work well | Bruce Momjian | 1998-07-19 |
* | Allow UNION in subselect. | Bruce Momjian | 1998-07-15 |
* | Allow floating point constants for "def_arg" numeric arguments. | Thomas G. Lockhart | 1998-07-08 |
* | Implement TIMEZONE_HOUR, TIMEZONE_MINUTE per SQL92 specs. | Thomas G. Lockhart | 1998-05-09 |
* | Update HISTORY/TODO. Disable HAVING. | Bruce Momjian | 1998-04-17 |
* | Cleanup up code. | Bruce Momjian | 1998-04-13 |
* | Prepare the EXTRACT() clause for supporting TIMEZONE_HOUR | Thomas G. Lockhart | 1998-04-08 |
* | I started adding the Having Clause and it works quite fine for | Bruce Momjian | 1998-03-30 |
* | Allow parsing expressions with ") -" (scan.l, scan.c only). | Thomas G. Lockhart | 1998-03-18 |
* | Repair "LIKE" behavior with two adjacent wildcard characters ("_"). | Thomas G. Lockhart | 1998-03-07 |
* | From: Jan Wieck <jwieck@debis.com> | Marc G. Fournier | 1998-02-25 |
* | Allow LIKE expression in constraint clause. | Thomas G. Lockhart | 1998-02-18 |
* | Fix useor for (a,b...) Op ANY/ALL | Vadim B. Mikheev | 1998-02-18 |
* | gram.y: ALL_SUBLINK type was returned for x Op (subquery). | Vadim B. Mikheev | 1998-02-13 |
* | Try bumping to version two... | Thomas G. Lockhart | 1998-02-11 |
* | Define ROW and STATEMENT as parser tokens. | Thomas G. Lockhart | 1998-02-11 |
* | Pass attypmod through to executor by adding to Var and Resdom. | Bruce Momjian | 1998-02-10 |
* | Allow most expressions in BETWEEN clause. Allow all expressions if | Thomas G. Lockhart | 1998-02-04 |
* | Subselects with =, >, etc. | Bruce Momjian | 1998-02-03 |
* | Remove unused keyword CHANGE. | Thomas G. Lockhart | 1998-02-03 |
* | Parser cleanup for expr and subqueries. | Bruce Momjian | 1998-02-03 |
* | AIX patch from Darren King and Univel patch from Billy Allie, mostly | Bruce Momjian | 1998-02-01 |
* | Wish ppl would make up their mnd :) | Marc G. Fournier | 1998-01-25 |
* | OOps...missed the second patch of patch two that uses pfree() instead of | Marc G. Fournier | 1998-01-25 |
* | This is the second of two patches required to fix the the grant and | Marc G. Fournier | 1998-01-25 |
* | Add LOCK command as DELETE FROM ... WHERE false. | Bruce Momjian | 1998-01-22 |
* | Parser cleanup. | Bruce Momjian | 1998-01-20 |
* | Create SubLink nodes in parser for Vadim. | Bruce Momjian | 1998-01-19 |
* | Gram.y cleanup. | Bruce Momjian | 1998-01-17 |
* | Creates the SubLink structure, and the Query->hasSubLink field, | Bruce Momjian | 1998-01-17 |
* | New pg_attribute.atttypmod for type-specific information like | Bruce Momjian | 1998-01-16 |
* | Clean up of copyfuncs. | Bruce Momjian | 1998-01-11 |
* | Add UNION, GROUP, DISTINCT to INSERT. | Bruce Momjian | 1998-01-11 |
* | Bye CursorStmt, now use SelectStmt. | Bruce Momjian | 1998-01-10 |