aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Fix per-relation memory leakage in autovacuum.Tom Lane2025-05-23
* Fix AlignedAllocRealloc to cope sanely with OOM.Tom Lane2025-05-23
* Revert function to get memory context stats for processesDaniel Gustafsson2025-05-23
* Move oauth_validator_libraries in postgresql.conf.samplePeter Eisentraut2025-05-23
* Replace deprecated log_connections values in docs and testsMelanie Plageman2025-05-22
* In ExecInitModifyTable, don't scribble on the source plan.Tom Lane2025-05-22
* Fix memory leak in XMLSERIALIZE(... INDENT).Tom Lane2025-05-22
* Revert "Don't lock partitions pruned by initial pruning"Amit Langote2025-05-22
* Adjust operation names of pg_aios to match the documentationMichael Paquier2025-05-21
* Fix incorrect WAL description for PREPARE TRANSACTION record.Fujii Masao2025-05-21
* Fix regression with location calculation of nested statementsMichael Paquier2025-05-21
* aio: Fix possible state confusions due to interrupt processingAndres Freund2025-05-19
* Fix deparsing FETCH FIRST <expr> ROWS WITH TIESHeikki Linnakangas2025-05-19
* Don't retreat slot's confirmed_flush LSN.Amit Kapila2025-05-19
* Fix tuple_fraction calculation in generate_orderedappend_paths()Alexander Korotkov2025-05-18
* Fix function name reference in commentDaniel Gustafsson2025-05-18
* Fix Assert failure in XMLTABLE parserRichard Guo2025-05-15
* Add explicit initialization for all PlannerGlobal fieldsRichard Guo2025-05-14
* Fix comment of tsquerysend()Álvaro Herrera2025-05-11
* relcache: Avoid memory leak on tables with no CHECK constraintsÁlvaro Herrera2025-05-11
* Sort includes in alphabetical orderÁlvaro Herrera2025-05-11
* Fix incorrect "return NULL" in BumpAllocLarge().Tom Lane2025-05-10
* Remove GLOBALTABLESPACE_OID assert for locked buffers.Noah Misch2025-05-10
* aio: Use runtime arguments with injections points in testsMichael Paquier2025-05-10
* Add support for runtime arguments in injection pointsMichael Paquier2025-05-10
* Use 'void *' for arbitrary buffers, 'uint8 *' for byte arraysHeikki Linnakangas2025-05-08
* Track the number of presorted outer pathkeys in MergePathRichard Guo2025-05-08
* Suppress unnecessary explicit sorting for EPQ mergejoin pathRichard Guo2025-05-08
* Remove pg_replication_origin's TOAST table.Nathan Bossart2025-05-07
* Prevent premature nbtree array advancement.Peter Geoghegan2025-05-07
* nbtree: tighten up array recheck rules.Peter Geoghegan2025-05-07
* Refactor ChangeVarNodesExtended() using the custom callbackAlexander Korotkov2025-05-07
* Fix some comments related to IO workersMichael Paquier2025-05-07
* With GB18030, prevent SIGSEGV from reading past end of allocation.Noah Misch2025-05-05
* Translation updatesPeter Eisentraut2025-05-05
* Revert "Refactor ChangeVarNodesExtended() using the custom callback"Alexander Korotkov2025-05-03
* Refactor ChangeVarNodesExtended() using the custom callbackAlexander Korotkov2025-05-03
* Fix memory allocation/copy mistakes.Etsuro Fujita2025-05-03
* Fix typos in comments.Etsuro Fujita2025-05-03
* Avoid treating nonrequired nbtree keys as required.Peter Geoghegan2025-05-02
* Fix memory leak in _gin_parallel_mergeTomas Vondra2025-05-02
* Don't use a tuplestore if we don't have to for SQL-language functions.Tom Lane2025-05-02
* Handle self-referencing FKs correctly in partitioned tablesÁlvaro Herrera2025-05-02
* Make "directory" setting work with extension_control_pathPeter Eisentraut2025-05-02
* Adjust overstrong nbtree skip array assertion.Peter Geoghegan2025-04-30
* Convert strncpy to strlcpyDaniel Gustafsson2025-04-30
* Typo and doc fixups for memory context reportingDaniel Gustafsson2025-04-30
* Add missing string terminatorDaniel Gustafsson2025-04-30
* Fix broken indentationDavid Rowley2025-04-30
* Fix a couple of comment typosDavid Rowley2025-04-30