Commit Graph

8302 Commits (f3a01af29b1941ca7937a45504ab10ef5f99cdff)

Author SHA1 Message Date
Jeff Davis f3a01af29b ICU: do not convert locale 'C' to 'en-US-u-va-posix'. 3 years ago
Tom Lane 555b929bbe Avoid Assert failure when processing empty statement in aborted xact. 3 years ago
Tom Lane b334612b8a Pre-beta2 mechanical code beautification. 3 years ago
Masahiko Sawada a54fc892ad Replace GUC_UNIT_MEMORY|GUC_UNIT_TIME with GUC_UNIT. 3 years ago
Andres Freund e3cb1a586c Report stats when replaying XLOG_RUNNING_XACTS 3 years ago
Tom Lane 7398e27224 Accept fractional seconds in jsonpath's datetime() method. 3 years ago
Heikki Linnakangas 548d726030 Remove a few unused global variables and declarations. 3 years ago
Peter Geoghegan d088ba5a5a nbtree: Allocate new pages in separate function. 3 years ago
Tom Lane d98ed080bb Fix small overestimation of base64 encoding output length. 3 years ago
Peter Eisentraut b0f6c43716 Remove read-only server settings lc_collate and lc_ctype 3 years ago
Peter Eisentraut 0ffbe6e591 Use lower case for icu_validation_level values 3 years ago
Peter Eisentraut dfe0169988 Punctuation improvement in postgresql.conf.sample 3 years ago
Tom Lane a2eb99a01e Expand some more uses of "deleg" to "delegation" or "delegated". 3 years ago
Nathan Bossart f4001a5537 Fix remaining references to gss_accept_deleg. 3 years ago
Bruce Momjian 9c0a0e2ed9 rename "gss_accept_deleg" to "gss_accept_delegation". 3 years ago
Tom Lane 0245f8db36 Pre-beta mechanical code beautification. 3 years ago
Tomas Vondra 8c4040edf4 Allocate hash join files in a separate memory context 3 years ago
Michael Paquier e7bff46e50 pageinspect: Fix gist_page_items() with included columns 3 years ago
Jeff Davis 1c634f6647 ICU: check for U_STRING_NOT_TERMINATED_WARNING. 3 years ago
Jeff Davis 6de31ce446 Reduce icu_validation_level default to WARNING. 3 years ago
Andres Freund 093e5c57d5 Add writeback to pg_stat_io 3 years ago
Alexander Korotkov b9a7a82272 Revert "Add USER SET parameter values for pg_db_role_setting" 3 years ago
Michael Paquier d8c3106bb6 Add back SQLValueFunction for SQL keywords 3 years ago
Thomas Munro 63932a6d38 Fix wal_writer_flush_after initializer value. 3 years ago
Thomas Munro 319bae9a8d Rename io_direct to debug_io_direct. 3 years ago
Michael Paquier 605994651b Fix assertion failure when updating stats_fetch_consistency in a transaction 3 years ago
Michael Paquier 4d47eff99c Document values of stats_fetch_consistency in postgresql.conf.sample 3 years ago
Jeff Davis 455f948b0d Revert "ICU: do not convert locale 'C' to 'en-US-u-va-posix'." 3 years ago
Jeff Davis f7faa9976c ICU: do not convert locale 'C' to 'en-US-u-va-posix'. 3 years ago
Tom Lane 41e2c52fd6 Add ruleutils support for decompiling MERGE commands. 3 years ago
Alvaro Herrera f75cec4fff
Fix ExecCheckPermissions call in RI_Initial_Check 3 years ago
Tom Lane 4c40995f61 In array_position()/array_positions(), beware of empty input array. 3 years ago
Michael Paquier 8961cb9a03 Fix typos in comments 3 years ago
Masahiko Sawada b72f564d87 Add unit to vacuum_buffer_usage_limit value in postgresql.conf.sample. 3 years ago
Alexander Korotkov db93e739ac Fix wrong construct_array_builtin() call in GUCArrayDelete() 3 years ago
Andres Freund 1118cd37eb Remove vacuum_defer_cleanup_age 3 years ago
Daniel Gustafsson 69537f5d17 Remove duplicate lines of code 3 years ago
David Rowley d91d163529 Fix incorrect function name reference 3 years ago
Michael Paquier 0ecb87e1fa Remove io prefix from pg_stat_io columns 3 years ago
Thomas Munro 7d3d72b55e Remove obsolete defense against strxfrm() bugs. 3 years ago
David Rowley 3f58a4e296 Fix various typos and incorrect/outdated name references 3 years ago
David Rowley eef231e816 Fix some typos and some incorrectly duplicated words 3 years ago
David Rowley b4dbf3e924 Fix various typos 3 years ago
David Rowley 414d66220a Adjust Valgrind macro usage to protect chunk headers 3 years ago
David Rowley 0981846b9c Remove old GUC name mapping for "force_parallel_mode" 3 years ago
Peter Geoghegan d6f0f95a6b Harmonize some more function parameter names. 3 years ago
Stephen Frost 6633cfb216 De-Revert "Add support for Kerberos credential delegation" 3 years ago
Alvaro Herrera 9ce04b50e1
Revert "Catalog NOT NULL constraints" and fallout 3 years ago
Peter Eisentraut 5f38a2034e Fix incorrect format placeholders 3 years ago
Stephen Frost 3d03b24c35 Revert "Add support for Kerberos credential delegation" 3 years ago