summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
2025-05-23Fix AlignedAllocRealloc to cope sanely with OOM.Tom Lane
2025-05-23Revert function to get memory context stats for processesDaniel Gustafsson
2025-05-23Move oauth_validator_libraries in postgresql.conf.samplePeter Eisentraut
2025-05-22Fix memory leak in XMLSERIALIZE(... INDENT).Tom Lane
2025-05-22Revert "Don't lock partitions pruned by initial pruning"Amit Langote
2025-05-19Fix deparsing FETCH FIRST <expr> ROWS WITH TIESHeikki Linnakangas
2025-05-18Fix function name reference in commentDaniel Gustafsson
2025-05-11Fix comment of tsquerysend()Álvaro Herrera
2025-05-11relcache: Avoid memory leak on tables with no CHECK constraintsÁlvaro Herrera
2025-05-11Sort includes in alphabetical orderÁlvaro Herrera
2025-05-11Fix incorrect "return NULL" in BumpAllocLarge().Tom Lane
2025-05-09Add support for runtime arguments in injection pointsMichael Paquier
2025-05-08Use 'void *' for arbitrary buffers, 'uint8 *' for byte arraysHeikki Linnakangas
2025-05-05With GB18030, prevent SIGSEGV from reading past end of allocation.Noah Misch
2025-05-03Fix memory allocation/copy mistakes.Etsuro Fujita
2025-05-03Fix typos in comments.Etsuro Fujita
2025-04-30Convert strncpy to strlcpyDaniel Gustafsson
2025-04-30Typo and doc fixups for memory context reportingDaniel Gustafsson
2025-04-30Add missing string terminatorDaniel Gustafsson
2025-04-30Fix broken indentationDavid Rowley
2025-04-30Fix a couple of comment typosDavid Rowley
2025-04-28Remove circular #include's between wait_event.h and wait_event_types.hMichael Paquier
2025-04-26Eliminate divide in new fast-path locking codeDavid Rowley
2025-04-25Fix bug allowing io_combine_limit > io_max_combine_combine limitAndres Freund
2025-04-24Add sanity check for dshash entries when reading pgstats fileMichael Paquier
2025-04-23Avoid possibly-theoretical OOM crash hazard in hash_create().Tom Lane
2025-04-23Maintain RelIdToTypeIdCacheHash in TypeCacheOpcCallback()Alexander Korotkov
2025-04-23Properly prepare varinfos in estimate_multivariate_bucketsize()Alexander Korotkov
2025-04-23Fix an oversight in 3f28b2fcac.Amit Kapila
2025-04-23Remove assertion based on pending_since in pgstat_report_stat()Michael Paquier
2025-04-22Rename injection point for invalidation messages at end of transactionMichael Paquier
2025-04-21Fix INITCAP() word boundaries for PG_UNICODE_FAST.Jeff Davis
2025-04-21MemoryContextCreate: assert parent is valid and different from node.Tom Lane
2025-04-21Fix a few more duplicate words in commentsDavid Rowley
2025-04-20Fix a few duplicate words in commentsDavid Rowley
2025-04-19Fix typos and grammar in the codeMichael Paquier
2025-04-17Make levels 1-based in pg_log_backend_memory_contexts()David Rowley
2025-04-17Assert lack of hazardous buffer locks before possible catalog read.Noah Misch
2025-04-16Improve comments for estimate_multivariate_ndistinct()David Rowley
2025-04-12Harmonize function parameter names for Postgres 18.Peter Geoghegan
2025-04-11Fix recently introduced typosDaniel Gustafsson
2025-04-10Add code comment explaining ins_since_vacuum and aborted insertsDavid Rowley
2025-04-10Improve various new-to-v18 appendStringInfo callsDavid Rowley
2025-04-10Rename global variable backing DSA areaDaniel Gustafsson
2025-04-10Remove useless check for negative result of ip_addrsize().Tom Lane
2025-04-09Fix a few oversights in the longer cancel keys patchHeikki Linnakangas
2025-04-08Introduce file_copy_method setting.Thomas Munro
2025-04-08Add function to get memory context stats for processesDaniel Gustafsson
2025-04-07Add support for basic NUMA awarenessTomas Vondra
2025-04-07Allow NOT NULL constraints to be added as NOT VALIDÁlvaro Herrera