| 5 days ago |
Nathan Bossart | Fix some comments. |
tree | commitdiff |
| 7 days ago |
Michael Paquier | Use palloc_object() and palloc_array() in backend code |
tree | commitdiff |
| 2025-12-02 |
Nathan Bossart | Use LW_SHARED in dsa.c where possible. |
tree | commitdiff |
| 2025-12-02 |
Nathan Bossart | Show size of DSAs and dshashes in pg_dsm_registry_alloc... |
tree | commitdiff |
| 2025-11-21 |
Peter Eisentraut | Remove useless casts to (void *) |
tree | commitdiff |
| 2025-10-30 |
David Rowley | Fix bogus use of "long" in AllocSetCheck() |
tree | commitdiff |
| 2025-10-23 |
Tom Lane | Fix off-by-one Asserts in FreePageBtreeInsertInternal... |
tree | commitdiff |
| 2025-09-24 |
Peter Eisentraut | Remove PointerIsValid() |
tree | commitdiff |
| 2025-08-03 |
Tom Lane | Fix MemoryContextAllocAligned's interaction with Valgrind. |
tree | commitdiff |
| 2025-08-03 |
Tom Lane | Improve our support for Valgrind's leak tracking. |
tree | commitdiff |
| 2025-07-25 |
Tom Lane | Create infrastructure to reliably prevent leakage of... |
tree | commitdiff |
| 2025-07-02 |
Nathan Bossart | Add GetNamedDSA() and GetNamedDSHash(). |
tree | commitdiff |
| 2025-05-23 |
Tom Lane | Fix AlignedAllocRealloc to cope sanely with OOM. |
tree | commitdiff |
| 2025-05-23 |
Daniel Gustafsson | Revert function to get memory context stats for processes |
tree | commitdiff |
| 2025-05-22 |
Amit Langote | Revert "Don't lock partitions pruned by initial pruning" |
tree | commitdiff |
| 2025-05-11 |
Tom Lane | Fix incorrect "return NULL" in BumpAllocLarge(). |
tree | commitdiff |
| 2025-04-30 |
Daniel Gustafsson | Convert strncpy to strlcpy |
tree | commitdiff |
| 2025-04-30 |
Daniel Gustafsson | Typo and doc fixups for memory context reporting |
tree | commitdiff |
| 2025-04-30 |
Daniel Gustafsson | Add missing string terminator |
tree | commitdiff |
| 2025-04-21 |
Tom Lane | MemoryContextCreate: assert parent is valid and differe... |
tree | commitdiff |
| 2025-04-20 |
David Rowley | Fix a few duplicate words in comments |
tree | commitdiff |
| 2025-04-19 |
Michael Paquier | Fix typos and grammar in the code |
tree | commitdiff |
| 2025-04-17 |
David Rowley | Make levels 1-based in pg_log_backend_memory_contexts() |
tree | commitdiff |
| 2025-04-12 |
Peter Geoghegan | Harmonize function parameter names for Postgres 18. |
tree | commitdiff |
| 2025-04-10 |
Daniel Gustafsson | Rename global variable backing DSA area |
tree | commitdiff |
| 2025-04-08 |
Daniel Gustafsson | Add function to get memory context stats for processes |
tree | commitdiff |
| 2025-03-29 |
Peter Eisentraut | Use PRI?64 instead of "ll?" in format strings (continued). |
tree | commitdiff |
| 2025-03-13 |
Peter Eisentraut | pg_noreturn to replace pg_attribute_noreturn() |
tree | commitdiff |
| 2025-03-04 |
Michael Paquier | Add more assertions in palloc0() and palloc_extended() |
tree | commitdiff |
| 2025-02-20 |
Amit Langote | Don't lock partitions pruned by initial pruning |
tree | commitdiff |
| 2025-01-01 |
Bruce Momjian | Update copyright for 2025 |
tree | commitdiff |
| 2024-11-28 |
Peter Eisentraut | Remove useless casts to (void *) |
tree | commitdiff |
| 2024-10-06 |
Tom Lane | Ignore not-yet-defined Portals in pg_cursors view. |
tree | commitdiff |
| 2024-07-06 |
David Rowley | Fix incorrect sentinel byte logic in GenerationRealloc() |
tree | commitdiff |
| 2024-07-01 |
Tom Lane | Preserve CurrentMemoryContext across Start/CommitTransa... |
tree | commitdiff |
| 2024-04-18 |
Daniel Gustafsson | Fix typos and duplicate words |
tree | commitdiff |
| 2024-04-16 |
David Rowley | Update mmgr's README to mention BumpContext |
tree | commitdiff |
| 2024-04-16 |
David Rowley | Push dedicated BumpBlocks to the tail of the blocks... |
tree | commitdiff |
| 2024-04-09 |
David Rowley | Remove unused BumpBlockIsValid macro |
tree | commitdiff |
| 2024-04-07 |
David Rowley | Fix incorrect KeeperBlock macro in bump.c |
tree | commitdiff |
| 2024-04-07 |
David Rowley | Introduce a bump memory allocator |
tree | commitdiff |
| 2024-04-07 |
David Rowley | Enlarge bit-space for MemoryContextMethodID |
tree | commitdiff |
| 2024-03-27 |
Masahiko Sawada | Allow specifying initial and maximum segment sizes... |
tree | commitdiff |
| 2024-03-13 |
Peter Eisentraut | Make the order of the header file includes consistent |
tree | commitdiff |
| 2024-03-08 |
Alexander Korotkov | Avoid recursion in MemoryContext functions |
tree | commitdiff |
| 2024-03-07 |
John Naylor | Add template for adaptive radix tree |
tree | commitdiff |
| 2024-03-04 |
Peter Eisentraut | Remove unused #include's from backend .c files |
tree | commitdiff |
| 2024-03-04 |
David Rowley | Optimize GenerationAlloc() and SlabAlloc() |
tree | commitdiff |
| 2024-02-29 |
Daniel Gustafsson | Fix integer underflow in shared memory debugging |
tree | commitdiff |
| 2024-02-28 |
David Rowley | Refactor AllocSetAlloc(), separating hot and cold paths |
tree | commitdiff |
| 2024-02-27 |
David Rowley | Adjust memory allocation functions to allow sibling... |
tree | commitdiff |
| 2024-01-29 |
Alvaro Herrera | Add EXPLAIN (MEMORY) to report planner memory consumption |
tree | commitdiff |
| 2024-01-25 |
Heikki Linnakangas | Update comment, generation mem contexts have a "keeper... |
tree | commitdiff |
| 2024-01-04 |
Bruce Momjian | Update copyright for 2024 |
tree | commitdiff |
| 2023-12-19 |
Heikki Linnakangas | Simplify newNode() by removing special cases |
tree | commitdiff |
| 2023-11-15 |
Heikki Linnakangas | Fix dsa.c with different resource owners. |
tree | commitdiff |
| 2023-07-16 |
David Rowley | Shrink memory contexts struct sizes |
tree | commitdiff |
| 2023-07-04 |
Thomas Munro | Re-bin segment when memory pages are freed. |
tree | commitdiff |
| 2023-05-19 |
Tom Lane | Pre-beta mechanical code beautification. |
tree | commitdiff |
| 2023-04-19 |
David Rowley | Fix various typos and incorrect/outdated name references |
tree | commitdiff |
| 2023-04-18 |
David Rowley | Fix various typos |
tree | commitdiff |
| 2023-04-14 |
David Rowley | Adjust Valgrind macro usage to protect chunk headers |
tree | commitdiff |
| 2023-04-05 |
Peter Eisentraut | Fix minor signed/unsigned mixup |
tree | commitdiff |
| 2023-02-21 |
Tom Lane | Fix erroneous Valgrind markings in AllocSetRealloc. |
tree | commitdiff |
| 2023-02-20 |
John Naylor | Add MSVC support for pg_leftmost_one_pos32() and friends |
tree | commitdiff |
| 2023-01-25 |
Tom Lane | Avoid type cheats for invalid dsa_handles and dshash_ta... |
tree | commitdiff |
| 2023-01-11 |
Michael Paquier | Fix typos in code and comments |
tree | commitdiff |
| 2023-01-04 |
David Rowley | Fix some compiler warnings in aset.c and generation.c |
tree | commitdiff |
| 2023-01-02 |
Bruce Momjian | Update copyright for 2023 |
tree | commitdiff |
| 2022-12-22 |
David Rowley | Add palloc_aligned() to allow aligned memory allocations |
tree | commitdiff |
| 2022-12-21 |
David Rowley | Fix newly introduced bug in slab.c |
tree | commitdiff |
| 2022-12-20 |
Andrew Dunstan | Add copyright notices to meson files |
tree | commitdiff |
| 2022-12-20 |
David Rowley | Improve the performance of the slab memory allocator |
tree | commitdiff |
| 2022-12-15 |
Peter Eisentraut | Static assertions cleanup |
tree | commitdiff |
| 2022-11-12 |
Peter Eisentraut | Add repalloc0 and repalloc0_array |
tree | commitdiff |
| 2022-10-28 |
Peter Eisentraut | Remove AssertArg and AssertState |
tree | commitdiff |
| 2022-10-18 |
Michael Paquier | Rename SetSingleFuncCall() to InitMaterializedSRF() |
tree | commitdiff |
| 2022-10-14 |
Tom Lane | Make some minor improvements in memory-context infrastr... |
tree | commitdiff |
| 2022-10-10 |
Tom Lane | Harden memory context allocators against bogus chunk... |
tree | commitdiff |
| 2022-10-07 |
Tom Lane | Improve our ability to detect bogus pointers passed... |
tree | commitdiff |
| 2022-10-06 |
Tom Lane | Remove MemoryContextContains(). |
tree | commitdiff |
| 2022-09-22 |
Andres Freund | meson: Add initial version of meson based build system |
tree | commitdiff |
| 2022-09-08 |
David Rowley | Temporarily make MemoryContextContains return false |
tree | commitdiff |
| 2022-09-07 |
David Rowley | Make MemoryContextContains work correctly again |
tree | commitdiff |
| 2022-09-07 |
David Rowley | Make more effort to put a sentinel at the end of alloca... |
tree | commitdiff |
| 2022-08-30 |
David Rowley | Use MAXALIGN() in calculations using sizeof(SlabBlock) |
tree | commitdiff |
| 2022-08-29 |
David Rowley | Improve performance of and reduce overheads of memory... |
tree | commitdiff |
| 2022-08-28 |
Peter Eisentraut | Add more detail why repalloc and pfree do not accept... |
tree | commitdiff |
| 2022-07-21 |
Thomas Munro | Remove fls(), use pg_leftmost_one_pos32() instead. |
tree | commitdiff |
| 2022-07-16 |
Peter Eisentraut | Replace many MemSet calls with struct initialization |
tree | commitdiff |
| 2022-06-26 |
Thomas Munro | Fix relptr's encoding of the base address. |
tree | commitdiff |
| 2022-04-13 |
Alvaro Herrera | Remove extraneous blank lines before block-closing... |
tree | commitdiff |
| 2022-04-11 |
David Rowley | Fix various typos and spelling mistakes in code comments |
tree | commitdiff |
| 2022-04-04 |
David Rowley | Improve the generation memory allocator |
tree | commitdiff |
| 2022-03-07 |
Michael Paquier | Create routine able to set single-call SRFs for Materia... |
tree | commitdiff |
| 2022-02-28 |
Tom Lane | Fix SPI's handling of errors during transaction commit. |
tree | commitdiff |
| 2022-02-24 |
Michael Paquier | Clean up and simplify code in a couple of set-returning... |
tree | commitdiff |
| 2022-02-17 |
Michael Paquier | Remove all traces of tuplestore_donestoring() in the... |
tree | commitdiff |
| 2022-01-28 |
Fujii Masao | Prevent memory context logging from sending log message... |
tree | commitdiff |
| 2022-01-08 |
Bruce Momjian | Update copyright for 2022 |
tree | commitdiff |
| next |