summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2021-05-19Make standby promotion reset the recovery pause state to 'not paused'.Fujii Masao
2021-05-19Fix issues in pg_stat_wal.Fujii Masao
2021-05-17Fix typo and outdated information in README.barrierDavid Rowley
2021-05-17Translation updatesPeter Eisentraut
2021-05-15Unbreak EXEC_BACKEND buildAlvaro Herrera
2021-05-15Allow compute_query_id to be set to 'auto' and make it defaultAlvaro Herrera
2021-05-15Be more careful about barriers when releasing BackgroundWorkerSlots.Tom Lane
2021-05-14Harden nbtree deduplication posting split code.Peter Geoghegan
2021-05-14Prevent infinite insertion loops in spgdoinsert().Tom Lane
2021-05-14Fix query-cancel handling in spgdoinsert().Tom Lane
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