aboutsummaryrefslogtreecommitdiff
path: root/src/backend/rewrite
Commit message (Expand)AuthorAge
* More cleanup after failed reduced-lock-levels-for-DDL feature.Tom Lane2011-10-21
* Rearrange planner to save the whole PlannerInfo (subroot) for a subquery.Tom Lane2011-09-03
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* Try to acquire relation locks in RangeVarGetRelid.Robert Haas2011-07-08
* Finish disabling reduced-lock-levels-for-DDL feature.Tom Lane2011-07-07
* Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.hAlvaro Herrera2011-07-04
* Add a missing_ok argument to get_object_address().Robert Haas2011-06-27
* Index tuple data arrays using Anum_xxx symbolic constants instead of "i++".Tom Lane2011-06-16
* Pgindent run before 9.1 beta2.Bruce Momjian2011-06-09
* Fix rewriter to cope (more or less) with CTEs in the query being rewritten.Tom Lane2011-06-07
* Clean up most -Wunused-but-set-variable warnings from gcc 4.6Peter Eisentraut2011-04-11
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Pass collation to makeConst() instead of looking it up internally.Tom Lane2011-03-25
* Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH.Tom Lane2011-02-25
* Add a relkind field to RangeTblEntry to avoid some syscache lookups.Tom Lane2011-02-22
* Implement an API to let foreign-data wrappers actually be functional.Tom Lane2011-02-20
* Core support for "extensions", which are packages of SQL objects.Tom Lane2011-02-08
* Per-column collation supportPeter Eisentraut2011-02-08
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Object access hook framework, with post-creation hook.Robert Haas2010-11-25
* Reimplement planner's handling of MIN/MAX aggregate optimization.Tom Lane2010-11-04
* Fix incorrect generation of whole-row variables in planner.Tom Lane2010-10-19
* Support triggers on views.Tom Lane2010-10-10
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Standardize get_whatever_oid functions for other object types.Robert Haas2010-08-05
* Reduce lock levels of CREATE TRIGGER and some ALTER TABLE, CREATE RULE actions.Simon Riggs2010-07-28
* pgindent run for 9.0Bruce Momjian2010-02-26
* Wrap calls to SearchSysCache and related functions using macros.Robert Haas2010-02-14
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Don't treat NEW and OLD as reserved words anymore. For the purposes of rulesTom Lane2009-11-05
* Fix AcquireRewriteLocks to be sure that it acquires the right lock strengthTom Lane2009-10-28
* When FOR UPDATE/SHARE is used with LIMIT, put the LockRows plan nodeTom Lane2009-10-28
* Make FOR UPDATE/SHARE in the primary query not propagate into WITH queries;Tom Lane2009-10-27
* Re-implement EvalPlanQual processing to improve its performance and eliminateTom Lane2009-10-26
* Fix subquery pullup to wrap a PlaceHolderVar around the entire RowExprTom Lane2009-09-02
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Add checks to DefineQueryRewrite() to prohibit attaching rules to relationsTom Lane2009-05-13
* Get rid of the rather fuzzily defined FlattenedSubLink node type in favor ofTom Lane2009-02-25
* Revert updatable viewsPeter Eisentraut2009-01-27
* Support column-level privileges, as required by SQL standard.Tom Lane2009-01-22
* Automatic view update rulesPeter Eisentraut2009-01-22
* Update copyright for 2009.Bruce Momjian2009-01-01
* Support window functions a la SQL:2008.Tom Lane2008-12-28
* Rethink the way FSM truncation works. Instead of WAL-logging FSMHeikki Linnakangas2008-11-19
* Make SELECT FOR UPDATE/SHARE work on inheritance trees, by having the planTom Lane2008-11-15
* Make relhasrules and relhastriggers work like relhasindex, namely we letTom Lane2008-11-10
* Replace pg_class.reltriggers with relhastriggers, which is just a boolean hintTom Lane2008-11-09
* Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple,Tom Lane2008-11-02
* Dept of better ideas: refrain from creating the planner's placeholder_listTom Lane2008-10-22
* Add a concept of "placeholder" variables to the planner. These are variablesTom Lane2008-10-21