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