index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
...
*
Fix mislabeling of PROC_QUEUE->links as PGPROC, fixing UBSan on 32bit
Andres Freund
2022-11-19
*
Replace RelationOpenSmgr() with RelationGetSmgr().
Tom Lane
2022-11-17
*
Fix cleanup lock acquisition in SPLIT_ALLOCATE_PAGE replay.
Amit Kapila
2022-11-14
*
Fix theoretical torn page hazard.
Jeff Davis
2022-11-11
*
Doc: add comments about PreventInTransactionBlock/IsInTransactionBlock.
Tom Lane
2022-11-09
*
Translation updates
Peter Eisentraut
2022-11-07
*
Correct error message for row-level triggers with transition tables on partit...
Etsuro Fujita
2022-11-04
*
Create FKs properly when attaching table as partition
Alvaro Herrera
2022-11-03
*
Avoid crash after function syntax error in a replication worker.
Tom Lane
2022-11-03
*
Fix copy-and-pasteo in comment.
Etsuro Fujita
2022-11-02
*
Fix ordering issue with WAL operations in GIN fast insert path
Michael Paquier
2022-10-26
*
Add CHECK_FOR_INTERRUPTS while restoring changes during decoding.
Amit Kapila
2022-10-21
*
Fix executing invalidation messages generated by subtransactions during decod...
Amit Kapila
2022-10-21
*
Fix assertion failures while processing NEW_CID record in logical decoding.
Amit Kapila
2022-10-20
*
Track LLVM 15 changes.
Thomas Munro
2022-10-19
*
Reject non-ON-SELECT rules that are named "_RETURN".
Tom Lane
2022-10-17
*
Guard against table-AM-less relations in planner.
Tom Lane
2022-10-17
*
Rename parser token REF to REF_P to avoid a symbol conflict.
Tom Lane
2022-10-16
*
Harden pmsignal.c against clobbered shared memory.
Tom Lane
2022-10-11
*
Yet further fixes for multi-row VALUES lists for updatable views.
Tom Lane
2022-10-11
*
Fix self-referencing foreign keys with partitioned tables
Alvaro Herrera
2022-10-07
*
Avoid improbable PANIC during heap_update, redux.
Tom Lane
2022-09-30
*
Change some errdetail() to errdetail_internal()
Alvaro Herrera
2022-09-28
*
Fix tupdesc lifespan bug with AfterTriggersTableData.storeslot.
Tom Lane
2022-09-25
*
Fix race condition where heap_delete() fails to pin VM page.
Jeff Davis
2022-09-22
*
Fix thinko in comment.
Etsuro Fujita
2022-09-22
*
Suppress more variable-set-but-not-used warnings from clang 15.
Tom Lane
2022-09-21
*
Suppress variable-set-but-not-used warnings from clang 15.
Tom Lane
2022-09-20
*
Future-proof the recursion inside ExecShutdownNode().
Tom Lane
2022-09-19
*
Fix NaN comparison in circle_same test
Daniel Gustafsson
2022-09-12
*
Choose FK name correctly during partition attachment
Alvaro Herrera
2022-09-08
*
Further fixes for MULTIEXPR_SUBLINK fix.
Tom Lane
2022-09-06
*
Backpatch nbtree page deletion hardening.
Peter Geoghegan
2022-09-05
*
Fix oversight in recent MULTIEXPR_SUBLINK fix.
Tom Lane
2022-09-02
*
Fix some possibly latent bugs in slab.c
David Rowley
2022-09-01
*
Prevent long-term memory leakage in autovacuum launcher.
Tom Lane
2022-08-31
*
In the Snowball dictionary, don't try to stem excessively-long words.
Tom Lane
2022-08-31
*
Prevent WAL corruption after a standby promotion.
Robert Haas
2022-08-29
*
Repair rare failure of MULTIEXPR_SUBLINK subplans in inherited updates.
Tom Lane
2022-08-27
*
Fix typo in comment.
Etsuro Fujita
2022-08-26
*
Defend against stack overrun in a few more places.
Tom Lane
2022-08-24
*
Doc: prefer sysctl to /proc/sys in docs and comments.
Tom Lane
2022-08-23
*
Add CHECK_FOR_INTERRUPTS while decoding changes.
Amit Kapila
2022-08-23
*
Fix subtly-incorrect matching of parent and child partitioned indexes.
Tom Lane
2022-08-18
*
Fix outdated --help message for postgres -f
Michael Paquier
2022-08-15
*
Preserve memory context of VarStringSortSupport buffers.
Tom Lane
2022-08-14
*
Catch stack overflow when recursing in transformFromClauseItem().
Tom Lane
2022-08-13
*
Add missing fields to _outConstraint()
Peter Eisentraut
2022-08-13
*
Fix _outConstraint() for "identity" constraints
Peter Eisentraut
2022-08-12
*
Fix catalog lookup with the wrong snapshot during logical decoding.
Amit Kapila
2022-08-11
[prev]
[next]