summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
2019-03-23Remove inadequate check for duplicate "xml" PI.Tom Lane
2019-03-23Revert strlen -> strnlen optimization pre-v11.Tom Lane
2019-03-23Accept XML documents when xmloption = content, as required by SQL:2006+.Tom Lane
2019-03-10Disallow NaN as a value for floating-point GUCs.Tom Lane
2019-02-28Improve documentation of data_sync_retryMichael Paquier
2019-02-08Defend against null error message reported by libxml2.Tom Lane
2019-01-30Fix a crash in logical replicationPeter Eisentraut
2018-11-24Fix float-to-integer coercions to handle edge cases correctly.Tom Lane
2018-11-19PANIC on fsync() failure.Thomas Munro
2018-11-08Disallow setting client_min_messages higher than ERROR.Tom Lane
2018-11-06GUC: adjust effective_cache_size SQL descriptionsBruce Momjian
2018-11-02GUC: adjust effective_cache_size docs and SQL descriptionBruce Momjian
2018-10-16Avoid statically allocating gmtsub()'s timezone workspace.Tom Lane
2018-10-02Fix corner-case failures in has_foo_privilege() family of functions.Tom Lane
2018-09-24Fix over-allocation of space for array_out()'s result string.Tom Lane
2018-09-24Initialize random() in bootstrap/stand-alone postgres and in initdb.Noah Misch
2018-09-12Repair bug in regexp split performance improvements.Andrew Gierth
2018-09-07Limit depth of forced recursion for CLOBBER_CACHE_RECURSIVELY.Tom Lane
2018-08-28Avoid quadratic slowdown in regexp match/split functions.Andrew Gierth
2018-08-15Clean up assorted misuses of snprintf()'s result value.Tom Lane
2018-07-31Further fixes for quoted-list GUC values in pg_dump and ruleutils.c.Tom Lane
2018-07-29Document security implications of qualified names.Noah Misch
2018-06-12Fix bugs in vacuum of shared rels, by keeping their relcache entries current.Andres Freund
2018-05-09Update time zone data files to tzdata release 2018e.Tom Lane
2018-05-02Revert back-branch changes in power()'s behavior for NaN inputs.Tom Lane
2018-04-29Avoid wrong results for power() with NaN input on more platforms.Tom Lane
2018-04-29Avoid wrong results for power() with NaN input on some platforms.Tom Lane
2018-03-28Fix actual and potential double-frees around tuplesort usage.Tom Lane
2018-03-23Fix make rules that generate multiple output files.Tom Lane
2018-03-22Fix mishandling of quoted-list GUC values in pg_dump and ruleutils.c.Tom Lane
2018-03-19Fix some corner-case issues in REFRESH MATERIALIZED VIEW CONCURRENTLY.Tom Lane
2018-03-11Fix improper uses of canonicalize_qual().Tom Lane
2018-03-04Fix assorted issues in convert_to_scalar().Tom Lane
2018-02-28Rename base64 routines to avoid conflict with Solaris built-in functions.Tom Lane
2018-02-26Avoid using unsafe search_path settings during dump and restore.Tom Lane
2017-12-15Fix pruning of locked and updated tuples.Andres Freund
2017-11-26Make has_sequence_privilege support WITH GRANT OPTIONJoe Conway
2017-11-12Don't call pgwin32_message_to_UTF16() without CurrentMemoryContext.Noah Misch
2017-11-11Ignore XML declaration in xpath_internal(), for UTF8 databases.Noah Misch
2017-11-09Fix typo in ALTER SYSTEM output.Tom Lane
2017-11-06Make json{b}_populate_recordset() use the right tuple descriptor.Tom Lane
2017-11-05Ignore CatalogSnapshot when checking COPY FREEZE prerequisites.Noah Misch
2017-10-25Process variadic arguments consistently in json functionsAndrew Dunstan
2017-10-25Add a utility function to extract variadic function argumentsAndrew Dunstan
2017-10-20Fix typcache's failure to treat ranges as container types.Tom Lane
2017-10-11Doc: fix missing explanation of default object privileges.Tom Lane
2017-10-11Fix low-probability loss of NOTIFY messages due to XID wraparound.Tom Lane
2017-09-27Fix behavior when converting a float infinity to numeric.Tom Lane
2017-08-14Handle elog(FATAL) during ROLLBACK more robustly.Tom Lane
2017-08-13Remove AtEOXact_CatCache().Tom Lane