summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
2 daysReplace float8 with int in date2isoweek() and date2isoyear().Tom Lane
3 daysFix inconsistent quoting of role names in ACLs.Tom Lane
4 daysFix the handling of two GUCs during upgrade.Amit Kapila
4 daysChange unit of idle_replication_slot_timeout to seconds.Fujii Masao
5 daysChange wchar2char() and char2wchar() to accept a locale_t.Jeff Davis
6 daysFix low-probability memory leak in XMLSERIALIZE(... INDENT).Tom Lane
7 daysStandardize LSN formatting by zero paddingÁlvaro Herrera
8 daysIntegrate FullTransactionIds deeper into two-phase codeMichael Paquier
11 daysBreak out xxx2yyy_opt_overflow APIs for more datetime conversions.Tom Lane
12 daysAdd InjectionPointList() to retrieve list of injection pointsMichael Paquier
12 daysAdd GetNamedDSA() and GetNamedDSHash().Nathan Bossart
12 daysAllow width_bucket()'s "operand" input to be NaN.Tom Lane
13 daysMove code for the bytea data type from varlena.c to new bytea.cMichael Paquier
13 daysRemove provider field from pg_locale_t.Jeff Davis
13 daysControl ctype behavior internally with a method table.Jeff Davis
13 daysUse pg_ascii_tolower()/pg_ascii_toupper() where appropriate.Jeff Davis
14 daysImprove error handling of libxml2 calls in xml.cMichael Paquier
2025-06-30Add new OID alias type regdatabase.Nathan Bossart
2025-06-30Remove unused #include's in src/backend/utils/adt/*Peter Eisentraut
2025-06-28Message 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