]> granicus.if.org Git - postgresql/history - src/backend/parser/analyze.c
Give a suitable HINT when an INSERT's data source is a RowExpr containing
[postgresql] / src / backend / parser / analyze.c
2010-09-18 Tom LaneGive a suitable HINT when an INSERT's data source is...
2010-08-27 Peter EisentrautSmall refactoring of makeVar() from a TargetEntry
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-12 Tom LaneTweak the order of processing of WITH clauses so that...
2010-01-15 Tom LaneDo parse analysis of an EXPLAIN's contained statement...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-16 Tom LaneAvoid a premature coercion failure in transformSetOpera...
2009-12-15 Tom LaneSupport ORDER BY within aggregate function calls, at...
2009-10-31 Tom LaneImplement parser hooks for processing ColumnRef and...
2009-10-28 Tom LaneWhen FOR UPDATE/SHARE is used with LIMIT, put the LockR...
2009-10-27 Tom LaneMake FOR UPDATE/SHARE in the primary query not propagat...
2009-10-26 Tom LaneRe-implement EvalPlanQual processing to improve its...
2009-10-12 Tom LaneMove the handling of SELECT FOR UPDATE locking and...
2009-09-09 Tom LaneFix bug with WITH RECURSIVE immediately inside WITH...
2009-08-27 Tom LaneModify the definition of window-function PARTITION...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-01-22 Tom LaneSupport column-level privileges, as required by SQL...
2009-01-08 Tom LaneDefend against null input in analyze_requires_snapshot...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-28 Tom LaneSupport window functions a la SQL:2008.
2008-12-13 Tom LaneFix failure to ensure that a snapshot is available...
2008-11-15 Tom LaneMake SELECT FOR UPDATE/SHARE work on inheritance trees...
2008-10-07 Tom LaneImprove parser error location for cases where an INSERT...
2008-10-06 Tom LaneFix GetCTEForRTE() to deal with the possibility that...
2008-10-04 Tom LaneImplement SQL-standard WITH clauses, including WITH...
2008-09-01 Tom LaneAdd a bunch of new error location reports to parse...
2008-08-28 Tom LaneExtend the parser location infrastructure to include...
2008-08-25 Tom LaneMove exprType(), exprTypmod(), expression_tree_walker...
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 LaneAdjust things so that the query_string of a cached...
2008-06-19 Alvaro HerreraImprove our #include situation by moving pointer types...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-10-25 Tom LaneTweak new error messages to match the actual syntax...
2007-10-24 Tom LaneDisallow scrolling of FOR UPDATE/FOR SHARE cursors...
2007-06-23 Tom LaneSeparate parse-analysis for utility commands out of...
2007-06-20 Tom LanetransformColumnDefinition failed to complain about
2007-06-19 Neil ConwayRemove duplicate #include.
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-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-01 Bruce MomjianWording cleanup for error messages. Also change can...
2007-01-12 Bruce MomjianUpdate error messsage wording.
2007-01-12 Bruce MomjianUpdate ORDER BY UNION function/exprssion wording (again).
2007-01-11 Bruce MomjianUpdate UNION/INTERSECT/EXCEPT ORDER BY error wording for
2007-01-11 Bruce MomjianImprove error wording of ORDER BY in UNION that uses...
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-10-11 Tom LaneCode review for LIKE INCLUDING CONSTRAINTS patch -...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-09-18 Tom LaneFix problems with column name list of CREATE TABLE...
2006-09-18 Tom LaneFix CREATE TABLE ... AS VALUES ... to work rather than...
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 LaneTweak SPI_cursor_open to allow INSERT/UPDATE/DELETE...
2006-08-12 Tom LaneAdd INSERT/UPDATE/DELETE RETURNING, with basic docs...
2006-08-10 Tom LaneFix UNION/INTERSECT/EXCEPT so that when two inputs...
2006-08-02 Tom LaneWups, got the test for contain_vars_of_level-not-needed...
2006-08-02 Tom LaneAdd a HINT per suggestion from Michael Glaesemann....
2006-08-02 Joe ConwayAdd support for multi-row VALUES clauses as part of...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-07-11 Bruce MomjianSort reference of include files, "A" - "F".
2006-07-03 Tom LaneCode review for FILLFACTOR patch. Change WITH grammar...
2006-07-02 Bruce MomjianAdd FILLFACTOR to CREATE INDEX.
2006-06-27 Bruce MomjianAdd INCLUDING CONSTRAINTS to CREATE TABLE LIKE.
2006-06-21 Tom LaneDisallow aggregate functions in UPDATE commands (unless...
2006-04-30 Tom LaneImprove the representation of FOR UPDATE/FOR SHARE...
2006-04-22 Tom LaneSimplify ParamListInfo data structure to support only...
2006-03-23 Tom LaneAdd error location info to ResTarget parse nodes. ...
2006-03-14 Tom LaneImprove parser so that we can show an error cursor...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-02-19 Neil ConwayAdd TABLESPACE and ON COMMIT clauses to CREATE TABLE...
2006-01-15 Neil ConwayAllow the types of parameters to PREPARE to be inferred...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-02 Tom LaneChange nextval and other sequence functions to specify...
2005-08-01 Tom LaneAdd NOWAIT option to SELECT FOR UPDATE/SHARE.
2005-07-28 Tom LaneMake use of new list primitives list_append_unique...
2005-06-05 Tom LaneReplace the parser's namespace tree (which formerly...
2005-04-28 Tom LaneImplement sharable row-level locks, and use them for...
2005-04-14 Tom LaneCompletion of project to use fixed OIDs for all system...
2005-04-13 Tom LaneChange addRangeTableEntryForRelation() to take a Relati...
2005-04-07 Neil ConwayAdd a "USING" clause to DELETE, which is equivalent...
2005-04-06 Tom LaneMerge Resdom nodes into TargetEntry nodes to simplify...
2005-03-10 Tom LaneMake the behavior of HAVING without GROUP BY conform...
2005-02-19 Tom LaneEnsure that the resolved datatype of any unknown Param...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-11-16 Neil ConwayPrevent a backend crash when processing CREATE TABLE...
2004-09-27 Neil ConwayA few minor list-related cleanups:
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-22 Tom LaneCode review for ALTER INDEX patch.
2004-08-02 Tom LaneSupport USING INDEX TABLESPACE clause for PRIMARY KEY...
2004-07-12 Tom LaneRemove TABLESPACE option of CREATE SEQUENCE; sequences...
2004-06-18 Tom LaneTablespaces. Alternate database locations are dead...
2004-06-10 Tom LaneClean up generation of default names for constraints...
next