summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt
AgeCommit message (Expand)Author
2025-11-25Add slotsync skip statistics.Amit Kapila
2025-11-25Remove obsolete commentPeter Eisentraut
2025-11-24Avoid global LC_CTYPE dependency in pg_locale_libc.c.Jeff Davis
2025-11-22Add range_minus_multi and multirange_minus_multi functionsPeter Eisentraut
2025-11-20Add HINT listing valid encodings to encode() and decode() errors.Fujii Masao
2025-11-19Speed up eqjoinsel() with lots of MCV entries.Tom Lane
2025-11-18Rename two columns in pg_stat_subscription_stats.Amit Kapila
2025-11-17Rework output format of pg_dependenciesMichael Paquier
2025-11-17Rework output format of pg_ndistinctMichael Paquier
2025-11-12Split out innards of pg_tablespace_location()Álvaro Herrera
2025-11-12Fix comments of output routines for pg_ndistinct and pg_dependenciesMichael Paquier
2025-11-12Move code specific to pg_dependencies to new fileMichael Paquier
2025-11-12Move code specific to pg_ndistinct to new fileMichael Paquier
2025-11-07Add seq_sync_error_count to subscription statistics.Amit Kapila
2025-11-06Use stack allocated StringInfoDatas, where possibleDavid Rowley
2025-11-04Special case C_COLLATION_OID in pg_newlocale_from_collation().Jeff Davis
2025-11-04Allow "SET list_guc TO NULL" to specify setting the GUC to empty.Tom Lane
2025-10-31Mark function arguments of type "Datum *" as "const Datum *" where possiblePeter Eisentraut
2025-10-31formatting.c cleanup: Change fill_str() return type to voidPeter Eisentraut
2025-10-31formatting.c cleanup: Rename DCH_S_* to DCH_SUFFIX_*Peter Eisentraut
2025-10-31formatting.c cleanup: Change several int fields to enumsPeter Eisentraut
2025-10-31formatting.c cleanup: Change TmFromChar.clock field to boolPeter Eisentraut
2025-10-30Mark ItemPointer arguments as const throughoutPeter Eisentraut
2025-10-30Fix some confusing uses of constPeter Eisentraut
2025-10-30formatting.c cleanup: Improve formatting of some struct declarationsPeter Eisentraut
2025-10-30formatting.c cleanup: Remove unnecessary zeroize macrosPeter Eisentraut
2025-10-30formatting.c cleanup: Remove unnecessary extra line breaks in error message l...Peter Eisentraut
2025-10-29Use C11 char16_t and char32_t for Unicode code points.Jeff Davis
2025-10-29formatting.c cleanup: Remove unnecessary extra parenthesesPeter Eisentraut
2025-10-29formatting.c cleanup: Use array syntax instead of pointer arithmeticPeter Eisentraut
2025-10-29formatting.c cleanup: Add some const pointer qualifiersPeter Eisentraut
2025-10-29formatting.c cleanup: Use size_t for string length variables and argumentsPeter Eisentraut
2025-10-28formatting.c cleanup: Move loop variables definitions into for statementPeter Eisentraut
2025-10-28formatting.c cleanup: Remove dashes in commentsPeter Eisentraut
2025-10-28Move comment about casts from pg_wchar.Jeff Davis
2025-10-28Check that index can return in get_actual_variable_range()Peter Eisentraut
2025-10-28Add wal_fpi_bytes to pg_stat_wal and pg_stat_get_backend_wal()Michael Paquier
2025-10-26Comment typo fixes: pg_wchar_t should be pg_wchar.Jeff Davis
2025-10-22Add error_on_null(), checking if the input is the null valueMichael Paquier
2025-10-22Use CompactAttribute more often, when possibleDavid Rowley
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-15Add pg_iswalpha() and related functions.Jeff Davis
2025-10-08Add mem_exceeded_count column to pg_stat_replication_slots.Masahiko Sawada
2025-10-08Add stats_reset to pg_stat_user_functionsMichael Paquier
2025-10-07Assign each subquery a unique name prior to planning it.Robert Haas
2025-10-06Optimize hex_encode() and hex_decode() using SIMD.Nathan Bossart
2025-10-06Add stats_reset to pg_stat_all_{tables,indexes} and related viewsMichael Paquier