index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
optimizer
/
util
/
clauses.c
Commit message (
Expand
)
Author
Age
*
Add infrastructure for storing a VARIADIC ANY function's VARIADIC flag.
Tom Lane
2013-01-21
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Get rid of COERCE_DONTCARE.
Tom Lane
2012-10-12
*
Make equal() ignore CoercionForm fields for better planning with casts.
Tom Lane
2012-10-12
*
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-08-30
*
Centralize the logic for detecting misplaced aggregates, window funcs, etc.
Tom Lane
2012-08-10
*
Account for SRFs in targetlists in planner rowcount estimates.
Tom Lane
2012-07-21
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Refactor simplify_function et al to centralize argument simplification.
Tom Lane
2012-03-23
*
Code review for protransform patches.
Tom Lane
2012-03-23
*
Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.
Tom Lane
2012-03-19
*
Allow LEAKPROOF functions for better performance of security views.
Robert Haas
2012-02-13
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Add const qualifiers to node inspection functions
Peter Eisentraut
2011-12-07
*
Make some minor formatting improvements to what pgindent did.
Tom Lane
2011-11-28
*
Pgindent clauses.c, per request from Tom.
Bruce Momjian
2011-11-28
*
Convert eval_const_expressions's long series of IsA tests into a switch.
Tom Lane
2011-11-28
*
Fix inline_set_returning_function() to allow multiple OUT parameters.
Tom Lane
2011-11-03
*
Rearrange planner to save the whole PlannerInfo (subroot) for a subquery.
Tom Lane
2011-09-03
*
Avoid listing ungrouped Vars in the targetlist of Agg-underneath-Window.
Tom Lane
2011-07-12
*
Add notion of a "transform function" that can simplify function calls.
Robert Haas
2011-06-21
*
Pgindent run before 9.1 beta2.
Bruce Momjian
2011-06-09
*
Improve cost estimation for aggregates and window functions.
Tom Lane
2011-04-24
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
Clean up a few failures to set collation fields in expression nodes.
Tom Lane
2011-03-26
*
Pass collation to makeConst() instead of looking it up internally.
Tom Lane
2011-03-25
*
Fix handling of collation in SQL-language functions.
Tom Lane
2011-03-24
*
Revise collation derivation method and expression-tree representation.
Tom Lane
2011-03-19
*
Split CollateClause into separate raw and analyzed node types.
Tom Lane
2011-03-11
*
Per-column collation support
Peter Eisentraut
2011-02-08
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Fix up handling of simple-form CASE with constant test expression.
Tom Lane
2010-12-19
*
Allow plugins to suppress inlining and hook function entry/exit/abort.
Robert Haas
2010-12-13
*
Prevent inlining a SQL function with multiple OUT parameters.
Tom Lane
2010-12-01
*
Fix old oversight in const-simplification of COALESCE() expressions.
Tom Lane
2010-11-12
*
Fix inline_set_returning_function() to preserve the invalItems list properly.
Tom Lane
2010-10-25
*
Improve the planner's simplification of NOT constructs.
Tom Lane
2010-10-10
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Fix planner to make a reasonable assumption about the amount of memory space
Tom Lane
2010-08-14
*
Modify error context callback functions to not assume that they can fetch
Tom Lane
2010-03-19
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
*
Wrap calls to SearchSysCache and related functions using macros.
Robert Haas
2010-02-14
*
Fix thinko in my recent change to put an explicit argisrow field in NullTest:
Tom Lane
2010-01-19
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
Add an "argisrow" field to NullTest nodes, following a plan made way back in
Tom Lane
2010-01-01
*
Support ORDER BY within aggregate function calls, at long last providing a
Tom Lane
2009-12-15
*
Fix a bug introduced when set-returning SQL functions were made inline-able:
Tom Lane
2009-12-14
*
Support use of function argument names to identify which actual arguments
Tom Lane
2009-10-08
*
Teach simplify_boolean_equality to simplify the forms foo <> true and
Tom Lane
2009-07-20
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
[next]