OSDN Git Service

Fix typo in sslmode documentation
[pg-rex/syncrep.git] / src / backend / optimizer / util / predtest.c
2011-07-04 Alvaro HerreraMove Trigger and TriggerDesc structs out of rel.h into...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-03-26 Tom LaneClean up a few failures to set collation fields in...
2011-03-20 Tom LaneRevise collation derivation method and expression-tree...
2011-02-08 Peter EisentrautPer-column collation support
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-11-24 Tom LaneCreate the system catalog infrastructure needed for...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-25 Tom LaneAllow predicate_refuted_by() to deduce that NOT A refut...
2010-02-14 Robert HaasWrap calls to SearchSysCache and related functions...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2010-01-01 Tom LaneAdd an "argisrow" field to NullTest nodes, following...
2009-12-27 Tom LaneRemove a couple of unnecessary calls of CreateCacheMemo...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-05-11 Tom LanePartially revert my patch of 2008-11-12 that installed...
2009-05-10 Tom LaneMake a marginal performance improvement in predicate_im...
2009-01-09 Tom LaneArrange for function default arguments to be processed...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-11-13 Tom LaneArrange to cache the results of looking up a btree...
2008-11-12 Tom LaneIn predtest.c, install a limit on the number of branche...
2008-08-25 Tom LaneMove exprType(), exprTypmod(), expression_tree_walker...
2008-01-12 Tom LaneFix logical errors in constraint exclusion: we cannot...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-07-24 Tom LaneFix predicate-proving logic to cope with binary-compati...
2007-05-12 Tom LaneImprove predicate_refuted_by_simple_clause() to handle...
2007-03-17 Tom LaneFix up the remaining places where the expression node...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-12-28 Tom LaneEnable btree_predicate_proof() to make proofs involving...
2006-12-23 Tom LaneRestructure operator classes to allow improved handling...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-09-28 Tom LaneFix IS NULL and IS NOT NULL tests on row-valued express...
2006-08-05 Tom LaneTeach predicate_refuted_by() how to do proofs involving...
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-27 Tom LaneTeach predtest.c how to reason about ScalarArrayOpExpr...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-06 Tom LaneFix oversight in indexscan plan creation. I recently...
2005-07-23 Tom LaneSimple constraint exclusion. For now, only child table...
2005-06-10 Tom LaneSeparate predicate-testing code out of indxpath.c,...