index
:
postgresql-pgindent.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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
master-pgindent
Auto-updated pgindent branches
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
optimizer
Age
Commit message (
Expand
)
Author
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
2019-08-13
Don't constraint-exclude partitioned tables as much
Alvaro Herrera
2019-08-13
Fix inconsistencies and typos in the tree, take 10
Michael Paquier
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-06
Fix typo in pathnode.c
Michael Paquier
2019-08-05
Fix inconsistencies and typos in the tree, take 9
Michael Paquier
2019-08-02
Fix representation of hash keys in Hash/HashJoin nodes.
Andres Freund
2019-08-01
Allow functions-in-FROM to be pulled up if they reduce to constants.
Tom Lane
2019-07-21
Adjust overly strict Assert
David Rowley
2019-07-21
Speed up finding EquivalenceClasses for a given set of rels
David Rowley
2019-07-17
Avoid using lcons and list_delete_first where it's easy to do so.
Tom Lane
2019-07-16
Remove lappend_cell...() family of List functions.
Tom Lane
2019-07-16
Redesign the API for list sorting (list_qsort becomes list_sort).
Tom Lane
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-07-03
Don't remove surplus columns from GROUP BY for inheritance parents
David Rowley
2019-07-01
Fix many typos and inconsistencies
Michael Paquier
2019-06-30
Repair logic for reordering grouping sets optimization.
Andrew Gierth
2019-06-18
Prevent Parallel Hash Join for JOIN_UNIQUE_INNER.
Thomas Munro
2019-06-15
Rework the pg_statistic_ext catalog
Tomas Vondra
2019-06-13
Avoid combinatorial explosion in add_child_rel_equivalences().
Tom Lane
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
Initial pgindent run for v12.
Tom Lane
2019-05-09
Repair issues with faulty generation of merge-append plans.
Tom Lane
2019-05-09
postgres_fdw: Fix cost estimation for aggregate pushdown.
Etsuro Fujita
2019-05-05
Fix style violations in syscache lookups.
Tom Lane
2019-04-30
Clean up handling of constraint_exclusion and enable_partition_pruning.
Tom Lane
2019-04-19
Fix collection of typos and grammar mistakes in docs and comments
Michael Paquier
2019-04-09
Prevent inlining of multiply-referenced CTEs with outer recursive refs.
Tom Lane
2019-04-08
Fix improper interaction of FULL JOINs with lateral references.
Tom Lane
2019-04-07
Clean up side-effects of commits ab5fcf2b0 et al.
Tom Lane
2019-04-05
Use Append rather than MergeAppend for scanning ordered partitions.
Tom Lane
2019-04-04
Make queries' locking of indexes more consistent.
Tom Lane
2019-04-02
postgres_fdw: Perform the (FINAL, NULL) upperrel operations remotely.
Etsuro Fujita
2019-04-02
Refactor create_limit_path() to share cost adjustment code with FDWs.
Etsuro Fujita
2019-04-01
tableam: bitmap table scan.
Andres Freund
2019-04-01
tableam: Formatting and other minor cleanups.
Andres Freund
2019-03-31
Compute root->qual_security_level in a less random place.
Tom Lane
[next]