summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
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-18Fix compiler warning in rangetypes_spgist.c.Tom Lane
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-29Fix problems with the "role" GUC and parallel query.Robert Haas
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
2017-08-08Fix datumSerialize infrastructure to not crash on non-varlena data.Tom Lane
2017-08-02Remove broken and useless entry-count printing in HASH_DEBUG code.Tom Lane
2017-07-31Add missing comment in postgresql.conf.Tatsuo Ishii
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-07-12Avoid integer overflow while sifting-up a heap in tuplesort.c.Tom Lane
2017-06-26Minor code review for parse_phrase_operator().Tom Lane
2017-06-06Unify SIGHUP handling between normal and walsender backends.Andres Freund
2017-06-04Assorted translatable string fixesAlvaro Herrera
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-16Fix new warnings from GCC 7Peter Eisentraut
2017-05-12Avoid searching for callback functions in CallSyscacheCallbacks().Tom Lane
2017-05-12Reduce initial size of RelfilenodeMapHash.Tom Lane
2017-05-12Avoid searching for the target catcache in CatalogCacheIdInvalidate.Tom Lane
2017-05-11Increase MAX_SYSCACHE_CALLBACKS to provide more room for extensions.Tom Lane