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
*
Allow repalloc() to give back space when a large chunk is downsized.
Tom Lane
2019-10-03
*
Fix many typos and inconsistencies
Michael Paquier
2019-07-01
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Initial pgindent run for v12.
Tom Lane
2019-05-22
*
Fix problems with auto-held portals.
Tom Lane
2019-04-19
*
Fix inconsistent out-of-memory error reporting in dsa.c.
Thomas Munro
2019-02-25
*
Fix rare dsa_allocate() failures due to freepage.c corruption.
Thomas Munro
2019-02-13
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Fix minor typo in dsa.c.
Thomas Munro
2018-11-29
*
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
*
Simplify use of AllocSetContextCreate() wrapper macro.
Tom Lane
2018-10-12
*
Constify dsa_size_class_map and use a better type.
Thomas Munro
2018-09-25
*
Use size_t consistently in dsa.{ch}.
Thomas Munro
2018-09-22
*
Fix segment_bins corruption in dsa.c.
Thomas Munro
2018-09-20
*
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
[next]