]> granicus.if.org Git - postgresql/history - src/backend/parser/gram.y
Removed two non-terminals:
[postgresql] / src / backend / parser / gram.y
2008-11-13 Michael MeskesRemoved two non-terminals:
2008-11-12 Michael MeskesDo not use ICONST/SCONST in rules other than Iconst...
2008-11-07 Tom LaneImplement ALTER DATABASE SET TABLESPACE to move a whole...
2008-10-31 Michael MeskesAdded missing ';'
2008-10-31 Heikki LinnakangasAdd support for user-defined I/O conversion casts.
2008-10-29 Peter EisentrautSince SQL:2003, the array size specification in the...
2008-10-28 Peter EisentrautAdd WITH [NO] DATA clause to CREATE TABLE AS, per SQL.
2008-10-27 Peter EisentrautSQL:2008 syntax CURRENT_CATALOG, CURRENT_SCHEMA, SET...
2008-10-27 Peter EisentrautAllow EXPLAIN on CREATE TABLE AS.
2008-10-22 Peter EisentrautSQL:2008 alternative syntax for LIMIT/OFFSET:
2008-10-21 Peter EisentrautAllow SQL:2008 syntax ALTER TABLE ... ALTER COLUMN...
2008-10-20 Peter EisentrautSQL 200N -> SQL:2003
2008-10-04 Tom LaneImplement SQL-standard WITH clauses, including WITH...
2008-09-23 Heikki LinnakangasMake LC_COLLATE and LC_CTYPE database-level settings...
2008-09-11 Tom LaneAdjust the parser to accept the typename syntax INTERVA...
2008-09-02 Tom LanePrevent memory leaks in our various bison parsers when...
2008-09-01 Tom LaneAdd a bunch of new error location reports to parse...
2008-08-30 Tom LaneFix the raw-parsetree representation of star (as in...
2008-08-28 Tom LaneExtend the parser location infrastructure to include...
2008-07-18 Tom LaneImplement SQL-spec RETURNS TABLE syntax for functions.
2008-07-16 Tom LaneSupport "variadic" functions, which can accept a variab...
2008-06-15 Tom LaneRearrange ALTER TABLE syntax processing as per my recen...
2008-05-16 Tom LaneAdd a RESTART (without parameter) option to ALTER SEQUE...
2008-04-29 Tom LaneSome minor further cleanup around A_Const. Don't attac...
2008-04-29 Alvaro HerreraRemove typename from A_Const.
2008-04-14 Tom LanePush index operator lossiness determination down to...
2008-03-28 Tom LaneSupport statement-level ON TRUNCATE triggers. Simon...
2008-03-21 Tom LaneRemove TypeName struct's timezone flag, which has been...
2008-03-20 Tom LaneArrange for an explicit cast applied to an ARRAY[]...
2008-03-19 Tom LaneSupport ALTER TYPE RENAME. Petr Jelinek
2008-02-15 Tom LaneAllow AS to be omitted when specifying an output column...
2008-02-07 Tom LaneSome variants of ALTER OWNER tried to make the "object...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-10-29 Tom LaneRemove the hack in the grammar that "optimized away...
2007-09-24 Andrew DunstanRemove "convert 'blah' using conversion_name" facility...
2007-09-03 Tom LaneSupport SET FROM CURRENT in CREATE/ALTER FUNCTION,...
2007-09-03 Tom LaneImplement function-local GUC parameter settings, as...
2007-08-22 Tom LaneRemove option to change parser of an existing text...
2007-08-21 Tom LaneAvoid using TEXT as a Bison symbol, since this provokes...
2007-08-21 Tom LaneTsearch2 functionality migrates to core. The bulk...
2007-07-03 Neil ConwayAdd ALTER VIEW ... RENAME TO, and a RENAME TO clause...
2007-06-23 Tom LaneSeparate parse-analysis for utility commands out of...
2007-06-18 Tom LaneArrange for quote_identifier() and pg_dump to not quote...
2007-06-15 Tom LaneTweak the API for per-datatype typmodin functions so...
2007-06-11 Tom LaneImprove UPDATE/DELETE WHERE CURRENT OF so that they...
2007-06-11 Tom LaneSupport UPDATE/DELETE WHERE CURRENT OF cursor_name...
2007-04-27 Tom LaneModify processing of DECLARE CURSOR and EXPLAIN so...
2007-04-26 Neil ConwayRename the newly-added commands for discarding session...
2007-04-16 Tom LaneExpose more cursor-related functionality in SPI: specif...
2007-04-12 Neil ConwayRESET SESSION, plus related new DDL commands. Patch...
2007-04-08 Bruce MomjianSupport syntax "CLUSTER table USING index", which is...
2007-04-02 Bruce MomjianAllow NOTIFY/LISTEN/UNLISTEN to only take relation...
2007-04-02 Tom LaneSupport enum data types. Along the way, use macros...
2007-03-26 Tom LaneAllow non-superuser database owners to create procedura...
2007-03-19 Jan WieckChanges pg_trigger and extend pg_rewrite in order to...
2007-03-17 Michael MeskesSimplified sortby rule
2007-03-13 Tom LaneFirst phase of plan-invalidation project: create a...
2007-02-20 Tom LaneRemove the Query structure from the executor's API...
2007-02-03 Peter EisentrautImplement XMLSERIALIZE for real. Analogously, make...
2007-02-01 Bruce MomjianWording cleanup for error messages. Also change can...
2007-01-25 Peter EisentrautVarious fixes in the logic of XML functions:
2007-01-23 Tom LaneAdd CREATE/ALTER/DROP OPERATOR FAMILY commands, also...
2007-01-22 Tom LaneAdd COST and ROWS options to CREATE/ALTER FUNCTION...
2007-01-14 Peter EisentrautAdd support for xmlval IS DOCUMENT expression.
2007-01-09 Tom LaneSupport ORDER BY ... NULLS FIRST/LAST, and add ASC...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-12-30 Tom LaneSupport type modifiers for user-defined types, and...
2006-12-24 Tom LaneCode review for XML patch. Instill a bit of sanity...
2006-12-21 Peter EisentrautInitial SQL/XML support: xml data type and initial...
2006-11-05 Tom LaneFix recently-understood problems with handling of XID...
2006-10-13 Tom LaneCode and docs review for ALTER TABLE INHERIT/NO INHERIT...
2006-09-28 Tom LaneFix IS NULL and IS NOT NULL tests on row-valued express...
2006-09-03 Tom LaneCode review for UPDATE SET (columnlist) patch. Make...
2006-09-03 Bruce MomjianRevert FETCH/MOVE int64 patch. Was using incorrect...
2006-09-03 Bruce MomjianRemove unnecessary copyObject() call in update (values...
2006-09-02 Bruce MomjianSmall code cleanup for recent UPDATE SET (values) patch.
2006-09-02 Bruce MomjianAdd UPDATE tab SET ROW (col, ...) = (val, ...) for...
2006-09-02 Bruce MomjianChange FETCH/MOVE to use int8.
2006-08-30 Tom LaneExtend COPY to support COPY (SELECT ...) TO ...
2006-08-25 Tom LaneAdd the ability to create indexes 'concurrently', that...
2006-08-21 Tom LaneFix all known problems with pg_dump's handling of seria...
2006-08-12 Tom LaneRemove ancient, obsolete comment.
2006-08-12 Tom LaneAdd INSERT/UPDATE/DELETE RETURNING, with basic docs...
2006-08-02 Joe ConwayAdd support for multi-row VALUES clauses as part of...
2006-07-31 Tom LaneChange the bootstrap sequence so that toast tables...
2006-07-27 Tom LaneAggregate functions now support multiple input argument...
2006-07-03 Tom LaneCode review for FILLFACTOR patch. Change WITH grammar...
2006-07-02 Bruce MomjianAdd FILLFACTOR to CREATE INDEX.
2006-07-02 Bruce MomjianALTER TABLE ... ADD/DROPS INHERIT (actually INHERIT...
2006-06-27 Bruce MomjianAdd INCLUDING CONSTRAINTS to CREATE TABLE LIKE.
2006-06-16 Tom LaneFix a couple of obvious problems in DROP IF EXISTS...
2006-06-16 Andrew DunstanDROP ... IF EXISTS for the following cases:
2006-05-27 Tom LaneRe-introduce the yylex filter function formerly used...
2006-04-30 Tom LaneImprove the representation of FOR UPDATE/FOR SHARE...
2006-04-27 Bruce MomjianUse schema search path to find the first matching contr...
2006-04-25 Bruce MomjianBack out RESET CONNECTION until there is more discussion.
2006-04-25 Bruce MomjianAdd RESET CONNECTION, to reset all aspects of a session.
2006-04-24 Bruce MomjianBack out patch, unintended.
2006-04-24 Bruce MomjianDone:
2006-04-15 Tom LaneSupport the syntax
next