summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
2023-04-02Pass down table relation into more index relation functionsAndres Freund
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-30pg_stat_wal: Accumulate time as instr_time instead of microsecondsAndres 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-29Simplify useless 0L constantsPeter Eisentraut
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-27Make SCRAM iteration count configurableDaniel Gustafsson
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 CREATE INDEX progress reporting for multi-level partitioning.Tom Lane
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-23Improve the naming of Parallel Hash Join phases.Thomas Munro
2023-03-21Support language tags in older ICU versions (53 and earlier).Jeff Davis
2023-03-20Ignore BRIN indexes when checking for HOT updatesTomas Vondra
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-17Improve several permission-related error messages.Peter Eisentraut
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-16Integrate superuser check into has_rolreplication()Peter Eisentraut
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
2023-03-13Fix JSON error reporting for many cases of erroneous string values.Tom Lane
2023-03-09Reject combining "epoch" and "infinity" with other datetime fields.Tom Lane
2023-03-08Allow tailoring of ICU locales with custom rulesPeter Eisentraut
2023-03-07Add support for unit "B" to pg_size_bytes()Peter Eisentraut
2023-03-07Fix incorrect comment in pg_get_partkeydef()David Rowley
2023-03-05SQL JSON path enhanced numeric literalsPeter Eisentraut
2023-03-03Fix incorrect format placeholdersPeter Eisentraut
2023-03-02Don't leak descriptors into subprograms.Thomas Munro
2023-03-01Avoid fetching one past the end of translate()'s "to" parameter.Tom Lane