summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
2025-06-15Sync typedefs.list with the buildfarm.Tom Lane
2025-06-11Revert a few small patches that were intended for version 19.Jeff Davis
2025-06-10inet_net_pton.c: use pg_ascii_tolower() rather than tolower().Jeff Davis
2025-06-06Use NULL instead of 0 for pointer arguments.Nathan Bossart
2025-06-04Don't strip $libdir from LOAD commandPeter Eisentraut
2025-06-03Fix incorrect format placeholdersPeter Eisentraut
2025-06-03Rename log_lock_failure GUC to log_lock_failures for consistency.Fujii Masao
2025-05-31Change internal plan ID type from uint64 to int64Michael Paquier
2025-05-30Change internal queryid type from uint64 to int64David Rowley
2025-05-29Add AioUringCompletion in wait_event_names.txtMichael Paquier
2025-05-28Tighten parsing of datetime input.Tom Lane
2025-05-28Fix memory leakage when function compilation fails.Tom Lane
2025-05-27Fix conversion of SIMILAR TO regexes for character classesMichael Paquier
2025-05-26Improve file_copy_method entry in postgresql.conf.samplePeter Eisentraut
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