]> granicus.if.org Git - postgresql/history - src/backend/rewrite/rewriteManip.c
Implement SQL-standard WITH clauses, including WITH RECURSIVE.
[postgresql] / src / backend / rewrite / rewriteManip.c
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-22 Tom LaneArrange to convert EXISTS subqueries that are equivalen...
2008-08-14 Heikki LinnakangasFix pull_up_simple_union_all to copy all rtable entries...
2008-08-14 Tom LaneImplement SEMI and ANTI joins in the planner and execut...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-09-06 Tom LaneMake eval_const_expressions() preserve typmod when...
2007-06-11 Tom LaneSupport UPDATE/DELETE WHERE CURRENT OF cursor_name...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-07-11 Bruce MomjianAlphabetically order reference to include files, "N...
2006-04-30 Tom LaneImprove the representation of FOR UPDATE/FOR SHARE...
2006-04-05 Tom LaneFix a bunch of problems with domains by making them...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-01-31 Tom LaneRestructure planner's handling of inheritance. Rather...
2006-01-06 Tom LaneFix failure to apply domain constraints to a NULL const...
2005-11-23 Tom LaneFix problems with rewriter failing to set Query.hasSubL...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-06-04 Tom LaneChange expandRTE() and ResolveNew() back to taking...
2005-03-10 Tom LaneMake the behavior of HAVING without GROUP BY conform...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-19 Tom LaneRepair some issues with column aliases and RowExpr...
2004-08-17 Tom LaneStandardize on the assumption that the arguments of...
2004-05-30 Neil ConwayUse the new List API function names throughout the...
2004-05-26 Neil ConwayReimplement the linked list data structure used through...
2004-05-10 Tom LanePromote row expressions to full-fledged citizens of...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-10-20 Tom LaneIt is possible for ResolveNew to be used to insert...
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
2003-08-11 Tom LaneCode cleanup inspired by recent resname bug report...
2003-08-08 Bruce MomjianAnother pgindent run with updated typedefs.
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-07-25 Tom LaneError message editing in backend/optimizer, backend...
2003-07-16 Tom LaneAdd defenses against trying to attach qual conditions...
2003-06-06 Tom LaneImplement outer-level aggregates to conform to the...
2003-02-08 Tom LaneReplace planner's representation of relation sets,...
2003-01-20 Tom LaneIN clauses appearing at top level of WHERE can now...
2003-01-17 Tom LaneAdjust API of expression_tree_mutator and query_tree_mu...
2002-12-12 Tom LanePhase 2 of read-only-plans project: restructure express...
2002-10-20 Tom LaneRule rewriter was doing the wrong thing with conditiona...
2002-09-11 Tom LaneTweak querytree-dependency-extraction code so that...
2002-09-04 Bruce Momjianpgindent run.
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-03-21 Tom LaneFirst phase of SCHEMA changes, concentrating on fixing...
2002-03-12 Tom LaneRestructure representation of join alias variables...
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-09-07 Tom LaneRevert treatment of NOTIFY in rules to its pre-7.1...
2001-04-18 Tom LaneMake the world safe for passing whole rows of views...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-01-27 Tom LaneRefuse to try to attach a condition to a NOTIFY or...
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-12-06 Tom LaneClean up handling of FOR UPDATE inside views and subsel...
2000-12-05 Tom LaneRepair breakage of rules containing INSERT ... SELECT...
2000-11-16 Tom LaneChange SearchSysCache coding conventions so that a...
2000-10-05 Tom LaneReimplementation of UNION/INTERSECT/EXCEPT. INTERSECT...
2000-09-29 Tom LaneSubselects in FROM clause, per ISO syntax: FROM (SELECT...
2000-09-12 Tom LaneFirst cut at full support for OUTER JOINs. There are...
2000-05-30 Bruce MomjianRemove unused include files. Do not touch /port or...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-03-16 Tom LaneFix some (more) problems with subselects in rules....
2000-01-27 Tom LaneRedesign DISTINCT ON as discussed in pgsql-sql 1/25...
2000-01-26 Bruce MomjianAdd:
1999-11-07 Bruce MomjianNew NameStr macro to convert Name to Str. No need...
1999-10-01 Tom LaneClean up rewriter routines to use expression_tree_walke...
1999-08-25 Tom LaneRevise implementation of SubLinks so that there is...
1999-08-21 Tom LaneMajor revision of sort-node handling: push knowledge...
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-16 Bruce MomjianFinal cleanup.
1999-07-16 Bruce MomjianUpdate #include cleanups
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-07-13 Bruce MomjianRemove S*I comments from Stephan.
1999-05-26 Bruce MomjianMake functions static or NOT_USED as appropriate.
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-12 Jan WieckReplaced targetlist entry in GroupClause by reference...
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-02-08 Jan WieckRevert some changes from the INTERSECT/EXPECT patch...
1999-02-03 Bruce MomjianCleanup of source files where 'return' or 'var =' is...
1999-01-25 Bruce MomjianAgg/Aggreg cleanup and datetime.sql patch.
1999-01-24 Bruce MomjianRename Aggreg to Aggref.
1999-01-18 Bruce MomjianHi!
1998-12-14 Thomas G. LockhartAdd support for the CASE statement in the rewrite handling.
1998-10-21 Bruce MomjianThe patch does 2 things:
1998-10-20 Bruce MomjianFix for rules system from Jan.
1998-10-08 Bruce MomjianMake functions static or ifdef NOT_USED. Prevent pg_ve...
1998-10-02 Bruce Momjian Here's a combination of all the patches I'm current...
1998-09-11 Bruce MomjianTatsuo Ishii fix for pg_user crash, with slight modific...
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-07-19 Bruce Momjian1) Queries using the having clause on base tables shoul...
next