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-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
2015-10-16
Rewrite interaction of parallel mode with parallel executor support.
Robert Haas
2015-10-15
Allow FDWs to push down quals without breaking EvalPlanQual rechecks.
Robert Haas
2015-10-05
Do not write out WCOs in Query
Stephen Frost
2015-10-05
ALTER TABLE .. FORCE ROW LEVEL SECURITY
Stephen Frost
2015-09-30
Add a Gather executor node.
Robert Haas
2015-09-29
Parallel executor support.
Robert Haas
2015-09-17
Add new function planstate_tree_walker.
Robert Haas
2015-09-16
Determine whether it's safe to attempt a parallel plan for a query.
Robert Haas
2015-09-16
Remove no-longer-used T_PrivGrantee node tag.
Tom Lane
2015-09-15
RLS refactoring
Stephen Frost
2015-09-08
Allow per-tablespace effective_io_concurrency
Alvaro Herrera
2015-09-06
Add ability to reserve WAL upon slot creation via replication protocol.
Andres Freund
2015-08-25
Limit the verbosity of memory context statistics dumps.
Tom Lane
2015-08-21
Rename 'cmd' to 'cmd_name' in CreatePolicyStmt
Stephen Frost
2015-08-12
Postpone extParam/allParam calculations until the very end of planning.
Tom Lane
2015-08-05
Rely on inline functions even if that causes warnings in older compilers.
Andres Freund
2015-08-04
Share transition state between different aggregates when possible.
Heikki Linnakangas
2015-07-25
Redesign tablesample method API, and do extensive code review.
Tom Lane
2015-07-20
Handle AT_ReAddComment in test_ddl_deparse, and add a catch-all default.
Heikki Linnakangas
2015-07-14
Add ALTER OPERATOR command, for changing selectivity estimator functions.
Heikki Linnakangas
2015-07-14
Retain comments on indexes and constraints at ALTER TABLE ... TYPE ...
Heikki Linnakangas
2015-06-26
Improve handling of CustomPath/CustomPlan(State) children.
Robert Haas
2015-06-03
Fix planner's cost estimation for SEMI/ANTI joins with inner indexscans.
Tom Lane
[next]