summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
2021-10-24Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURRENTLY.Noah Misch
2021-10-21Remove unused wait events.Amit Kapila
2021-10-18Fix parallel sort, broken by the balanced merge patch.Heikki Linnakangas
2021-10-18Fix duplicate typedef LogicalTape.Heikki Linnakangas
2021-10-18Fix format modifier used in elog.Heikki Linnakangas
2021-10-18Replace polyphase merge algorithm with a simple balanced k-way merge.Heikki Linnakangas
2021-10-18Refactor LogicalTapeSet/LogicalTape interface.Heikki Linnakangas
2021-10-11Fix EXPLAIN of SEARCH BREADTH FIRST queries some more.Tom Lane
2021-10-08Refactor fallback to stderr for csvlog to handle better WIN32 service caseMichael Paquier
2021-10-06Fix corner-case loss of precision in numeric_power().Dean Rasheed
2021-10-04Make Unicode makefile parallel-safePeter Eisentraut
2021-10-04Update Unicode map text filesPeter Eisentraut
2021-10-04Replace occurrences of InvalidXid with InvalidTransactionIdDaniel Gustafsson
2021-10-01Avoid believing incomplete MCV-only stats in get_variable_range().Tom Lane
2021-10-01Fix Portal snapshot tracking to handle subtransactions properly.Tom Lane
2021-09-29Clarify use of "statistics objects" in the codeMichael Paquier
2021-09-26Avoid unnecessary division in interval_cmp_value().Tom Lane
2021-09-22Make use of PG_INT64_MAX/PG_INT64_MINPeter Eisentraut
2021-09-21Introduce GUC shared_memory_size_in_huge_pagesMichael Paquier
2021-09-16Fix EXPLAIN to handle SEARCH BREADTH FIRST queries.Tom Lane
2021-09-16Message style improvementsPeter Eisentraut
2021-09-16Fix performance regression from session statistics.Andres Freund
2021-09-16Support "postgres -C" with runtime-computed GUCsMichael Paquier
2021-09-15Remove arbitrary 64K-or-so limit on rangetable size.Tom Lane
2021-09-15Fix hash_arrayPeter Eisentraut
2021-09-15Update README for resource owners about the resource types supportedMichael Paquier
2021-09-13Refactor the syslogger pipe protocol to use a bitmask for its optionsMichael Paquier
2021-09-09Remove Value node structPeter Eisentraut
2021-09-09Make shared_memory_size a preset optionMichael Paquier
2021-09-08Fix typoPeter Eisentraut
2021-09-08Disable anonymous record hash support except in special casesPeter Eisentraut
2021-09-08Introduce GUC shared_memory_sizeMichael Paquier
2021-09-08Clean up some code using "(expr) ? true : false"Michael Paquier
2021-09-06Make timetz_zone() stable, and correct a bug for DYNTZ abbreviations.Tom Lane
2021-09-06Fix typo in comments.Fujii Masao
2021-09-02Optimize fileset usage in apply worker.Amit Kapila
2021-09-01Refactor one conversion of SQLSTATE to string in elog.cMichael Paquier
2021-08-31Don't print extra parens around expressions in extended statsTomas Vondra
2021-08-31Fix missed lock acquisition while inlining new-style SQL functions.Tom Lane
2021-08-30Refactor sharedfileset.c to separate out fileset implementation.Amit Kapila
2021-08-25Remove redundant test.Tom Lane
2021-08-25Improve error message about valid value for distance in phrase operator.Fujii Masao
2021-08-23Improve defaults shown in postgresql.conf.sample and pg_settingsBruce Momjian
2021-08-19Unset MyBEEntry, making elog.c's call to pgstat_get_my_query_id() safe.Andres Freund
2021-08-19Revert refactoring of hex code to src/common/Michael Paquier
2021-08-16Reduce memory consumption for pending invalidation messages.Tom Lane
2021-08-13Fix typo.Andres Freund
2021-08-10Let regexp_replace() make use of REG_NOSUB when feasible.Tom Lane
2021-08-09Avoid determining regexp subexpression matches, when possible.Tom Lane
2021-08-08Remove some unnecessary casts in format argumentsPeter Eisentraut