summaryrefslogtreecommitdiff
path: root/src/backend/parser/keywords.c
Commit message (Expand)AuthorAgeFilesLines
* Add DOMAIN support. Includes manual pages and regression tests, fromBruce Momjian2002-03-191-1/+2
* Back out domain patch until it works properly.Bruce Momjian2002-03-071-2/+1
* Ok. Updated patch attached.Bruce Momjian2002-03-061-1/+2
* I attach a version of my toast-slicing patch, against current CVSBruce Momjian2002-03-051-1/+2
* Privileges on functions and procedural languagesPeter Eisentraut2002-02-181-1/+35
* Remove gratuitous discrepancy between extract() and date_part(),Peter Eisentraut2001-10-101-3/+1
* Add CREATE OR REPLACE FUNCTION syntax to allow replacing a functionTom Lane2001-10-021-1/+2
* Transaction IDs wrap around, per my proposal of 13-Aug-01. MoreTom Lane2001-08-261-1/+2
* Sequences are now based on int8, not int4, arithmetic. SERIAL pseudo-typeTom Lane2001-08-161-2/+1
* Use MD5 for wire protocol encryption for >= 7.2 client/server.Bruce Momjian2001-08-151-1/+3
* Partial indexes work again, courtesy of Martijn van Oosterhout.Tom Lane2001-07-161-2/+1
* Add IS UNKNOWN, IS NOT UNKNOWN boolean tests, fix the existing booleanTom Lane2001-06-191-1/+2
* Add SET SESSION AUTHORIZATION command.Peter Eisentraut2001-05-081-1/+2
* Rewrite of planner statistics-gathering code. ANALYZE is now available asTom Lane2001-05-071-1/+2
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-8/+8
* Change case-folding of keywords to conform to SQL99 and fix misbehaviorTom Lane2001-02-211-10/+53
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Remove not-really-standard implementation of CREATE TABLE's UNDER clause,Tom Lane2001-01-051-2/+1
* Remove current->old mapping.Bruce Momjian2000-12-151-3/+1
* Extend CREATE DATABASE to allow selection of a template database to beTom Lane2000-11-141-1/+2
* Add ANALYSE spelling of ANALYZE for vacuum.Bruce Momjian2000-11-081-1/+2
* Implement AT TIME ZONE SQL9x syntax.Thomas G. Lockhart2000-11-061-1/+2
* New CHECKPOINT command.Vadim B. Mikheev2000-11-051-1/+2
* This patch implements the following command:Bruce Momjian2000-09-121-1/+2
* Implement LIKE/ESCAPE. Change parser to use like()/notlike()Thomas G. Lockhart2000-08-061-1/+4
* Implement nested block comments in the backend and in psql.Thomas G. Lockhart2000-07-141-5/+8
* TOASTJan Wieck2000-07-031-2/+3
* Rename rule CURRENT to OLD in source tree. Add mapping for backwardBruce Momjian2000-06-121-3/+5
* Back out pg_shadow changes to allow create table and locking permissions.Bruce Momjian2000-06-121-6/+2
* I have large database and with this DB work more users and I very needBruce Momjian2000-06-091-2/+6
* Inheritance overhaul by Chris Bitmead <chris@bitmead.com>Bruce Momjian2000-06-091-1/+6
* The heralded `Grand Unified Configuration scheme' (GUC)Peter Eisentraut2000-05-311-1/+2
* Generated header files parse.h and fmgroids.h are now copied intoTom Lane2000-05-291-2/+3
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-2/+2
* Add transcendental math functions (sine, cosine, etc)Thomas G. Lockhart2000-04-071-1/+2
* Add syntax for BIT() and BIT VARYING(), but no underlying implementationThomas G. Lockhart2000-03-211-1/+2
* Implement column aliases on views "CREATE VIEW name (collist)".Thomas G. Lockhart2000-03-141-1/+2
* Implement reindex commandHiroshi Inoue2000-02-181-1/+3
* Add "DEC" as synonym for "DECIMAL".Thomas G. Lockhart2000-02-151-1/+3
* Add:Bruce Momjian2000-01-261-2/+3
* create/alter user extensionBruce Momjian1999-11-301-1/+2
* This patch implements ORACLE's COMMENT SQL command.Bruce Momjian1999-10-151-1/+2
* This is part #1 for of the DEFERRED CONSTRAINT TRIGGER support.Jan Wieck1999-09-291-1/+8
* Add TRUNCATE command, with psql help and sgml additions.Bruce Momjian1999-09-231-1/+2
* 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