]> granicus.if.org Git - postgresql/history - src/backend/parser/keywords.c
Implement SQL92-compatible FIRST, LAST, ABSOLUTE n, RELATIVE n options
[postgresql] / src / backend / parser / keywords.c
2003-03-11 Tom LaneImplement SQL92-compatible FIRST, LAST, ABSOLUTE n...
2003-02-10 Tom LaneGet rid of last few vestiges of parsetree dependency...
2003-02-03 Bruce MomjianChange MOVE LAST to MOVE ALL.
2002-12-12 Tom LanePreliminary code review for domain CHECK constraints...
2002-11-15 Bruce MomjianAdd DOMAIN check constraints.
2002-11-13 Bruce MomjianMake MOVE/FETCH 0 actually move/fetch 0. Add MOVE...
2002-11-11 Tom LaneCode review for ON COMMIT patch. Make the actual on...
2002-11-09 Bruce MomjianAdd code to handle [ON COMMIT { PRESERVE ROWS | DELETE...
2002-09-18 Tom LaneExtend pg_cast castimplicit column to a three-way value...
2002-08-27 Tom LanePREPARE/EXECUTE statements. Patch by Neil Conway,...
2002-08-18 Peter EisentrautMake pg_dump output more portable and more pleasing...
2002-08-06 Tatsuo IshiiAdd SQL99 CONVERT() function.
2002-07-29 Tom LaneImplement CREATE/DROP OPERATOR CLASS. Work still remai...
2002-07-18 Peter Eisentrautpg_cast table, and standards-compliant CREATE/DROP...
2002-07-18 Bruce MomjianBack out BETWEEN node patch, was causing initdb failure.
2002-07-18 Bruce MomjianFinished the Between patch Christopher started.
2002-07-11 Tatsuo IshiiAdd new CREATE CONVERSION/DROP CONVERSION command.
2002-07-04 Thomas G. LockhartImplement the IS DISTINCT FROM operator per SQL99.
2002-06-22 Thomas G. LockhartImplement SQL99 CREATE CAST and DROP CAST statements.
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-06-20 Bruce MomjianImprove COPY syntax to use WITH clause, keep backward...
2002-06-15 Thomas G. LockhartAdd LOCALTIME and LOCALTIMESTAMP functions per SQL99...
2002-06-11 Thomas G. LockhartImplement SQL99 OVERLAY(). Allows substitution of a...
2002-06-11 Jan WieckKatherine Ward wrote:
2002-05-22 Peter EisentrautAdd optional "validator" function to languages that...
2002-05-17 Peter EisentrautExtend syntax of CREATE FUNCTION to resemble SQL99.
2002-05-03 Tom LaneRetire xlateSqlType/xlateSqlFunc; all type name transla...
2002-05-02 Tom LaneTweak scanner/grammar interface so that the keyword...
2002-04-21 Thomas G. LockhartMake WITHOUT TIME ZONE the default for TIMESTAMP and...
2002-04-21 Tom LaneRestructure AclItem representation so that we can have...
2002-04-18 Tom LaneMake PUBLIC an unreserved word (in fact, not a keyword...
2002-03-19 Bruce MomjianAdd DOMAIN support. Includes manual pages and regressi...
2002-03-07 Bruce MomjianBack out domain patch until it works properly.
2002-03-06 Bruce MomjianOk. Updated patch attached.
2002-03-05 Bruce MomjianI attach a version of my toast-slicing patch, against...
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...
next