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
*
Fix snapshot leak warning for some procedures
Peter Eisentraut
2018-08-27
*
Fix typo
Alvaro Herrera
2018-08-21
*
Fix more wrong paths in header comments
Alexander Korotkov
2018-07-11
*
Assorted minor doc/comment fixes.
Tom Lane
2018-04-28
*
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
*
Add memory context identifier to portal context
Peter Eisentraut
2018-04-06
*
Fix a boatload of typos in C comments.
Tom Lane
2018-04-01
*
Improve out-of-memory error reports by including memory context name.
Tom Lane
2018-03-30
*
Allow committing inside cursor loop
Peter Eisentraut
2018-03-28
*
Allow memory contexts to have both fixed and variable ident strings.
Tom Lane
2018-03-27
*
Fix crash when canceling parallel query
Peter Eisentraut
2018-02-16
*
Transaction control in PL procedures
Peter Eisentraut
2018-01-22
*
Give more accurate error message for dropping pinned portal
Peter Eisentraut
2018-01-10
*
Update portal-related memory context names and API
Peter Eisentraut
2018-01-09
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Rethink MemoryContext creation to improve performance.
Tom Lane
2017-12-13
*
Update typedefs.list and re-run pgindent
Robert Haas
2017-11-29
*
Improve valgrind logic in aset.c, and fix multiple issues in generation.c.
Tom Lane
2017-11-24
*
Mostly-cosmetic improvements in memory chunk header alignment coding.
Tom Lane
2017-11-24
*
Fix bug in generation.c's valgrind support.
Tom Lane
2017-11-24
*
Ensure sizeof(GenerationChunk) is maxaligned.
Tom Lane
2017-11-23
*
Tweak code for older compilers
Simon Riggs
2017-11-23
*
Generational memory allocator
Simon Riggs
2017-11-23
*
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
[next]