aboutsummaryrefslogtreecommitdiff
path: root/src/backend/parser/keywords.c
Commit message (Expand)AuthorAge
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-15
* Remove S*I comments from Stephan.Bruce Momjian1999-07-13
* Add keywords to implement Vadim's transaction isolationThomas G. Lockhart1999-05-12
* Add temporary for temp.Bruce Momjian1999-04-19
* Really remove Recipe.Bruce Momjian1999-03-07
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* Added LIMIT/OFFSET functionality including new regression test for it.Jan Wieck1999-02-08
* Add TEMP tables/indexes. Add COPY pfree(). Other cleanups.Bruce Momjian1999-02-02
* Hi!Bruce Momjian1999-01-18
* SET TRANSACTION ISOLATION LEVEL ...Vadim B. Mikheev1998-12-18
* Implement CASE expression.Thomas G. Lockhart1998-12-04
* cleanup of keywords.cBruce Momjian1998-10-18
* Resort keywords for Jan.Bruce Momjian1998-10-18
* Add as many keywords as possible to column identifier or label lists.Thomas G. Lockhart1998-09-30
* Support SQL92-ish DECLARE and FETCH commands.Thomas G. Lockhart1998-09-13
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-01
* 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
* OLD has to return CURRENT for now, Jan.Bruce Momjian1998-08-24
* This is the final state of the rule system for 6.4 after theBruce Momjian1998-08-24
* I really hope that I haven't missed anything in this one...Marc G. Fournier1998-07-24
* Add TIMEZONE_HOUR, TIMEZONE_MINUTE keywords per SQL92 specs.Thomas G. Lockhart1998-05-09
* Allow parsing expressions with ") -" (scan.l, scan.c only).Thomas G. Lockhart1998-03-18
* Define ROW and STATEMENT as parser tokens.Thomas G. Lockhart1998-02-11
* Allow most expressions in BETWEEN clause. Allow all expressions ifThomas G. Lockhart1998-02-04
* Remove unused keyword CHANGE.Thomas G. Lockhart1998-02-03
* 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
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-05
* Fix order of keywords, must be alphabetical.Bruce Momjian1997-12-16
* From: todd brandys <brandys@eng3.hep.uiuc.edu>Marc G. Fournier1997-12-04
* Cleanup up include files.Bruce Momjian1997-11-26
* Break parser functions into smaller files, group together.Bruce Momjian1997-11-25
* Move dbcommands.c to commands/. It should not be in the parser directory.Bruce Momjian1997-11-24
* Remove archive stuff.Bruce Momjian1997-11-21
* Implement CREATE DATABASE/WITH LOCATION=.Thomas G. Lockhart1997-11-07
* Now we are able to CREATE PROCEDURAL LANGUAGE (Thanks, Jan).Vadim B. Mikheev1997-10-28
* Add SQL92 reserved words for primary and foreign keys.Thomas G. Lockhart1997-10-25
* Add SQL/92 types decimal and numeric.Thomas G. Lockhart1997-09-24
* Add support for FLOAT(p) SQL/92 data type.Thomas G. Lockhart1997-09-20
* Add a few keywords for SQL-92 support.Thomas G. Lockhart1997-09-13
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-08
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-07
* CREATE/DROP TRIGGER syntaxVadim B. Mikheev1997-09-04
* Add more reserved words, mostly for SQL92 compliance.Thomas G. Lockhart1997-09-01
* Restore CONSTRAINT keyword (was lost ... by unknown way)Vadim B. Mikheev1997-08-22
* CHECK/DEFAULT syntaxVadim B. Mikheev1997-08-20