summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
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-04Avoid NullTest deduction for clone clausesRichard Guo
2025-03-03Fix broken handling of domains in atthasmissing logic.Tom Lane
2025-02-25Doc: Fix pg_copy_logical_replication_slot description.Amit Kapila
2025-02-24Fix assertion when decoding XLOG_PARAMETER_CHANGE on promoted primary.Masahiko Sawada
2025-02-21Fix a WARNING for data origin discrepancies.Amit Kapila
2025-02-21Add missing deparsing of [NO] IDENT to XMLSERIALIZE()Michael Paquier
2025-02-21Fix explicit valgrind interaction in read_stream.c.Thomas Munro
2025-02-20Fix FATAL message for invalid recovery timeline at beginning of recoveryMichael Paquier
2025-02-19Correct relation size estimate with low fillfactorTomas Vondra
2025-02-19Fix crash in brininsertcleanup during logical replication.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-19Fix freeing a child join's SpecialJoinInfoRichard Guo
2025-02-17Translation updatesÁlvaro Herrera
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