summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2025-02-14Use PqMsg_Progress macro in HandleParallelMessage().Nathan Bossart
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-29Handle default NULL insertion a little better.Tom Lane
2025-01-25At update of non-LP_NORMAL TID, fail instead of corrupting page header.Noah Misch
2025-01-25Merge copies of converting an XID to a FullTransactionId.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-21Reword recent error messages: "should" -> "must"Álvaro Herrera
2025-01-21Fix detach of a partition that has a toplevel FK to a partitioned tableÁlvaro Herrera
2025-01-20Fix latch event policy that hid socket events.Thomas Munro
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 JsonExpr deparsing to quote variable names in the PASSING clause.Dean Rasheed
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-10Fix UNION planner datatype issueDavid Rowley
2025-01-09Fix an ALTER GROUP ... DROP USER error message.Nathan Bossart
2025-01-09Fix SLRU bank selection codeÁlvaro Herrera
2025-01-08Fix C error reported by Oracle compiler.Thomas Munro
2025-01-07Restore smgrtruncate() prototype in back-branches.Thomas Munro
2025-01-07Use PqMsg_* macros in postgres.c.Nathan Bossart
2025-01-07Fix error message wordingÁlvaro Herrera
2025-01-02Ignore nullingrels when looking up statisticsRichard Guo
2024-12-30Fix memory leak in pgoutput with relation attribute mapMichael Paquier
2024-12-30Fix failures with incorrect epoch handling for 2PC files at recoveryMichael Paquier
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-28Reserve a PGPROC slot and semaphore for the slotsync worker process.Tom Lane
2024-12-28Try to avoid semaphore-related test failures on NetBSD/OpenBSD.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-19Avoid nbtree index scan SAOP scanBehind confusion.Peter Geoghegan
2024-12-19Fix Assert failure in WITH RECURSIVE UNION queriesDavid Rowley
2024-12-17Accommodate very large dshash tables.Nathan Bossart
2024-12-17Update comments about index parallel buildsTomas Vondra
2024-12-12Revert "Don't truncate database and user names in startup packets."Nathan Bossart
2024-12-10Fix elog(FATAL) before PostmasterMain() or just after fork().Noah Misch
2024-12-10Fix comments of GUC hooks for timezone_abbreviationsMichael Paquier