]> granicus.if.org Git - postgresql/history - src/include/rewrite
Update copyrights in source tree to 2008.
[postgresql] / src / include / rewrite /
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-08-27 Tom LaneFix a couple of misbehaviors rooted in the fact that...
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-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-09-05 Tom LaneGet rid of the separate RULE privilege for tables:...
2006-07-11 Bruce MomjianAllow each C include file to compile on its own by...
2006-06-16 Andrew DunstanDROP ... IF EXISTS for the following cases:
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-06-04 Tom LaneChange expandRTE() and ResolveNew() back to taking...
2005-06-03 Tom LaneRevise handling of dropped columns in JOIN alias lists...
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-05-10 Tom LanePromote row expressions to full-fledged citizens of...
2003-11-29 PostgreSQL Daemonmake sure the $Id tags are converted to $PostgreSQL...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2002-10-20 Tom LaneRule rewriter was doing the wrong thing with conditiona...
2002-09-04 Bruce Momjianpgindent run.
2002-07-18 Bruce MomjianThe attached patch (against HEAD) implements
2002-07-12 Tom LaneSecond phase of committing Rod Taylor's pg_depend/pg_co...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-04-19 Tom LaneChange naming rule for ON SELECT rules of views: they...
2002-04-18 Tom LaneRule names are now unique per-relation, rather than...
2002-03-29 Tom Lanepg_type has a typnamespace column; system now supports...
2002-03-21 Tom LaneChange the aclchk.c routines to uniformly use OIDs...
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-08-12 Tom LaneMake ALTER TABLE RENAME on a view rename the view's...
2001-06-13 Tom LaneRemove some dead code, simplify calling convention.
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-12-05 Tom LaneRepair breakage of rules containing INSERT ... SELECT...
2000-11-16 Tom LaneChange SearchSysCache coding conventions so that a...
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-06-30 Tom LaneUse a private memory context to store rule information...
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-26 Bruce MomjianAdd:
1999-10-01 Tom LaneClean up rewriter routines to use expression_tree_walke...
1999-07-15 Bruce MomjianChange #include's to use <> and "" as appropriate.
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
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-01-18 Bruce MomjianHi!
1998-10-21 Bruce MomjianThe patch does 2 things:
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-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-07-19 Bruce Momjian1) Queries using the having clause on base tables shoul...
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-01-24 Bruce MomjianFix prototypes so they don't look like function definit...
1998-01-21 Bruce MomjianMake subqueries rewrite properly.
1997-11-26 Bruce MomjianCleanup up include files.
1997-09-08 Bruce MomjianUsed modified version of indent that understands over...
1997-09-08 Bruce MomjianAnother PGINDENT run that changes variable indenting...
1997-09-07 Bruce MomjianMassive commit to run PGINDENT on all *.c and *.h files.
1996-11-08 Bruce MomjianCompile and warning cleanup
1996-11-06 Marc G. FournierOkay...this pretty much cleans out the include files.
1996-11-04 Marc G. FournierAnother series started from utils/builtins.h
1996-11-01 Marc G. FournierOkay, following Bryan's (and others) suggestions.....
1996-10-19 Marc G. Fournieranother...
1996-08-28 Marc G. FournierClean up th ecompile process by centralizing the includ...