summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt
AgeCommit message (Expand)Author
2023-04-20Fix incorrect function name referenceDavid Rowley
2023-04-20Remove io prefix from pg_stat_io columnsMichael Paquier
2023-04-20Remove obsolete defense against strxfrm() bugs.Thomas Munro
2023-04-18Fix some typos and some incorrectly duplicated wordsDavid Rowley
2023-04-18Fix various typosDavid Rowley
2023-04-13Harmonize some more function parameter names.Peter Geoghegan
2023-04-13De-Revert "Add support for Kerberos credential delegation"Stephen Frost
2023-04-12Revert "Catalog NOT NULL constraints" and falloutAlvaro Herrera
2023-04-08Revert "Add support for Kerberos credential delegation"Stephen Frost
2023-04-08Redesign interrupt/cancel API for regex engine.Thomas Munro
2023-04-08Use MemoryContext API for regex memory management.Thomas Munro
2023-04-08Handle logical slot conflicts on standbyAndres Freund
2023-04-08Add support for Kerberos credential delegationStephen Frost
2023-04-08Track IO times in pg_stat_ioAndres Freund
2023-04-07Catalog NOT NULL constraintsAlvaro Herrera
2023-04-07Add array_sample() and array_shuffle() functions.Tom Lane
2023-04-04Fix MSVC warning introduced in ea1db8ae70.Jeff Davis
2023-04-04Canonicalize ICU locale names to language tags.Jeff Davis
2023-03-31SQL/JSON: support the IS JSON predicateAlvaro Herrera
2023-03-31Further tweaking of width_bucket() edge cases.Tom Lane
2023-03-31Track shared buffer hits in pg_stat_ioAndres Freund
2023-03-30Fix inconsistencies and style issues in new SQL/JSON codeAlvaro Herrera
2023-03-30Avoid overflow in width_bucket_float8().Tom Lane
2023-03-29SQL/JSON: add standard JSON constructor functionsAlvaro Herrera
2023-03-28Validate ICU locales.Jeff Davis
2023-03-28Fix error inconsistency in older ICU versions.Jeff Davis
2023-03-27Generate a few more functions of pgstatfuncs.c with macrosMichael Paquier
2023-03-27Generate pg_stat_get_xact*() functions for relations using macrosMichael Paquier
2023-03-26Fix oversights in array manipulation.Tom Lane
2023-03-25Add SysCacheGetAttrNotNull for guaranteed not-null attrsDaniel Gustafsson
2023-03-25Fix abbreviated keys bug introduced in d87d548cd03.Jeff Davis
2023-03-24Avoid potential UCollator leak for older ICU versions.Jeff Davis
2023-03-24pg_locale.c: change ereport() to elog().Jeff Davis
2023-03-24Fix typo in header commentDaniel Gustafsson
2023-03-24Fix incorrect format placeholdersPeter Eisentraut
2023-03-23Rename fields in pgstat structures for functions and relationsMichael Paquier
2023-03-23Count updates that move row to a new page.Peter Geoghegan
2023-03-23Handle the "und" locale in ICU versions 54 and older.Jeff Davis
2023-03-23Wrap ICU ucol_open().Jeff Davis
2023-03-21Support language tags in older ICU versions (53 and earlier).Jeff Davis
2023-03-18Add functions to do timestamptz arithmetic in a non-default timezone.Tom Lane
2023-03-17Refactor datetime functions' timezone lookup code to reduce duplication.Tom Lane
2023-03-17Fix t_isspace(), etc., when datlocprovider=i and datctype=C.Jeff Davis
2023-03-16Work around spurious compiler warning in inet operatorsAndres Freund
2023-03-16Tighten error checks in datetime input, and remove bogus "ISO" format.Tom Lane
2023-03-16Use "data directory" not "current directory" in error messages.Tom Lane
2023-03-16Remove PgStat_BackendFunctionEntryMichael Paquier
2023-03-15Support [NO] INDENT option in XMLSERIALIZE().Tom Lane
2023-03-14Fix corner case bug in numeric to_char() some more.Tom Lane
2023-03-14Add support for the error functions erf() and erfc().Dean Rasheed