]> granicus.if.org Git - postgresql/history - src/backend/parser/keywords.c
Add per-user and per-database connection limit options.
[postgresql] / src / backend / parser / keywords.c
2005-07-31 Tom LaneAdd per-user and per-database connection limit options.
2005-07-26 Tom LaneAdd a role property 'rolinherit' which, when false...
2005-06-29 Tom LaneMore cleanup on roles patch. Allow admin option to...
2005-06-28 Tom LaneBring syntax of role-related commands into SQL complian...
2005-06-28 Tom LaneReplace pg_shadow and pg_group by new role-capable...
2005-06-26 Tom LaneAdd Oracle-compatible GREATEST and LEAST functions...
2005-06-22 Tom LaneMake REINDEX DATABASE do what one would expect, namely...
2005-06-17 Tom LaneTwo-phase commit. Original patch by Heikki Linnakangas...
2005-06-14 Bruce MomjianAdd BETWEEN SYMMETRIC.
2005-05-07 Bruce MomjianAdd COPY WITH CVS HEADER to allow a heading line as...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-07-27 Tom LaneReplace nested-BEGIN syntax for subtransactions with...
2004-07-12 Tom LaneRemove TABLESPACE option of CREATE SEQUENCE; sequences...
2004-06-18 Tom LaneTablespaces. Alternate database locations are dead...
2004-04-21 Bruce MomjianChange COPY CSV keyword to be:
2004-04-19 Bruce MomjianComplete TODO item:
2004-03-11 Tatsuo IshiiAdd NOWAIT option to LOCK command
2004-03-09 Bruce MomjianAdd ALSO keyword to CREATE RULE.
2004-02-21 Tom LaneImplement a solution to the 'Turkish locale downcases...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-11-21 Tom LaneCOMMENT ON casts, conversions, languages, operator...
2003-11-06 Peter EisentrautImplement isolation levels read uncommitted and repeata...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-06-25 Bruce MomjianIncludes:
2003-05-15 Bruce MomjianAllow Win32 to compile under MinGW. Major changes...
2003-04-08 Tom LaneFirst phase of work on array improvements. ARRAY[x...
2003-03-27 Bruce MomjianThis patch implements holdable cursors, following the...
2003-03-20 Bruce MomjianTodo items:
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:
next