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
/
backend
/
optimizer
/
prep
Age
Commit message (
Expand
)
Author
2020-08-19
Suppress unnecessary RelabelType nodes in yet more cases.
Tom Lane
2020-07-29
Add hash_mem_multiplier GUC.
Peter Geoghegan
2020-07-29
Correct obsolete UNION hash aggs comment.
Peter Geoghegan
2020-03-18
Disk-based Hash Aggregation.
Jeff Davis
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-12-14
Prevent overly-aggressive collapsing of joins to RTE_RESULT relations.
Tom Lane
2019-12-02
Add a reverse-translation column number array to struct AppendRelInfo.
Tom Lane
2019-11-12
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-05
Split all OBJS style lines in makefiles into one-line-per-entry style.
Andres Freund
2019-09-24
Prevent bogus pullup of constant-valued functions returning composite.
Tom Lane
2019-08-12
Rationalize use of list_concat + list_copy combinations.
Tom Lane
2019-08-09
Cosmetic improvements in setup of planner's per-RTE arrays.
Tom Lane
2019-08-01
Allow functions-in-FROM to be pulled up if they reduce to constants.
Tom Lane
2019-07-21
Speed up finding EquivalenceClasses for a given set of rels
David Rowley
2019-07-16
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-15
Represent Lists as expansible arrays, not chains of cons-cells.
Tom Lane
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-04-05
Use Append rather than MergeAppend for scanning ordered partitions.
Tom Lane
2019-03-30
Speed up planning when partitions can be pruned at plan time.
Tom Lane
2019-02-28
Standardize some more loops that chase down parallel lists.
Tom Lane
2019-02-05
Remove unnecessary "inline" marker introduced in commit 4be058fe9.
Tom Lane
2019-01-29
Refactor planner's header files.
Tom Lane
2019-01-29
Make some small planner API cleanups.
Tom Lane
2019-01-28
In the planner, replace an empty FROM clause with a dummy RTE.
Tom Lane
2019-01-21
Replace uses of heap_open et al with the corresponding table_* function.
Andres Freund
2019-01-21
Replace heapam.h includes with {table, relation}.h where applicable.
Andres Freund
2019-01-13
Remove heapam.h include made superfluous by b60c3975990.
Andres Freund
2019-01-10
Move inheritance expansion code into its own file
Alvaro Herrera
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-12-17
Remove extra semicolons.
Amit Kapila
2018-11-16
Redesign initialization of partition routing structures
Alvaro Herrera
2018-10-14
Use PlaceHolderVars within the quals of a FULL JOIN.
Tom Lane
2018-10-02
Change rewriter/planner/executor/plancache to depend on RTE rellockmode.
Tom Lane
2018-09-18
Fix some minor issues exposed by outfuncs/readfuncs testing.
Tom Lane
2018-07-13
Improve performance of tuple conversion map generation
Heikki Linnakangas
2018-07-04
Remove dead code for temporary relations in partition planning
Michael Paquier
2018-06-26
Allow direct lookups of AppendRelInfo by child relid
Alvaro Herrera
2018-04-26
Post-feature-freeze pgindent run.
Tom Lane
2018-04-25
Prevent generation of bogus subquery scan paths.
Robert Haas
2018-04-23
Add GUC enable_partition_pruning
Alvaro Herrera
2018-04-12
Revert MERGE patch
Simon Riggs
2018-04-08
Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers.
Tom Lane
2018-04-07
Support partition pruning at execution time
Alvaro Herrera
2018-04-06
Faster partition pruning
Alvaro Herrera
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-02
postgres_fdw: Push down partition-wise aggregation.
Robert Haas
2018-03-22
Consider Parallel Append of partial paths for UNION [ALL].
Robert Haas
2018-03-19
Generate a separate upper relation for each stage of setop planning.
Robert Haas
[next]