]> granicus.if.org Git - postgresql/history - src/backend/parser/gram.y
Allow WITH clauses to be attached to INSERT, UPDATE, DELETE statements.
[postgresql] / src / backend / parser / gram.y
2010-10-15 Tom LaneAllow WITH clauses to be attached to INSERT, UPDATE...
2010-10-10 Tom LaneSupport triggers on views.
2010-09-28 Robert HaasAdd a SECURITY LABEL command.
2010-09-26 Peter EisentrautAdd ALTER TYPE ... ADD/DROP/ALTER/RENAME ATTRIBUTE
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-20 Tom LaneAdd missing processing of OptTemp in CREATE IF NOT...
2010-08-18 Tom LaneFix failure of "ALTER TABLE t ADD COLUMN c serial"...
2010-08-05 Peter EisentrautAdd xmlexists function
2010-07-25 Robert HaasCREATE TABLE IF NOT EXISTS.
2010-06-13 Robert HaasFix ALTER LARGE OBJECT and GRANT ... ON LARGE OBJECT...
2010-05-30 Tom LaneChange the notation for calling functions with named...
2010-02-23 Tom LaneAdd an OR REPLACE option to CREATE LANGUAGE.
2010-02-17 Tom LaneStamp HEAD as 9.0devel, and update various places that...
2010-02-16 Tom LaneReplace the pg_listener-based LISTEN/NOTIFY mechanism...
2010-02-12 Tom LaneExtend the set of frame options supported for window...
2010-02-08 Tom LaneRemove old-style VACUUM FULL (which was known for a...
2010-01-28 Peter EisentrautType table feature
2010-01-25 Tom LaneAdd get_bit/set_bit functions for bit strings, parallel...
2010-01-22 Robert HaasReplace ALTER TABLE ... SET STATISTICS DISTINCT with...
2010-01-06 Itagaki TakahiroSupport rewritten-based full vacuum as VACUUM FULL...
2010-01-05 Robert HaasSupport ALTER TABLESPACE name SET/RESET ( tablespace_op...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-26 Bruce MomjianZero-label enums:
2009-12-23 Tom LaneAllow the index name to be omitted in CREATE INDEX...
2009-12-23 Tom LaneAdjust naming of indexes and their columns per recent...
2009-12-15 Tom LaneSupport ORDER BY within aggregate function calls, at...
2009-12-11 Itagaki TakahiroAdd large object access control.
2009-12-07 Tom LaneAdd exclusion constraints, which generalize the concept...
2009-11-20 Tom LaneAdd a WHEN clause to CREATE TRIGGER, allowing a boolean...
2009-11-16 Tom LaneProvide a parenthesized-options syntax for VACUUM,...
2009-11-11 Alvaro HerreraChange "name" nonterminal in cursor-related productions...
2009-11-11 Alvaro HerreraSupport optional FROM/IN in FETCH and MOVE
2009-11-09 Tom LaneRe-refactor the core scanner's API, in order to get...
2009-11-09 Tom LaneFix WHERE CURRENT OF to work as designed within plpgsql...
2009-11-05 Tom LaneDon't treat NEW and OLD as reserved words anymore....
2009-11-04 Tom LaneMake expression locations for LIKE and SIMILAR TO const...
2009-10-14 Tom LaneSupport SQL-compliant triggers on columns, ie fire...
2009-10-12 Tom LaneUse plurals (TABLES, FUNCTIONS, etc) in ALTER DEFAULT...
2009-10-12 Tom LaneSupport GRANT/REVOKE ON ALL TABLES/SEQUENCES/FUNCTIONS...
2009-10-12 Andrew DunstanCREATE LIKE INCLUDING COMMENTS and STORAGE, and INCLUDI...
2009-10-08 Tom LaneSupport use of function argument names to identify...
2009-10-07 Alvaro HerreraMake it possibly to specify GUC params per user and...
2009-10-05 Tom LaneCreate an ALTER DEFAULT PRIVILEGES command, which allow...
2009-09-22 Tom LaneImplement the DO statement to support execution of...
2009-09-21 Tom LaneDefine a new, more extensible syntax for COPY options.
2009-08-18 Tom LaneAllow mixing of traditional and SQL:2008 LIMIT/OFFSET...
2009-08-02 Tom LaneAdd ALTER TABLE ... ALTER COLUMN ... SET STATISTICS...
2009-07-30 Tom LaneMerge the Constraint and FkConstraint node types into...
2009-07-29 Tom LaneSupport deferrable uniqueness constraints.
2009-07-26 Tom LaneExtend EXPLAIN to allow generic options to be specified.
2009-07-25 Andrew DunstanAllow * as parameter for FORCE QUOTE for COPY CSV....
2009-07-20 Andrew DunstanDROP IF EXISTS for columns and constraints. Andres...
2009-07-16 Peter EisentrautMake backend header files C++ safe
2009-07-14 Tom LaneTweak the core scanner so that it can be used by plpgsq...
2009-07-13 Tom LaneConvert the core lexer and parser into fully reentrant...
2009-07-12 Tom LaneMove some declarations in the raw-parser header files...
2009-07-06 Tom LanePer SQL spec (in particular, the grammar in SQL:2008...
2009-06-18 Tom LaneFix the just-reported problem that you can't specify...
2009-05-27 Tom LaneIgnore RECHECK in CREATE OPERATOR CLASS, just throwing...
2009-04-28 Heikki LinnakangasMove SERVER to the right place in the alphabetically...
2009-04-06 Heikki LinnakangasRename the new CREATE DATABASE options to set collation...
2009-04-04 Tom LaneRemove the recently added node types ReloptElem and...
2009-03-07 Alvaro HerreraSeparate the key word list that lived in keywords.c...
2009-02-24 Peter EisentrautAdd the possibility to specify an explicit validator...
2009-02-11 Tom LaneChange ALTER TABLE SET WITHOUT OIDS to rewrite the...
2009-02-02 Alvaro HerreraAllow reloption names to have qualifiers, initially...
2009-01-22 Tom LaneSupport column-level privileges, as required by SQL...
2009-01-16 Heikki LinnakangasAdd vacuum_freeze_table_age GUC option, to control...
2009-01-12 Peter EisentrautUse qualified_name instead of relation_expr for command...
2009-01-12 Peter EisentrautAdd ONLY support to LOCK and TRUNCATE. By default...
2009-01-07 Bruce MomjianAdd comment about why BETWEEN uses operator strings...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-31 Tom LaneAdd a WINDOW attribute to CREATE FUNCTION, and teach...
2008-12-31 Tom LaneAdd some basic support for window frame clauses to...
2008-12-28 Tom LaneSupport window functions a la SQL:2008.
2008-12-20 Tom LaneAdd missing semicolon, per buildfarm results. Martin...
2008-12-19 Peter EisentrautSQL/MED catalog manipulation facilities
2008-12-18 Tom LaneCode review for function default parameters patch....
2008-12-17 Heikki LinnakangasDon't reset pg_class.reltuples and relpages in VACUUM...
2008-12-04 Peter EisentrautDefault values for function arguments
2008-12-04 Heikki LinnakangasUtilize the visibility map in autovacuum, too. There...
2008-11-26 Peter EisentrautAdd %expect 0 to all parser input files to prevent...
2008-11-24 Peter EisentrautCLUSTER VERBOSE and corresponding clusterdb --verbose...
2008-11-21 Peter EisentrautUse relation_expr for TABLE command, requested by Tom.
2008-11-20 Peter EisentrautTABLE command
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...
next