summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2025-03-23Fix rare assertion failure in standby, if primary is restartedHeikki Linnakangas
2025-03-18Fix assertion failure in parallel vacuum with minimal maintenance_work_mem se...Masahiko Sawada
2025-03-18smgr: Make SMgrRelation initialization safer against errorsAndres Freund
2025-03-13Fix ARRAY_SUBLINK and ARRAY[] for int2vector and oidvector input.Tom Lane
2025-03-13Fix read_stream.c for changing io_combine_limit.Thomas Munro
2025-03-13Fix copy-paste error in datum_to_jsonb_internal()Amit Langote
2025-03-12Handle interrupts while waiting on Append's async subplansHeikki Linnakangas
2025-03-12Build whole-row Vars the same way during parsing and planning.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-09Don't try to parallelize array_agg() on an anonymous record type.Tom Lane
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