OSDN Git Service

Fix failure of "ALTER TABLE t ADD COLUMN c serial" when done by non-owner.
[pg-rex/syncrep.git] / src / include / nodes / parsenodes.h
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.
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-19 Peter EisentrautSQL/MED catalog manipulation facilities
2008-12-18 Tom LaneCode review for function default parameters patch....
2008-12-06 Bruce MomjianAllow CREATE OR REPLACE VIEW to add columns to the...
2008-12-04 Peter EisentrautDefault values for function arguments
2008-12-04 Heikki LinnakangasUtilize the visibility map in autovacuum, too. There...
2008-11-24 Peter EisentrautCLUSTER VERBOSE and corresponding clusterdb --verbose...
2008-11-15 Tom LaneMake SELECT FOR UPDATE/SHARE work on inheritance trees...
2008-10-31 Heikki LinnakangasAdd support for user-defined I/O conversion casts.
2008-10-04 Tom LaneImplement SQL-standard WITH clauses, including WITH...
2008-09-08 Tom LaneCreate a separate grantable privilege for TRUNCATE...
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-08-07 Tom LaneTeach the system how to use hashing for UNION. (INTERS...
2008-08-02 Tom LaneRearrange the querytree representation of ORDER BY...
2008-07-31 Tom LaneFix parser so that we don't modify the user-written...
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-05-16 Tom LaneAdd a RESTART (without parameter) option to ALTER SEQUE...
2008-05-09 Tom LaneChange the rules for inherited CHECK constraints to...
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-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-02-07 Tom LaneFix CREATE TABLE ... LIKE ... INCLUDING INDEXES to...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-12-01 Tom LaneCode review for LIKE ... INCLUDING INDEXES patch. ...
2007-11-15 Bruce MomjianRe-run pgindent with updated list of typedefs. (Update...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-10-24 Tom LaneDisallow scrolling of FOR UPDATE/FOR SHARE cursors...
2007-09-03 Tom LaneSupport SET FROM CURRENT in CREATE/ALTER FUNCTION,...
2007-08-22 Tom LaneRemove option to change parser of an existing text...
2007-08-21 Tom LaneTsearch2 functionality migrates to core. The bulk...
2007-07-17 Neil ConwayImplement CREATE TABLE LIKE ... INCLUDING INDEXES....
2007-06-23 Tom LaneSeparate parse-analysis for utility commands out of...
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-02 Tom LaneSupport enum data types. Along the way, use macros...
2007-03-19 Jan WieckChanges pg_trigger and extend pg_rewrite in order to...
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-01-23 Tom LaneAdd CREATE/ALTER/DROP OPERATOR FAMILY commands, also...
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...
next