]> granicus.if.org Git - postgresql/history - src/backend/optimizer/prep/prepqual.c
Update copyright for 2014
[postgresql] / src / backend / optimizer / prep / prepqual.c
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-03-25 Tom LaneFix failure to propagate collation in negate_clause().
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-10-11 Tom LaneImprove the planner's simplification of NOT constructs.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-08-28 Tom LaneExtend the parser location infrastructure to include...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
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-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-11-26 Tom LaneTeach push_nots() how to negate a ScalarArrayOpExpr...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-07-29 Tom LaneFix an oversight I introduced on 2003-12-28: find_nots...
2005-03-28 Tom LaneRethink the order of expression preprocessing: eval_con...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-09-01 Tom LaneFix mistaken comment.
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-06-01 Tom LaneJust about there on de-FastList-ification.
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...
2003-12-30 Tom LaneInstead of trying to force WHERE clauses into CNF or...
2003-12-28 Tom LaneClean up the usage of canonicalize_qual(): in particula...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
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-05-28 Tom LaneFix some planner performance problems with large WHERE...
2002-12-12 Tom LanePhase 2 of read-only-plans project: restructure express...
2002-09-02 Bruce MomjianRemove sys/types.h in files that include postgres.h...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-05-12 Tom LaneGet rid of long-since-vestigial Iter node type, in...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-08-08 Tom LaneRemove 'func_tlist' from Func expression nodes, likewis...
2000-06-08 Bruce MomjianMark functions as static and ifdef NOT_USED as appropriate.
2000-04-14 Tom LaneRepair bug reported by Wickstrom: backend would crash...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-02-27 Tom LaneAvoid a little bit of unnecessary computation in canoni...
2000-01-28 Tom LaneApply the heuristic proposed by Taral (see pgsql-genera...
2000-01-26 Bruce MomjianAdd:
1999-09-13 Tom LaneFirst cut at doing something reasonable with OR-of...
1999-09-12 Tom LaneFurther improvements in cnfify: reduce amount of self...
1999-09-07 Tom LanePerformance improvements in cnfify(): get rid of expone...
1999-07-16 Bruce MomjianFinal cleanup.
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-05-25 Bruce Momjianpgindent run over code.
1999-02-15 Tom LaneFix a number of places that made faulty assumptions...
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-02-03 Bruce MomjianCleanup of source files where 'return' or 'var =' is...
1998-10-04 Bruce Momjiancnf'ify cleanup
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1997-12-18 Bruce MomjianRemove Existential, and ifdef out generate_fjoin. ...
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.
1997-08-20 Bruce MomjianMore NOT_USEDs
1996-10-31 Marc G. FournierCleanup Makefiles
1996-07-09 Marc G. FournierPostgres95 1.01 Distribution - Virgin Sources PG95-1_01