aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/mmgr
Commit message (Expand)AuthorAge
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-08
* Rewrite strnlen replacement implementation from 8a241792f96.Andres Freund2017-10-10
* Fix pnstrdup() to not memcpy() the maximum allowed length.Andres Freund2017-10-09
* Reduce excessive dereferencing of function pointersPeter Eisentraut2017-09-07
* Fix harmless thinko in dsa.c.Andres Freund2017-08-24
* Fix up some misusage of appendStringInfo() and friendsPeter Eisentraut2017-08-15
* Handle elog(FATAL) during ROLLBACK more robustly.Tom Lane2017-08-14
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Make slab allocator work on platforms with MAXIMUM_ALIGNOF < sizeof(int).Heikki Linnakangas2017-05-18
* Improve memory use in logical replication applyPeter Eisentraut2017-05-09
* Update copyright in recently added files.Fujii Masao2017-04-25
* Fix initialization of dsa.c free area counter.Andres Freund2017-04-10
* Improve castNode notation by introducing list-extraction-specific variants.Tom Lane2017-04-10
* Use English, instead of internal names, for translatable messages.Robert Haas2017-04-07
* Fix two valgrind issues in slab allocator.Andres Freund2017-04-04
* Plug race in dsa_attach.Robert Haas2017-03-29
* Fix typo in commentAlvaro Herrera2017-03-24
* Suppress compiler warning in slab.c.Tom Lane2017-03-08
* Use doubly-linked block lists in aset.c to reduce large-chunk overhead.Tom Lane2017-03-08
* Fix two recently introduced grammar errors in mmgr/README.Andres Freund2017-03-03
* Fix assertion failure due to over-eager code deduplication.Andres Freund2017-02-28
* Overhaul memory management README.Andres Freund2017-02-28
* Reduce size of common allocation header.Andres Freund2017-02-28
* chomp PQerrorMessage() in backend usesPeter Eisentraut2017-02-27
* Add "Slab" MemoryContext implementation for efficient equal-sized allocations.Andres Freund2017-02-27
* Make useful infrastructure from aset.c generally available.Andres Freund2017-02-27
* Make dsa_allocate interface more like MemoryContextAlloc.Robert Haas2017-02-19
* Add new function dsa_allocate0.Robert Haas2017-02-16
* Fix typos in comments.Heikki Linnakangas2017-02-06
* Use castNode() in a bunch of statement-list-related code.Tom Lane2017-01-26
* Change representation of statement lists, and add statement location info.Tom Lane2017-01-14
* Fix some typos in commentsMagnus Hagander2017-01-11
* Fix possible crash reading pg_stat_activity.Robert Haas2017-01-05
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Simplify LWLock tranche machinery by removing array_base/array_stride.Robert Haas2016-12-16
* dsa: Cope with the possibility that SIZE_MAX is not defined.Robert Haas2016-12-05
* Fix more DSA problems uncovered by the buildfarm.Robert Haas2016-12-05
* Try to fix some DSA-related compiler warnings.Robert Haas2016-12-05
* Introduce dynamic shared memory areas.Robert Haas2016-12-02
* Management of free memory pages.Robert Haas2016-12-02
* Make AllocSetContextCreate throw an error for bad context-size parameters.Tom Lane2016-08-29
* Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane2016-08-27
* Fix TOAST access failure in RETURNING queries.Tom Lane2016-08-07
* Do not let PostmasterContext survive into background workers.Tom Lane2016-08-03
* Report memory context stats upon out-of-memory in repalloc[_huge].Tom Lane2016-03-13
* Comment on dead code in AtAbort_Portals() and AtSubAbort_Portals().Noah Misch2016-02-05
* Update copyright for 2016Bruce Momjian2016-01-02
* Improve performance in freeing memory contextsKevin Grittner2015-12-08