]> granicus.if.org Git - postgresql/history - src/backend/parser/keywords.c
Privileges on functions and procedural languages
[postgresql] / src / backend / parser / keywords.c
2002-02-18 Peter EisentrautPrivileges on functions and procedural languages
2001-10-10 Peter EisentrautRemove gratuitous discrepancy between extract() and...
2001-10-02 Tom LaneAdd CREATE OR REPLACE FUNCTION syntax to allow replacin...
2001-08-26 Tom LaneTransaction IDs wrap around, per my proposal of 13...
2001-08-16 Tom LaneSequences are now based on int8, not int4, arithmetic...
2001-08-15 Bruce MomjianUse MD5 for wire protocol encryption for >= 7.2 client...
2001-07-16 Tom LanePartial indexes work again, courtesy of Martijn van...
2001-06-19 Tom LaneAdd IS UNKNOWN, IS NOT UNKNOWN boolean tests, fix the...
2001-05-08 Peter EisentrautAdd SET SESSION AUTHORIZATION command.
2001-05-07 Tom LaneRewrite of planner statistics-gathering code. ANALYZE...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-02-21 Tom LaneChange case-folding of keywords to conform to SQL99...
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2001-01-05 Tom LaneRemove not-really-standard implementation of CREATE...
2000-12-15 Bruce MomjianRemove current->old mapping.
2000-11-14 Tom LaneExtend CREATE DATABASE to allow selection of a template...
2000-11-08 Bruce MomjianAdd ANALYSE spelling of ANALYZE for vacuum.
2000-11-06 Thomas G. LockhartImplement AT TIME ZONE SQL9x syntax.
2000-11-05 Vadim B. MikheevNew CHECKPOINT command.
2000-09-12 Bruce MomjianThis patch implements the following command:
2000-08-06 Thomas G. LockhartImplement LIKE/ESCAPE. Change parser to use like()...
2000-07-14 Thomas G. LockhartImplement nested block comments in the backend and...
2000-07-03 Jan WieckTOAST
2000-06-12 Bruce MomjianRename rule CURRENT to OLD in source tree. Add mapping...
2000-06-12 Bruce MomjianBack out pg_shadow changes to allow create table and...
2000-06-09 Bruce Momjian I have large database and with this DB work more users...
2000-06-09 Bruce MomjianInheritance overhaul by Chris Bitmead <chris@bitmead...
2000-05-31 Peter EisentrautThe heralded `Grand Unified Configuration scheme' ...
2000-05-29 Tom LaneGenerated header files parse.h and fmgroids.h are now...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-04-07 Thomas G. LockhartAdd transcendental math functions (sine, cosine, etc)
2000-03-21 Thomas G. LockhartAdd syntax for BIT() and BIT VARYING(), but no underlyi...
2000-03-14 Thomas G. LockhartImplement column aliases on views "CREATE VIEW name...
2000-02-18 Hiroshi InoueImplement reindex command
2000-02-15 Thomas G. LockhartAdd "DEC" as synonym for "DECIMAL".
2000-01-26 Bruce MomjianAdd:
1999-11-30 Bruce Momjiancreate/alter user extension
1999-10-15 Bruce MomjianThis patch implements ORACLE's COMMENT SQL command.
1999-09-29 Jan WieckThis is part #1 for of the DEFERRED CONSTRAINT TRIGGER...
1999-09-23 Bruce MomjianAdd TRUNCATE command, with psql help and sgml additions.
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-07-13 Bruce MomjianRemove S*I comments from Stephan.
1999-05-12 Thomas G. LockhartAdd keywords to implement Vadim's transaction isolation
1999-04-19 Bruce MomjianAdd temporary for temp.
1999-03-07 Bruce MomjianReally remove Recipe.
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-02-08 Jan WieckAdded LIMIT/OFFSET functionality including new regressi...
1999-02-02 Bruce MomjianAdd TEMP tables/indexes. Add COPY pfree(). Other...
1999-01-18 Bruce MomjianHi!
1998-12-18 Vadim B. MikheevSET TRANSACTION ISOLATION LEVEL ...
1998-12-04 Thomas G. LockhartImplement CASE expression.
1998-10-18 Bruce Momjiancleanup of keywords.c
1998-10-18 Bruce MomjianResort keywords for Jan.
1998-09-30 Thomas G. LockhartAdd as many keywords as possible to column identifier...
1998-09-13 Thomas G. LockhartSupport SQL92-ish DECLARE and FETCH commands.
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-08-25 Marc G. FournierFrom: Massimo Dal Zotto <dz@cs.unitn.it>
1998-08-25 Thomas G. LockhartSupport SERIAL column type. Expand into an integer...
1998-08-24 Bruce MomjianOLD has to return CURRENT for now, Jan.
1998-08-24 Bruce Momjian This is the final state of the rule system for...
1998-07-24 Marc G. FournierI really hope that I haven't missed anything in this...
1998-05-09 Thomas G. LockhartAdd TIMEZONE_HOUR, TIMEZONE_MINUTE keywords per SQL92...
1998-03-18 Thomas G. LockhartAllow parsing expressions with ") -" (scan.l, scan...
1998-02-11 Thomas G. LockhartDefine ROW and STATEMENT as parser tokens.
1998-02-04 Thomas G. LockhartAllow most expressions in BETWEEN clause. Allow all...
1998-02-03 Thomas G. LockhartRemove unused keyword CHANGE.
1998-01-22 Bruce MomjianAdd LOCK command as DELETE FROM ... WHERE false.
1998-01-20 Bruce MomjianParser cleanup.
1998-01-19 Bruce MomjianCreate SubLink nodes in parser for Vadim.
1998-01-05 Bruce MomjianChange elog(WARN) to elog(ERROR) and elog(ABORT).
1997-12-16 Bruce MomjianFix order of keywords, must be alphabetical.
1997-12-04 Marc G. FournierFrom: todd brandys <brandys@eng3.hep.uiuc.edu>
1997-11-26 Bruce MomjianCleanup up include files.
1997-11-25 Bruce MomjianBreak parser functions into smaller files, group together.
1997-11-24 Bruce MomjianMove dbcommands.c to commands/. It should not be in...
1997-11-21 Bruce MomjianRemove archive stuff.
1997-11-07 Thomas G. LockhartImplement CREATE DATABASE/WITH LOCATION=.
1997-10-28 Vadim B. MikheevNow we are able to CREATE PROCEDURAL LANGUAGE (Thanks...
1997-10-25 Thomas G. LockhartAdd SQL92 reserved words for primary and foreign keys.
1997-09-24 Thomas G. LockhartAdd SQL/92 types decimal and numeric.
1997-09-20 Thomas G. LockhartAdd support for FLOAT(p) SQL/92 data type.
1997-09-13 Thomas G. LockhartAdd a few keywords for SQL-92 support.
1997-09-08 Bruce MomjianAnother PGINDENT run that changes variable indenting...
1997-09-07 Bruce MomjianMassive commit to run PGINDENT on all *.c and *.h files.
1997-09-04 Vadim B. MikheevCREATE/DROP TRIGGER syntax
1997-09-01 Thomas G. LockhartAdd more reserved words, mostly for SQL92 compliance.
1997-08-22 Vadim B. MikheevRestore CONSTRAINT keyword (was lost ... by unknown...
1997-08-20 Vadim B. MikheevCHECK/DEFAULT syntax
1997-04-23 Vadim B. Mikheev1. SHOW/RESET var fixed.
1997-04-23 Marc G. FournierTo: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov>
1997-04-02 Vadim B. MikheevNew keyword: SEQUENCE.
1997-03-02 Bruce MomjianRemove case-sensitive identifiers. Thanks for Dan...
1997-01-13 Bruce MomjianAdded VERBOSE option to vacuum command.
1996-11-30 Bruce MomjianAdded BETWEEN and IN to grammar. Map != to <>.
1996-11-13 Marc G. FournierCommit of a *MAJOR* patch from Dan McGuirk <djm@indirec...
1996-08-24 Marc G. FournierThe patch does several things:
1996-08-06 Marc G. FournierFixes:
1996-07-09 Marc G. FournierPostgres95 1.01 Distribution - Virgin Sources PG95-1_01