summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
2 daysUpdate copyright for 2026Bruce Momjian
4 daysChange IndexAmRoutines to be statically-allocated structs.Tom Lane
5 daysFix comment in lsyscache.cMichael Paquier
5 daysAdd pg_get_multixact_stats()Michael Paquier
5 daysEnsure sanity of hash-join costing when there are no MCV statistics.Tom Lane
6 daysIgnore PlaceHolderVars when looking up statisticsRichard Guo
6 daysChange some Datum to void * for opaque pass-through pointerPeter Eisentraut
8 daysFix pg_stat_get_backend_activity() to use multi-byte truncated resultMichael Paquier
11 daysImprove comment in pgstatfuncs.cMichael Paquier
11 daysToggle logical decoding dynamically based on logical slot presence.Masahiko Sawada
12 daysSwitch buffile.c/h to use pgoff_t instead of off_tMichael Paquier
2025-12-19Use proper type for RestoreTransactionSnapshot's PGPROC argHeikki Linnakangas
2025-12-19Add guard to prevent recursive memory context logging.Fujii Masao
2025-12-17Change pgstat_report_vacuum() to use RelationMichael Paquier
2025-12-16Remove useless code in InjectionPointAttach()Michael Paquier
2025-12-16Avoid global LC_CTYPE dependency in pg_locale_icu.c.Jeff Davis
2025-12-16downcase_identifier(): use method table from locale provider.Jeff Davis
2025-12-16Separate out bytea sort support from varlena.cJohn Naylor
2025-12-15Revisit cosmetics of "For inplace update, send nontransactional invalidations."Noah Misch
2025-12-15Remove unused single-byte char_is_cased() API.Jeff Davis
2025-12-15Use multibyte-aware extraction of pattern prefixes.Jeff Davis
2025-12-15Add retry logic to pg_sync_replication_slots().Amit Kapila
2025-12-15Allow cumulative statistics to read/write auxiliary data from/to diskMichael Paquier
2025-12-14Update typedefs.list to match what the buildfarm currently reports.Tom Lane
2025-12-13Fix jsonb_object_agg crash after eliminating null-valued pairs.Tom Lane
2025-12-13Clarify comment about temporal foreign keysPeter Eisentraut
2025-12-12Replace most StaticAssertStmt() with StaticAssertDecl()Peter Eisentraut
2025-12-11Fix some comments.Nathan Bossart
2025-12-10Add pg_iswcased().Jeff Davis
2025-12-10Remove char_tolower() API.Jeff Davis
2025-12-10Fix some near-bugs related to ResourceOwner function argumentsHeikki Linnakangas
2025-12-09Fix misleading comment in tuplesort.cDavid Rowley
2025-12-09Use palloc_object() and palloc_array() in backend codeMichael Paquier
2025-12-09Add wait event for the group commit delay before WAL flushHeikki Linnakangas
2025-12-09Remove useless casts in format argumentsPeter Eisentraut
2025-12-09Remove unnecessary casts in printf format arguments (%zu/%zd)Peter Eisentraut
2025-12-08Improve error messages of input functions for pg_dependencies and pg_ndistinctMichael Paquier
2025-12-07Micro-optimize datatype conversions in datum_to_jsonb_internal.Tom Lane
2025-12-07Remove fundamentally-redundant processing in jsonb_agg() et al.Tom Lane
2025-12-07Revise APIs for pushJsonbValue() and associated routines.Tom Lane
2025-12-06Handle constant inputs to corr() and related aggregates more precisely.Tom Lane
2025-12-06Fix text substring search for non-deterministic collations.Tom Lane
2025-12-05Fix some cases of indirectly casting away const.Tom Lane
2025-12-05Rename column slotsync_skip_at to slotsync_last_skip.Amit Kapila
2025-12-05Fix some compiler warningsMichael Paquier
2025-12-04Remove no longer needed casts from PointerPeter Eisentraut
2025-12-04Remove no longer needed casts to PointerPeter Eisentraut
2025-12-03Rename BUFFERPIN wait event class to BUFFERAndres Freund
2025-12-03Use "foo(void)" for definitions of functions with no parameters.Nathan Bossart
2025-12-03Fix stray references to SubscriptRefPeter Eisentraut