aboutsummaryrefslogtreecommitdiff
path: root/src/backend/rewrite/rewriteHandler.c
Commit message (Expand)AuthorAge
* Add some infrastructure for contrib/pg_stat_statements.Tom Lane2012-03-27
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Add a security_barrier option for views.Robert Haas2011-12-22
* Ensure that whole-row junk Vars are always of composite type.Tom Lane2011-11-27
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.hAlvaro Herrera2011-07-04
* 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
* 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
* Per-column collation supportPeter Eisentraut2011-02-08
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* 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
* pgindent run for 9.0Bruce Momjian2010-02-26
* 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
* 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
* Implement SQL-standard WITH clauses, including WITH RECURSIVE.Tom Lane2008-10-04
* Fix more problems with rewriter failing to set Query.hasSubLinks when insertingTom Lane2008-09-24
* Extend the parser location infrastructure to include a location field inTom Lane2008-08-28
* Move exprType(), exprTypmod(), expression_tree_walker(), and related routinesTom Lane2008-08-25
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Small comment spacing improvement.Bruce Momjian2007-11-16
* Fix pgindent to properly handle 'else' and single-line comments on theBruce Momjian2007-11-15
* Make eval_const_expressions() preserve typmod when simplifying something likeTom Lane2007-09-06
* Changes pg_trigger and extend pg_rewrite in order to allow triggers andJan Wieck2007-03-19
* Fix up the remaining places where the expression node structure would loseTom Lane2007-03-17
* Fix markQueryForLocking() to work correctly in the presence of nested views.Tom Lane2007-03-01
* Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian2007-02-01
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Message style improvementsPeter Eisentraut2006-10-06
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Apply a simple solution to the problem of making INSERT/UPDATE/DELETETom Lane2006-09-02
* Add support for multi-row VALUES clauses as part of INSERT statementsJoe Conway2006-08-02
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* Improve the representation of FOR UPDATE/FOR SHARE so that we canTom Lane2006-04-30