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
*
Fix per-relation memory leakage in autovacuum.
Tom Lane
2025-05-23
*
Fix AlignedAllocRealloc to cope sanely with OOM.
Tom Lane
2025-05-23
*
Revert function to get memory context stats for processes
Daniel Gustafsson
2025-05-23
*
Move oauth_validator_libraries in postgresql.conf.sample
Peter Eisentraut
2025-05-23
*
Replace deprecated log_connections values in docs and tests
Melanie Plageman
2025-05-22
*
In ExecInitModifyTable, don't scribble on the source plan.
Tom Lane
2025-05-22
*
Fix memory leak in XMLSERIALIZE(... INDENT).
Tom Lane
2025-05-22
*
Revert "Don't lock partitions pruned by initial pruning"
Amit Langote
2025-05-22
*
Adjust operation names of pg_aios to match the documentation
Michael Paquier
2025-05-21
*
Fix incorrect WAL description for PREPARE TRANSACTION record.
Fujii Masao
2025-05-21
*
Fix regression with location calculation of nested statements
Michael Paquier
2025-05-21
*
aio: Fix possible state confusions due to interrupt processing
Andres Freund
2025-05-19
*
Fix deparsing FETCH FIRST <expr> ROWS WITH TIES
Heikki Linnakangas
2025-05-19
*
Don't retreat slot's confirmed_flush LSN.
Amit Kapila
2025-05-19
*
Fix tuple_fraction calculation in generate_orderedappend_paths()
Alexander Korotkov
2025-05-18
*
Fix function name reference in comment
Daniel Gustafsson
2025-05-18
*
Fix Assert failure in XMLTABLE parser
Richard Guo
2025-05-15
*
Add explicit initialization for all PlannerGlobal fields
Richard Guo
2025-05-14
*
Fix comment of tsquerysend()
Álvaro Herrera
2025-05-11
*
relcache: Avoid memory leak on tables with no CHECK constraints
Álvaro Herrera
2025-05-11
*
Sort includes in alphabetical order
Álvaro Herrera
2025-05-11
*
Fix incorrect "return NULL" in BumpAllocLarge().
Tom Lane
2025-05-10
*
Remove GLOBALTABLESPACE_OID assert for locked buffers.
Noah Misch
2025-05-10
*
aio: Use runtime arguments with injections points in tests
Michael Paquier
2025-05-10
*
Add support for runtime arguments in injection points
Michael Paquier
2025-05-10
*
Use 'void *' for arbitrary buffers, 'uint8 *' for byte arrays
Heikki Linnakangas
2025-05-08
*
Track the number of presorted outer pathkeys in MergePath
Richard Guo
2025-05-08
*
Suppress unnecessary explicit sorting for EPQ mergejoin path
Richard Guo
2025-05-08
*
Remove pg_replication_origin's TOAST table.
Nathan Bossart
2025-05-07
*
Prevent premature nbtree array advancement.
Peter Geoghegan
2025-05-07
*
nbtree: tighten up array recheck rules.
Peter Geoghegan
2025-05-07
*
Refactor ChangeVarNodesExtended() using the custom callback
Alexander Korotkov
2025-05-07
*
Fix some comments related to IO workers
Michael Paquier
2025-05-07
*
With GB18030, prevent SIGSEGV from reading past end of allocation.
Noah Misch
2025-05-05
*
Translation updates
Peter Eisentraut
2025-05-05
*
Revert "Refactor ChangeVarNodesExtended() using the custom callback"
Alexander Korotkov
2025-05-03
*
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
[next]