index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
executor
Commit message (
Expand
)
Author
Age
*
Fix ExecOpenScanRelation to take a lock on a ROW_MARK_COPY relation.
Tom Lane
2015-03-24
*
Allow foreign tables to participate in inheritance.
Tom Lane
2015-03-22
*
Ensure tableoid reads correctly in EvalPlanQual-manufactured tuples.
Tom Lane
2015-03-12
*
Use the typcache to cache constraints for domain types.
Tom Lane
2015-03-01
*
In array_agg(), don't create a new context for every group.
Jeff Davis
2015-02-21
*
Use FLEXIBLE_ARRAY_MEMBER for HeapTupleHeaderData.t_bits[].
Tom Lane
2015-02-21
*
Use FLEXIBLE_ARRAY_MEMBER in some more places.
Tom Lane
2015-02-20
*
Use FLEXIBLE_ARRAY_MEMBER in a bunch more places.
Tom Lane
2015-02-20
*
Rationalize the APIs of array element/slice access functions.
Tom Lane
2015-02-16
*
Fix null-pointer-deref crash while doing COPY IN with check constraints.
Tom Lane
2015-02-15
*
Fix reference-after-free when waiting for another xact due to constraint.
Heikki Linnakangas
2015-02-04
*
Fix column-privilege leak in error-message paths
Stephen Frost
2015-01-28
*
Use abbreviated keys for faster sorting of text datums.
Robert Haas
2015-01-19
*
Typo fix.
Robert Haas
2015-01-19
*
Fix use-of-already-freed-memory problem in EvalPlanQual processing.
Tom Lane
2015-01-15
*
Fix typo in execMain.c
Stephen Frost
2015-01-09
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Fix corner case where SELECT FOR UPDATE could return a row twice.
Tom Lane
2014-12-11
*
Add bms_next_member(), and use it where appropriate.
Tom Lane
2014-11-28
*
Rename pg_rowsecurity -> pg_policy and other fixes
Stephen Frost
2014-11-27
*
Support arrays as input to array_agg() and ARRAY(SELECT ...).
Tom Lane
2014-11-25
*
Remove dead code supporting mark/restore in SeqScan, TidScan, ValuesScan.
Tom Lane
2014-11-20
*
Initial code review for CustomScan patch.
Tom Lane
2014-11-20
*
Fix another oversight in CustomScan patch.
Tom Lane
2014-11-20
*
Explicitly support the case that a plancache's raw_parse_tree is NULL.
Tom Lane
2014-11-12
*
Ensure that RowExprs and whole-row Vars produce the expected column names.
Tom Lane
2014-11-10
*
Introduce custom path and scan providers.
Robert Haas
2014-11-07
*
C comments: adjust execTuples.c for new structure
Bruce Momjian
2014-10-13
*
Increase number of hash join buckets for underestimate.
Kevin Grittner
2014-10-13
*
Implement SKIP LOCKED for row-level locks
Alvaro Herrera
2014-10-07
*
Row-Level Security Policies (RLS)
Stephen Frost
2014-09-19
*
Fix pointer type in size passed to memset.
Heikki Linnakangas
2014-09-14
*
Change NTUP_PER_BUCKET to 1 to improve hash join lookup speed.
Robert Haas
2014-09-12
*
Pack tuples in a hash join batch densely, to save memory.
Heikki Linnakangas
2014-09-10
*
Assorted message fixes and improvements
Peter Eisentraut
2014-09-05
*
Fix FOR UPDATE NOWAIT on updated tuple chains
Alvaro Herrera
2014-08-27
*
Don't require sort support functions to provide a comparator.
Robert Haas
2014-08-06
*
Fix typo in C comment.
Kevin Grittner
2014-08-05
*
Fix bug with whole-row references to append subplans.
Tom Lane
2014-07-11
*
Redesign API presented by nodeAgg.c for ordered-set and similar aggregates.
Tom Lane
2014-07-03
*
Avoid leaking memory while evaluating arguments for a table function.
Tom Lane
2014-06-19
*
Implement UPDATE tab SET (col1,col2,...) = (SELECT ...), ...
Tom Lane
2014-06-18
*
Improve comment for tricky aspect of index-only scans.
Jeff Davis
2014-05-06
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Fix failure to detoast fields in composite elements of structured types.
Tom Lane
2014-05-01
*
Allow polymorphic aggregates to have non-polymorphic state data types.
Tom Lane
2014-04-23
*
Improve some O(N^2) behavior in window function evaluation.
Tom Lane
2014-04-13
*
Create infrastructure for moving-aggregate optimization.
Tom Lane
2014-04-12
*
Offer triggers on foreign tables.
Noah Misch
2014-03-23
*
Setup error context callback for transaction lock waits
Alvaro Herrera
2014-03-19
[next]