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