]> granicus.if.org Git - postgresql/history - src/backend/utils/mmgr
Fix initialization of fake LSN for unlogged relations
[postgresql] / src / backend / utils / mmgr /
2019-10-19 Peter EisentrautFix most -Wundef warnings
2019-10-05 Tomas VondraChange MemoryContextMemAllocated to return Size
2019-10-04 Tomas VondraUse Size instead of int64 to track allocated memory
2019-10-03 Tom LaneAllow repalloc() to give back space when a large chunk...
2019-10-01 Tomas VondraMark two variables in in aset.c with PG_USED_FOR_ASSERT...
2019-10-01 Tomas VondraAdd transparent block-level memory accounting
2019-08-19 Michael PaquierFix inconsistencies and typos in the tree, take 11
2019-08-13 Michael PaquierFix inconsistencies and typos in the tree, take 10
2019-08-05 Michael PaquierFix inconsistencies and typos in the tree, take 9
2019-07-29 Michael PaquierFix inconsistencies and typos in the tree
2019-07-16 Michael PaquierFix inconsistencies and typos in the tree
2019-07-01 Michael PaquierFix many typos and inconsistencies
2019-05-22 Tom LanePhase 2 pgindent run for v12.
2019-05-22 Tom LaneInitial pgindent run for v12.
2019-04-19 Tom LaneFix problems with auto-held portals.
2019-02-24 Thomas MunroFix inconsistent out-of-memory error reporting in dsa.c.
2019-02-13 Thomas MunroFix rare dsa_allocate() failures due to freepage.c...
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-11-29 Thomas MunroFix minor typo in dsa.c.
2018-11-21 Andres FreundRemove WITH OIDS support, change oid catalog column...
2018-10-12 Tom LaneSimplify use of AllocSetContextCreate() wrapper macro.
2018-09-25 Thomas MunroConstify dsa_size_class_map and use a better type.
2018-09-21 Thomas MunroUse size_t consistently in dsa.{ch}.
2018-09-20 Thomas MunroFix segment_bins corruption in dsa.c.
2018-08-27 Peter EisentrautFix snapshot leak warning for some procedures
2018-08-21 Alvaro HerreraFix typo
2018-07-11 Alexander KorotkovFix more wrong paths in header comments
2018-04-28 Tom LaneAssorted minor doc/comment fixes.
2018-04-26 Tom LanePost-feature-freeze pgindent run.
2018-04-06 Peter EisentrautAdd memory context identifier to portal context
2018-04-01 Tom LaneFix a boatload of typos in C comments.
2018-03-30 Tom LaneImprove out-of-memory error reports by including memory...
2018-03-28 Peter EisentrautAllow committing inside cursor loop
2018-03-27 Tom LaneAllow memory contexts to have both fixed and variable...
2018-02-16 Peter EisentrautFix crash when canceling parallel query
2018-01-22 Peter EisentrautTransaction control in PL procedures
2018-01-10 Peter EisentrautGive more accurate error message for dropping pinned...
2018-01-09 Peter EisentrautUpdate portal-related memory context names and API
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-12-13 Tom LaneRethink MemoryContext creation to improve performance.
2017-11-29 Robert HaasUpdate typedefs.list and re-run pgindent
2017-11-25 Tom LaneImprove valgrind logic in aset.c, and fix multiple...
2017-11-24 Tom LaneMostly-cosmetic improvements in memory chunk header...
2017-11-24 Tom LaneFix bug in generation.c's valgrind support.
2017-11-23 Tom LaneEnsure sizeof(GenerationChunk) is maxaligned.
2017-11-22 Simon RiggsTweak code for older compilers
2017-11-22 Simon RiggsGenerational memory allocator
2017-11-08 Peter EisentrautChange TRUE/FALSE to true/false
2017-10-10 Andres FreundRewrite strnlen replacement implementation from 8a24179...
2017-10-09 Andres FreundFix pnstrdup() to not memcpy() the maximum allowed...
2017-09-07 Peter EisentrautReduce excessive dereferencing of function pointers
2017-08-24 Andres FreundFix harmless thinko in dsa.c.
2017-08-16 Peter EisentrautFix up some misusage of appendStringInfo() and friends
2017-08-14 Tom LaneHandle elog(FATAL) during ROLLBACK more robustly.
2017-06-21 Tom LanePhase 3 of pgindent updates.
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-06-21 Tom LaneInitial pgindent run with pg_bsd_indent version 2.0.
2017-05-18 Heikki LinnakangasMake slab allocator work on platforms with MAXIMUM_ALIG...
2017-05-09 Peter EisentrautImprove memory use in logical replication apply
2017-04-25 Fujii MasaoUpdate copyright in recently added files.
2017-04-10 Andres FreundFix initialization of dsa.c free area counter.
2017-04-10 Tom LaneImprove castNode notation by introducing list-extractio...
2017-04-07 Robert HaasUse English, instead of internal names, for translatabl...
2017-04-04 Andres FreundFix two valgrind issues in slab allocator.
2017-03-29 Robert HaasPlug race in dsa_attach.
2017-03-24 Alvaro HerreraFix typo in comment
2017-03-08 Tom LaneSuppress compiler warning in slab.c.
2017-03-08 Tom LaneUse doubly-linked block lists in aset.c to reduce large...
2017-03-04 Andres FreundFix two recently introduced grammar errors in mmgr...
2017-03-01 Andres FreundFix assertion failure due to over-eager code deduplication.
2017-03-01 Andres FreundOverhaul memory management README.
2017-03-01 Andres FreundReduce size of common allocation header.
2017-02-27 Peter Eisentrautchomp PQerrorMessage() in backend uses
2017-02-27 Andres FreundAdd "Slab" MemoryContext implementation for efficient...
2017-02-27 Andres FreundMake useful infrastructure from aset.c generally available.
2017-02-19 Robert HaasMake dsa_allocate interface more like MemoryContextAlloc.
2017-02-16 Robert HaasAdd new function dsa_allocate0.
2017-02-06 Heikki LinnakangasFix typos in comments.
2017-01-27 Tom LaneUse castNode() in a bunch of statement-list-related...
2017-01-14 Tom LaneChange representation of statement lists, and add state...
2017-01-11 Magnus HaganderFix some typos in comments
2017-01-05 Robert HaasFix possible crash reading pg_stat_activity.
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-12-16 Robert HaasSimplify LWLock tranche machinery by removing array_bas...
2016-12-05 Robert Haasdsa: Cope with the possibility that SIZE_MAX is not...
2016-12-05 Robert HaasFix more DSA problems uncovered by the buildfarm.
2016-12-05 Robert HaasTry to fix some DSA-related compiler warnings.
2016-12-02 Robert HaasIntroduce dynamic shared memory areas.
2016-12-02 Robert HaasManagement of free memory pages.
2016-08-29 Tom LaneMake AllocSetContextCreate throw an error for bad conte...
2016-08-27 Tom LaneAdd macros to make AllocSetContextCreate() calls simple...
2016-08-07 Tom LaneFix TOAST access failure in RETURNING queries.
2016-08-03 Tom LaneDo not let PostmasterContext survive into background...
2016-03-13 Tom LaneReport memory context stats upon out-of-memory in repal...
2016-02-06 Noah MischComment on dead code in AtAbort_Portals() and AtSubAbor...
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-12-08 Kevin GrittnerImprove performance in freeing memory contexts
2015-09-04 Tom LaneFix subtransaction cleanup after an outer-subtransactio...
2015-08-25 Tom LaneLimit the verbosity of memory context statistics dumps.
2015-08-05 Andres FreundRely on inline functions even if that causes warnings...
next