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
/
rewrite
Age
Commit message (
Expand
)
Author
13 days
Improve code comment
Peter Eisentraut
2025-05-30
Change internal queryid type from uint64 to int64
David Rowley
2025-05-07
Refactor ChangeVarNodesExtended() using the custom callback
Alexander Korotkov
2025-05-03
Revert "Refactor ChangeVarNodesExtended() using the custom callback"
Alexander Korotkov
2025-05-03
Refactor ChangeVarNodesExtended() using the custom callback
Alexander Korotkov
2025-04-29
Fixes for ChangeVarNodes_walker()
Alexander Korotkov
2025-04-28
Restore comments in ChangeVarNodesExtended()
Alexander Korotkov
2025-03-13
Fix incorrect handling of subquery pullup
Richard Guo
2025-02-25
Eliminate code duplication in replace_rte_variables callbacks
Richard Guo
2025-02-25
Expand virtual generated columns in the planner
Richard Guo
2025-02-17
Implement Self-Join Elimination
Alexander Korotkov
2025-02-07
Virtual generated columns
Peter Eisentraut
2025-01-29
Handle default NULL insertion a little better.
Tom Lane
2025-01-16
Add OLD/NEW support to RETURNING in DML queries.
Dean Rasheed
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-11-28
Remove useless casts to (void *)
Peter Eisentraut
2024-11-11
Ensure cached plans are correctly marked as dependent on role.
Nathan Bossart
2024-10-17
Fix unnecessary casts of copyObject() result
Peter Eisentraut
2024-08-30
Avoid inserting PlaceHolderVars in cases where pre-v16 PG did not.
Tom Lane
2024-08-29
Message style improvements
Peter Eisentraut
2024-08-05
Restrict accesses to non-system views and foreign tables during pg_dump.
Masahiko Sawada
2024-07-20
Correctly check updatability of columns targeted by INSERT...DEFAULT.
Tom Lane
2024-05-07
Fix assorted bugs related to identity column in partitioned tables
Peter Eisentraut
2024-03-17
Add RETURNING support to MERGE.
Dean Rasheed
2024-03-14
Make INSERT-from-multiple-VALUES-rows handle domain target columns.
Tom Lane
2024-03-13
Make the order of the header file includes consistent
Peter Eisentraut
2024-03-04
Remove unused #include's from backend .c files
Peter Eisentraut
2024-02-29
Support MERGE into updatable views.
Dean Rasheed
2024-01-16
Support identity columns in partitioned tables
Peter Eisentraut
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-09-27
Add TupleDescGetDefault()
Peter Eisentraut
2023-08-07
Fix RLS policy usage in MERGE.
Dean Rasheed
2023-07-03
A minor simplification for List manipulation
Peter Eisentraut
2023-06-16
Fix typo in comment.
Amit Langote
2023-06-14
Retain relkind too in RTE_SUBQUERY entries for views.
Amit Langote
2023-06-13
Correctly update hasSubLinks while mutating a rule action.
Tom Lane
2023-06-08
Re-allow INDEX_VAR as rt_index in ChangeVarNodes().
Tom Lane
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2023-04-18
Fix various typos
David Rowley
2023-03-07
Fix more bugs caused by adding columns to the end of a view.
Tom Lane
2023-03-02
Remove local optimizations of empty Bitmapsets into null pointers.
Tom Lane
2023-02-25
Fix mishandling of OLD/NEW references in subqueries in rule actions.
Dean Rasheed
2023-02-23
Fix multi-row DEFAULT handling for INSERT ... SELECT rules.
Dean Rasheed
2023-01-30
Make Vars be outer-join-aware.
Tom Lane
2023-01-18
Get rid of the "new" and "old" entries in a view's rangetable.
Tom Lane
2023-01-12
Revert "Get rid of the "new" and "old" entries in a view's rangetable."
Tom Lane
2023-01-12
Get rid of the "new" and "old" entries in a view's rangetable.
Tom Lane
2023-01-05
Fix calculation of which GENERATED columns need to be updated.
Tom Lane
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-20
Add copyright notices to meson files
Andrew Dunstan
[next]