summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2025-02-19Avoid null pointer dereference crash after OOM in Snowball stemmers.Tom Lane
2025-02-19Fix unsafe access to BufferDescriptorsRichard Guo
2025-02-17Translation updatesÁlvaro Herrera
2025-02-14Fix assertion on dereferenced objectDaniel Gustafsson
2025-02-13Fix MakeTransitionCaptureState() to return a consistent resultMichael Paquier
2025-02-10Translation updatesPeter Eisentraut
2025-02-02Mention jsonlog in description of logging_collector in GUC tableMichael Paquier
2025-01-31Fix comment of StrategySyncStart()Michael Paquier
2025-01-30Avoid integer overflow while testing wal_skip_threshold condition.Tom Lane
2025-01-25At update of non-LP_NORMAL TID, fail instead of corrupting page header.Noah Misch
2025-01-25Use the correct sizeof() in BufFileLoadBufferTomas Vondra
2025-01-23Don't ask for bug reports about pthread_is_threaded_np() != 0.Tom Lane
2025-01-22Repair incorrect handling of AfterTriggerSharedData.ats_modifiedcols.Tom Lane
2025-01-20Fix header check for continuation records where standbys could be stuckMichael Paquier
2025-01-17Revert recent changes related to handling of 2PC files at recoveryMichael Paquier
2025-01-17Fix setrefs.c's failure to do expression processing on prune steps.Tom Lane
2025-01-14Fix catcache invalidation of a list entry that's being builtHeikki Linnakangas
2025-01-14Fix potential integer overflow in bringetbitmap()Michael Paquier
2025-01-12Fix HBA option countDaniel Gustafsson
2025-01-12Fix XMLTABLE() deparsing to quote namespace names if necessary.Dean Rasheed
2025-01-10Fix missing ldapscheme option in pg_hba_file_rules()Daniel Gustafsson
2025-01-08Back-patch b1ffe3ff into REL_13_STABLE.Thomas Munro
2025-01-08Fix C error reported by Oracle compiler.Thomas Munro
2025-01-07Fix memory leak in pgoutput with relation attribute mapMichael Paquier
2025-01-07Restore smgrtruncate() prototype in back-branches.Thomas Munro
2024-12-29Fix handling of orphaned 2PC files in the future at recoveryMichael Paquier
2024-12-28Exclude parallel workers from connection privilege/limit checks.Tom Lane
2024-12-28In REASSIGN OWNED of a database, lock the tuple as mandated.Noah Misch
2024-12-23Fix memory leak in pgoutput with publication list cacheMichael Paquier
2024-12-21Update TransactionXmin when MyProc->xmin is updatedHeikki Linnakangas
2024-12-20Fix corruption when relation truncation fails.Thomas Munro
2024-12-20Replace durable_rename_excl() by durable_rename(), take twoMichael Paquier
2024-12-19Fix Assert failure in WITH RECURSIVE UNION queriesDavid Rowley
2024-12-17Accommodate very large dshash tables.Nathan Bossart
2024-12-10Fix elog(FATAL) before PostmasterMain() or just after fork().Noah Misch
2024-12-09Fix unused-but-set-variable compiler warning in reorderbuffer.c.Nathan Bossart
2024-12-09Simplify executor's determination of whether to use parallelism.Tom Lane
2024-12-07Ensure that pg_amop/amproc entries depend on their lefttype/righttype.Tom Lane
2024-12-07Make getObjectDescription robust against dangling amproc type links.Tom Lane
2024-12-07Fix is_digit labeling of to_timestamp's FFn format codes.Tom Lane
2024-12-05Avoid low-probability crash on out-of-memory.Tom Lane
2024-12-02RelationTruncate() must set DELAY_CHKPT_START.Thomas Munro
2024-11-28Fix MinGW %d vs %lu warnings in back branches.Thomas Munro
2024-11-28Revert "Handle better implicit transaction state of pipeline mode"Michael Paquier
2024-11-27Handle better implicit transaction state of pipeline modeMichael Paquier
2024-11-25Fix NULLIF()'s handling of read-write expanded objects.Tom Lane
2024-11-25Avoid "you don't own a lock of type ExclusiveLock" in GRANT TABLESPACE.Noah Misch
2024-11-21Fix outdated bit in README.tuplockÁlvaro Herrera
2024-11-20Avoid assertion failure if a setop leaf query contains setops.Tom Lane
2024-11-19Compare collations before merging UNION operations.Tom Lane