summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
37 hoursImprove comment in pgstatfuncs.cMichael Paquier
2 daysToggle logical decoding dynamically based on logical slot presence.Masahiko Sawada
3 daysSwitch buffile.c/h to use pgoff_t instead of off_tMichael Paquier
6 daysUse proper type for RestoreTransactionSnapshot's PGPROC argHeikki Linnakangas
7 daysAdd guard to prevent recursive memory context logging.Fujii Masao
9 daysChange pgstat_report_vacuum() to use RelationMichael Paquier
9 daysRemove useless code in InjectionPointAttach()Michael 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
10 daysSeparate out bytea sort support from varlena.cJohn Naylor
10 daysRevisit cosmetics of "For inplace update, send nontransactional invalidations."Noah Misch
10 daysRemove unused single-byte char_is_cased() API.Jeff Davis
10 daysUse multibyte-aware extraction of pattern prefixes.Jeff Davis
11 daysAdd retry logic to pg_sync_replication_slots().Amit Kapila
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 daysFix jsonb_object_agg crash after eliminating null-valued pairs.Tom Lane
12 daysClarify comment about temporal foreign keysPeter Eisentraut
14 daysReplace 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
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
2025-12-02Avoid use of NOTICE to wait for snapshot invalidationÁlvaro Herrera
2025-12-02Remove useless casting to same typePeter Eisentraut
2025-12-02Replace pointer comparisons and assignments to literal zero with NULLPeter Eisentraut
2025-12-02Update some timestamp[tz] functions to use soft-error reportingMichael Paquier