summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2025-04-12Fix GIN's shimTriConsistentFn to not corrupt its input.Tom Lane
2025-04-11Fix race with synchronous_standby_names at startupMichael Paquier
2025-04-06Reset InstallXLogFileSegmentActive after walreceiver self-initiated exit.Noah Misch
2025-04-06Skip WAL recycling and preallocation during archive recovery.Noah Misch
2025-04-06Don't ERROR on PreallocXlogFiles() race condition.Noah Misch
2025-04-06Revert "Add HINT for restartpoint race with KeepFileRestoredFromArchive()."Michael Paquier
2025-04-06Remove XLogFileInit() ability to unlink a pre-existing file.Noah Misch
2025-04-06In XLogFileInit(), fix *use_existent postcondition to suit callers.Noah Misch
2025-04-06Remove XLogFileInit() ability to skip ControlFileLock.Noah Misch
2025-04-05Fix parse_cte.c's failure to examine sub-WITHs in DML statements.Tom Lane
2025-04-04Relax assertion in finding correct GiST parentHeikki Linnakangas
2025-04-03Make dblink interruptible, via new libpqsrv APIs.Noah Misch
2025-04-02Remove unnecessary type violation in tsvectorrecv().Tom Lane
2025-04-02Remove HeapBitmapScan's skip_fetch optimizationAndres Freund
2025-04-02Need to do CommandCounterIncrement after StoreAttrMissingVal.Tom Lane
2025-03-27doc: Correct description of values used in FSM for indexesMichael Paquier
2025-03-13Fix ARRAY_SUBLINK and ARRAY[] for int2vector and oidvector input.Tom Lane
2025-03-13Repair commits 317aba70e et al for -DWRITE_READ_PARSE_PLAN_TREES.Tom Lane
2025-03-12Build whole-row Vars the same way during parsing and planning.Tom Lane
2025-03-12Preserve RangeTblEntry.relid when expanding a view RTE.Tom Lane
2025-03-11BRIN: be more strict about required support procsÁlvaro Herrera
2025-03-10Fix a few more redundant calls of GetLatestSnapshot()Heikki Linnakangas
2025-03-10Fix snapshot used in logical replication index lookupHeikki Linnakangas
2025-03-08Clear errno before calling strtol() in spell.c.Tom Lane
2025-03-06Fix some performance issues in GIN query startup.Tom Lane
2025-03-04Fix ALTER TABLE error messageÁlvaro Herrera
2025-03-03Fix broken handling of domains in atthasmissing logic.Tom Lane
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