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