aboutsummaryrefslogtreecommitdiff
path: root/src/backend/parser/keywords.c
Commit message (Expand)AuthorAge
* Add SET SESSION AUTHORIZATION command.Peter Eisentraut2001-05-08
* Rewrite of planner statistics-gathering code. ANALYZE is now available asTom Lane2001-05-07
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Change case-folding of keywords to conform to SQL99 and fix misbehaviorTom Lane2001-02-21
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Remove not-really-standard implementation of CREATE TABLE's UNDER clause,Tom Lane2001-01-05
* Remove current->old mapping.Bruce Momjian2000-12-15
* Extend CREATE DATABASE to allow selection of a template database to beTom Lane2000-11-14
* Add ANALYSE spelling of ANALYZE for vacuum.Bruce Momjian2000-11-08
* Implement AT TIME ZONE SQL9x syntax.Thomas G. Lockhart2000-11-06
* New CHECKPOINT command.Vadim B. Mikheev2000-11-05
* This patch implements the following command:Bruce Momjian2000-09-12
* Implement LIKE/ESCAPE. Change parser to use like()/notlike()Thomas G. Lockhart2000-08-06
* Implement nested block comments in the backend and in psql.Thomas G. Lockhart2000-07-14
* TOASTJan Wieck2000-07-03
* Rename rule CURRENT to OLD in source tree. Add mapping for backwardBruce Momjian2000-06-12
* Back out pg_shadow changes to allow create table and locking permissions.Bruce Momjian2000-06-12
* I have large database and with this DB work more users and I very needBruce Momjian2000-06-09
* Inheritance overhaul by Chris Bitmead <chris@bitmead.com>Bruce Momjian2000-06-09
* The heralded `Grand Unified Configuration scheme' (GUC)Peter Eisentraut2000-05-31
* Generated header files parse.h and fmgroids.h are now copied intoTom Lane2000-05-29
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Add transcendental math functions (sine, cosine, etc)Thomas G. Lockhart2000-04-07
* Add syntax for BIT() and BIT VARYING(), but no underlying implementationThomas G. Lockhart2000-03-21
* Implement column aliases on views "CREATE VIEW name (collist)".Thomas G. Lockhart2000-03-14
* Implement reindex commandHiroshi Inoue2000-02-18
* Add "DEC" as synonym for "DECIMAL".Thomas G. Lockhart2000-02-15
* Add:Bruce Momjian2000-01-26
* create/alter user extensionBruce Momjian1999-11-30
* This patch implements ORACLE's COMMENT SQL command.Bruce Momjian1999-10-15
* This is part #1 for of the DEFERRED CONSTRAINT TRIGGER support.Jan Wieck1999-09-29
* Add TRUNCATE command, with psql help and sgml additions.Bruce Momjian1999-09-23
* 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