summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt
AgeCommit message (Expand)Author
2 daysMostly-cosmetic adjustments to estimate_multivariate_bucketsize().Tom Lane
3 daysSpeed up byteain by not parsing traditional-style input twice.Tom Lane
6 daysClarify the ra != rb case in compareJsonbContainers().Tom Lane
6 daysSilence uninitialized-value warnings in compareJsonbContainers().Tom Lane
9 daysReplace float8 with int in date2isoweek() and date2isoyear().Tom Lane
10 daysFix inconsistent quoting of role names in ACLs.Tom Lane
12 daysChange wchar2char() and char2wchar() to accept a locale_t.Jeff Davis
13 daysFix low-probability memory leak in XMLSERIALIZE(... INDENT).Tom Lane
2025-07-07Standardize LSN formatting by zero paddingÁlvaro Herrera
2025-07-03Break out xxx2yyy_opt_overflow APIs for more datetime conversions.Tom Lane
2025-07-02Allow width_bucket()'s "operand" input to be NaN.Tom Lane
2025-07-02Move code for the bytea data type from varlena.c to new bytea.cMichael Paquier
2025-07-01Remove provider field from pg_locale_t.Jeff Davis
2025-07-01Control ctype behavior internally with a method table.Jeff Davis
2025-07-01Use pg_ascii_tolower()/pg_ascii_toupper() where appropriate.Jeff Davis
2025-06-30Improve 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-03Fix incorrect format placeholdersPeter Eisentraut
2025-05-30Change internal queryid type from uint64 to int64David Rowley
2025-05-28Tighten parsing of datetime input.Tom Lane
2025-05-27Fix conversion of SIMILAR TO regexes for character classesMichael Paquier
2025-05-23Revert function to get memory context stats for processesDaniel Gustafsson
2025-05-22Fix memory leak in XMLSERIALIZE(... INDENT).Tom Lane
2025-05-19Fix deparsing FETCH FIRST <expr> ROWS WITH TIESHeikki Linnakangas
2025-05-11Fix comment of tsquerysend()Álvaro Herrera
2025-05-11Sort includes in alphabetical orderÁlvaro Herrera
2025-04-30Fix broken indentationDavid Rowley
2025-04-30Fix a couple of comment typosDavid Rowley
2025-04-23Properly prepare varinfos in estimate_multivariate_bucketsize()Alexander Korotkov
2025-04-21Fix INITCAP() word boundaries for PG_UNICODE_FAST.Jeff Davis
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-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-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-08Add function to get memory context stats for processesDaniel Gustafsson
2025-04-07Clarify comment for worst-case allocation in quote_literal_cstr()Michael Paquier
2025-04-06Relax ordering-related hardcoded btree requirements in planningPeter Eisentraut
2025-04-04Add nbtree skip scan optimization.Peter Geoghegan
2025-04-04Fix crash/valgrind errorPeter Eisentraut