summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
2025-09-04Fix incorrect comment in pgstat_backend.cMichael Paquier
2025-09-03Fix mistake in new GUC tables sourcePeter Eisentraut
2025-09-03Generate GUC tables from .dat filePeter Eisentraut
2025-09-02Generate pgstat_count_slru*() functions for slru using macrosMichael Paquier
2025-08-28Avoid including commands/dbcommands.h in so many placesÁlvaro Herrera
2025-08-27Fix: Don't strip $libdir from nested module_pathnamesPeter Eisentraut
2025-08-25Formatting cleanup of guc_tables.cPeter Eisentraut
2025-08-22Revert "Get rid of WALBufMappingLock"Alexander Korotkov
2025-08-22Revert GetTransactionSnapshot() to return historic snapshot during LRHeikki Linnakangas
2025-08-22Change dynahash.c and hsearch.h to use int64 instead of longMichael Paquier
2025-08-22Ignore temporary relations in RelidByRelfilenumber()Michael Paquier
2025-08-19Remove useless pointer update in StatsShmemInit()Michael Paquier
2025-08-19Remove HASH_DEBUG output from dynahash.cDavid Rowley
2025-08-19Use elog(DEBUG4) for dynahash.c statistics outputDavid Rowley
2025-08-18Detect buffer underflow in get_th()Peter Eisentraut
2025-08-18Move SQL-callable code related to multixacts into its own fileMichael Paquier
2025-08-15Fix constant when extracting timestamp from UUIDv7.Masahiko Sawada
2025-08-15Fix invalid format string in HASH_DEBUG codeDavid Rowley
2025-08-15Fix failing -D HASH_STATISTICS buildsDavid Rowley
2025-08-14Avoid including tableam.h and xlogreader.h in nbtree.hÁlvaro Herrera
2025-08-14Don't leak memory during failure exit from SelectConfigFiles().Tom Lane
2025-08-14Fix compilation warning with SerializeClientConnectionInfo()Michael Paquier
2025-08-13Grab the low-hanging fruit from forcing USE_FLOAT8_BYVAL to true.Tom Lane
2025-08-13Grab the low-hanging fruit from forcing sizeof(Datum) to 8.Tom Lane
2025-08-13Make type Datum be 8 bytes wide everywhere.Tom Lane
2025-08-11Fix security checks in selectivity estimation functions.Dean Rasheed
2025-08-08Mop-up for Datum conversion cleanups.Tom Lane
2025-08-08Add missing Datum conversionsPeter Eisentraut
2025-08-08Remove useless/superfluous Datum conversionsPeter Eisentraut
2025-08-08Add information about "generation" when dropping twice pgstats entryMichael Paquier
2025-08-07Extend int128.h to support more numeric code.Dean Rasheed
2025-08-07Fix incorrect Datum conversion in timestamptz_trunc_internal()Michael Paquier
2025-08-06Remove INT64_HEX_FORMAT and UINT64_HEX_FORMATPeter Eisentraut
2025-08-05Fix varatt versus Datum type confusionsPeter Eisentraut
2025-08-05Fix various hash function usesPeter Eisentraut
2025-08-04Detect and report update_deleted conflicts.Amit Kapila
2025-08-03Take a little more care in set_backtrace().Tom Lane
2025-08-02Silence complaints about leaks in PlanCacheComputeResultDesc.Tom Lane
2025-08-02Suppress complaints about leaks in TS dictionary loading.Tom Lane
2025-08-02Silence Valgrind leakage complaints in more-or-less-hackish ways.Tom Lane
2025-08-02Fix assorted pretty-trivial memory leaks in the backend.Tom Lane
2025-08-02Fix MemoryContextAllocAligned's interaction with Valgrind.Tom Lane
2025-08-02Improve our support for Valgrind's leak tracking.Tom Lane
2025-08-01Allow resetting unknown custom GUCs with reserved prefixes.Nathan Bossart
2025-07-31Rename CachedPlanType to PlannedStmtOrigin for PlannedStmtMichael Paquier
2025-07-29Update commentPeter Eisentraut
2025-07-29Remove unnecessary complication around xmlParseBalancedChunkMemory.Tom Lane
2025-07-28Avoid regression in the size of XML input that we will accept.Tom Lane
2025-07-28Fix performance regression with flush of pending fixed-numbered statsMichael Paquier
2025-07-25Create infrastructure to reliably prevent leakage of PGresults.Tom Lane