index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Age
Commit message (
Expand
)
Author
2022-12-01
Fix memory leak for hashing with nondeterministic collations.
Jeff Davis
2022-11-29
Improve heuristics for compressing the KnownAssignedXids array.
Tom Lane
2022-11-29
Remove bogus Assert and dead code in remove_useless_results_recurse().
Tom Lane
2022-11-25
Fix uninitialized access to InitialRunningXacts during decoding.
Amit Kapila
2022-11-24
Make multixact error message more explicit
Alvaro Herrera
2022-11-22
YA attempt at taming worst-case behavior of get_actual_variable_range.
Tom Lane
2022-11-22
Ignore invalidated slots while computing oldest catalog Xmin
Alvaro Herrera
2022-11-21
Add comments and a missing CHECK_FOR_INTERRUPTS in ts_headline.
Tom Lane
2022-11-19
Fix mislabeling of PROC_QUEUE->links as PGPROC, fixing UBSan on 32bit
Andres Freund
2022-11-17
Replace RelationOpenSmgr() with RelationGetSmgr().
Tom Lane
2022-11-14
Fix cleanup lock acquisition in SPLIT_ALLOCATE_PAGE replay.
Amit Kapila
2022-11-11
Fix theoretical torn page hazard.
Jeff Davis
2022-11-09
Doc: add comments about PreventInTransactionBlock/IsInTransactionBlock.
Tom Lane
2022-11-07
Translation updates
Peter Eisentraut
2022-11-04
Correct error message for row-level triggers with transition tables on partit...
Etsuro Fujita
2022-11-03
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-02
Defend against unsupported partition relkind in logical replication worker.
Tom Lane
2022-11-02
Fix copy-and-pasteo in comment.
Etsuro Fujita
2022-10-26
Fix ordering issue with WAL operations in GIN fast insert path
Michael Paquier
2022-10-21
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-20
Fix assertion failures while processing NEW_CID record in logical decoding.
Amit Kapila
2022-10-19
Track LLVM 15 changes.
Thomas Munro
2022-10-17
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-16
Rename parser token REF to REF_P to avoid a symbol conflict.
Tom Lane
2022-10-11
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-07
Fix self-referencing foreign keys with partitioned tables
Alvaro Herrera
2022-09-30
Avoid improbable PANIC during heap_update, redux.
Tom Lane
2022-09-28
Change some errdetail() to errdetail_internal()
Alvaro Herrera
2022-09-25
Fix tupdesc lifespan bug with AfterTriggersTableData.storeslot.
Tom Lane
2022-09-22
Fix race condition where heap_delete() fails to pin VM page.
Jeff Davis
2022-09-22
Fix thinko in comment.
Etsuro Fujita
2022-09-21
Suppress more variable-set-but-not-used warnings from clang 15.
Tom Lane
2022-09-20
Suppress variable-set-but-not-used warnings from clang 15.
Tom Lane
2022-09-19
Future-proof the recursion inside ExecShutdownNode().
Tom Lane
2022-09-12
Fix NaN comparison in circle_same test
Daniel Gustafsson
2022-09-08
Choose FK name correctly during partition attachment
Alvaro Herrera
2022-09-06
Further fixes for MULTIEXPR_SUBLINK fix.
Tom Lane
2022-09-05
Backpatch nbtree page deletion hardening.
Peter Geoghegan
2022-09-02
Fix oversight in recent MULTIEXPR_SUBLINK fix.
Tom Lane
2022-09-01
Fix some possibly latent bugs in slab.c
David Rowley
2022-08-31
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-29
Prevent WAL corruption after a standby promotion.
Robert Haas
2022-08-27
Repair rare failure of MULTIEXPR_SUBLINK subplans in inherited updates.
Tom Lane
2022-08-26
Fix typo in comment.
Etsuro Fujita
2022-08-24
Defend against stack overrun in a few more places.
Tom Lane
[next]