index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
executor
Commit message (
Expand
)
Author
Age
*
Fix oversights in array manipulation.
Tom Lane
2023-03-26
*
Add SysCacheGetAttrNotNull for guaranteed not-null attrs
Daniel Gustafsson
2023-03-25
*
Invent GENERIC_PLAN option for EXPLAIN.
Tom Lane
2023-03-24
*
Ignore generated columns during apply of update/delete.
Amit Kapila
2023-03-23
*
Improve the naming of Parallel Hash Join phases.
Thomas Munro
2023-03-23
*
Allow locking updated tuples in tuple_update() and tuple_delete()
Alexander Korotkov
2023-03-23
*
Evade extra table_tuple_fetch_row_version() in ExecUpdate()/ExecDelete()
Alexander Korotkov
2023-03-23
*
Ignore dropped columns during apply of update/delete.
Amit Kapila
2023-03-21
*
Fix race in parallel hash join batch cleanup, take II.
Thomas Munro
2023-03-21
*
Ignore BRIN indexes when checking for HOT updates
Tomas Vondra
2023-03-20
*
Fix memory leak in Memoize cache key evaluation
David Rowley
2023-03-20
*
Support [NO] INDENT option in XMLSERIALIZE().
Tom Lane
2023-03-15
*
Allow the use of indexes other than PK and REPLICA IDENTITY on the subscriber.
Amit Kapila
2023-03-15
*
Fix MERGE command tag for actions blocked by BEFORE ROW triggers.
Dean Rasheed
2023-03-13
*
Fix concurrent update issues with MERGE.
Dean Rasheed
2023-03-13
*
Fix some more cases of missed GENERATED-column updates.
Tom Lane
2023-03-06
*
Fill EState.es_rteperminfos more systematically.
Tom Lane
2023-03-06
*
Remove local optimizations of empty Bitmapsets into null pointers.
Tom Lane
2023-03-02
*
Mop up some undue familiarity with the innards of Bitmapsets.
Tom Lane
2023-03-02
*
Remove bms_first_member().
Tom Lane
2023-03-02
*
Fix MULTIEXPR_SUBLINK with partitioned target tables, yet again.
Tom Lane
2023-02-25
*
Add missing support for the latest SPI status codes.
Dean Rasheed
2023-02-22
*
Fix Assert failure for MERGE into a partitioned table with RLS.
Dean Rasheed
2023-02-22
*
Fix MERGE command tag for cross-partition updates.
Dean Rasheed
2023-02-22
*
Remove duplicated comment in nodeModifyTable.c
Michael Paquier
2023-02-16
*
Don't rely on uninitialized value in MERGE / DELETE
Alvaro Herrera
2023-02-15
*
Fix pfree issue in presorted DISTINCT aggregate code
David Rowley
2023-02-13
*
Fix incorrect presorted DISTINCT aggregate if condition
David Rowley
2023-02-13
*
Disable WindowAgg inverse transitions when subplans are present
David Rowley
2023-02-13
*
Fix various typos in code and tests
Michael Paquier
2023-02-09
*
Remove useless casts to (void *) in arguments of some system functions
Peter Eisentraut
2023-02-07
*
Remove dead NoMovementScanDirection code
David Rowley
2023-02-01
*
Make Vars be outer-join-aware.
Tom Lane
2023-01-30
*
Ensure that MERGE recomputes GENERATED expressions properly.
Dean Rasheed
2023-01-30
*
Remove redundant grouping and DISTINCT columns.
Tom Lane
2023-01-18
*
Add BufFileRead variants with short read and EOF detection
Peter Eisentraut
2023-01-16
*
Make new GENERATED-expressions code more bulletproof.
Tom Lane
2023-01-15
*
Fix calculation of which GENERATED columns need to be updated.
Tom Lane
2023-01-05
*
Avoid reference to nonexistent array element in ExecInitAgg().
Tom Lane
2023-01-02
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Remove unnecessary casts
Peter Eisentraut
2022-12-30
*
Add copyright notices to meson files
Andrew Dunstan
2022-12-20
*
Allow batching of inserts during cross-partition updates.
Etsuro Fujita
2022-12-20
*
Static assertions cleanup
Peter Eisentraut
2022-12-15
*
Rearrange some static assertions for consistency
Peter Eisentraut
2022-12-14
*
Remove unnecessary casts
Peter Eisentraut
2022-12-08
*
Remove new structure member from ResultRelInfo.
Etsuro Fujita
2022-12-08
*
Rework query relation permission checking
Alvaro Herrera
2022-12-06
*
Fix 32-bit build dangling pointer issue in WindowAgg
David Rowley
2022-12-07
*
Generalize ri_RootToPartitionMap to use for non-partition children
Alvaro Herrera
2022-12-02
[next]