]> granicus.if.org Git - postgresql/history - src/backend/parser/gram.y
Privileges on functions and procedural languages
[postgresql] / src / backend / parser / gram.y
2002-02-18 Peter EisentrautPrivileges on functions and procedural languages
2002-02-18 Bruce MomjianDisable LIMIT #,# syntax, as agreed to months ago....
2001-12-09 Thomas G. LockhartAllow variable (unrestricted) precision for TIME and...
2001-11-16 Tom LaneUpdate keyword lists per suggestions by Peter. There...
2001-11-12 Tom LaneTweak parser so that there is a defined representation...
2001-11-10 Tom LaneAllow TIMESTAMP, VARCHAR, et al to be used as unquoted...
2001-11-05 Tom LaneCREATE TABLE foo (x,y,z) AS SELECT ... can't apply...
2001-10-31 Bruce MomjianAdd ALTER TABLE ADD UNIQUE regression tests from Christ...
2001-10-23 Bruce MomjianNow I had them reversed. Wow that syntax is error...
2001-10-23 Bruce MomjianSyntax fix. Can't use #ifdef in gram.y.
2001-10-23 Bruce MomjianBack out LIMIT #,# removal and mark it as to-be-removed...
2001-10-20 Bruce MomjianChange LIMIT #,# error message to be more generic.
2001-10-20 Bruce MomjianRemove LIMIT #,# and suggest LIMIT # OFFSET #, per...
2001-10-20 Thomas G. LockhartFix transposed arguments for typmod for one INTERVAL...
2001-10-18 Tom LaneSpell 'between' correctly, clean up spacing in error...
2001-10-18 Thomas G. LockhartAccept an INTERVAL argument for SET TIME ZONE per SQL99.
2001-10-10 Peter EisentrautRemove gratuitous discrepancy between extract() and...
2001-10-09 Peter EisentrautAllow optional () after current_user, session_user...
2001-10-08 Tom LaneRemove redundant code, update comments, cause CURRENT_T...
2001-10-05 Thomas G. LockhartImplement explicit date/time precision per SQL99 spec.
2001-10-03 Tom LaneDROP AGGREGATE and COMMENT ON AGGREGATE now accept...
2001-10-03 Thomas G. LockhartImplement precision support for timestamp and time...
2001-10-02 Tom LaneAdd CREATE OR REPLACE FUNCTION syntax to allow replacin...
2001-10-01 Tom LaneSuppress timestamp_ops for backwards compatibility...
2001-09-28 Thomas G. LockhartMeasure the current transaction time to milliseconds.
2001-09-23 Bruce MomjianImplement TODO item:
2001-09-20 Peter EisentrautProvide tunable knob for x = NULL -> x IS NULL transfor...
2001-09-18 Tom LaneEXPLAIN ANALYZE feature to measure and show actual...
2001-09-06 Tatsuo IshiiCommit Karel's patch.
2001-08-26 Tom LaneTransaction IDs wrap around, per my proposal of 13...
2001-08-25 Tom LaneReplace implementation of pg_log as a relation accessed...
2001-08-21 Tom LaneRestructure pg_opclass, pg_amop, and pg_amproc per...
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-08-13 Peter EisentrautMake LANCOMPILER clause in CREATE LANGUAGE optional...
2001-08-10 Tom LaneMake OIDs optional, per discussions in pghackers. ...
2001-08-10 Bruce MomjianPatch to LOCK multiple tables in one LOCK command.
2001-08-06 Bruce MomjianAdd QueryIsRule gram.y reset.
2001-08-04 Bruce MomjianBack out LOCK A,B,C patch at Tom's suggestion.
2001-08-04 Bruce MomjianAdd LOCK A,B,C functionality as LOCK A;LOCK B;LOCK...
2001-07-16 Bruce MomjianMore EXTEND INDEX removal.
2001-07-16 Tom LanePartial indexes work again, courtesy of Martijn van...
2001-07-12 Tom LaneRemove grammar restrictions on order of optional clause...
2001-07-10 Tom LaneChanges from Vince Vielhaber to allow the optional...
2001-07-09 Tom LaneAdd SHARE UPDATE EXCLUSIVE lock mode, coming soon to...
2001-06-30 Peter EisentrautAllow default transaction isolation level (a.k.a. set...
2001-06-23 Bruce MomjianAdd TEMPORARY sequences and have SERIAL on a temp table...
2001-06-19 Tom LaneAdd IS UNKNOWN, IS NOT UNKNOWN boolean tests, fix the...
2001-06-09 Peter EisentrautAllow GRANT/REVOKE to/from more than one user per invoc...
2001-06-07 Bruce Momjianreset all: command line and .conf options change defaults
2001-06-04 Bruce MomjianThis patch adds support for %TYPE in CREATE FUNCTION...
2001-05-27 Peter EisentrautMake UPDATE and DELETE privileges distinct. Add REFERE...
2001-05-14 Bruce MomjianRemove unused tables pg_variable, pg_inheritproc, pg_ip...
2001-05-09 Peter EisentrautUse ColId instead of Ident for SET SESSION AUTHORIZATION.
2001-05-08 Peter EisentrautAdd SET SESSION AUTHORIZATION command.
2001-05-07 Tom LaneRewrite of planner statistics-gathering code. ANALYZE...
2001-05-01 Thomas G. LockhartAllow a string argument to the EXTRACT() function.
2001-02-18 Peter EisentrautAllow extract() to accept the same field selectors...
2001-02-09 Tom Laneplpgsql's private copy of xlateSqlType was out of sync...
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2001-01-23 Tom LaneGive 'a_expr ::= a_expr Op' production a slightly lower...
2001-01-20 Tom LaneGive a good error message for what's likely to be a...
2001-01-17 Bruce MomjianChange lcons(x, NIL) to makeList(x) where appropriate.
2001-01-15 Tom LaneFix problems with parentheses around sub-SELECT --...
2001-01-06 Peter EisentrautSimplify the rules that explicitly allowed TYPE as...
2001-01-05 Tom LaneRemove not-really-standard implementation of CREATE...
2000-12-22 Tom LaneClean up CREATE TYPE/OPERATOR/AGGREGATE productions...
2000-12-03 Thomas G. LockhartRepair usage of the OVERLAPS operator.
2000-11-24 Peter EisentrautMake SET SESSION CHARACTERISTICS compliant with SQL...
2000-11-14 Tom LaneExtend CREATE DATABASE to allow selection of a template...
2000-11-08 Tom LaneMake DROP TABLE rollback-able: postpone physical file...
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-11-05 Tom LaneAllow ORDER BY, LIMIT in sub-selects. Fix most (not...
2000-11-04 Bruce MomjianMake PROCEDURAL optional in CREATE/DROP LANGUAGE.
2000-10-31 Peter EisentrautChange the parser to convert SQL "position" and "substr...
2000-10-29 Peter EisentrautRemove special treatment of '|' operator, in the spirit...
2000-10-28 Bruce MomjianBack out change to gram.y for parens.
2000-10-28 Bruce MomjianOkay, here's my attempt at fixing the problems with...
2000-10-25 Tom LaneAccept CREATE DATABASE WITH ENCODING 'SQL_ASCII' even...
2000-10-22 Tom LaneSome small polishing of Mark Hollomon's cleanup of...
2000-10-18 Bruce MomjianThe following patch was sent to the patches list:
2000-10-07 Tom LaneArrange that no database accesses are attempted during...
2000-10-05 Tom LaneReimplementation of UNION/INTERSECT/EXCEPT. INTERSECT...
2000-09-29 Tom LaneSubselects in FROM clause, per ISO syntax: FROM (SELECT...
2000-09-25 Tom LaneCorrect error in grammar for subselect-in-FROM: SQL...
2000-09-19 Peter EisentrautImplement differentiation between CURRENT_USER and...
2000-09-15 Tom LaneReimplement LIKE/ESCAPE as operators so that indexscan...
2000-09-12 Tom LaneFirst cut at full support for OUTER JOINs. There are...
2000-09-12 Bruce MomjianThis patch implements the following command:
2000-08-26 Tom LaneRename BITSPERBYTE to BITS_PER_BYTE to avoid conflict...
2000-08-12 Tom LaneMop-up for removal of ':' and ';' operators ... like...
2000-08-11 Tom LanecopyObject() and equal() now know about all parse-time...
2000-08-07 Tom LaneTOAST mop-up work: update comments for tuple-size-relat...
2000-08-07 Thomas G. LockhartAllow LIKE and ILIKE as TokenId (and hence ColId) to...
2000-08-06 Thomas G. LockhartImplement LIKE/ESCAPE. Change parser to use like()...
2000-07-30 Tom LaneType lztext is toast.
2000-07-28 Thomas G. LockhartFix acceptance of PATH as a type and column name.
2000-07-15 Tom LaneRemove useless and dangerous 'opt_type' option from...
next