summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
2024-08-06Remove support for null pg_locale_t most places.Jeff Davis
2024-08-05Restrict accesses to non-system views and foreign tables during pg_dump.Masahiko Sawada
2024-08-05Optimize JSON escaping using SIMDDavid Rowley
2024-08-04Introduce pluggable APIs for Cumulative StatisticsMichael Paquier
2024-08-03Fix incorrect format placeholders in pgstat.cMichael Paquier
2024-08-02Implement pg_wal_replay_wait() stored procedureAlexander Korotkov
2024-08-01Switch PgStat_Kind from an enum to a uint32 typeMichael Paquier
2024-08-01Add redo LSN to pgstats filesMichael Paquier
2024-08-01Convert node test compile-time settings into run-time parametersPeter Eisentraut
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