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
2016-04-27
Fix EXPLAIN VERBOSE output for parallel aggregate.
Robert Haas
2016-04-21
Comment improvements for ForeignPath.
Robert Haas
2016-04-15
Tweak EXPLAIN for parallel query to show workers launched.
Robert Haas
2016-04-08
Expose more out/readfuncs support functions.
Andres Freund
2016-04-08
Revert CREATE INDEX ... INCLUDING ...
Teodor Sigaev
2016-04-08
CREATE INDEX ... INCLUDING (column[, ...])
Teodor Sigaev
2016-04-08
Add a 'parallel_degree' reloption.
Robert Haas
2016-04-07
Load FK defs into relcache for use by planner
Simon Riggs
2016-04-06
Run pgindent on a batch of (mostly-planner-related) source files.
Tom Lane
2016-04-05
Support ALTER THING .. DEPENDS ON EXTENSION
Alvaro Herrera
2016-03-31
Support using index-only scans with partial indexes in more cases.
Tom Lane
2016-03-29
Allow aggregate transition states to be serialized and deserialized.
Robert Haas
2016-03-29
Rework custom scans to work more like the new extensible node stuff.
Robert Haas
2016-03-24
Support CREATE ACCESS METHOD
Alvaro Herrera
2016-03-21
Support parallel aggregation.
Robert Haas
2016-03-18
Directly modify foreign tables.
Robert Haas
2016-03-14
Provide a planner hook at a suitable place for creating upper-rel Paths.
Tom Lane
2016-03-14
Rethink representation of PathTargets.
Tom Lane
2016-03-14
Update more comments for 96198d94cb7adc664bda341842dc8db671d8be72.
Robert Haas
2016-03-12
Widen query numbers-of-tuples-processed counters to uint64.
Tom Lane
2016-03-09
Improve handling of group-column indexes in GroupingSetsPath.
Tom Lane
2016-03-07
Make the upper part of the planner work by generating and comparing Paths.
Tom Lane
2016-02-19
Add an explicit representation of the output targetlist to Paths.
Tom Lane
2016-02-12
Introduce extensible node types.
Robert Haas
2016-02-07
Introduce a new GUC force_parallel_mode for testing purposes.
Robert Haas
2016-02-03
Allow parallel custom and foreign scans.
Robert Haas
2016-02-03
Remove CustomPath's TextOutCustomPath method.
Robert Haas
2016-01-28
Only try to push down foreign joins if the user mapping OIDs match.
Robert Haas
2016-01-21
Add defenses against putting expanded objects into Const nodes.
Tom Lane
2016-01-20
Support parallel joins, and make related improvements.
Robert Haas
2016-01-20
Support multi-stage aggregation.
Robert Haas
2016-01-18
Restructure index access method API to hide most of it at the C level.
Tom Lane
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-12-23
Allow omitting one or both boundaries in an array slice specifier.
Tom Lane
2015-12-18
Revert 9246af6799819847faa33baf441251003acbb8fe because
Teodor Sigaev
2015-12-18
Allow to omit boundaries in array subscript
Teodor Sigaev
2015-12-11
Get rid of the planner's LateralJoinInfo data structure.
Tom Lane
2015-12-11
Still more fixes for planner's handling of LATERAL references.
Tom Lane
2015-12-09
Allow EXPLAIN (ANALYZE, VERBOSE) to display per-worker statistics.
Robert Haas
2015-12-08
Improve performance in freeing memory contexts
Kevin Grittner
2015-12-08
Allow foreign and custom joins to handle EvalPlanQual rechecks.
Robert Haas
2015-12-07
Simplify LATERAL-related calculations within add_paths_to_joinrel().
Tom Lane
2015-11-27
COPY (INSERT/UPDATE/DELETE .. RETURNING ..)
Teodor Sigaev
2015-11-12
Provide readfuncs support for custom scans.
Robert Haas
2015-11-11
Generate parallel sequential scan plans in simple cases.
Robert Haas
2015-11-11
Make sequential scans parallel-aware.
Robert Haas
2015-11-06
Modify tqueue infrastructure to support transient record types.
Robert Haas
2015-11-02
Fix problems with ParamListInfo serialization mechanism.
Robert Haas
2015-10-27
Make Gather node projection-capable.
Robert Haas
2015-10-20
Fix incorrect comment in plannodes.h
Robert Haas
[next]