summaryrefslogtreecommitdiff
path: root/src/include/utils
AgeCommit message (Expand)Author
2023-10-26Add trailing commas to enum definitionsPeter Eisentraut
2023-10-21Allow ALTER SYSTEM to set unrecognized custom GUCs.Tom Lane
2023-10-17Avoid calling proc_exit() in processes forked by system().Nathan Bossart
2023-10-16Add support event triggers on authenticated loginAlexander Korotkov
2023-10-14Harden has_xxx_privilege() functions against concurrent object drops.Tom Lane
2023-10-13Improve the naming in wal_sync_method code.Nathan Bossart
2023-10-10Add const to values and nulls argumentsPeter Eisentraut
2023-10-05Improve JsonLexContext's freeabilityAlvaro Herrera
2023-10-03Remove RelationGetIndexRawAttOptions()Peter Eisentraut
2023-09-05Remove the "snapshot too old" feature.Thomas Munro
2023-08-30Use actual backend IDs in pg_stat_get_backend_subxact().Nathan Bossart
2023-08-30Rename some support functions for pgstat* views.Nathan Bossart
2023-08-28Make error messages about WAL segment size more consistentPeter Eisentraut
2023-08-24Rename hook functions for debug_io_direct to match variable name.Peter Eisentraut
2023-08-20Add system view pg_wait_eventsMichael Paquier
2023-08-16Split out tiebreaker comparisons from comparetup_* functionsJohn Naylor
2023-08-14Change custom wait events to use dynamic shared hash tablesMichael Paquier
2023-08-10Transform proconfig for faster execution.Jeff Davis
2023-08-10Document RelationGetIndexAttrBitmap betterAlvaro Herrera
2023-08-01Rename OverrideSearchPath to SearchPathMatcher.Noah Misch
2023-07-31Support custom wait events for wait event type "Extension"Michael Paquier
2023-07-26Add more SQL/JSON constructor functionsAmit Langote
2023-07-26Some refactoring to export json(b) conversion functionsAmit Langote
2023-07-20Revert "Add notBefore and notAfter to SSL cert info display"Daniel Gustafsson
2023-07-20Add notBefore and notAfter to SSL cert info displayDaniel Gustafsson
2023-07-20Unify JSON categorize type API and export for external useAmit Langote
2023-07-14Allow the use of a hash index on the subscriber during replication.Amit Kapila
2023-07-13Rename session_auth_is_superuser to current_role_is_superuser.Nathan Bossart
2023-07-11Add new parallel message type to progress reporting.Masahiko Sawada
2023-07-08All supported systems have locale_t.Thomas Munro
2023-07-07Revert MAINTAIN privilege and pg_maintain predefined role.Nathan Bossart
2023-07-05Generate automatically code and documentation related to wait eventsMichael Paquier
2023-07-03Refactor some code related to wait events "BufferPin" and "Extension"Michael Paquier
2023-06-20Pre-beta2 mechanical code beautification.Tom Lane
2023-06-10nbtree: Allocate new pages in separate function.Peter Geoghegan
2023-06-10Revert "Fix search_path to a safe value during maintenance operations."Jeff Davis
2023-06-10meson: Add dependencies to perl modules to various script invocationsAndres Freund
2023-06-09Fix search_path to a safe value during maintenance operations.Jeff Davis
2023-05-21rename "gss_accept_deleg" to "gss_accept_delegation".Bruce Momjian
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-05-19pageinspect: Fix gist_page_items() with included columnsMichael Paquier
2023-05-17Revert "Add USER SET parameter values for pg_db_role_setting"Alexander Korotkov
2023-05-17Add back SQLValueFunction for SQL keywordsMichael Paquier
2023-05-10Fix assertion failure when updating stats_fetch_consistency in a transactionMichael Paquier
2023-04-20Remove obsolete defense against strxfrm() bugs.Thomas Munro
2023-04-19Fix various typos and incorrect/outdated name referencesDavid Rowley
2023-04-18Fix various typosDavid Rowley
2023-04-13De-Revert "Add support for Kerberos credential delegation"Stephen Frost
2023-04-08Revert "Add support for Kerberos credential delegation"Stephen Frost
2023-04-08Add io_direct setting (developer-only).Thomas Munro