aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* YA attempt at taming worst-case behavior of get_actual_variable_range.Tom Lane2022-11-22
* Ignore invalidated slots while computing oldest catalog XminAlvaro Herrera2022-11-22
* Add comments and a missing CHECK_FOR_INTERRUPTS in ts_headline.Tom Lane2022-11-21
* Fix mislabeling of PROC_QUEUE->links as PGPROC, fixing UBSan on 32bitAndres Freund2022-11-19
* Replace RelationOpenSmgr() with RelationGetSmgr().Tom Lane2022-11-17
* Fix cleanup lock acquisition in SPLIT_ALLOCATE_PAGE replay.Amit Kapila2022-11-14
* Fix theoretical torn page hazard.Jeff Davis2022-11-11
* Doc: add comments about PreventInTransactionBlock/IsInTransactionBlock.Tom Lane2022-11-09
* Translation updatesPeter Eisentraut2022-11-07
* Correct error message for row-level triggers with transition tables on partit...Etsuro Fujita2022-11-04
* Create FKs properly when attaching table as partitionAlvaro Herrera2022-11-03
* Avoid crash after function syntax error in a replication worker.Tom Lane2022-11-03
* Defend against unsupported partition relkind in logical replication worker.Tom Lane2022-11-02
* Fix copy-and-pasteo in comment.Etsuro Fujita2022-11-02
* Fix ordering issue with WAL operations in GIN fast insert pathMichael Paquier2022-10-26
* Add CHECK_FOR_INTERRUPTS while restoring changes during decoding.Amit Kapila2022-10-21
* Fix executing invalidation messages generated by subtransactions during decod...Amit Kapila2022-10-21
* Fix assertion failures while processing NEW_CID record in logical decoding.Amit Kapila2022-10-20
* Track LLVM 15 changes.Thomas Munro2022-10-19
* Reject non-ON-SELECT rules that are named "_RETURN".Tom Lane2022-10-17
* Guard against table-AM-less relations in planner.Tom Lane2022-10-17
* Rename parser token REF to REF_P to avoid a symbol conflict.Tom Lane2022-10-16
* Harden pmsignal.c against clobbered shared memory.Tom Lane2022-10-11
* Yet further fixes for multi-row VALUES lists for updatable views.Tom Lane2022-10-11
* Fix self-referencing foreign keys with partitioned tablesAlvaro Herrera2022-10-07
* Avoid improbable PANIC during heap_update, redux.Tom Lane2022-09-30
* Change some errdetail() to errdetail_internal()Alvaro Herrera2022-09-28
* Fix tupdesc lifespan bug with AfterTriggersTableData.storeslot.Tom Lane2022-09-25
* Fix race condition where heap_delete() fails to pin VM page.Jeff Davis2022-09-22
* Fix thinko in comment.Etsuro Fujita2022-09-22
* Suppress more variable-set-but-not-used warnings from clang 15.Tom Lane2022-09-21
* Suppress variable-set-but-not-used warnings from clang 15.Tom Lane2022-09-20
* Future-proof the recursion inside ExecShutdownNode().Tom Lane2022-09-19
* Fix NaN comparison in circle_same testDaniel Gustafsson2022-09-12
* Choose FK name correctly during partition attachmentAlvaro Herrera2022-09-08
* Further fixes for MULTIEXPR_SUBLINK fix.Tom Lane2022-09-06
* Backpatch nbtree page deletion hardening.Peter Geoghegan2022-09-05
* Fix oversight in recent MULTIEXPR_SUBLINK fix.Tom Lane2022-09-02
* Fix some possibly latent bugs in slab.cDavid Rowley2022-09-01
* Prevent long-term memory leakage in autovacuum launcher.Tom Lane2022-08-31
* In the Snowball dictionary, don't try to stem excessively-long words.Tom Lane2022-08-31
* Prevent WAL corruption after a standby promotion.Robert Haas2022-08-29
* Repair rare failure of MULTIEXPR_SUBLINK subplans in inherited updates.Tom Lane2022-08-27
* Fix typo in comment.Etsuro Fujita2022-08-26
* Defend against stack overrun in a few more places.Tom Lane2022-08-24
* Doc: prefer sysctl to /proc/sys in docs and comments.Tom Lane2022-08-23
* Add CHECK_FOR_INTERRUPTS while decoding changes.Amit Kapila2022-08-23
* Fix subtly-incorrect matching of parent and child partitioned indexes.Tom Lane2022-08-18
* Fix replica identity check for a partitioned table.Amit Kapila2022-08-16
* Fix outdated --help message for postgres -fMichael Paquier2022-08-15