summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
2024-07-30Relax check for return value from second call of pg_strnxfrm().Jeff Davis
2024-07-30Refactor getWeights to write to caller-supplied bufferHeikki Linnakangas
2024-07-30Replace static bufs with a StringInfo in cash_words()Heikki Linnakangas
2024-07-30Preserve tz when converting to jsonb timestamptzAndrew Dunstan
2024-07-30Make collation not depend on setlocale().Jeff Davis
2024-07-30Fix partitionwise join with partially-redundant join clausesRichard Guo
2024-07-30Add more debugging information when failing to read pgstats filesMichael Paquier
2024-07-29Do not return NULL from pg_newlocale_from_collation().Jeff Davis
2024-07-29Remove dead generators for cyrillic encoding conversion tablesHeikki Linnakangas
2024-07-29Move cancel key generation to after forking the backendHeikki Linnakangas
2024-07-28Add missing pointer dereference in pg_backend_memory_contexts viewDavid Rowley
2024-07-28Fix whitespace in commit 005c6b833f.Jeff Davis
2024-07-28Refactor: make default_locale internal to pg_locale.c.Jeff Davis
2024-07-28Change collation cache to use simplehash.h.Jeff Davis
2024-07-28Fix incorrect return value for pg_size_pretty(bigint)David Rowley
2024-07-27Optimize escaping of JSON stringsDavid Rowley
2024-07-26Introduce num_os_semaphores GUC.Nathan Bossart
2024-07-26Add test for early backend startup errorsHeikki Linnakangas
2024-07-26Fix using injection points at backend startup in EXEC_BACKEND modeHeikki Linnakangas
2024-07-26SQL/JSON: Respect OMIT QUOTES when RETURNING domains over jsonbAmit Langote
2024-07-25Fix -Wmissing-variable-declarations warnings for float.c special casePeter Eisentraut
2024-07-25Add path column to pg_backend_memory_contexts viewDavid Rowley
2024-07-24Move all extern declarations for GUC variables to header filesPeter Eisentraut
2024-07-24Detect integer overflow in array_set_slice().Nathan Bossart
2024-07-23Replace remaining strtok() with strtok_r()Peter Eisentraut
2024-07-22Replace some strtok() with strsep()Peter Eisentraut
2024-07-22Add new error code for "file name too long"Michael Paquier
2024-07-19Add overflow checks to money type.Nathan Bossart
2024-07-18Add INJECTION_POINT_CACHED() to run injection points directly from cacheMichael Paquier
2024-07-17Use PqMsg_* macros in more places.Nathan Bossart
2024-07-17Make write of pgstats file durable at shutdownMichael Paquier
2024-07-15Fix bad indentation introduced in 43cd30bcd1cAndres Freund
2024-07-15Fix type confusion in guc_var_compare()Andres Freund
2024-07-15Use atomics to avoid locking in InjectionPointRun()Heikki Linnakangas
2024-07-12Add assertion in pgstat_write_statsfile() about processes allowedMichael Paquier
2024-07-12Improve comment of pgstat_read_statsfile()Michael Paquier
2024-07-11Add min and max aggregates for composite types (records).Tom Lane
2024-07-11Add a new 'F' entry type for fixed-numbered stats in pgstats fileMichael Paquier
2024-07-11Add PgStat_KindInfo.init_shmem_cbMichael Paquier
2024-07-10Improve the numeric width_bucket() computation.Dean Rasheed
2024-07-09Suppress "chunk is not well balanced" errors from libxml2.Tom Lane
2024-07-09Optimise numeric multiplication for short inputs.Dean Rasheed
2024-07-09Use pgstat_kind_infos to write fixed shared statisticsMichael Paquier
2024-07-08Teach planner how to estimate rows for timestamp generate_seriesDavid Rowley
2024-07-08Use xmlParseInNodeContext not xmlParseBalancedChunkMemory.Tom Lane
2024-07-08Fix scale clamping in numeric round() and trunc().Dean Rasheed
2024-07-06Use xmlAddChildList not xmlAddChild in XMLSERIALIZE.Tom Lane
2024-07-06Adjust tuplestore.c not to allocate BufFiles in generation contextDavid Rowley
2024-07-06Fix incorrect sentinel byte logic in GenerationRealloc()David Rowley
2024-07-05Remove check hooks for GUCs that contribute to MaxBackends.Nathan Bossart