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
2025-01-11
Add support for NOT ENFORCED in CHECK constraints
Peter Eisentraut
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-12-20
Introduce CompactAttribute array in TupleDesc, take 2
David Rowley
2024-12-19
Improve planner's handling of SetOp plans.
Tom Lane
2024-12-19
Convert SetOp to read its inputs as outerPlan and innerPlan.
Tom Lane
2024-12-14
Fix typo
John Naylor
2024-12-12
Detect redundant GROUP BY columns using UNIQUE indexes
David Rowley
2024-11-28
Remove useless casts to (void *)
Peter Eisentraut
2024-11-26
Remove dead code in get_param_path_clause_serials()
Richard Guo
2024-11-24
Teach bitmap path generation about transforming OR-clauses to SAOP's
Alexander Korotkov
2024-11-08
Add pg_constraint rows for not-null constraints
Álvaro Herrera
2024-11-08
Disallow partitionwise join when collations don't match
Amit Langote
2024-11-08
Fix inconsistent RestrictInfo serial numbers
Richard Guo
2024-10-20
SQL/JSON: Fix some oversights in commit b6e1157e7
Amit Langote
2024-09-27
Recalculate where-needed data accurately after a join removal.
Tom Lane
2024-09-17
Add temporal PRIMARY KEY and UNIQUE constraints
Peter Eisentraut
2024-09-10
Add amgettreeheight index AM API routine
Peter Eisentraut
2024-09-10
Mark expressions nullable by grouping sets
Richard Guo
2024-09-10
Introduce an RTE for the grouping step
Richard Guo
2024-08-21
Treat number of disabled nodes in a path as a separate cost metric.
Robert Haas
2024-08-19
Avoid failure to open dropped detached partition
Alvaro Herrera
2024-08-13
Rename C23 keyword
Peter Eisentraut
2024-08-05
Restrict accesses to non-system views and foreign tables during pg_dump.
Masahiko Sawada
2024-07-30
Fix partitionwise join with partially-redundant join clauses
Richard Guo
2024-07-29
Reduce memory used by partitionwise joins
Richard Guo
2024-07-29
Simplify create_merge_append_path for clarity
Richard Guo
2024-07-23
Remove redundant code in create_gather_merge_path
Richard Guo
2024-07-23
Fix rowcount estimate for gather (merge) paths
Richard Guo
2024-07-04
Assign error codes where missing for user-facing failures
Michael Paquier
2024-07-02
Use TupleDescAttr macro consistently
David Rowley
2024-06-19
Fix possible Assert failure in cost_memoize_rescan
David Rowley
2024-06-11
Fix infer_arbiter_indexes() to not assume resultRelation is 1.
Tom Lane
2024-05-16
Revert temporal primary keys and foreign keys
Peter Eisentraut
2024-05-13
Revert structural changes to not-null constraints
Alvaro Herrera
2024-05-10
Fix ON CONFLICT DO NOTHING/UPDATE for temporal indexes
Peter Eisentraut
2024-05-05
Fix query pullup issue with WindowClause runCondition
David Rowley
2024-04-16
Ensure generated join clauses for child rels have correct relids.
Tom Lane
2024-04-15
Fix type-checking of RECORD-returning functions in FROM, redux.
Tom Lane
2024-04-12
Fix IS [NOT] NULL qual optimization for inheritance tables
David Rowley
2024-03-30
Add support for MERGE ... WHEN NOT MATCHED BY SOURCE.
Dean Rasheed
2024-03-26
Propagate pathkeys from CTEs up to the outer query.
Tom Lane
2024-03-25
Refactor predicate_{implied,refuted}_by_simple_clause.
Tom Lane
2024-03-25
Code review for 6190d828cd2
Amit Langote
2024-03-25
Reduce memory used by partitionwise joins
Amit Langote
2024-03-21
Add SQL/JSON query functions
Amit Langote
2024-03-19
Postpone reparameterization of paths until create_plan().
Tom Lane
2024-03-17
Add RETURNING support to MERGE.
Dean Rasheed
2024-03-13
Make the order of the header file includes consistent
Peter Eisentraut
2024-03-12
Fix confusion about the return rowtype of SQL-language procedures.
Tom Lane
2024-03-06
Fix type-checking of RECORD-returning functions in FROM.
Tom Lane
[prev]
[next]