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
2022-12-22
Avoid O(N^2) cost when pulling up lots of UNION ALL subqueries.
Tom Lane
2022-12-22
Add some recursion and looping defenses in prepjointree.c.
Tom Lane
2022-12-20
Add copyright notices to meson files
Andrew Dunstan
2022-12-20
Add enable_presorted_aggregate GUC
David Rowley
2022-12-16
Remove pessimistic cost penalization from Incremental Sort
David Rowley
2022-12-10
Add subquery pullup handling for WindowClause runCondition
David Rowley
2022-12-06
Rework query relation permission checking
Alvaro Herrera
2022-12-06
Fix 32-bit build dangling pointer issue in WindowAgg
David Rowley
2022-12-05
Fix Memoize to work with partitionwise joining.
Tom Lane
2022-12-04
Re-pgindent a few files.
Tom Lane
2022-12-04
Fix broken MemoizePath support in reparameterize_path().
Tom Lane
2022-12-04
Add missing MaterialPath support in reparameterize_path[_by_child].
Tom Lane
2022-12-04
Fix generate_partitionwise_join_paths() to tolerate failure.
Tom Lane
2022-12-01
Move PartitioPruneInfo out of plan nodes into PlannedStmt
Alvaro Herrera
2022-11-30
Stop accessing checkAsUser via RTE in some cases
Alvaro Herrera
2022-11-29
Remove bogus Assert and dead code in remove_useless_results_recurse().
Tom Lane
2022-11-21
Replace SQLValueFunction by COERCE_SQL_SYNTAX
Michael Paquier
2022-11-16
Invent "multibitmapsets", and use them to speed up antijoin detection.
Tom Lane
2022-11-13
Make Bitmapsets be valid Nodes.
Tom Lane
2022-11-13
Refactor aclcheck functions
Peter Eisentraut
2022-11-12
Add repalloc0 and repalloc0_array
Peter Eisentraut
2022-11-08
Produce more-optimal plans for bitmap scans on boolean columns.
Tom Lane
2022-11-05
Don't pass down nonnullable_vars while reducing outer joins.
Tom Lane
2022-11-05
Handle SubPlan cases in find_nonnullable_rels/vars.
Tom Lane
2022-10-28
Use Limit instead of Unique to implement DISTINCT, when possible
David Rowley
2022-10-27
Avoid making commutatively-duplicate clauses in EquivalenceClasses.
Tom Lane
2022-10-24
Update some comments that should've covered MERGE
Alvaro Herrera
2022-10-18
Fix confusion about havingQual vs hasHavingQual in planner.
Tom Lane
2022-10-17
Guard against table-AM-less relations in planner.
Tom Lane
2022-10-15
Disallow MERGE cleanly for foreign partitions
Alvaro Herrera
2022-10-07
Remove unnecessary uses of Abs()
Peter Eisentraut
2022-10-05
Rename shadowed local variables
David Rowley
2022-10-03
Revert "Optimize order of GROUP BY keys".
Tom Lane
2022-09-22
meson: Add initial version of meson based build system
Andres Freund
2022-09-20
Harmonize more parameter names in bulk.
Peter Geoghegan
2022-09-19
Fix misleading comment for get_cheapest_group_keys_order
David Rowley
2022-09-19
Fix out-dated comment in preprocess_groupclause()
David Rowley
2022-09-14
Fix outdated convert_saop_to_hashed_saop comment
David Rowley
2022-09-02
Fix planner to consider matches to boolean columns in extension indexes.
Tom Lane
2022-09-01
Revert SQL/JSON features
Andrew Dunstan
2022-08-25
More -Wshadow=compatible-local warning fixes
David Rowley
2022-08-24
Further -Wshadow=compatible-local warning fixes
David Rowley
2022-08-24
Further reduce warnings with -Wshadow=compatible-local
David Rowley
2022-08-18
Improve performance of adjust_appendrel_attrs_multilevel.
Tom Lane
2022-08-17
Fix hypothetical problem passing the wrong GROUP BY pathkeys
David Rowley
2022-08-17
Refactor addition of PlaceHolderVars to joinrel targetlists.
Tom Lane
2022-08-17
Use an explicit state flag to control PlaceHolderInfo creation.
Tom Lane
2022-08-17
Make PlaceHolderInfo lookup O(1).
Tom Lane
2022-08-17
Avoid using list_length() to test for empty list.
Tom Lane
2022-08-04
Fix failure to set correct operator in window run condition
David Rowley
[next]