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
/
util
Age
Commit message (
Expand
)
Author
2023-07-21
Fix calculation of relid sets for partitionwise child joins.
Tom Lane
2023-07-14
Allow plan nodes with initPlans to be considered parallel-safe.
Tom Lane
2023-07-13
Don't include CaseTestExpr in JsonValueExpr.formatted_expr
Amit Langote
2023-06-20
Centralize fixups for mismatched nullingrels in nestloop params.
Tom Lane
2023-06-12
Fix "wrong varnullingrels" for subquery nestloop parameters.
Tom Lane
2023-06-10
nbtree: Allocate new pages in separate function.
Peter Geoghegan
2023-05-25
Fix filtering of "cloned" outer-join quals some more.
Tom Lane
2023-05-21
In clause_is_computable_at(), test required_relids for clone clauses.
Tom Lane
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2023-05-18
Tweak API of new function clause_is_computable_at().
Tom Lane
2023-05-17
Fix some issues with improper placement of outer join clauses.
Tom Lane
2023-05-17
Add back SQLValueFunction for SQL keywords
Michael Paquier
2023-05-08
Handle RLS dependencies in inlined set-returning functions properly.
Tom Lane
2023-04-18
Fix some typos and some incorrectly duplicated words
David Rowley
2023-04-12
Revert "Catalog NOT NULL constraints" and fallout
Alvaro Herrera
2023-04-12
Fix parallel-safety marking when moving initplans to another node.
Tom Lane
2023-04-07
Catalog NOT NULL constraints
Alvaro Herrera
2023-04-02
Pass down table relation into more index relation functions
Andres Freund
2023-03-29
SQL/JSON: add standard JSON constructor functions
Alvaro Herrera
2023-03-28
Fix corner-case planner failure for MERGE.
Tom Lane
2023-03-25
Add SysCacheGetAttrNotNull for guaranteed not-null attrs
Daniel Gustafsson
2023-03-16
Enable use of Memoize atop an Append that came from UNION ALL.
Tom Lane
2023-03-02
Remove local optimizations of empty Bitmapsets into null pointers.
Tom Lane
2023-02-23
Fix mis-handling of outer join quals generated by EquivalenceClasses.
Tom Lane
2023-02-20
Correctly set userid of subquery relations' child rels
Alvaro Herrera
2023-02-08
Further tighten nullingrel marking rules in build_joinrel_tlist().
Tom Lane
2023-02-07
Rethink nullingrel marking rules in build_joinrel_tlist().
Tom Lane
2023-02-06
Remove useless casts to (void *) in hash_search() calls
Peter Eisentraut
2023-02-04
Fix thinko in outer-join removal.
Tom Lane
2023-01-31
Remove dead NoMovementScanDirection code
David Rowley
2023-01-30
Do assorted mop-up in the planner.
Tom Lane
2023-01-30
Make Vars be outer-join-aware.
Tom Lane
2023-01-19
Remove some dead code in selfuncs.c
Alvaro Herrera
2023-01-09
Allow left join removals and unique joins on partitioned tables
David Rowley
2023-01-05
Fix calculation of which GENERATED columns need to be updated.
Tom Lane
2023-01-03
Fix typos in comments, code and documentation
Michael Paquier
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-23
Fix bug in translate_col_privs_multilevel
David Rowley
2022-12-20
Add copyright notices to meson files
Andrew Dunstan
2022-12-06
Rework query relation permission checking
Alvaro Herrera
2022-12-05
Fix Memoize to work with partitionwise joining.
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-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
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
Handle SubPlan cases in find_nonnullable_rels/vars.
Tom Lane
2022-10-24
Update some comments that should've covered MERGE
Alvaro Herrera
[next]