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
/
executor
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix various typos and grammar errors in comments.
Andres Freund
2015-04-26
1
-1
/
+1
*
Perform RLS WITH CHECK before constraints, etc
Stephen Frost
2015-04-24
2
-23
/
+99
*
Add comments explaining how unique and exclusion constraints are enforced.
Heikki Linnakangas
2015-04-24
1
-7
/
+52
*
Move functions related to index maintenance to separate source file.
Heikki Linnakangas
2015-04-24
3
-534
/
+545
*
Fix ExecOpenScanRelation to take a lock on a ROW_MARK_COPY relation.
Tom Lane
2015-03-24
2
-1
/
+7
*
Allow foreign tables to participate in inheritance.
Tom Lane
2015-03-22
3
-44
/
+45
*
Ensure tableoid reads correctly in EvalPlanQual-manufactured tuples.
Tom Lane
2015-03-12
1
-1
/
+3
*
Use the typcache to cache constraints for domain types.
Tom Lane
2015-03-01
1
-3
/
+10
*
In array_agg(), don't create a new context for every group.
Jeff Davis
2015-02-21
1
-2
/
+2
*
Use FLEXIBLE_ARRAY_MEMBER for HeapTupleHeaderData.t_bits[].
Tom Lane
2015-02-21
1
-1
/
+1
*
Use FLEXIBLE_ARRAY_MEMBER in some more places.
Tom Lane
2015-02-20
1
-7
/
+7
*
Use FLEXIBLE_ARRAY_MEMBER in a bunch more places.
Tom Lane
2015-02-20
2
-6
/
+5
*
Rationalize the APIs of array element/slice access functions.
Tom Lane
2015-02-16
1
-61
/
+51
*
Fix null-pointer-deref crash while doing COPY IN with check constraints.
Tom Lane
2015-02-15
1
-2
/
+5
*
Fix reference-after-free when waiting for another xact due to constraint.
Heikki Linnakangas
2015-02-04
2
-2
/
+4
*
Fix column-privilege leak in error-message paths
Stephen Frost
2015-01-28
2
-41
/
+164
*
Use abbreviated keys for faster sorting of text datums.
Robert Haas
2015-01-19
3
-0
/
+21
*
Typo fix.
Robert Haas
2015-01-19
1
-1
/
+1
*
Fix use-of-already-freed-memory problem in EvalPlanQual processing.
Tom Lane
2015-01-15
1
-3
/
+21
*
Fix typo in execMain.c
Stephen Frost
2015-01-09
1
-1
/
+1
*
Update copyright for 2015
Bruce Momjian
2015-01-06
48
-48
/
+48
*
Fix corner case where SELECT FOR UPDATE could return a row twice.
Tom Lane
2014-12-11
1
-0
/
+22
*
Add bms_next_member(), and use it where appropriate.
Tom Lane
2014-11-28
1
-15
/
+14
*
Rename pg_rowsecurity -> pg_policy and other fixes
Stephen Frost
2014-11-27
1
-1
/
+1
*
Support arrays as input to array_agg() and ARRAY(SELECT ...).
Tom Lane
2014-11-25
1
-18
/
+20
*
Remove dead code supporting mark/restore in SeqScan, TidScan, ValuesScan.
Tom Lane
2014-11-20
4
-129
/
+13
*
Initial code review for CustomScan patch.
Tom Lane
2014-11-20
1
-20
/
+24
*
Fix another oversight in CustomScan patch.
Tom Lane
2014-11-20
1
-1
/
+3
*
Explicitly support the case that a plancache's raw_parse_tree is NULL.
Tom Lane
2014-11-12
1
-1
/
+3
*
Ensure that RowExprs and whole-row Vars produce the expected column names.
Tom Lane
2014-11-10
4
-72
/
+133
*
Introduce custom path and scan providers.
Robert Haas
2014-11-07
4
-3
/
+177
*
C comments: adjust execTuples.c for new structure
Bruce Momjian
2014-10-13
1
-8
/
+1
*
Increase number of hash join buckets for underestimate.
Kevin Grittner
2014-10-13
1
-2
/
+129
*
Implement SKIP LOCKED for row-level locks
Alvaro Herrera
2014-10-07
2
-19
/
+41
*
Row-Level Security Policies (RLS)
Stephen Frost
2014-09-19
1
-5
/
+13
*
Fix pointer type in size passed to memset.
Heikki Linnakangas
2014-09-14
1
-1
/
+1
*
Change NTUP_PER_BUCKET to 1 to improve hash join lookup speed.
Robert Haas
2014-09-12
1
-34
/
+41
*
Pack tuples in a hash join batch densely, to save memory.
Heikki Linnakangas
2014-09-10
1
-28
/
+123
*
Assorted message fixes and improvements
Peter Eisentraut
2014-09-05
1
-2
/
+2
*
Fix FOR UPDATE NOWAIT on updated tuple chains
Alvaro Herrera
2014-08-27
2
-8
/
+18
*
Don't require sort support functions to provide a comparator.
Robert Haas
2014-08-06
1
-4
/
+4
*
Fix typo in C comment.
Kevin Grittner
2014-08-05
1
-1
/
+1
*
Fix bug with whole-row references to append subplans.
Tom Lane
2014-07-11
1
-14
/
+19
*
Redesign API presented by nodeAgg.c for ordered-set and similar aggregates.
Tom Lane
2014-07-03
1
-13
/
+25
*
Avoid leaking memory while evaluating arguments for a table function.
Tom Lane
2014-06-19
2
-4
/
+27
*
Implement UPDATE tab SET (col1,col2,...) = (SELECT ...), ...
Tom Lane
2014-06-18
1
-8
/
+72
*
Improve comment for tricky aspect of index-only scans.
Jeff Davis
2014-05-06
1
-9
/
+25
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
35
-199
/
+202
*
Fix failure to detoast fields in composite elements of structured types.
Tom Lane
2014-05-01
4
-42
/
+77
*
Allow polymorphic aggregates to have non-polymorphic state data types.
Tom Lane
2014-04-23
2
-25
/
+56
[next]