summaryrefslogtreecommitdiff
path: root/src/backend/utils/resowner
AgeCommit message (Expand)Author
2025-08-13Make type Datum be 8 bytes wide everywhere.Tom Lane
2025-03-17aio: Basic subsystem initializationAndres Freund
2025-01-01Update copyright for 2025Bruce Momjian
2024-05-17Remove unused typedefsPeter Eisentraut
2024-05-08Fix typo in src/backend/utils/resowner/README.Etsuro Fujita
2024-02-16Use new overflow-safe integer comparison functions.Nathan Bossart
2024-02-02Fix bug in bulk extending temp relation after failureHeikki Linnakangas
2024-01-04Update copyright for 2024Bruce Momjian
2023-11-08Fix bug in the new ResourceOwner implementation.Heikki Linnakangas
2023-11-08Use a faster hash function in resource owners.Heikki Linnakangas
2023-11-08Make ResourceOwners more easily extensible.Heikki Linnakangas
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-04-18Fix various typosDavid Rowley
2023-04-12Fix incorrect format placeholdersPeter Eisentraut
2023-04-05bufmgr: Support multiple in-progress IOs by using resownerAndres Freund
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-09-28Allow callback functions to deregister themselves during a call.Tom Lane
2022-09-22meson: Add initial version of meson based build systemAndres Freund
2022-09-05Fix incorrect uses of Datum conversion macrosPeter Eisentraut
2022-04-13Remove extraneous blank lines before block-closing bracesAlvaro Herrera
2022-01-08Update copyright for 2022Bruce Momjian
2021-09-15Update README for resource owners about the resource types supportedMichael Paquier
2021-04-03Refactor HMAC implementationsMichael Paquier
2021-01-26Improve performance of repeated CALLs within plpgsql procedures.Tom Lane
2021-01-02Update copyright for 2021Bruce Momjian
2020-12-04Change SHA2 implementation based on OpenSSL to use EVP digest routinesMichael Paquier
2020-03-26Improve performance of "simple expressions" in PL/pgSQL.Tom Lane
2020-02-27Move src/backend/utils/hash/hashfn.c to src/commonRobert Haas
2020-01-01Update copyrights for 2020Bruce Momjian
2019-11-05Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-03-15Enable parallel query with SERIALIZABLE isolation.Thomas Munro
2019-03-11Move hash_any prototype from access/hash.h to utils/hashutils.hAlvaro Herrera
2019-01-02Update copyright for 2019Bruce Momjian
2018-07-18Use a ResourceOwner to track buffer pins in all cases.Tom Lane
2018-03-22Basic JIT provider and error handling infrastructure.Andres Freund
2018-01-03Update copyright for 2018Bruce Momjian
2017-10-11Remove unnecessary PG_TRY overhead for CurrentResourceOwner changes.Tom Lane
2017-09-07Reduce excessive dereferencing of function pointersPeter Eisentraut
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-11-30Improve hash index bucket split behavior.Robert Haas
2016-06-09pgindent run for 9.6Robert Haas
2016-06-03Fix various common mispellings.Greg Stark
2016-01-26Improve ResourceOwners' behavior for large numbers of owned objects.Tom Lane
2016-01-02Update copyright for 2016Bruce Momjian
2015-01-06Update copyright for 2015Bruce Momjian
2014-05-06pgindent run for 9.4Bruce Momjian