summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
2022-09-21Suppress more variable-set-but-not-used warnings from clang 15.Tom Lane
2021-12-12Add checks for valid multibyte character length in UtfToLocal, LocalToUtf.Tom Lane
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-05Allow btree comparison functions to return INT_MIN.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-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-07-31Further fixes for quoted-list GUC values in pg_dump and ruleutils.c.Tom Lane
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-23Fix make rules that generate multiple output files.Tom Lane
2018-03-21Fix mishandling of quoted-list GUC values in pg_dump and ruleutils.c.Tom Lane
2018-03-11Fix improper uses of canonicalize_qual().Tom Lane
2018-03-03Fix 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-14Fix 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-06Make json{b}_populate_recordset() use the right tuple descriptor.Tom Lane
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
2017-07-31Add missing comment in postgresql.conf.Tatsuo Ishii
2017-07-24Ensure that pg_get_ruledef()'s output matches pg_get_viewdef()'s.Tom Lane
2017-07-20Fix dumping of outer joins with empty qual lists.Tom Lane
2017-07-13Fix dumping of FUNCTION RTEs that contain non-function-call expressions.Tom Lane
2017-07-12Fix ruleutils.c for domain-over-array cases, too.Tom Lane
2017-06-05Unify SIGHUP handling between normal and walsender backends.Andres Freund
2017-05-24Tighten checks for whitespace in functions that parse identifiers etc.Tom Lane
2017-05-21Fix precision and rounding issues in money multiplication and division.Tom Lane
2017-05-18Fix typo in comment.Heikki Linnakangas
2017-05-15Fix new warnings from GCC 7Peter Eisentraut
2017-05-08Further patch rangetypes_selfuncs.c's statistics slot management.Tom Lane
2017-05-08Fix possibly-uninitialized variable.Tom Lane
2017-05-08Add security checks to selectivity estimation functionsPeter Eisentraut
2017-05-04Fix cursor_to_xml in tableforest false modePeter Eisentraut
2017-02-06Avoid returning stale attribute bitmaps in RelationGetIndexAttrBitmap().Tom Lane
2017-02-06Fix typos in comments.Heikki Linnakangas
2017-02-02Add KOI8-U map files to Makefile.Heikki Linnakangas