summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2022-12-05Fix Memoize to work with partitionwise joining.Tom Lane
2022-12-04Fix broken MemoizePath support in reparameterize_path().Tom Lane
2022-12-04Fix generate_partitionwise_join_paths() to tolerate failure.Tom Lane
2022-12-03Fix DEFAULT handling for multi-row INSERT rules.Dean Rasheed
2022-12-02Fix psql's \sf and \ef for new-style SQL functions.Tom Lane
2022-12-01Fix memory leak for hashing with nondeterministic collations.Jeff Davis
2022-12-01Fix under-parenthesized display of AT TIME ZONE constructs.Tom Lane
2022-11-29Improve heuristics for compressing the KnownAssignedXids array.Tom Lane
2022-11-29Prevent clobbering of utility statements in SQL function caches.Tom Lane
2022-11-29Remove bogus Assert and dead code in remove_useless_results_recurse().Tom Lane
2022-11-25Fix handling of pending inserts in nodeModifyTable.c.Etsuro Fujita
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-10Fix comments atop ReorderBufferAddInvalidations.Amit Kapila
2022-11-10Fix comment of SimpleLruInit() in slru.cMichael Paquier
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-16Fix EXPLAIN of SEARCH BREADTH FIRST with a constant initial value.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-29Update comment in ExecInsert() regarding batch insertion.Etsuro Fujita
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-20Fix incorrect variable types for origin IDs in decode.cMichael Paquier