summaryrefslogtreecommitdiff
path: root/src/include/utils
AgeCommit message (Expand)Author
2023-12-20Add a new WAL summarizer process.Robert Haas
2023-12-19Simplify newNode() by removing special casesHeikki Linnakangas
2023-12-08Cache opaque handle for GUC option to avoid repeasted lookups.Jeff Davis
2023-12-08Allow parallel CREATE INDEX for BRIN indexesTomas Vondra
2023-11-27Retire a few backwards compatibility macros.Nathan Bossart
2023-11-23Use ResourceOwner to track WaitEventSets.Heikki Linnakangas
2023-11-17Change logtape/tuplestore code to use int64 for block numbersMichael Paquier
2023-11-15Retire MemoryContextResetAndDeleteChildren() macro.Nathan Bossart
2023-11-14Replace Gen_dummy_probes.sed with Gen_dummy_probes.plPeter Eisentraut
2023-11-13Improve readability and error detection of array_in().Tom Lane
2023-11-10Prohibit max_slot_wal_keep_size to value other than -1 during upgrade.Amit Kapila
2023-11-08Make ResourceOwners more easily extensible.Heikki Linnakangas
2023-11-06Detect integer overflow while computing new array dimensions.Tom Lane
2023-11-02Be more wary about NULL values for GUC string variables.Tom Lane
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