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
*
Restore the portal-level snapshot after procedure COMMIT/ROLLBACK.
Tom Lane
2021-05-21
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
*
Remove useless (and broken) logging logic in memory context functions.
Tom Lane
2020-04-23
*
Revert "Specialize MemoryContextMemAllocated()."
Jeff Davis
2020-03-19
*
Specialize MemoryContextMemAllocated().
Jeff Davis
2020-03-18
*
Represent command completion tags as structs
Alvaro Herrera
2020-03-02
*
Adjust DSM and DSA slot usage constants.
Thomas Munro
2020-01-31
*
Allocate freechunks bitmap as part of SlabContext
Tomas Vondra
2020-01-17
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Micro-optimize AllocSetFreeIndex() by reference to pg_bitutils code.
Tom Lane
2019-12-28
*
Avoid splitting C string literals with \-newline
Alvaro Herrera
2019-12-24
*
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-12
*
Fix whitespace
Peter Eisentraut
2019-11-11
*
Split all OBJS style lines in makefiles into one-line-per-entry style.
Andres Freund
2019-11-05
*
Fix typos in the code
Michael Paquier
2019-10-30
*
Fix most -Wundef warnings
Peter Eisentraut
2019-10-19
*
Change MemoryContextMemAllocated to return Size
Tomas Vondra
2019-10-05
*
Use Size instead of int64 to track allocated memory
Tomas Vondra
2019-10-04
*
Allow repalloc() to give back space when a large chunk is downsized.
Tom Lane
2019-10-03
*
Mark two variables in in aset.c with PG_USED_FOR_ASSERTS_ONLY
Tomas Vondra
2019-10-01
*
Add transparent block-level memory accounting
Tomas Vondra
2019-10-01
*
Fix inconsistencies and typos in the tree, take 11
Michael Paquier
2019-08-19
*
Fix inconsistencies and typos in the tree, take 10
Michael Paquier
2019-08-13
*
Fix inconsistencies and typos in the tree, take 9
Michael Paquier
2019-08-05
*
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-29
*
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-16
*
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
[next]