aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Fix function name reference in commentHEADmasterDaniel Gustafsson15 hours
* Fix Assert failure in XMLTABLE parserRichard Guo4 days
* Add explicit initialization for all PlannerGlobal fieldsRichard Guo5 days
* Fix comment of tsquerysend()Álvaro Herrera7 days
* relcache: Avoid memory leak on tables with no CHECK constraintsÁlvaro Herrera7 days
* Sort includes in alphabetical orderÁlvaro Herrera7 days
* Fix incorrect "return NULL" in BumpAllocLarge().Tom Lane8 days
* Remove GLOBALTABLESPACE_OID assert for locked buffers.Noah Misch8 days
* aio: Use runtime arguments with injections points in testsMichael Paquier9 days
* Add support for runtime arguments in injection pointsMichael Paquier9 days
* Use 'void *' for arbitrary buffers, 'uint8 *' for byte arraysHeikki Linnakangas10 days
* Track the number of presorted outer pathkeys in MergePathRichard Guo11 days
* Suppress unnecessary explicit sorting for EPQ mergejoin pathRichard Guo11 days
* Remove pg_replication_origin's TOAST table.Nathan Bossart11 days
* Prevent premature nbtree array advancement.Peter Geoghegan11 days
* nbtree: tighten up array recheck rules.Peter Geoghegan11 days
* Refactor ChangeVarNodesExtended() using the custom callbackAlexander Korotkov12 days
* Fix some comments related to IO workersMichael Paquier12 days
* With GB18030, prevent SIGSEGV from reading past end of allocation.Noah Misch13 days
* Translation updatesPeter Eisentraut14 days
* 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
* Give up on running with NetBSD/OpenBSD's default semaphore settings.Tom Lane2025-04-29
* Fixes for ChangeVarNodes_walker()Alexander Korotkov2025-04-29
* Fix assertion failure during decoding from synced slots.Amit Kapila2025-04-29
* Add maintenance_io_concurrency flag to some read stream usersMelanie Plageman2025-04-28
* Fix obsolete nbtree array advancement comment.Peter Geoghegan2025-04-28
* Make NULL tuple values always advance skip arrays.Peter Geoghegan2025-04-28
* Restore comments in ChangeVarNodesExtended()Alexander Korotkov2025-04-28
* Fix xmin advancement during fast_forward decoding.Amit Kapila2025-04-28
* Remove circular #include's between wait_event.h and wait_event_types.hMichael Paquier2025-04-28
* Disallow removing placeholders during Self-Join Elimination.Alexander Korotkov2025-04-28
* Don't use double-quotes in #include's of system headers, redux.Tom Lane2025-04-27
* Eliminate divide in new fast-path locking codeDavid Rowley2025-04-27
* aio: Improve debug logging around waiting for IOsAndres Freund2025-04-25
* Fix bug allowing io_combine_limit > io_max_combine_combine limitAndres Freund2025-04-25
* aio: Fix crash potential for pg_aios views due to late state updateAndres Freund2025-04-25