summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
69 min.Standardize LSN formatting by zero paddingHEADmasterÁlvaro Herrera
9 hoursIntegrate FullTransactionIds deeper into two-phase codeMichael Paquier
4 daysBreak out xxx2yyy_opt_overflow APIs for more datetime conversions.Tom Lane
5 daysAdd InjectionPointList() to retrieve list of injection pointsMichael Paquier
5 daysAdd GetNamedDSA() and GetNamedDSHash().Nathan Bossart
5 daysAllow width_bucket()'s "operand" input to be NaN.Tom Lane
6 daysMove code for the bytea data type from varlena.c to new bytea.cMichael Paquier
6 daysRemove provider field from pg_locale_t.Jeff Davis
6 daysControl ctype behavior internally with a method table.Jeff Davis
6 daysUse pg_ascii_tolower()/pg_ascii_toupper() where appropriate.Jeff Davis
7 daysImprove error handling of libxml2 calls in xml.cMichael Paquier
7 daysAdd new OID alias type regdatabase.Nathan Bossart
7 daysRemove unused #include's in src/backend/utils/adt/*Peter Eisentraut
9 daysMessage style improvementsPeter Eisentraut
2025-06-21Doc: improve documentation about width_bucket().Tom Lane
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