summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2021-05-14Refactor CHECK_FOR_INTERRUPTS() to add flexibility.Tom Lane
2021-05-14Convert misleading while loop into an if conditionDavid Rowley
2021-05-13Fix autovacuum log output heap truncation issue.Peter Geoghegan
2021-05-12Rename the logical replication global "wrconn"Alvaro Herrera
2021-05-12Double-space commands in system_constraints.sql/system_functions.sql.Tom Lane
2021-05-12Initial pgindent and pgperltidy run for v14.Tom Lane
2021-05-12Simplify one use of ScanKey in pg_subscription.cMichael Paquier
2021-05-12Refactor some error messages for easier translationPeter Eisentraut
2021-05-12Fix EXPLAIN ANALYZE for async-capable nodes.Etsuro Fujita
2021-05-12Change data type of counters in BufferUsage and WalUsage from long to int64.Fujii Masao
2021-05-12Tweak generation of Gen_dummy_probes.plAndrew Dunstan
2021-05-11Fix typoPeter Eisentraut
2021-05-10Fix mishandling of resjunk columns in ON CONFLICT ... UPDATE tlists.Tom Lane
2021-05-10Prevent integer overflows in array subscripting calculations.Tom Lane
2021-05-10Translation updatesPeter Eisentraut
2021-05-10Emit dummy statements for probes.d probes when disabledPeter Eisentraut
2021-05-10Fix typos in operatorcmds.cMichael Paquier
2021-05-10Revert recovery prefetching feature.Thomas Munro
2021-05-08Move memory accounting Asserts for Result Cache codeDavid Rowley
2021-05-08Sync guc.c and postgresql.conf.sample with the SGML docs.Tom Lane
2021-05-08Fix incorrect error code for CREATE/ALTER TABLE COMPRESSIONMichael Paquier
2021-05-07Add a README and Makefile recipe for Gen_dummy_probes.plAndrew Dunstan
2021-05-07Fix typoPeter Eisentraut
2021-05-07AlterSubscription_refresh: avoid stomping on global variableAlvaro Herrera
2021-05-07Fix typos in comments about extended statisticsTomas Vondra
2021-05-07Make pg_get_statisticsobjdef_expressions return NULLTomas Vondra
2021-05-07Revert per-index collation version tracking feature.Thomas Munro
2021-05-06Remove redundant variableAlvaro Herrera
2021-05-06Remove overzealous VACUUM visibility map assertion.Peter Geoghegan
2021-05-06Track detached partitions more accurately in partdescsAlvaro Herrera
2021-05-06Update replication statistics after every stream/spill.Amit Kapila
2021-05-06jit: Fix warning reported by gcc-11 caused by dubious function signature.Andres Freund
2021-05-06Tighten the concurrent abort check during decoding.Amit Kapila
2021-05-05Remove unused argument of ATAddForeignConstraintAlvaro Herrera
2021-05-05Have ALTER CONSTRAINT recurse on partitioned tablesAlvaro Herrera
2021-05-05GUC description improvements for clarityPeter Eisentraut
2021-05-04Fix OID passed to object-alter hook during ALTER CONSTRAINTAlvaro Herrera
2021-05-04Fix ALTER TABLE / INHERIT with generated columnsPeter Eisentraut
2021-05-03Update query_id computationBruce Momjian
2021-05-03Fix performance issue in new regex match-all detection code.Tom Lane
2021-05-03Prevent lwlock dtrace probes from unnecessary workPeter Eisentraut
2021-05-03Remove unused function argumentPeter Eisentraut
2021-05-03Fix the computation of slot stats for 'total_bytes'.Amit Kapila
2021-05-03Make websearch_to_tsquery() parse text in quotes as a single tokenAlexander Korotkov
2021-05-01Revert use singular for -1 (commits 9ee7d533da and 5da9868ed9Bruce Momjian
2021-04-30Disallow calling anything but plain functions via the fastpath API.Tom Lane
2021-04-30Fix the bugs in selecting the transaction for streaming.Amit Kapila
2021-04-30Adjust EXPLAIN output for parallel Result Cache plansDavid Rowley
2021-04-29pg_hba.conf.sample: Reword connection type sectionPeter Eisentraut
2021-04-28Add heuristic incoming-message-size limits in the server.Tom Lane