summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
2023-07-27Add sanity asserts for index OID and attnums during cache initMichael Paquier
2023-07-26Add more SQL/JSON constructor functionsAmit Langote
2023-07-26Some refactoring to export json(b) conversion functionsAmit Langote
2023-07-20Guard against null plan pointer in CachedPlanIsSimplyValid().Tom Lane
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-20Add missing ObjectIdGetDatum() in syscache lookup calls for OidsMichael Paquier
2023-07-17Remove db_user_namespace.Nathan Bossart
2023-07-16Shrink memory contexts struct sizesDavid Rowley
2023-07-14Improve error message for MaxAllocSize overrun in accumArrayResult.Tom Lane
2023-07-14Fix privilege check for SET SESSION AUTHORIZATION.Nathan Bossart
2023-07-14Move privilege check for SET SESSION AUTHORIZATION.Nathan Bossart
2023-07-14Allow the use of a hash index on the subscriber during replication.Amit Kapila
2023-07-14Add indisreplident to fields refreshed by RelationReloadIndexInfo()Michael Paquier
2023-07-14Add information about line contents on parsing failure of wait_event_names.txtMichael Paquier
2023-07-13Remove double quotes from the second column of wait_event_names.txtMichael Paquier
2023-07-13Handle DROP DATABASE getting interruptedAndres Freund
2023-07-13Rename session_auth_is_superuser to current_role_is_superuser.Nathan Bossart
2023-07-13Simplify some conditions related to [LW]Lock in generate-wait_event_types.plMichael Paquier
2023-07-11Add new parallel message type to progress reporting.Masahiko Sawada
2023-07-10Don't expose Windows' mbstowcs_l() and wcstombs_l().Thomas Munro
2023-07-10Message wording improvementsPeter Eisentraut
2023-07-08All supported systems have locale_t.Thomas Munro
2023-07-07Revert MAINTAIN privilege and pg_maintain predefined role.Nathan Bossart
2023-07-06Add GUC parameter "huge_pages_status"Michael Paquier
2023-07-06Add newline at the end of header generated by generate-wait_event_types.plMichael Paquier
2023-07-05Handle \v as a whitespace character in parsersMichael Paquier
2023-07-05Rename EVT cache hash to make context name uniqueDaniel Gustafsson
2023-07-05Generate automatically code and documentation related to wait eventsMichael Paquier
2023-07-04Re-bin segment when memory pages are freed.Thomas Munro
2023-07-03Take pg_attribute out of VacAttrStatsPeter Eisentraut
2023-07-03Add macro for maximum statistics targetPeter Eisentraut
2023-07-03Refactor some code related to wait events "BufferPin" and "Extension"Michael Paquier
2023-06-29Error message wording improvementsPeter Eisentraut
2023-06-26Change "..." to cstring in old input/output function comments.Heikki Linnakangas
2023-06-21ICU: do not convert locale 'C' to 'en-US-u-va-posix'.Jeff Davis
2023-06-21Avoid Assert failure when processing empty statement in aborted xact.Tom Lane
2023-06-20Pre-beta2 mechanical code beautification.Tom Lane
2023-06-15Replace GUC_UNIT_MEMORY|GUC_UNIT_TIME with GUC_UNIT.Masahiko Sawada
2023-06-12Report stats when replaying XLOG_RUNNING_XACTSAndres Freund
2023-06-12Accept fractional seconds in jsonpath's datetime() method.Tom Lane
2023-06-12Remove a few unused global variables and declarations.Heikki Linnakangas
2023-06-10nbtree: Allocate new pages in separate function.Peter Geoghegan
2023-06-08Fix small overestimation of base64 encoding output length.Tom Lane
2023-06-07Remove read-only server settings lc_collate and lc_ctypePeter Eisentraut
2023-05-23Use lower case for icu_validation_level valuesPeter Eisentraut
2023-05-23Punctuation improvement in postgresql.conf.samplePeter Eisentraut
2023-05-21Expand some more uses of "deleg" to "delegation" or "delegated".Tom Lane
2023-05-21Fix remaining references to gss_accept_deleg.Nathan Bossart