summaryrefslogtreecommitdiff
path: root/src/include/utils
AgeCommit message (Expand)Author
2 daysToggle logical decoding dynamically based on logical slot presence.Masahiko Sawada
6 daysUse proper type for RestoreTransactionSnapshot's PGPROC argHeikki Linnakangas
8 daysFix const correctness in pgstat data serialization callbacksMichael Paquier
9 daysAvoid global LC_CTYPE dependency in pg_locale_icu.c.Jeff Davis
9 daysdowncase_identifier(): use method table from locale provider.Jeff Davis
9 daysClarify a #define introduced in 8d299052fe.Jeff Davis
10 daysRevisit cosmetics of "For inplace update, send nontransactional invalidations."Noah Misch
10 daysRemove unused single-byte char_is_cased() API.Jeff Davis
11 daysAllow cumulative statistics to read/write auxiliary data from/to diskMichael Paquier
11 daysUpdate typedefs.list to match what the buildfarm currently reports.Tom Lane
12 daysUse correct preprocessor conditional in relptr.hPeter Eisentraut
2025-12-10Add pg_iswcased().Jeff Davis
2025-12-10Remove char_tolower() API.Jeff Davis
2025-12-07Revise APIs for pushJsonbValue() and associated routines.Tom Lane
2025-12-07Add a macro for the declared typlen of type timetz.Tom Lane
2025-12-03Rename BUFFERPIN wait event class to BUFFERAndres Freund
2025-12-02Show size of DSAs and dshashes in pg_dsm_registry_allocations.Nathan Bossart
2025-12-02Update some timestamp[tz] functions to use soft-error reportingMichael Paquier
2025-12-01Make regex "max_chr" depend on encoding, not provider.Jeff Davis
2025-12-01Switch some date/timestamp functions to use the soft error reportingMichael Paquier
2025-11-26Add #define for UNICODE_CASEMAP_BUFSZ.Jeff Davis
2025-11-26Replace internal C function pg_hypot() by standard hypot()Peter Eisentraut
2025-11-25Rename routines for write/read of pgstats fileMichael Paquier
2025-11-22Add range_minus_multi and multirange_minus_multi functionsPeter Eisentraut
2025-11-16Get rid of long datatype in CATCACHE_STATS enabled buildsDavid Rowley
2025-11-11Clean up qsort comparison function for GUC entriesPeter Eisentraut
2025-10-31Mark function arguments of type "Datum *" as "const Datum *" where possiblePeter Eisentraut
2025-10-30Mark ItemPointer arguments as const throughoutPeter Eisentraut
2025-10-29Reorganize GUC structsPeter Eisentraut
2025-10-26Comment typo fixes: pg_wchar_t should be pg_wchar.Jeff Davis
2025-10-21Make char2wchar() static.Jeff Davis
2025-10-21Remove obsolete global database_ctype_is_c.Jeff Davis
2025-10-18Add pg_database_locale() to retrieve database default locale.Jeff Davis
2025-10-18Add pg_iswxdigit(), useful for tsearch.Jeff Davis
2025-10-17Change config_generic.vartype to be initialized at compile timePeter Eisentraut
2025-10-15Add pg_iswalpha() and related functions.Jeff Davis
2025-10-15Change reset_extra into a config_generic common fieldPeter Eisentraut
2025-10-15Add log_autoanalyze_min_durationPeter Eisentraut
2025-10-15Add some const qualifiersPeter Eisentraut
2025-10-13Fix incorrect message-printing in win32security.c.Tom Lane
2025-10-08Cleanup NAN code in float.h, too.Tom Lane
2025-10-08Add stats_reset to pg_stat_user_functionsMichael Paquier
2025-10-07Cleanup INFINITY code in float.hDavid Rowley
2025-10-06Add stats_reset to pg_stat_all_{tables,indexes} and related viewsMichael Paquier
2025-09-30Rename pg_builtin_integer_constant_p to pg_integer_constant_pPeter Eisentraut
2025-09-30Make some use of anonymous unions [pg_locale_t]Peter Eisentraut
2025-09-28Add support for tracking of entry count in pgstatsMichael Paquier
2025-09-27Teach MSVC that elog/ereport ERROR doesn't returnDavid Rowley
2025-09-24Remove PointerIsValid()Peter Eisentraut
2025-09-19Fix obsolete references to postgres.h in comments.Nathan Bossart