summaryrefslogtreecommitdiff
path: root/src/include/utils
AgeCommit message (Expand)Author
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
2024-05-17Remove enum WaitEventExtensionMichael Paquier
2024-05-12Introduce private data area for injection pointsMichael Paquier
2024-04-29Fix failure to track role dependencies of pg_init_privs entries.Tom Lane
2024-04-29Revert "Add GUC backtrace_on_internal_error"Peter Eisentraut
2024-04-20Remove resowner_private.hMichael Paquier
2024-04-18SQL/JSON: Miscellaneous fixes and improvementsAmit Langote
2024-04-18SQL/JSON: Improve some error messagesAmit Langote
2024-04-17Remove GlobalVisTestNonRemovable[Full]Horizon, not used anymoreAndres Freund
2024-04-15ATTACH PARTITION: Don't match a PK with a UNIQUE constraintAlvaro Herrera
2024-04-11Revert: Allow table AM to store complex data structures in rd_amcacheAlexander Korotkov
2024-04-11Revert: Custom reloptions for table AMAlexander Korotkov