index
:
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
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
nodes
Age
Commit message (
Expand
)
Author
2018-06-27
Fix typo in comment
Alvaro Herrera
2018-06-26
Allow direct lookups of AppendRelInfo by child relid
Alvaro Herrera
2018-06-11
Improve commentary about run-time partition pruning data structures.
Tom Lane
2018-06-10
Assorted cosmetic cleanup of run-time-partition-pruning code.
Tom Lane
2018-06-10
Relocate partition pruning structs to a saner place.
Tom Lane
2018-06-10
Improve run-time partition pruning to handle any stable expression.
Tom Lane
2018-04-26
Post-feature-freeze pgindent run.
Tom Lane
2018-04-23
Add GUC enable_partition_pruning
Alvaro Herrera
2018-04-20
Change more places to be less trusting of RestrictInfo.is_pushed_down.
Tom Lane
2018-04-17
Update Append's idea of first_partial_plan
Alvaro Herrera
2018-04-15
Reorganize partitioning code
Alvaro Herrera
2018-04-12
Revert MERGE patch
Simon Riggs
2018-04-12
Rename IndexInfo.ii_KeyAttrNumbers array
Teodor Sigaev
2018-04-10
Fix IndexOnlyScan counter for heap fetches in parallel mode
Alvaro Herrera
2018-04-09
Fix incorrect logic for choosing the next Parallel Append subplan
Alvaro Herrera
2018-04-07
Support partition pruning at execution time
Alvaro Herrera
2018-04-07
Add bms_prev_member function
Alvaro Herrera
2018-04-07
Indexes with INCLUDE columns and their support in B-tree
Teodor Sigaev
2018-04-06
Allow insert and update tuple routing and COPY for foreign tables.
Robert Haas
2018-04-06
Faster partition pruning
Alvaro Herrera
2018-04-06
Improve parse representation for MERGE
Simon Riggs
2018-04-03
WITH support in MERGE
Simon Riggs
2018-04-03
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-01
Fix a boatload of typos in C comments.
Tom Lane
2018-03-29
Remove 'target' from GroupPathExtraData.
Robert Haas
2018-03-27
Allow memory contexts to have both fixed and variable ident strings.
Tom Lane
2018-03-26
JIT tuple deforming in LLVM JIT provider.
Andres Freund
2018-03-26
Handle INSERT .. ON CONFLICT with partitioned tables
Alvaro Herrera
2018-03-22
Add FIELDNO_* macro designating offset into structs required for JIT.
Andres Freund
2018-03-22
Basic planner and executor integration for JIT.
Andres Freund
2018-03-22
Implement partition-wise grouping/aggregation.
Robert Haas
2018-03-19
Remove unnecessary members from ModifyTableState and ExecInsert
Alvaro Herrera
2018-03-19
Fix state reversal after partition tuple routing
Alvaro Herrera
2018-03-16
Simplify parse representation of savepoint commands
Peter Eisentraut
2018-03-13
Change internal integer representation of Value node
Peter Eisentraut
2018-03-05
Clone extended stats in CREATE TABLE (LIKE INCLUDING ALL)
Alvaro Herrera
2018-02-28
For partitionwise join, match on partcollation, not parttypcoll.
Robert Haas
2018-02-26
Add a new upper planner relation for partially-aggregated results.
Robert Haas
2018-02-23
Support parameters in CALL
Peter Eisentraut
2018-02-16
Do execGrouping.c via expression eval machinery, take two.
Andres Freund
2018-02-16
Revert "Do execGrouping.c via expression eval machinery."
Andres Freund
2018-02-16
Do execGrouping.c via expression eval machinery.
Andres Freund
2018-02-08
Avoid listing the same ResultRelInfo in more than one EState list.
Robert Haas
2018-02-07
Support all SQL:2011 options for window frame clauses.
Tom Lane
2018-02-05
Fix possible crash in partition-wise join.
Robert Haas
2018-02-02
Fix application of identity values in some cases
Peter Eisentraut
2018-02-02
Support parallel btree index builds.
Robert Haas
2018-01-26
Remove the obsolete WITH clause of CREATE FUNCTION.
Tom Lane
[next]