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