index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
optimizer
/
plan
Commit message (
Expand
)
Author
Age
Files
Lines
*
Process withCheckOption exprs in setrefs.c
Stephen Frost
2014-09-22
1
-0
/
+3
*
Row-Level Security Policies (RLS)
Stephen Frost
2014-09-19
2
-1
/
+10
*
Re-enable error for "SELECT ... OFFSET -1".
Tom Lane
2014-07-22
1
-4
/
+3
*
Allow join removal in some cases involving a left join to a subquery.
Tom Lane
2014-07-15
1
-14
/
+281
*
Implement UPDATE tab SET (col1,col2,...) = (SELECT ...), ...
Tom Lane
2014-06-18
3
-44
/
+133
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
8
-133
/
+134
*
Make security barrier views automatically updatable
Stephen Frost
2014-04-12
1
-1
/
+44
*
Fix EquivalenceClass processing for nested append relations.
Tom Lane
2014-03-28
1
-1
/
+1
*
Fix bogus handling of "postponed" lateral quals.
Tom Lane
2014-01-30
1
-27
/
+29
*
Update copyright for 2014
Bruce Momjian
2014-01-07
8
-8
/
+8
*
Add more use of psprintf()
Peter Eisentraut
2014-01-06
1
-6
/
+2
*
Remove dead code now that orindxpath.c is history.
Tom Lane
2013-12-30
1
-3
/
+0
*
Extract restriction OR clauses whether or not they are indexable.
Tom Lane
2013-12-30
1
-0
/
+7
*
Support ordered-set (WITHIN GROUP) aggregates.
Tom Lane
2013-12-23
2
-3
/
+8
*
Fix inherited UPDATE/DELETE with UNION ALL subqueries.
Tom Lane
2013-12-14
2
-2
/
+10
*
Fix possible crash with nested SubLinks.
Tom Lane
2013-12-10
1
-5
/
+22
*
Support multi-argument UNNEST(), and TABLE() syntax for multiple functions.
Tom Lane
2013-11-21
5
-37
/
+47
*
Compute correct em_nullable_relids in get_eclass_for_sort_expr().
Tom Lane
2013-11-15
1
-0
/
+20
*
Fix whitespace issues found by git diff --check, add gitattributes
Peter Eisentraut
2013-11-10
1
-1
/
+1
*
Fix generation of MergeAppend plans for optimized min/max on expressions.
Tom Lane
2013-11-07
1
-1
/
+22
*
Add use of asprintf()
Peter Eisentraut
2013-10-13
1
-2
/
+1
*
In locate_grouping_columns(), don't expect an exact match of Var typmods.
Tom Lane
2013-08-23
1
-3
/
+18
*
Fix hash table size estimation error in choose_hashed_distinct().
Tom Lane
2013-08-21
1
-0
/
+4
*
Fix qual-clause-misplacement issues with pulled-up LATERAL subqueries.
Tom Lane
2013-08-19
1
-33
/
+128
*
Fix planner problems with LATERAL references in PlaceHolderVars.
Tom Lane
2013-08-17
4
-98
/
+230
*
Remove ph_may_need from PlaceHolderInfo, with attendant simplifications.
Tom Lane
2013-08-14
2
-29
/
+9
*
Simplify query_planner's API by having it return the top-level RelOptInfo.
Tom Lane
2013-08-05
3
-260
/
+201
*
Fix crash in error report of invalid tuple lock
Alvaro Herrera
2013-08-02
1
-1
/
+2
*
Add SQL Standard WITH ORDINALITY support for UNNEST (and any other SRF)
Greg Stark
2013-07-29
1
-2
/
+5
*
Tweak FOR UPDATE/SHARE error message wording (again)
Alvaro Herrera
2013-07-23
2
-2
/
+10
*
WITH CHECK OPTION support for auto-updatable VIEWs
Stephen Frost
2013-07-18
2
-8
/
+37
*
Implement the FILTER clause for aggregate function calls.
Noah Misch
2013-07-16
1
-0
/
+6
*
Comment on why planagg.c punts "MIN(x ORDER BY y)".
Noah Misch
2013-07-16
1
-2
/
+16
*
Check get_tle_by_resno() result before deref
Stephen Frost
2013-07-15
1
-0
/
+3
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
4
-44
/
+45
*
Better fix for permissions tests in excluded subqueries.
Tom Lane
2013-05-08
2
-82
/
+202
*
Fix permission tests for views/tables proven empty by constraint exclusion.
Tom Lane
2013-05-01
1
-14
/
+40
*
Postpone creation of pathkeys lists to fix bug #8049.
Tom Lane
2013-04-29
3
-146
/
+142
*
Avoid inserting no-op Limit plan nodes.
Tom Lane
2013-03-14
1
-1
/
+56
*
Avoid inserting Result nodes that only compute identity projections.
Tom Lane
2013-03-14
2
-9
/
+16
*
Support writable foreign tables.
Tom Lane
2013-03-10
2
-3
/
+66
*
Add a materialized view relations.
Kevin Grittner
2013-03-03
1
-1
/
+1
*
Improve error message wording
Alvaro Herrera
2013-02-06
2
-2
/
+2
*
Improve concurrency of foreign key locking
Alvaro Herrera
2013-01-23
2
-16
/
+27
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
8
-8
/
+8
*
Fix SELECT DISTINCT with index-optimized MIN/MAX on inheritance trees.
Tom Lane
2012-11-26
1
-2
/
+6
*
Fix planning of non-strict equivalence clauses above outer joins.
Tom Lane
2012-10-18
1
-18
/
+77
*
Fix case of window function + aggregate + GROUP BY expression.
Tom Lane
2012-09-13
1
-44
/
+119
*
Fix PARAM_EXEC assignment mechanism to be safe in the presence of WITH.
Tom Lane
2012-09-05
3
-179
/
+170
*
Fix mark_placeholder_maybe_needed to handle LATERAL references.
Tom Lane
2012-09-01
1
-1
/
+4
[next]