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
*
Update ExecInitPartitionInfo comment
Alvaro Herrera
2018-04-24
*
Initialize ExprStates once in run-time partition pruning
Alvaro Herrera
2018-04-24
*
Add missing "static" marker.
Tom Lane
2018-04-21
*
Remove quick path in ExecInitPartitionInfo for equal tupdescs
Alvaro Herrera
2018-04-19
*
Update Append's idea of first_partial_plan
Alvaro Herrera
2018-04-17
*
Ignore whole-rows in INSERT/CONFLICT with partitioned tables
Alvaro Herrera
2018-04-16
*
Reorganize partitioning code
Alvaro Herrera
2018-04-14
*
Revert MERGE patch
Simon Riggs
2018-04-12
*
Fix IndexOnlyScan counter for heap fetches in parallel mode
Alvaro Herrera
2018-04-10
*
Fix incorrect logic for choosing the next Parallel Append subplan
Alvaro Herrera
2018-04-09
*
Minor comment updates
Alvaro Herrera
2018-04-09
*
Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers.
Tom Lane
2018-04-08
*
Support partition pruning at execution time
Alvaro Herrera
2018-04-07
*
Raise error when affecting tuple moved into different partition.
Andres Freund
2018-04-07
*
Indexes with INCLUDE columns and their support in B-tree
Teodor Sigaev
2018-04-07
*
Allow insert and update tuple routing and COPY for foreign tables.
Robert Haas
2018-04-06
*
MERGE minor errata
Simon Riggs
2018-04-05
*
MERGE fix variable warning in non-assert builds
Simon Riggs
2018-04-05
*
MERGE post-commit review
Simon Riggs
2018-04-05
*
C comment: mention null handling in BuildTupleFromCStrings()
Bruce Momjian
2018-04-03
*
New files for MERGE
Simon Riggs
2018-04-03
*
MERGE SQL Command following SQL:2016
Simon Riggs
2018-04-03
*
Revert "MERGE SQL Command following SQL:2016"
Simon Riggs
2018-04-02
*
Revert "Modified files for MERGE"
Simon Riggs
2018-04-02
*
Modified files for MERGE
Simon Riggs
2018-04-02
*
MERGE SQL Command following SQL:2016
Simon Riggs
2018-04-02
*
Fix a boatload of typos in C comments.
Tom Lane
2018-04-01
*
Small cleanups in fast default code.
Andrew Dunstan
2018-04-01
*
C comments: "a" <--> "an" corrections
Bruce Momjian
2018-03-29
*
PL/pgSQL: Nested CALL with transactions
Peter Eisentraut
2018-03-28
*
Fast ALTER TABLE ADD COLUMN with a non-NULL default
Andrew Dunstan
2018-03-28
*
Allow memory contexts to have both fixed and variable ident strings.
Tom Lane
2018-03-27
*
JIT tuple deforming in LLVM JIT provider.
Andres Freund
2018-03-26
*
Handle INSERT .. ON CONFLICT with partitioned tables
Alvaro Herrera
2018-03-26
*
Remove useless if-test.
Tom Lane
2018-03-25
*
Add expression compilation support to LLVM JIT provider.
Andres Freund
2018-03-22
*
Basic planner and executor integration for JIT.
Andres Freund
2018-03-22
*
Handle EEOP_FUNCEXPR_[STRICT_]FUSAGE out of line.
Andres Freund
2018-03-20
*
Remove unnecessary members from ModifyTableState and ExecInsert
Alvaro Herrera
2018-03-19
*
Expand comment a little bit
Alvaro Herrera
2018-03-19
*
Fix state reversal after partition tuple routing
Alvaro Herrera
2018-03-19
*
Fix WHERE CURRENT OF when the referenced cursor uses an index-only scan.
Tom Lane
2018-03-17
*
Fix query-lifespan memory leakage in repeatedly executed hash joins.
Tom Lane
2018-03-16
*
Support INOUT arguments in procedures
Peter Eisentraut
2018-03-14
*
Fix comment for ExecProcessReturning
Stephen Frost
2018-03-14
*
Fix parent node of WCO expressions in partitioned tables.
Andres Freund
2018-03-05
*
Add prokind column, replacing proisagg and proiswindow
Peter Eisentraut
2018-03-02
*
Fix assertion failure when Parallel Append is run serially.
Robert Haas
2018-02-28
*
Use the correct tuplestore read pointer in a NamedTuplestoreScan.
Tom Lane
2018-02-27
*
Fix brown-paper-bag bug in commit 0a459cec96d3856f476c2db298c6b52f592894e8.
Tom Lane
2018-02-23
[next]