aboutsummaryrefslogtreecommitdiff
path: root/src/backend/parser/gram.y
Commit message (Expand)AuthorAge
* Rework parsing of ConstraintAttributeSpec to improve NOT VALID handling.Tom Lane2011-06-15
* Clean up parsing of CREATE TRIGGER's argument list.Tom Lane2011-05-11
* Remove precedence labeling of keywords TRUE, FALSE, UNKNOWN, and ZONE.Tom Lane2011-05-05
* Remove partial and undocumented GRANT .. FOREIGN TABLE support.Robert Haas2011-04-25
* Allow ALTER TABLE name {OF type | NOT OF}.Robert Haas2011-04-20
* Support comments on FOREIGN DATA WRAPPER and SERVER objects.Robert Haas2011-04-01
* Make FKs valid at creation when added as column constraints.Simon Riggs2011-03-22
* Remove 13 keywords that are used only for ROLE options.Robert Haas2011-03-15
* Split CollateClause into separate raw and analyzed node types.Tom Lane2011-03-11
* Remove collation information from TypeName, where it does not belong.Tom Lane2011-03-09
* Add missing keywords to gram.y's unreserved_keywords list.Tom Lane2011-03-08
* Allow non-superusers to create (some) extensions.Tom Lane2011-03-04
* Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH.Tom Lane2011-02-25
* Add ENCODING option to COPY TO/FROM and file_fdw.Itagaki Takahiro2011-02-21
* Create the catalog infrastructure for foreign-data-wrapper handlers.Tom Lane2011-02-19
* Applied a patch by Zoltán Böszörményi that makes ecpg's parser accept dyn...Michael Meskes2011-02-18
* DDL support for collationsPeter Eisentraut2011-02-12
* Add support for multiple versions of an extension and ALTER EXTENSION UPDATE.Tom Lane2011-02-11
* Extend "ALTER EXTENSION ADD object" to permit "DROP object" as well.Tom Lane2011-02-10
* Update commentPeter Eisentraut2011-02-10
* Fix pg_upgrade to handle extensions.Tom Lane2011-02-09
* Implement "ALTER EXTENSION ADD object".Tom Lane2011-02-09
* Core support for "extensions", which are packages of SQL objects.Tom Lane2011-02-08
* Per-column collation supportPeter Eisentraut2011-02-08
* Extend ALTER TABLE to allow Foreign Keys to be added without initial validation.Simon Riggs2011-02-08
* Implement genuine serializable isolation level.Heikki Linnakangas2011-02-08
* Implement ALTER TABLE ADD UNIQUE/PRIMARY KEY USING INDEX.Tom Lane2011-01-25
* Fix crash in ALTER OPERATOR CLASS/FAMILY .. SET SCHEMA.Robert Haas2011-01-03
* Basic foreign table support.Robert Haas2011-01-01
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Support unlogged tables.Robert Haas2010-12-29
* Add REPLICATION privilege for ROLEsMagnus Hagander2010-12-29
* Generalize concept of temporary relations to "relation persistence".Robert Haas2010-12-13
* Add more ALTER <object> .. SET SCHEMA commands.Robert Haas2010-11-26
* Create the system catalog infrastructure needed for KNNGIST.Tom Lane2010-11-24
* Propagate ALTER TYPE operations to typed tablesPeter Eisentraut2010-11-23
* Require VALUE keyword when extending an enum type. Based on a patch from Alva...Andrew Dunstan2010-11-16
* Allow new values to be added to an existing enum type.Tom Lane2010-10-24
* Add semicolon, missed in previous patch. And update the keyword list inHeikki Linnakangas2010-10-22
* Make OFF keyword unreserved. It's not hard to imagine wanting to use 'off'Heikki Linnakangas2010-10-22
* Allow WITH clauses to be attached to INSERT, UPDATE, DELETE statements.Tom Lane2010-10-15
* Support triggers on views.Tom Lane2010-10-10
* Add a SECURITY LABEL command.Robert Haas2010-09-27
* Add ALTER TYPE ... ADD/DROP/ALTER/RENAME ATTRIBUTEPeter Eisentraut2010-09-26
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Add missing processing of OptTemp in CREATE IF NOT EXISTS variantTom Lane2010-08-20
* Fix failure of "ALTER TABLE t ADD COLUMN c serial" when done by non-owner.Tom Lane2010-08-18
* Add xmlexists functionPeter Eisentraut2010-08-05
* CREATE TABLE IF NOT EXISTS.Robert Haas2010-07-25
* Fix ALTER LARGE OBJECT and GRANT ... ON LARGE OBJECT for large OIDs.Robert Haas2010-06-13