index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
optimizer
/
util
Age
Commit message (
Expand
)
Author
5 days
Fix planner error with SRFs and grouping sets
Richard Guo
6 days
Teach expr_is_nonnullable() to handle more expression types
Richard Guo
6 days
Optimize ROW(...) IS [NOT] NULL using non-nullable fields
Richard Guo
6 days
Simplify COALESCE expressions using non-nullable arguments
Richard Guo
2025-12-11
Fix infer_arbiter_index for partitioned tables
Álvaro Herrera
2025-12-10
Use palloc_object() and palloc_array() in backend code
Michael Paquier
2025-12-09
Fix const-simplification for index expressions and predicate
Richard Guo
2025-12-02
Remove doc and code comments about ON CONFLICT deficiencies
Álvaro Herrera
2025-12-02
Remove useless casting to same type
Peter Eisentraut
2025-12-01
Fix ON CONFLICT ON CONSTRAINT during REINDEX CONCURRENTLY
Álvaro Herrera
2025-11-30
Don't call simplify_aggref with a NULL PlannerInfo
David Rowley
2025-11-27
Add parallelism support for TID Range Scans
David Rowley
2025-11-27
Have the planner replace COUNT(ANY) with COUNT(*), when possible
David Rowley
2025-11-24
Fix infer_arbiter_index during concurrent index operations
Álvaro Herrera
2025-11-22
Add SupportRequestInlineInFrom planner support request.
Tom Lane
2025-11-03
Doc: cover index CONCURRENTLY causing errors in INSERT ... ON CONFLICT.
Noah Misch
2025-11-02
Improve planner's estimates of tuple hash table sizes.
Tom Lane
2025-10-22
Use CompactAttribute more often, when possible
David Rowley
2025-10-16
Remove partColsUpdated.
Nathan Bossart
2025-10-14
Rename apply_at to apply_agg_at for clarity
Richard Guo
2025-10-08
Implement Eager Aggregation
Richard Guo
2025-10-07
Allow private state in certain planner data structures.
Robert Haas
2025-10-05
Don't include access/htup_details.h in executor/tuptable.h
Álvaro Herrera
2025-10-03
Add IGNORE NULLS/RESPECT NULLS option to Window functions.
Tatsuo Ishii
2025-09-20
Re-allow using statistics for bool-valued functions in WHERE.
Tom Lane
2025-09-16
Treat JsonConstructorExpr as non-strict
Richard Guo
2025-09-15
Expand virtual generated columns in constraint expressions
Peter Eisentraut
2025-09-12
Fix misuse of Relids for storing attribute numbers
Richard Guo
2025-08-31
Fix const-simplification for constraints and stats
Richard Guo
2025-08-30
Fix possible use after free in expand_partitioned_rtentry()
David Rowley
2025-08-19
Pathify RHS unique-ification for semijoin planning
Richard Guo
2025-08-08
Disallow collecting transition tuples from child foreign tables.
Etsuro Fujita
2025-07-29
Display Memoize planner estimates in EXPLAIN
David Rowley
2025-07-22
Reduce "Var IS [NOT] NULL" quals during constant folding
Richard Guo
2025-07-08
Consider explicit incremental sort for Append and MergeAppend
Richard Guo
2025-07-03
Simplify COALESCE() with one surviving argument.
Tom Lane
2025-06-29
Fix some new issues with planning of PlaceHolderVars.
Tom Lane
2025-06-20
Remove planner's have_dangerous_phv() join-order restriction.
Tom Lane
2025-05-08
Track the number of presorted outer pathkeys in MergePath
Richard Guo
2025-04-07
Allow NOT NULL constraints to be added as NOT VALID
Álvaro Herrera
2025-04-06
Relax ordering-related hardcoded btree requirements in planning
Peter Eisentraut
2025-04-04
Convert 'x IN (VALUES ...)' to 'x = ANY ...' then appropriate
Alexander Korotkov
2025-04-04
Extract make_SAOP_expr() function from match_orclause_to_indexcol()
Alexander Korotkov
2025-04-03
Remove duplicated comment in get_relation_constraints
Richard Guo
2025-04-02
Change SQL-language functions to use the plan cache.
Tom Lane
2025-04-02
Add support for NOT ENFORCED in foreign key constraints
Peter Eisentraut
2025-04-02
Fix planner's failure to identify multiple hashable ScalarArrayOpExprs
David Rowley
2025-03-15
Remove table AM callback scan_bitmap_next_block
Melanie Plageman
2025-01-16
Add OLD/NEW support to RETURNING in DML queries.
Dean Rasheed
2025-01-15
Rename RowCompareType to CompareType
Peter Eisentraut
[next]