OSDN Git Service

Update copyrights to 2003.
[pg-rex/syncrep.git] / src / backend / rewrite / rewriteManip.c
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...
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-02-10 Bruce MomjianPass attypmod through to executor by adding to Var...
1998-01-21 Bruce MomjianMake subqueries rewrite properly.
1998-01-15 Bruce MomjianRemove Query->qry_aggs and qry_numaggs and replace...
1998-01-04 Bruce MomjianFix for count(*), aggs with views and multiple tables...
1997-09-18 Bruce MomjianInline memset() as MemSet().
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-10 Bruce MomjianAll external function definitions now have prototypes...
1996-11-06 Marc G. FournierSome compile failure fixes from Keith Parks <emkxp01...
1996-07-23 Marc G. FournierFinished merging in src/backend from Dr. George's sourc...
1996-07-09 Marc G. FournierPostgres95 1.01 Distribution - Virgin Sources