summaryrefslogtreecommitdiff
path: root/src/include/utils
AgeCommit message (Expand)Author
2024-11-02Fix inplace update buffer self-deadlock.Noah Misch
2024-11-01Add pg_memory_is_all_zeros() in memutils.hMichael Paquier
2024-10-25For inplace update, send nontransactional invalidations.Noah Misch
2024-10-24Avoid looping over all type cache entries in TypeCacheRelCallback()Alexander Korotkov
2024-10-01Simplify checking for xlocale.hPeter Eisentraut
2024-09-24For inplace update durability, make heap_update() callers wait.Noah Misch
2024-09-24Allow length=-1 for NUL-terminated input to pg_strncoll(), etc.Jeff Davis
2024-09-24Tighten up make_libc_collator() and make_icu_collator().Jeff Davis
2024-09-18Extend PgStat_HashKey.objid from 4 to 8 bytesMichael Paquier
2024-09-12Simplify checks for deterministic collations.Jeff Davis
2024-09-12Adjust tuplestore stats APIDavid Rowley
2024-09-09Add callbacks to control flush of fixed-numbered statsMichael Paquier
2024-09-06Remove lc_ctype_is_c().Jeff Davis
2024-09-05Add callback for backend initialization in pgstatsMichael Paquier
2024-09-04Remove lc_collate_is_c().Jeff Davis
2024-09-03Fix typos and grammar in code comments and docsMichael Paquier
2024-08-29Rename some shared memory initialization routinesHeikki Linnakangas
2024-08-24Revert support for ALTER TABLE ... MERGE/SPLIT PARTITION(S) commandsAlexander Korotkov
2024-08-21Don't advance origin during apply failure.Amit Kapila
2024-08-14Apply PGDLLIMPORT markings to some GUC variablesPeter Eisentraut
2024-08-14Remove TRACE_SORT macroPeter Eisentraut
2024-08-10Allow adjusting session_authorization and role in parallel workers.Tom Lane
2024-08-07Introduce hash_search_with_hash_value() functionAlexander Korotkov
2024-08-06Make nullSemAction const, add 'const' decorators to related functionsHeikki Linnakangas
2024-08-05Restrict accesses to non-system views and foreign tables during pg_dump.Masahiko Sawada
2024-08-05Add helper routines to retrieve data for custom fixed-numbered pgstatsMichael Paquier
2024-08-04Introduce pluggable APIs for Cumulative StatisticsMichael Paquier
2024-08-01Update comment in portal.h.Etsuro Fujita
2024-08-01Convert node test compile-time settings into run-time parametersPeter Eisentraut
2024-07-30Make collation not depend on setlocale().Jeff Davis
2024-07-28Refactor: make default_locale internal to pg_locale.c.Jeff Davis
2024-07-27Optimize escaping of JSON stringsDavid Rowley
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-24Move all extern declarations for GUC variables to header filesPeter Eisentraut
2024-07-18Add INJECTION_POINT_CACHED() to run injection points directly from cacheMichael Paquier
2024-07-11Add PgStat_KindInfo.init_shmem_cbMichael Paquier
2024-07-09Use pgstat_kind_infos to write fixed shared statisticsMichael Paquier
2024-07-05Remove check hooks for GUCs that contribute to MaxBackends.Nathan Bossart
2024-07-05Support loading of injection pointsMichael Paquier
2024-07-05Add memory/disk usage for Material nodes in EXPLAINDavid Rowley
2024-07-01Rename standby_slot_names to synchronized_standby_slots.Amit Kapila
2024-07-01Use pgstat_kind_infos to read fixed shared statisticsMichael Paquier
2024-07-01Remove PgStat_KindInfo.named_on_diskMichael Paquier
2024-06-28SQL/JSON: Always coerce JsonExpr result at runtimeAmit Langote
2024-06-28Add wait event type "InjectionPoint", a custom type like "Extension".Noah Misch
2024-06-19SQL/JSON: Correct jsonpath variable name matchingAmit Langote
2024-06-17Improve tracking of role dependencies of pg_init_privs entries.Tom Lane
2024-06-12Harmonize function parameter names for Postgres 17.Peter Geoghegan
2024-06-04Fix another couple of outdated comments for MERGE RETURNING.Dean Rasheed