]> granicus.if.org Git - postgresql/history - src/backend/rewrite
Update copyright for 2014
[postgresql] / src / backend / rewrite /
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-11-29 Robert HaasRefine our definition of what constitutes a system...
2013-11-22 Tom LaneSupport multi-argument UNNEST(), and TABLE() syntax...
2013-11-04 Kevin GrittnerFix breakage of MV column name list usage.
2013-10-18 Robert HaasAllow only some columns of a view to be auto-updateable.
2013-09-05 Kevin GrittnerEliminate pg_rewrite.ev_attr column and related dead...
2013-08-15 Peter EisentrautImprove error message when view is not updatable
2013-07-23 Tom LaneMove strip_implicit_coercions() from optimizer to nodeF...
2013-07-23 Tom LaneChange post-rewriter representation of dropped columns...
2013-07-18 Stephen FrostWITH CHECK OPTION support for auto-updatable VIEWs
2013-07-05 Noah MischUpdate messages, comments and documentation for materia...
2013-07-03 Fujii MasaoGet rid of pg_class.reltoastidxid.
2013-07-03 Tom LaneFix handling of auto-updatable views on inherited tables.
2013-07-02 Robert HaasUse an MVCC snapshot, rather than SnapshotNow, for...
2013-06-12 Tom LaneImprove updatability checking for views and foreign...
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-04-27 Tom LaneIncidental cleanup of matviews code.
2013-04-14 Peter EisentrautAdd serial comma
2013-04-09 Kevin GrittnerCreate a distinction between a populated matview and...
2013-03-18 Robert HaasExtend object-access hook machinery to support post...
2013-03-14 Kevin GrittnerRevert unnecessary change in MV call to checkRuleResult...
2013-03-11 Tom LaneFix thinko in matview patch.
2013-03-10 Tom LaneSupport writable foreign tables.
2013-03-07 Robert HaasCode beautification for object-access hook machinery.
2013-03-04 Kevin GrittnerRemove accidentally-committed .orig file.
2013-03-04 Kevin GrittnerAdd a materialized view relations.
2013-03-04 Tom LaneGet rid of any toast table when converting a table...
2013-02-09 Tom LaneAdd support for ALTER RULE ... RENAME TO.
2013-01-23 Alvaro HerreraImprove concurrency of foreign key locking
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-12-29 Robert HaasAdjust more backend functions to return OID rather...
2012-12-08 Tom LaneSupport automatically-updatable views.
2012-11-08 Tom LaneRename ResolveNew() to ReplaceVarsFromTargetList()...
2012-10-24 Tom LaneWhen converting a table to a view, remove its system...
2012-08-30 Alvaro HerreraSplit tuple struct defs from htup.h to htup_details.h
2012-08-27 Tom LaneFix up planner infrastructure to support LATERAL properly.
2012-08-10 Tom LaneCentralize the logic for detecting misplaced aggregates...
2012-06-30 Tom LanePrevent CREATE TABLE LIKE/INHERITS from (mis) copying...
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
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...
next