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
/
prep
/
prepunion.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement SKIP LOCKED for row-level locks
Alvaro Herrera
2014-10-07
1
-1
/
+1
*
Fix some more problems with nested append relations.
Tom Lane
2014-10-01
1
-0
/
+23
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
1
-8
/
+9
*
Make security barrier views automatically updatable
Stephen Frost
2014-04-12
1
-14
/
+46
*
Update copyright for 2014
Bruce Momjian
2014-01-07
1
-1
/
+1
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
1
-1
/
+1
*
Get rid of COERCE_DONTCARE.
Tom Lane
2012-10-12
1
-1
/
+1
*
Fix PARAM_EXEC assignment mechanism to be safe in the presence of WITH.
Tom Lane
2012-09-05
1
-0
/
+10
*
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-08-30
1
-0
/
+1
*
Split heapam_xlog.h from heapam.h
Alvaro Herrera
2012-08-28
1
-0
/
+1
*
Fix up planner infrastructure to support LATERAL properly.
Tom Lane
2012-08-26
1
-0
/
+1
*
Replace int2/int4 in C code with int16/int32
Peter Eisentraut
2012-06-25
1
-1
/
+1
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
1
-3
/
+3
*
Revise parameterized-path mechanism to fix assorted issues.
Tom Lane
2012-04-19
1
-0
/
+3
*
Preserve column names in the execution-time tupledesc for a RowExpr.
Tom Lane
2012-02-14
1
-37
/
+61
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
1
-1
/
+1
*
Rearrange planner to save the whole PlannerInfo (subroot) for a subquery.
Tom Lane
2011-09-03
1
-6
/
+24
*
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-09-01
1
-3
/
+0
*
Pgindent run before 9.1 beta2.
Bruce Momjian
2011-06-09
1
-3
/
+3
*
Improve cost estimation for aggregates and window functions.
Tom Lane
2011-04-24
1
-2
/
+2
*
Clean up collation processing in prepunion.c.
Tom Lane
2011-04-16
1
-35
/
+96
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
1
-1
/
+1
*
Pass collation to makeConst() instead of looking it up internally.
Tom Lane
2011-03-25
1
-0
/
+1
*
Fix improper matching of resjunk column names for FOR UPDATE in subselect.
Tom Lane
2011-02-09
1
-0
/
+1
*
Per-column collation support
Peter Eisentraut
2011-02-08
1
-6
/
+15
*
Fix PlanRowMark/ExecRowMark structures to handle inheritance correctly.
Tom Lane
2011-01-12
1
-4
/
+0
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
1
-1
/
+1
*
Reimplement planner's handling of MIN/MAX aggregate optimization.
Tom Lane
2010-11-04
1
-0
/
+1
*
Oops, missed one fix for EquivalenceClass rearrangement.
Tom Lane
2010-10-29
1
-3
/
+3
*
Teach CLUSTER to use seqscan-and-sort when it's faster than indexscan.
Tom Lane
2010-10-07
1
-1
/
+2
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
1
-1
/
+1
*
pgindent run for 9.0, second run
Bruce Momjian
2010-07-06
1
-3
/
+3
*
Fix incorrect patch that removed permission checks on inheritance child
Tom Lane
2010-05-11
1
-11
/
+8
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
1
-4
/
+5
*
Tighten integrity checks on ALTER TABLE ... ALTER COLUMN ... RENAME.
Robert Haas
2010-02-01
1
-2
/
+2
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
1
-2
/
+2
*
Re-implement EvalPlanQual processing to improve its performance and eliminate
Tom Lane
2009-10-26
1
-12
/
+14
*
When querying a table with child tables, do not check permissions on the
Peter Eisentraut
2009-10-23
1
-1
/
+2
*
Move the handling of SELECT FOR UPDATE locking and rechecking out of
Tom Lane
2009-10-12
1
-2
/
+5
*
Split the processing of INSERT/UPDATE/DELETE operations out of execMain.c.
Tom Lane
2009-10-10
1
-3
/
+3
*
Fix subquery pullup to wrap a PlaceHolderVar around the entire RowExpr
Tom Lane
2009-09-02
1
-3
/
+3
*
Put back adjust_appendrel_attrs()'s code for dealing with RestrictInfo.
Tom Lane
2009-08-13
1
-2
/
+57
*
Fix set_append_rel_pathlist() to deal intelligently with cases where
Tom Lane
2009-07-06
1
-52
/
+2
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
1
-32
/
+32
*
Modify find_inheritance_children() and find_all_inheritors() to add the
Tom Lane
2009-05-12
1
-31
/
+31
*
Do some minor code refactoring in preparation for changing the APIs of
Tom Lane
2009-05-12
1
-43
/
+2
*
Modify the relcache to record the temp status of both local and nonlocal
Tom Lane
2009-03-31
1
-9
/
+11
*
Fix column privilege checking for cases where parent and child have different
Tom Lane
2009-03-05
1
-1
/
+70
*
Get rid of the rather fuzzily defined FlattenedSubLink node type in favor of
Tom Lane
2009-02-25
1
-18
/
+1
*
Fix cost_mergejoin's failure to adjust for rescanning of non-unique merge join
Tom Lane
2009-02-06
1
-2
/
+3
[next]