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
Age
Commit message (
Expand
)
Author
2020-06-11
Rework HashAgg GUCs.
Jeff Davis
2020-06-09
Spelling adjustments
Peter Eisentraut
2020-06-07
pgindent run prior to branching v13.
Tom Lane
2020-05-31
Use CP_SMALL_TLIST for hash aggregate
Tomas Vondra
2020-05-22
Adjust indentation in src/backend/optimizer/README.
Etsuro Fujita
2020-05-18
Fix typos in README
Magnus Hagander
2020-05-16
Run pgindent with new pg_bsd_indent version 2.1.1.
Tom Lane
2020-05-14
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-13
Dial back -Wimplicit-fallthrough to level 3
Alvaro Herrera
2020-05-12
Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGS
Alvaro Herrera
2020-05-12
Remove unnecessary #include.
Etsuro Fujita
2020-05-01
Simplify cost_incremental_sort a bit
Tomas Vondra
2020-05-01
Get rid of trailing semicolons in C macro definitions.
Tom Lane
2020-04-22
Fix cost_incremental_sort for expressions with varno 0
Tomas Vondra
2020-04-16
Remove unneeded constraint dependency tracking
David Rowley
2020-04-08
Allow partitionwise join to handle nested FULL JOIN USING cases.
Tom Lane
2020-04-08
Allow partitionwise joins in more cases.
Etsuro Fujita
2020-04-07
Support FETCH FIRST WITH TIES
Alvaro Herrera
2020-04-07
Consider Incremental Sort paths at additional places
Tomas Vondra
2020-04-06
Implement Incremental Sort
Tomas Vondra
2020-04-03
Cosmetic improvements for code related to partitionwise join.
Tom Lane
2020-03-30
Implement operator class parameters
Alexander Korotkov
2020-03-30
Allow the planner-related functions and hook to accept the query string.
Fujii Masao
2020-03-28
Fix costing for disk-based hash aggregation.
Jeff Davis
2020-03-25
Consider disk-based hash aggregation to implement DISTINCT.
Jeff Davis
2020-03-21
Allow page lock to conflict among parallel group members.
Amit Kapila
2020-03-18
Disk-based Hash Aggregation.
Jeff Davis
2020-02-27
Save calculated transitionSpace in Agg node.
Jeff Davis
2020-02-26
Suppress unnecessary RelabelType nodes in more cases.
Tom Lane
2020-02-06
Refactor hash_agg_entry_size().
Jeff Davis
2020-02-06
Fix typo.
Amit Kapila
2020-01-30
Clean up newlines following left parentheses
Alvaro Herrera
2020-01-09
Reconsider the representation of join alias Vars.
Tom Lane
2020-01-08
Improve the handling of result type coercions in SQL functions.
Tom Lane
2020-01-02
Make parser rely more heavily on the ParseNamespaceItem data structure.
Tom Lane
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-12-26
Revert "Rename files and headers related to index AM"
Michael Paquier
2019-12-25
Rename files and headers related to index AM
Michael Paquier
2019-12-14
Prevent overly-aggressive collapsing of joins to RTE_RESULT relations.
Tom Lane
2019-12-11
Further adjust EXPLAIN's choices of table alias names.
Tom Lane
2019-12-03
Fix EXPLAIN's column alias output for mismatched child tables.
Tom Lane
2019-12-02
Add a reverse-translation column number array to struct AppendRelInfo.
Tom Lane
2019-11-27
Fix typo in comment.
Etsuro Fujita
2019-11-12
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-06
Request small targetlist for input to WindowAgg.
Andrew Gierth
2019-11-05
Split all OBJS style lines in makefiles into one-line-per-entry style.
Andres Freund
2019-11-05
Generate EquivalenceClass members for partitionwise child join rels.
Tom Lane
2019-10-19
Remove last traces of heap_open/close in the tree
Michael Paquier
2019-09-24
Prevent bogus pullup of constant-valued functions returning composite.
Tom Lane
2019-08-16
Remove useless bms_free() calls in build_child_join_rel().
Etsuro Fujita
[next]