summaryrefslogtreecommitdiff
path: root/src/backend/parser/keywords.c
Commit message (Expand)AuthorAgeFilesLines
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-2/+1
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-2/+1
* Remove S*I comments from Stephan.Bruce Momjian1999-07-131-3/+1
* Add keywords to implement Vadim's transaction isolationThomas G. Lockhart1999-05-121-3/+8
* Add temporary for temp.Bruce Momjian1999-04-191-1/+2
* Really remove Recipe.Bruce Momjian1999-03-071-2/+1
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* Added LIMIT/OFFSET functionality including new regression test for it.Jan Wieck1999-02-081-4/+3
* Add TEMP tables/indexes. Add COPY pfree(). Other cleanups.Bruce Momjian1999-02-021-1/+2
* Hi!Bruce Momjian1999-01-181-1/+7
* SET TRANSACTION ISOLATION LEVEL ...Vadim B. Mikheev1998-12-181-1/+3
* Implement CASE expression.Thomas G. Lockhart1998-12-041-1/+7
* cleanup of keywords.cBruce Momjian1998-10-181-2/+4
* Resort keywords for Jan.Bruce Momjian1998-10-181-5/+3
* Add as many keywords as possible to column identifier or label lists.Thomas G. Lockhart1998-09-301-2/+3
* Support SQL92-ish DECLARE and FETCH commands.Thomas G. Lockhart1998-09-131-2/+10
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-7/+4
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-3/+3
* From: Massimo Dal Zotto <dz@cs.unitn.it>Marc G. Fournier1998-08-251-1/+2
* Support SERIAL column type. Expand into an integer column but markThomas G. Lockhart1998-08-251-1/+2
* OLD has to return CURRENT for now, Jan.Bruce Momjian1998-08-241-2/+2
* This is the final state of the rule system for 6.4 after theBruce Momjian1998-08-241-2/+8
* I really hope that I haven't missed anything in this one...Marc G. Fournier1998-07-241-1/+3
* Add TIMEZONE_HOUR, TIMEZONE_MINUTE keywords per SQL92 specs.Thomas G. Lockhart1998-05-091-1/+3
* Allow parsing expressions with ") -" (scan.l, scan.c only).Thomas G. Lockhart1998-03-181-1/+7
* Define ROW and STATEMENT as parser tokens.Thomas G. Lockhart1998-02-111-1/+4
* Allow most expressions in BETWEEN clause. Allow all expressions ifThomas G. Lockhart1998-02-041-5/+1
* Remove unused keyword CHANGE.Thomas G. Lockhart1998-02-031-2/+1
* Add LOCK command as DELETE FROM ... WHERE false.Bruce Momjian1998-01-221-1/+2
* Parser cleanup.Bruce Momjian1998-01-201-21/+1
* Create SubLink nodes in parser for Vadim.Bruce Momjian1998-01-191-1/+2
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-051-2/+2
* Fix order of keywords, must be alphabetical.Bruce Momjian1997-12-161-2/+2
* From: todd brandys <brandys@eng3.hep.uiuc.edu>Marc G. Fournier1997-12-041-1/+9
* Cleanup up include files.Bruce Momjian1997-11-261-3/+3
* Break parser functions into smaller files, group together.Bruce Momjian1997-11-251-2/+2
* Move dbcommands.c to commands/. It should not be in the parser directory.Bruce Momjian1997-11-241-3/+1
* Remove archive stuff.Bruce Momjian1997-11-211-8/+2
* Implement CREATE DATABASE/WITH LOCATION=.Thomas G. Lockhart1997-11-071-1/+2
* Now we are able to CREATE PROCEDURAL LANGUAGE (Thanks, Jan).Vadim B. Mikheev1997-10-281-1/+5
* Add SQL92 reserved words for primary and foreign keys.Thomas G. Lockhart1997-10-251-11/+28
* Add SQL/92 types decimal and numeric.Thomas G. Lockhart1997-09-241-1/+6
* Add support for FLOAT(p) SQL/92 data type.Thomas G. Lockhart1997-09-201-1/+2
* Add a few keywords for SQL-92 support.Thomas G. Lockhart1997-09-131-2/+6
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-11/+11
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-182/+184
* CREATE/DROP TRIGGER syntaxVadim B. Mikheev1997-09-041-1/+3
* Add more reserved words, mostly for SQL92 compliance.Thomas G. Lockhart1997-09-011-18/+45
* Restore CONSTRAINT keyword (was lost ... by unknown way)Vadim B. Mikheev1997-08-221-1/+2
* CHECK/DEFAULT syntaxVadim B. Mikheev1997-08-201-1/+3