summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2025-05-11Fix incorrect "return NULL" in BumpAllocLarge().Tom Lane
2025-05-10Remove GLOBALTABLESPACE_OID assert for locked buffers.Noah Misch
2025-05-10aio: Use runtime arguments with injections points in testsMichael Paquier
2025-05-09Add support for runtime arguments in injection pointsMichael Paquier
2025-05-08Use 'void *' for arbitrary buffers, 'uint8 *' for byte arraysHeikki Linnakangas
2025-05-08Track the number of presorted outer pathkeys in MergePathRichard Guo
2025-05-08Suppress unnecessary explicit sorting for EPQ mergejoin pathRichard Guo
2025-05-07Remove pg_replication_origin's TOAST table.Nathan Bossart
2025-05-07Prevent premature nbtree array advancement.Peter Geoghegan
2025-05-07nbtree: tighten up array recheck rules.Peter Geoghegan
2025-05-07Refactor ChangeVarNodesExtended() using the custom callbackAlexander Korotkov
2025-05-07Fix some comments related to IO workersMichael Paquier
2025-05-05With GB18030, prevent SIGSEGV from reading past end of allocation.Noah Misch
2025-05-05Translation updatesPeter Eisentraut
2025-05-03Revert "Refactor ChangeVarNodesExtended() using the custom callback"Alexander Korotkov
2025-05-03Refactor ChangeVarNodesExtended() using the custom callbackAlexander Korotkov
2025-05-03Fix memory allocation/copy mistakes.Etsuro Fujita
2025-05-03Fix typos in comments.Etsuro Fujita
2025-05-02Avoid treating nonrequired nbtree keys as required.Peter Geoghegan
2025-05-02Fix memory leak in _gin_parallel_mergeTomas Vondra
2025-05-02Don't use a tuplestore if we don't have to for SQL-language functions.Tom Lane
2025-05-02Handle self-referencing FKs correctly in partitioned tablesÁlvaro Herrera
2025-05-02Make "directory" setting work with extension_control_pathPeter Eisentraut
2025-05-01Adjust overstrong nbtree skip array assertion.Peter Geoghegan
2025-04-30Convert strncpy to strlcpyDaniel Gustafsson
2025-04-30Typo and doc fixups for memory context reportingDaniel Gustafsson
2025-04-30Add missing string terminatorDaniel Gustafsson
2025-04-30Fix broken indentationDavid Rowley
2025-04-30Fix a couple of comment typosDavid Rowley
2025-04-29Give up on running with NetBSD/OpenBSD's default semaphore settings.Tom Lane
2025-04-29Fixes for ChangeVarNodes_walker()Alexander Korotkov
2025-04-29Fix assertion failure during decoding from synced slots.Amit Kapila
2025-04-28Add maintenance_io_concurrency flag to some read stream usersMelanie Plageman
2025-04-28Fix obsolete nbtree array advancement comment.Peter Geoghegan
2025-04-28Make NULL tuple values always advance skip arrays.Peter Geoghegan
2025-04-28Restore comments in ChangeVarNodesExtended()Alexander Korotkov
2025-04-28Fix xmin advancement during fast_forward decoding.Amit Kapila
2025-04-28Remove circular #include's between wait_event.h and wait_event_types.hMichael Paquier
2025-04-27Disallow removing placeholders during Self-Join Elimination.Alexander Korotkov
2025-04-27Don't use double-quotes in #include's of system headers, redux.Tom Lane
2025-04-26Eliminate divide in new fast-path locking codeDavid Rowley
2025-04-25aio: Improve debug logging around waiting for IOsAndres Freund
2025-04-25Fix bug allowing io_combine_limit > io_max_combine_combine limitAndres Freund
2025-04-25aio: Fix crash potential for pg_aios views due to late state updateAndres Freund
2025-04-24Add sanity check for dshash entries when reading pgstats fileMichael Paquier
2025-04-23Avoid possibly-theoretical OOM crash hazard in hash_create().Tom Lane
2025-04-23Maintain RelIdToTypeIdCacheHash in TypeCacheOpcCallback()Alexander Korotkov
2025-04-23Properly prepare varinfos in estimate_multivariate_bucketsize()Alexander Korotkov
2025-04-23Change the names generated for child foreign key constraints.Tom Lane
2025-04-23Fix an oversight in 3f28b2fcac.Amit Kapila