summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
18 hoursEnsure sanity of hash-join costing when there are no MCV statistics.HEADorigin/masterorigin/HEADmasterTom Lane
33 hoursIgnore PlaceHolderVars when looking up statisticsRichard Guo
46 hoursChange some Datum to void * for opaque pass-through pointerPeter Eisentraut
3 daysFix pg_stat_get_backend_activity() to use multi-byte truncated resultMichael Paquier
6 daysImprove comment in pgstatfuncs.cMichael Paquier
7 daysToggle logical decoding dynamically based on logical slot presence.Masahiko Sawada
8 daysSwitch buffile.c/h to use pgoff_t instead of off_tMichael Paquier
11 daysUse proper type for RestoreTransactionSnapshot's PGPROC argHeikki Linnakangas
11 daysAdd guard to prevent recursive memory context logging.Fujii Masao
13 daysChange pgstat_report_vacuum() to use RelationMichael Paquier
14 daysRemove useless code in InjectionPointAttach()Michael Paquier
14 daysAvoid global LC_CTYPE dependency in pg_locale_icu.c.Jeff Davis
14 daysdowncase_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-10Fix misleading comment in tuplesort.cDavid Rowley
2025-12-10Use 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-05Fix 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
2025-12-03Don't rely on pointer arithmetic with Pointer typePeter Eisentraut
2025-12-03Remove useless casts to PointerPeter Eisentraut
2025-12-02Use LW_SHARED in dsa.c where possible.Nathan Bossart
2025-12-02Show size of DSAs and dshashes in pg_dsm_registry_allocations.Nathan Bossart