summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2022-12-01Fix memory leak for hashing with nondeterministic collations.Jeff Davis
2022-11-29Improve heuristics for compressing the KnownAssignedXids array.Tom Lane
2022-11-29Remove bogus Assert and dead code in remove_useless_results_recurse().Tom Lane
2022-11-25Fix uninitialized access to InitialRunningXacts during decoding.Amit Kapila
2022-11-24Make multixact error message more explicitAlvaro Herrera
2022-11-22YA attempt at taming worst-case behavior of get_actual_variable_range.Tom Lane
2022-11-22Ignore invalidated slots while computing oldest catalog XminAlvaro Herrera
2022-11-21Add comments and a missing CHECK_FOR_INTERRUPTS in ts_headline.Tom Lane
2022-11-19Fix mislabeling of PROC_QUEUE->links as PGPROC, fixing UBSan on 32bitAndres Freund
2022-11-17Replace RelationOpenSmgr() with RelationGetSmgr().Tom Lane
2022-11-14Fix cleanup lock acquisition in SPLIT_ALLOCATE_PAGE replay.Amit Kapila
2022-11-11Fix theoretical torn page hazard.Jeff Davis
2022-11-09Doc: add comments about PreventInTransactionBlock/IsInTransactionBlock.Tom Lane
2022-11-07Translation updatesPeter Eisentraut
2022-11-04Correct error message for row-level triggers with transition tables on partit...Etsuro Fujita
2022-11-03Create FKs properly when attaching table as partitionAlvaro Herrera
2022-11-03Avoid crash after function syntax error in a replication worker.Tom Lane
2022-11-02Defend against unsupported partition relkind in logical replication worker.Tom Lane
2022-11-02Fix copy-and-pasteo in comment.Etsuro Fujita
2022-10-26Fix ordering issue with WAL operations in GIN fast insert pathMichael Paquier
2022-10-21Add CHECK_FOR_INTERRUPTS while restoring changes during decoding.Amit Kapila
2022-10-21Fix executing invalidation messages generated by subtransactions during decod...Amit Kapila
2022-10-20Fix assertion failures while processing NEW_CID record in logical decoding.Amit Kapila
2022-10-19Track LLVM 15 changes.Thomas Munro
2022-10-17Reject non-ON-SELECT rules that are named "_RETURN".Tom Lane
2022-10-17Guard against table-AM-less relations in planner.Tom Lane
2022-10-16Rename parser token REF to REF_P to avoid a symbol conflict.Tom Lane
2022-10-11Harden pmsignal.c against clobbered shared memory.Tom Lane
2022-10-11Yet further fixes for multi-row VALUES lists for updatable views.Tom Lane
2022-10-07Fix self-referencing foreign keys with partitioned tablesAlvaro Herrera
2022-09-30Avoid improbable PANIC during heap_update, redux.Tom Lane
2022-09-28Change some errdetail() to errdetail_internal()Alvaro Herrera
2022-09-25Fix tupdesc lifespan bug with AfterTriggersTableData.storeslot.Tom Lane
2022-09-22Fix race condition where heap_delete() fails to pin VM page.Jeff Davis
2022-09-22Fix thinko in comment.Etsuro Fujita
2022-09-21Suppress more variable-set-but-not-used warnings from clang 15.Tom Lane
2022-09-20Suppress variable-set-but-not-used warnings from clang 15.Tom Lane
2022-09-19Future-proof the recursion inside ExecShutdownNode().Tom Lane
2022-09-12Fix NaN comparison in circle_same testDaniel Gustafsson
2022-09-08Choose FK name correctly during partition attachmentAlvaro Herrera
2022-09-06Further fixes for MULTIEXPR_SUBLINK fix.Tom Lane
2022-09-05Backpatch nbtree page deletion hardening.Peter Geoghegan
2022-09-02Fix oversight in recent MULTIEXPR_SUBLINK fix.Tom Lane
2022-09-01Fix some possibly latent bugs in slab.cDavid Rowley
2022-08-31Prevent long-term memory leakage in autovacuum launcher.Tom Lane
2022-08-31In the Snowball dictionary, don't try to stem excessively-long words.Tom Lane
2022-08-29Prevent WAL corruption after a standby promotion.Robert Haas
2022-08-27Repair rare failure of MULTIEXPR_SUBLINK subplans in inherited updates.Tom Lane
2022-08-26Fix typo in comment.Etsuro Fujita
2022-08-24Defend against stack overrun in a few more places.Tom Lane