index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
...
*
Refactor ChangeVarNodesExtended() using the custom callback
Alexander Korotkov
2025-05-03
*
Fix memory allocation/copy mistakes.
Etsuro Fujita
2025-05-03
*
Fix typos in comments.
Etsuro Fujita
2025-05-03
*
Avoid treating nonrequired nbtree keys as required.
Peter Geoghegan
2025-05-02
*
Fix memory leak in _gin_parallel_merge
Tomas Vondra
2025-05-02
*
Don't use a tuplestore if we don't have to for SQL-language functions.
Tom Lane
2025-05-02
*
Handle self-referencing FKs correctly in partitioned tables
Álvaro Herrera
2025-05-02
*
Make "directory" setting work with extension_control_path
Peter Eisentraut
2025-05-02
*
Adjust overstrong nbtree skip array assertion.
Peter Geoghegan
2025-04-30
*
Convert strncpy to strlcpy
Daniel Gustafsson
2025-04-30
*
Typo and doc fixups for memory context reporting
Daniel Gustafsson
2025-04-30
*
Add missing string terminator
Daniel Gustafsson
2025-04-30
*
Fix broken indentation
David Rowley
2025-04-30
*
Fix a couple of comment typos
David Rowley
2025-04-30
*
Give up on running with NetBSD/OpenBSD's default semaphore settings.
Tom Lane
2025-04-29
*
Fixes for ChangeVarNodes_walker()
Alexander Korotkov
2025-04-29
*
Fix assertion failure during decoding from synced slots.
Amit Kapila
2025-04-29
*
Add maintenance_io_concurrency flag to some read stream users
Melanie Plageman
2025-04-28
*
Fix obsolete nbtree array advancement comment.
Peter Geoghegan
2025-04-28
*
Make NULL tuple values always advance skip arrays.
Peter Geoghegan
2025-04-28
*
Restore comments in ChangeVarNodesExtended()
Alexander Korotkov
2025-04-28
*
Fix xmin advancement during fast_forward decoding.
Amit Kapila
2025-04-28
*
Remove circular #include's between wait_event.h and wait_event_types.h
Michael Paquier
2025-04-28
*
Disallow removing placeholders during Self-Join Elimination.
Alexander Korotkov
2025-04-28
*
Don't use double-quotes in #include's of system headers, redux.
Tom Lane
2025-04-27
*
Eliminate divide in new fast-path locking code
David Rowley
2025-04-27
*
aio: Improve debug logging around waiting for IOs
Andres Freund
2025-04-25
*
Fix bug allowing io_combine_limit > io_max_combine_combine limit
Andres Freund
2025-04-25
*
aio: Fix crash potential for pg_aios views due to late state update
Andres Freund
2025-04-25
*
Add sanity check for dshash entries when reading pgstats file
Michael Paquier
2025-04-24
*
Avoid possibly-theoretical OOM crash hazard in hash_create().
Tom Lane
2025-04-23
*
Maintain RelIdToTypeIdCacheHash in TypeCacheOpcCallback()
Alexander Korotkov
2025-04-23
*
Properly prepare varinfos in estimate_multivariate_bucketsize()
Alexander Korotkov
2025-04-23
*
Change the names generated for child foreign key constraints.
Tom Lane
2025-04-23
*
Fix an oversight in 3f28b2fcac.
Amit Kapila
2025-04-23
*
Remove assertion based on pending_since in pgstat_report_stat()
Michael Paquier
2025-04-23
*
gen_node_support.pl: improve error message for unclosed struct.
Tom Lane
2025-04-22
*
Rename injection point for invalidation messages at end of transaction
Michael Paquier
2025-04-22
*
Fix INITCAP() word boundaries for PG_UNICODE_FAST.
Jeff Davis
2025-04-21
*
Use the same cmd_context throughout a walsender's lifetime.
Tom Lane
2025-04-21
*
MemoryContextCreate: assert parent is valid and different from node.
Tom Lane
2025-04-21
*
Fix a few more duplicate words in comments
David Rowley
2025-04-21
*
Fix a few duplicate words in comments
David Rowley
2025-04-21
*
Comment on need to MarkBufferDirty() if omitting DELAY_CHKPT_START.
Noah Misch
2025-04-20
*
Avoid ERROR at ON COMMIT DELETE ROWS after relhassubclass=f.
Noah Misch
2025-04-20
*
Fix issue with ORDER BY / DISTINCT aggregates and FILTER
David Rowley
2025-04-20
*
Fix typos and grammar in the code
Michael Paquier
2025-04-19
*
Rename injection points used in AIO tests
Michael Paquier
2025-04-19
*
Make levels 1-based in pg_log_backend_memory_contexts()
David Rowley
2025-04-18
*
Suppress "may be used uninitialized" warnings from older compilers.
Tom Lane
2025-04-17
[prev]
[next]