]> granicus.if.org Git - postgresql/history - src/include/nodes/parsenodes.h
Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.
[postgresql] / src / include / nodes / parsenodes.h
2012-03-20 Tom LaneRestructure SELECT INTO's parsetree representation...
2012-02-27 Alvaro HerreraALTER TABLE: skip FK validation when it's safe to do so
2012-01-23 Simon RiggsALTER <thing> [IF EXISTS] ... allows silent DDL if...
2012-01-07 Peter EisentrautRename the internal structures of the CREATE TABLE...
2012-01-05 Peter EisentrautImprove ALTER DOMAIN / DROP CONSTRAINT with nonexistent...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-12-22 Robert HaasAdd a security_barrier option for views.
2011-12-19 Peter EisentrautAdd support for privileges on types
2011-11-21 Tom LaneFurther code review for range types patch.
2011-11-18 Robert HaasFurther consolidation of DROP statement handling.
2011-11-03 Heikki LinnakangasSupport range data types.
2011-09-16 Tom LaneRedesign the plancache mechanism for more flexibility...
2011-08-05 Robert HaasAllow per-column foreign data wrapper options.
2011-07-18 Robert HaasAvoid index rebuild for no-rewrite ALTER TABLE .. ALTER...
2011-06-30 Alvaro HerreraEnable CHECK constraints to be declared NOT VALID
2011-06-15 Tom LaneRework parsing of ConstraintAttributeSpec to improve...
2011-06-09 Bruce MomjianPgindent run before 9.1 beta2.
2011-04-25 Robert HaasRemove partial and undocumented GRANT .. FOREIGN TABLE...
2011-04-21 Robert HaasAllow ALTER TABLE name {OF type | NOT OF}.
2011-04-18 Tom LaneFix handling of collations in multi-row VALUES constructs.
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-04-04 Robert HaasRearrange "add column" logic to merge columns at exec...
2011-03-26 Tom LaneMore collations cleanup, from trawling for missed colla...
2011-03-22 Simon RiggsMake FKs valid at creation when added as column constra...
2011-03-20 Tom LaneRevise collation derivation method and expression-tree...
2011-03-11 Tom LaneSplit CollateClause into separate raw and analyzed...
2011-03-10 Tom LaneRemove collation information from TypeName, where it...
2011-03-04 Tom LaneAllow non-superusers to create (some) extensions.
2011-02-25 Tom LaneSupport data-modifying commands (INSERT/UPDATE/DELETE...
2011-02-23 Tom LaneAdd a relkind field to RangeTblEntry to avoid some...
2011-02-19 Tom LaneCreate the catalog infrastructure for foreign-data...
2011-02-12 Peter EisentrautDDL support for collations
2011-02-12 Tom LaneAdd support for multiple versions of an extension and...
2011-02-10 Tom LaneExtend "ALTER EXTENSION ADD object" to permit "DROP...
2011-02-09 Tom LaneImplement "ALTER EXTENSION ADD object".
2011-02-08 Tom LaneCore support for "extensions", which are packages of...
2011-02-08 Peter EisentrautPer-column collation support
2011-02-08 Simon RiggsExtend ALTER TABLE to allow Foreign Keys to be added...
2011-02-08 Robert HaasAvoid having autovacuum workers wait for relation locks.
2011-01-25 Tom LaneImplement ALTER TABLE ADD UNIQUE/PRIMARY KEY USING...
2011-01-02 Robert HaasBasic foreign table support.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-11-24 Tom LaneCreate the system catalog infrastructure needed for...
2010-11-23 Peter EisentrautPropagate ALTER TYPE operations to typed tables
2010-10-31 Tom LaneProvide hashing support for arrays.
2010-10-25 Tom LaneAllow new values to be added to an existing enum type.
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-18 Tom LaneFix failure of "ALTER TABLE t ADD COLUMN c serial"...
2010-08-07 Tom LaneRecognize functional dependency on primary keys. This...
2010-07-25 Robert HaasCREATE TABLE IF NOT EXISTS.
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-23 Tom LaneAdd an OR REPLACE option to CREATE LANGUAGE.
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-22 Robert HaasReplace ALTER TABLE ... SET STATISTICS DISTINCT with...
2010-01-17 Tom LaneImprove the handling of SET CONSTRAINTS commands by...
2010-01-15 Tom LaneDo parse analysis of an EXPLAIN's contained statement...
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-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-13 Tom LaneAvoid assuming that enum CreateStmtLikeOption is unsign...
2009-11-06 Andrew DunstanKeep track of language's trusted flag in InlineCodeBloc...
2009-10-28 Tom LaneWhen FOR UPDATE/SHARE is used with LIMIT, put the LockR...
2009-10-26 Tom LaneRe-implement EvalPlanQual processing to improve its...
2009-10-14 Tom LaneSupport SQL-compliant triggers on columns, ie fire...
2009-10-13 Tom LaneCode review for LIKE INCLUDING patch --- clean up some...
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-12 Tom LaneMove the handling of SELECT FOR UPDATE locking and...
2009-10-07 Alvaro HerreraMake it possibly to specify GUC params per user and...
2009-10-06 Tom LaneChange CREATE TABLE so that column default expressions...
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-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-20 Andrew DunstanDROP IF EXISTS for columns and constraints. Andres...
2009-07-16 Peter EisentrautMake backend header files C++ safe
2009-06-18 Tom LaneFix the just-reported problem that you can't specify...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-04-04 Tom LaneRemove the recently added node types ReloptElem and...
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-01 Bruce MomjianUpdate copyright for 2009.
next