index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
rewrite
/
rewriteHandler.c
Age
Commit message (
Expand
)
Author
2011-06-07
Fix rewriter to cope (more or less) with CTEs in the query being rewritten.
Tom Lane
2011-04-10
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-03-26
Pass collation to makeConst() instead of looking it up internally.
Tom Lane
2011-02-25
Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH.
Tom Lane
2011-02-23
Add a relkind field to RangeTblEntry to avoid some syscache lookups.
Tom Lane
2011-02-20
Implement an API to let foreign-data wrappers actually be functional.
Tom Lane
2011-02-08
Per-column collation support
Peter Eisentraut
2011-01-01
Stamp copyrights for year 2011.
Bruce Momjian
2010-10-19
Fix incorrect generation of whole-row variables in planner.
Tom Lane
2010-10-10
Support triggers on views.
Tom Lane
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-02-26
pgindent run for 9.0
Bruce Momjian
2010-01-02
Update copyright for the year 2010.
Bruce Momjian
2009-11-05
Don't treat NEW and OLD as reserved words anymore. For the purposes of rules
Tom Lane
2009-10-28
Fix AcquireRewriteLocks to be sure that it acquires the right lock strength
Tom Lane
2009-10-28
When FOR UPDATE/SHARE is used with LIMIT, put the LockRows plan node
Tom Lane
2009-10-27
Make FOR UPDATE/SHARE in the primary query not propagate into WITH queries;
Tom Lane
2009-10-26
Re-implement EvalPlanQual processing to improve its performance and eliminate
Tom Lane
2009-09-02
Fix subquery pullup to wrap a PlaceHolderVar around the entire RowExpr
Tom Lane
2009-06-11
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-01-27
Revert updatable views
Peter Eisentraut
2009-01-22
Support column-level privileges, as required by SQL standard.
Tom Lane
2009-01-22
Automatic view update rules
Peter Eisentraut
2009-01-01
Update copyright for 2009.
Bruce Momjian
2008-10-04
Implement SQL-standard WITH clauses, including WITH RECURSIVE.
Tom Lane
2008-09-24
Fix more problems with rewriter failing to set Query.hasSubLinks when inserting
Tom Lane
2008-08-28
Extend the parser location infrastructure to include a location field in
Tom Lane
2008-08-25
Move exprType(), exprTypmod(), expression_tree_walker(), and related routines
Tom Lane
2008-01-01
Update copyrights in source tree to 2008.
Bruce Momjian
2007-11-16
Small comment spacing improvement.
Bruce Momjian
2007-11-15
Fix pgindent to properly handle 'else' and single-line comments on the
Bruce Momjian
2007-09-06
Make eval_const_expressions() preserve typmod when simplifying something like
Tom Lane
2007-03-19
Changes pg_trigger and extend pg_rewrite in order to allow triggers and
Jan Wieck
2007-03-17
Fix up the remaining places where the expression node structure would lose
Tom Lane
2007-03-01
Fix markQueryForLocking() to work correctly in the presence of nested views.
Tom Lane
2007-02-01
Wording cleanup for error messages. Also change can't -> cannot.
Bruce Momjian
2007-01-05
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2006-10-06
Message style improvements
Peter Eisentraut
2006-10-04
pgindent run for 8.2.
Bruce Momjian
2006-09-02
Apply a simple solution to the problem of making INSERT/UPDATE/DELETE
Tom Lane
2006-08-02
Add support for multi-row VALUES clauses as part of INSERT statements
Joe Conway
2006-07-14
Remove 576 references of include files that were not needed.
Bruce Momjian
2006-04-30
Improve the representation of FOR UPDATE/FOR SHARE so that we can
Tom Lane
2006-04-05
Fix a bunch of problems with domains by making them use special input functions
Tom Lane
2006-03-05
Update copyright for 2006. Update scripts.
Bruce Momjian
2005-11-23
Fix problems with rewriter failing to set Query.hasSubLinks when inserting
Tom Lane
2005-11-22
Re-run pgindent, fixing a problem where comment lines after a blank
Bruce Momjian
2005-10-15
Standard pgindent run for 8.1.
Bruce Momjian
2005-08-01
Add NOWAIT option to SELECT FOR UPDATE/SHARE.
Tom Lane
2005-07-28
Make use of new list primitives list_append_unique and list_concat_unique
Tom Lane
[next]