summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
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
2023-05-21rename "gss_accept_deleg" to "gss_accept_delegation".Bruce Momjian
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-05-19Allocate hash join files in a separate memory contextTomas Vondra
2023-05-19pageinspect: Fix gist_page_items() with included columnsMichael Paquier
2023-05-17ICU: check for U_STRING_NOT_TERMINATED_WARNING.Jeff Davis
2023-05-17Reduce icu_validation_level default to WARNING.Jeff Davis
2023-05-17Add writeback to pg_stat_ioAndres Freund
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-14Fix wal_writer_flush_after initializer value.Thomas Munro
2023-05-14Rename io_direct to debug_io_direct.Thomas Munro
2023-05-10Fix assertion failure when updating stats_fetch_consistency in a transactionMichael Paquier
2023-05-10Document values of stats_fetch_consistency in postgresql.conf.sampleMichael Paquier
2023-05-09Revert "ICU: do not convert locale 'C' to 'en-US-u-va-posix'."Jeff Davis
2023-05-08ICU: do not convert locale 'C' to 'en-US-u-va-posix'.Jeff Davis
2023-05-07Add ruleutils support for decompiling MERGE commands.Tom Lane
2023-05-04Fix ExecCheckPermissions call in RI_Initial_CheckAlvaro Herrera
2023-05-04In array_position()/array_positions(), beware of empty input array.Tom Lane
2023-05-02Fix typos in commentsMichael Paquier
2023-04-28Add unit to vacuum_buffer_usage_limit value in postgresql.conf.sample.Masahiko Sawada
2023-04-27Fix wrong construct_array_builtin() call in GUCArrayDelete()Alexander Korotkov
2023-04-24Remove vacuum_defer_cleanup_ageAndres Freund