Commit Graph

4667 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 b334612b8a Pre-beta2 mechanical code beautification. 3 years ago
Tom Lane 7398e27224 Accept fractional seconds in jsonpath's datetime() method. 3 years ago
Tom Lane d98ed080bb Fix small overestimation of base64 encoding output length. 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
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
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
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 eef231e816 Fix some typos and some incorrectly duplicated words 3 years ago
David Rowley b4dbf3e924 Fix various typos 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
Stephen Frost 3d03b24c35 Revert "Add support for Kerberos credential delegation" 3 years ago
Thomas Munro db4f21e4a3 Redesign interrupt/cancel API for regex engine. 3 years ago
Thomas Munro bea3d7e383 Use MemoryContext API for regex memory management. 3 years ago
Andres Freund 26669757b6 Handle logical slot conflicts on standby 3 years ago
Stephen Frost 3d4fa227bc Add support for Kerberos credential delegation 3 years ago
Andres Freund ac8d53dae5 Track IO times in pg_stat_io 3 years ago
Alvaro Herrera e056c557ae
Catalog NOT NULL constraints 3 years ago
Tom Lane 888f2ea0a8 Add array_sample() and array_shuffle() functions. 3 years ago
Jeff Davis 36320cbc16 Fix MSVC warning introduced in ea1db8ae70. 3 years ago
Jeff Davis ea1db8ae70 Canonicalize ICU locale names to language tags. 3 years ago
Alvaro Herrera 6ee30209a6
SQL/JSON: support the IS JSON predicate 3 years ago
Tom Lane a2a0c7c29e Further tweaking of width_bucket() edge cases. 3 years ago
Andres Freund 8aaa04b32d Track shared buffer hits in pg_stat_io 3 years ago
Alvaro Herrera 60966f56c3
Fix inconsistencies and style issues in new SQL/JSON code 3 years ago
Tom Lane b0e9e4d76c Avoid overflow in width_bucket_float8(). 3 years ago
Alvaro Herrera 7081ac46ac
SQL/JSON: add standard JSON constructor functions 3 years ago
Jeff Davis 1671f990dd Validate ICU locales. 3 years ago
Jeff Davis 8b3eb0c584 Fix error inconsistency in older ICU versions. 3 years ago
Michael Paquier 4efd0bf7ea Generate a few more functions of pgstatfuncs.c with macros 3 years ago
Michael Paquier 850f4b4c8c Generate pg_stat_get_xact*() functions for relations using macros 3 years ago
Tom Lane 554841699f Fix oversights in array manipulation. 3 years ago
Daniel Gustafsson d435f15fff Add SysCacheGetAttrNotNull for guaranteed not-null attrs 3 years ago
Jeff Davis 81a6d57e33 Fix abbreviated keys bug introduced in d87d548cd0. 3 years ago