]> granicus.if.org Git - postgresql/history - src/backend/rewrite
Reduce hash size for compute_array_stats, compute_tsvector_stats.
[postgresql] / src / backend / rewrite /
2012-03-27 Tom LaneAdd some infrastructure for contrib/pg_stat_statements.
2012-03-20 Tom LaneRestructure SELECT INTO's parsetree representation...
2012-03-09 Robert HaasExtend object access hook framework to support argument...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-12-22 Robert HaasAdd a security_barrier option for views.
2011-11-30 Robert HaasImprove table locking behavior in the face of current...
2011-11-28 Tom LaneEnsure that whole-row junk Vars are always of composite...
2011-11-18 Robert HaasFurther consolidation of DROP statement handling.
2011-10-21 Tom LaneMore cleanup after failed reduced-lock-levels-for-DDL...
2011-09-03 Tom LaneRearrange planner to save the whole PlannerInfo (subroo...
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-07-09 Robert HaasTry to acquire relation locks in RangeVarGetRelid.
2011-07-07 Tom LaneFinish disabling reduced-lock-levels-for-DDL feature.
2011-07-04 Alvaro HerreraMove Trigger and TriggerDesc structs out of rel.h into...
2011-06-28 Robert HaasAdd a missing_ok argument to get_object_address().
2011-06-16 Tom LaneIndex tuple data arrays using Anum_xxx symbolic constan...
2011-06-09 Bruce MomjianPgindent run before 9.1 beta2.
2011-06-07 Tom LaneFix rewriter to cope (more or less) with CTEs in the...
2011-04-11 Peter EisentrautClean up most -Wunused-but-set-variable warnings from...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-03-26 Tom LanePass collation to makeConst() instead of looking it...
2011-02-25 Tom LaneSupport data-modifying commands (INSERT/UPDATE/DELETE...
2011-02-23 Tom LaneAdd a relkind field to RangeTblEntry to avoid some...
2011-02-20 Tom LaneImplement an API to let foreign-data wrappers actually...
2011-02-08 Tom LaneCore support for "extensions", which are packages of...
2011-02-08 Peter EisentrautPer-column collation support
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-11-25 Robert HaasObject access hook framework, with post-creation hook.
2010-11-04 Tom LaneReimplement planner's handling of MIN/MAX aggregate...
2010-10-19 Tom LaneFix incorrect generation of whole-row variables in...
2010-10-10 Tom LaneSupport triggers on views.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-05 Robert HaasStandardize get_whatever_oid functions for other object...
2010-07-28 Simon RiggsReduce lock levels of CREATE TRIGGER and some ALTER...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-14 Robert HaasWrap calls to SearchSysCache and related functions...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-11-05 Tom LaneDon't treat NEW and OLD as reserved words anymore....
2009-10-28 Tom LaneFix AcquireRewriteLocks to be sure that it acquires...
2009-10-28 Tom LaneWhen FOR UPDATE/SHARE is used with LIMIT, put the LockR...
2009-10-27 Tom LaneMake FOR UPDATE/SHARE in the primary query not propagat...
2009-10-26 Tom LaneRe-implement EvalPlanQual processing to improve its...
2009-09-02 Tom LaneFix subquery pullup to wrap a PlaceHolderVar around...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-05-13 Tom LaneAdd checks to DefineQueryRewrite() to prohibit attachin...
2009-02-25 Tom LaneGet rid of the rather fuzzily defined FlattenedSubLink...
2009-01-27 Peter EisentrautRevert updatable views
2009-01-22 Tom LaneSupport column-level privileges, as required by SQL...
2009-01-22 Peter EisentrautAutomatic view update rules
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-28 Tom LaneSupport window functions a la SQL:2008.
2008-11-19 Heikki LinnakangasRethink the way FSM truncation works. Instead of WAL...
2008-11-15 Tom LaneMake SELECT FOR UPDATE/SHARE work on inheritance trees...
2008-11-10 Tom LaneMake relhasrules and relhastriggers work like relhasind...
2008-11-09 Tom LaneReplace pg_class.reltriggers with relhastriggers, which...
2008-11-02 Tom LaneRemove all uses of the deprecated functions heap_formtu...
2008-10-22 Tom LaneDept of better ideas: refrain from creating the planner...
2008-10-21 Tom LaneAdd a concept of "placeholder" variables to the planner...
2008-10-06 Tom LaneWhen expanding a whole-row Var into a RowExpr during...
2008-10-04 Tom LaneImplement SQL-standard WITH clauses, including WITH...
2008-09-24 Tom LaneFix more problems with rewriter failing to set Query...
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-08-11 Heikki LinnakangasIntroduce the concept of relation forks. An smgr relati...
2008-06-19 Alvaro HerreraImprove our #include situation by moving pointer types...
2008-05-12 Alvaro HerreraRestructure some header files a bit, in particular...
2008-03-26 Alvaro HerreraMove the HTSU_Result enum definition into snapshot...
2008-03-25 Tom LaneSimplify and standardize conversions between TEXT datum...
2008-02-19 Peter EisentrautRefactor backend makefiles to remove lots of duplicate...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-16 Bruce MomjianSmall comment spacing improvement.
2007-11-15 Bruce MomjianFix pgindent to properly handle 'else' and single-line...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-09-06 Tom LaneMake eval_const_expressions() preserve typmod when...
2007-08-27 Tom LaneFix a couple of misbehaviors rooted in the fact that...
2007-06-23 Tom LaneSeparate parse-analysis for utility commands out of...
2007-06-11 Tom LaneSupport UPDATE/DELETE WHERE CURRENT OF cursor_name...
2007-04-27 Tom LaneModify processing of DECLARE CURSOR and EXPLAIN so...
2007-03-19 Jan WieckChanges pg_trigger and extend pg_rewrite in order to...
2007-03-17 Tom LaneFix up the remaining places where the expression node...
2007-03-13 Tom LaneFirst phase of plan-invalidation project: create a...
2007-03-01 Tom LaneFix markQueryForLocking() to work correctly in the...
2007-02-01 Bruce MomjianWording cleanup for error messages. Also change can...
2007-01-20 Peter EisentrautRemove remains of old depend target.
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-10-06 Peter EisentrautMessage style improvements
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-10-03 Bruce MomjianMake some sentences consistent with similar ones.
2006-09-05 Tom LaneGet rid of the separate RULE privilege for tables:...
2006-09-02 Tom LaneApply a simple solution to the problem of making INSERT...
2006-08-12 Tom LaneTweak SPI_cursor_open to allow INSERT/UPDATE/DELETE...
2006-08-02 Joe ConwayAdd support for multi-row VALUES clauses as part of...
2006-07-18 Bruce MomjianMark a few functions as static or NOT_USED.
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-06-16 Andrew DunstanDROP ... IF EXISTS for the following cases:
next