summaryrefslogtreecommitdiff
path: root/src/include/utils
AgeCommit message (Expand)Author
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
2024-04-08Custom reloptions for table AMAlexander Korotkov
2024-04-07Use bump memory context for tuplesortsDavid Rowley
2024-04-07Introduce a bump memory allocatorDavid Rowley
2024-04-07Enlarge bit-space for MemoryContextMethodIDDavid Rowley
2024-04-06Implement ALTER TABLE ... SPLIT PARTITION ... commandAlexander Korotkov
2024-04-06Enhance nbtree ScalarArrayOp execution.Peter Geoghegan
2024-04-04Add basic JSON_TABLE() functionalityAmit Langote
2024-03-29Add allow_alter_system GUC.Robert Haas
2024-03-27Rename COMPAT_OPTIONS_CLIENT to COMPAT_OPTIONS_OTHER.Robert Haas
2024-03-27Add functions to generate random numbers in a specified range.Dean Rasheed
2024-03-27Allow specifying initial and maximum segment sizes for DSA.Masahiko Sawada
2024-03-25Allow specifying an access method for partitioned tablesAlvaro Herrera
2024-03-22Revert "Add notBefore and notAfter to SSL cert info display"Daniel Gustafsson
2024-03-22Use a hash table for catcache.c's CatCList objects.Tom Lane
2024-03-22Add notBefore and notAfter to SSL cert info displayDaniel Gustafsson
2024-03-21Allow table AM to store complex data structures in rd_amcacheAlexander Korotkov
2024-03-21Add SQL/JSON query functionsAmit Langote
2024-03-18Address more review comments on commit 2d819a08a1.Jeff Davis
2024-03-14Introduce "builtin" collation provider.Jeff Davis
2024-03-13Reintroduce MAINTAIN privilege and pg_maintain predefined role.Nathan Bossart
2024-03-08Admit deferrable PKs into rd_pkindex, but flag them as suchAlvaro Herrera
2024-03-08Avoid recursion in MemoryContext functionsAlexander Korotkov
2024-03-08Introduce a new GUC 'standby_slot_names'.Amit Kapila
2024-03-07Add template for adaptive radix treeJohn Naylor