]> granicus.if.org Git - postgresql/history - src/backend/parser/gram.y
From: t-ishii@sra.co.jp
[postgresql] / src / backend / parser / gram.y
1998-07-26 Marc G. FournierFrom: t-ishii@sra.co.jp
1998-07-26 Bruce MomjianFix compile error. Make transaction/work optional...
1998-07-25 Bruce MomjianUpdate psql help syntax to remove <> and uppercaese...
1998-07-24 Marc G. FournierI really hope that I haven't missed anything in this...
1998-07-19 Bruce Momjian1) Queries using the having clause on base tables shoul...
1998-07-15 Bruce MomjianAllow UNION in subselect.
1998-07-08 Thomas G. LockhartAllow floating point constants for "def_arg" numeric...
1998-05-09 Thomas G. LockhartImplement TIMEZONE_HOUR, TIMEZONE_MINUTE per SQL92...
1998-04-17 Bruce MomjianUpdate HISTORY/TODO. Disable HAVING.
1998-04-13 Bruce MomjianCleanup up code.
1998-04-08 Thomas G. LockhartPrepare the EXTRACT() clause for supporting TIMEZONE_HOUR
1998-03-30 Bruce MomjianI started adding the Having Clause and it works quite...
1998-03-18 Thomas G. LockhartAllow parsing expressions with ") -" (scan.l, scan...
1998-03-07 Thomas G. LockhartRepair "LIKE" behavior with two adjacent wildcard chara...
1998-02-25 Marc G. FournierFrom: Jan Wieck <jwieck@debis.com>
1998-02-18 Thomas G. LockhartAllow LIKE expression in constraint clause.
1998-02-18 Vadim B. MikheevFix useor for (a,b...) Op ANY/ALL
1998-02-13 Vadim B. Mikheevgram.y: ALL_SUBLINK type was returned for x Op (subquery).
1998-02-11 Thomas G. LockhartTry bumping to version two...
1998-02-11 Thomas G. LockhartDefine ROW and STATEMENT as parser tokens.
1998-02-10 Bruce MomjianPass attypmod through to executor by adding to Var...
1998-02-04 Thomas G. LockhartAllow most expressions in BETWEEN clause. Allow all...
1998-02-03 Bruce MomjianSubselects with =, >, etc.
1998-02-03 Thomas G. LockhartRemove unused keyword CHANGE.
1998-02-03 Bruce MomjianParser cleanup for expr and subqueries.
1998-02-01 Bruce MomjianAIX patch from Darren King and Univel patch from Billy...
1998-01-25 Marc G. FournierWish ppl would make up their mnd :)
1998-01-25 Marc G. FournierOOps...missed the second patch of patch two that uses...
1998-01-25 Marc G. FournierThis is the second of two patches required to fix the...
1998-01-22 Bruce MomjianAdd LOCK command as DELETE FROM ... WHERE false.
1998-01-20 Bruce MomjianParser cleanup.
1998-01-19 Bruce MomjianCreate SubLink nodes in parser for Vadim.
1998-01-17 Bruce MomjianGram.y cleanup.
1998-01-17 Bruce MomjianCreates the SubLink structure, and the Query->hasSubLin...
1998-01-16 Bruce MomjianNew pg_attribute.atttypmod for type-specific informatio...
1998-01-11 Bruce MomjianClean up of copyfuncs.
1998-01-11 Bruce MomjianAdd UNION, GROUP, DISTINCT to INSERT.
1998-01-10 Bruce MomjianBye CursorStmt, now use SelectStmt.
1998-01-09 Bruce MomjianRemove old quel labels.
1998-01-09 Bruce MomjianRemove old quel labels.
1998-01-05 Bruce MomjianChange some ABORTS to ERROR. Add line number when...
1998-01-05 Bruce MomjianChange elog(WARN) to elog(ERROR) and elog(ABORT).
1998-01-04 Bruce MomjianFix for count(*), aggs with views and multiple tables...
1998-01-01 Thomas G. LockhartChange precedence for boolean operators to match expect...
1997-12-24 Bruce MomjianImplementation of UNIONs.
1997-12-23 Thomas G. LockhartImplement CREATE TABLE ... AS SELECT borrowing code...
1997-12-16 Thomas G. LockhartAllow multiple-argument functions in constraint clauses.
1997-12-06 Bruce MomjianAdd VARHDRSZ where needed. Many places just used 4.
1997-12-04 Thomas G. LockhartAdd SQL92-compliant syntax for constraints.
1997-12-04 Marc G. FournierFrom: todd brandys <brandys@eng3.hep.uiuc.edu>
1997-12-02 Bruce MomjianFix vacuum analyze syntax problem.
1997-12-02 Thomas G. LockhartRemove premature code in constraint parsing.
1997-11-30 Thomas G. LockhartChange elog WARN messages for UNIQUE and PRIMARY, FOREI...
1997-11-25 Bruce MomjianBreak parser functions into smaller files, group together.
1997-11-24 Bruce MomjianRemove gram problems with archive.
1997-11-21 Bruce MomjianRemove archive stuff.
1997-11-20 Bruce MomjianRemove all time travel stuff. Small parser cleanup.
1997-11-17 Thomas G. LockhartUpdate UNION and subselect syntax.
1997-11-15 Bruce MomjianRemove pg_magic, defaults, server, hosts, and demon...
1997-11-14 Bruce MomjianFIx for indexing regex stuff. Change rowoid to objoid.
1997-11-14 Bruce MomjianFIx for indexing regex stuff. Change rowoid to objoid.
1997-11-10 Thomas G. LockhartChange messages regarding "TimeRange" to say that time...
1997-11-07 Thomas G. LockhartImplement CREATE DATABASE/WITH LOCATION=.
1997-11-02 Vadim B. MikheevGood Bye, Time Travel!
1997-10-31 Bruce MomjianIndexes for LIKE and ~, !~ operations.
1997-10-30 Thomas G. LockhartAdd support for SQL92 delimited identifiers.
1997-10-28 Vadim B. MikheevNow we are able to CREATE PROCEDURAL LANGUAGE (Thanks...
1997-10-25 Thomas G. LockhartAdd SQL92 "constants" CURRENT_DATE, CURRENT_TIME, CURRE...
1997-10-25 Bruce MomjianRename strNcpy to StrNCpy, and change third parameter.
1997-10-09 Thomas G. LockhartUse P_TYPE rather than TYPE_P (which will be the name...
1997-10-09 Thomas G. LockhartAllow both TIME and TYPE as column and table names.
1997-10-09 Thomas G. LockhartAllow TIME in column and table names (SQL/92 non-reserv...
1997-09-29 Vadim B. MikheevMOVE implementation.
1997-09-26 Thomas G. LockhartFix SUBSTRING(str FROM int TO int) parsing.
1997-09-25 Thomas G. LockhartTatsuo's patch to fix alignment problems in structure...
1997-09-24 Thomas G. LockhartAdd SQL/92 "constants" current_date, current_time,...
1997-09-24 Vadim B. MikheevAllow use functions with no arguments in DEFAULT
1997-09-20 Thomas G. LockhartAdd support for FLOAT(p) SQL/92 data type.
1997-09-18 Thomas G. LockhartAdd syntax and warnings for unsupported ALTER TABLE...
1997-09-16 Thomas G. LockhartFix string conversions for operators in DEFAULT and...
1997-09-13 Thomas G. LockhartRemove backdoor strings from scan.l for DEFAULT and...
1997-09-12 Bruce MomjianAllow SELECT NULL as EMPTY_FIELD, Patrick.
1997-09-08 Bruce MomjianLex/yacc source cleanup like indent.
1997-09-04 Vadim B. MikheevCREATE/DROP TRIGGER syntax
1997-09-01 Thomas G. LockhartAdd SQL92 string handling features (SUBSTRING, TRIM...
1997-08-28 Vadim B. MikheevFix for "default = '...'" in CREATE TYPE
1997-08-22 Vadim B. MikheevThere is no NULL constraint in CREATE TABLE - only...
1997-08-21 Vadim B. MikheevSyntax for [CONSTRAINT name] CHECK ...
1997-08-20 Vadim B. MikheevCHECK/DEFAULT syntax
1997-08-19 Vadim B. MikheevNOT NULL implementation (submitted by Robson Paniago...
1997-08-12 Bruce MomjianFix pgproc names over 15 chars in output. Add strNcpy...
1997-05-22 Marc G. FournierFrom: Darren King <aixssd!darrenk@abs.net>
1997-05-22 Marc G. FournierFrom: Darren King <aixssd!darrenk@abs.net>
1997-04-23 Vadim B. Mikheev1. SHOW/RESET var fixed.
1997-04-23 Marc G. FournierTo: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov>
1997-04-05 Vadim B. MikheevFix for 'SET var_name TO var_value': var_name already...
1997-04-02 Marc G. FournierFrom: "Martin J. Laubach" <mjl@CSlab.tuwien.ac.at>
1997-04-02 Vadim B. MikheevCREATE/DROP SEQUENCE ...
1997-03-26 Vadim B. MikheevAdded syntax for multi-column indices.
1997-02-13 Bruce MomjianOnly allow NULL in the prpoer places.
next