summaryrefslogtreecommitdiff
path: root/src/backend/utils/mmgr/dsa.c
AgeCommit message (Expand)Author
2023-01-25Avoid type cheats for invalid dsa_handles and dshash_table_handles.Tom Lane
2023-01-02Update copyright for 2023Bruce Momjian
2022-07-21Remove fls(), use pg_leftmost_one_pos32() instead.Thomas Munro
2022-01-08Update copyright for 2022Bruce Momjian
2021-01-02Update copyright for 2021Bruce Momjian
2020-07-31Preallocate some DSM space at startup.Thomas Munro
2020-01-31Adjust DSM and DSA slot usage constants.Thomas Munro
2020-01-01Update copyrights for 2020Bruce Momjian
2019-07-16Fix inconsistencies and typos in the treeMichael Paquier
2019-07-01Fix many typos and inconsistenciesMichael Paquier
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-05-22Initial pgindent run for v12.Tom Lane
2019-02-24Fix inconsistent out-of-memory error reporting in dsa.c.Thomas Munro
2019-01-02Update copyright for 2019Bruce Momjian
2018-11-29Fix minor typo in dsa.c.Thomas Munro
2018-09-25Constify dsa_size_class_map and use a better type.Thomas Munro
2018-09-21Use size_t consistently in dsa.{ch}.Thomas Munro
2018-09-20Fix segment_bins corruption in dsa.c.Thomas Munro
2018-08-21Fix typoAlvaro Herrera
2018-04-01Fix a boatload of typos in C comments.Tom Lane
2018-01-03Update copyright for 2018Bruce Momjian
2017-08-24Fix harmless thinko in dsa.c.Andres Freund
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-04-10Fix initialization of dsa.c free area counter.Andres Freund
2017-04-07Use English, instead of internal names, for translatable messages.Robert Haas
2017-03-29Plug race in dsa_attach.Robert Haas
2017-03-24Fix typo in commentAlvaro Herrera
2017-02-19Make dsa_allocate interface more like MemoryContextAlloc.Robert Haas
2017-02-16Add new function dsa_allocate0.Robert Haas
2017-01-11Fix some typos in commentsMagnus Hagander
2017-01-05Fix possible crash reading pg_stat_activity.Robert Haas
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-12-16Simplify LWLock tranche machinery by removing array_base/array_stride.Robert Haas
2016-12-05dsa: Cope with the possibility that SIZE_MAX is not defined.Robert Haas
2016-12-05Fix more DSA problems uncovered by the buildfarm.Robert Haas
2016-12-05Try to fix some DSA-related compiler warnings.Robert Haas
2016-12-02Introduce dynamic shared memory areas.Robert Haas