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
*
With GB18030, prevent SIGSEGV from reading past end of allocation.
Noah Misch
2025-05-05
*
Translation updates
Peter Eisentraut
2025-05-05
*
Fix typos in comments.
Etsuro Fujita
2025-05-03
*
Handle self-referencing FKs correctly in partitioned tables
Álvaro Herrera
2025-05-02
*
Fix xmin advancement during fast_forward decoding.
Amit Kapila
2025-04-28
*
Avoid possibly-theoretical OOM crash hazard in hash_create().
Tom Lane
2025-04-23
*
Fix an oversight in 3f28b2fcac.
Amit Kapila
2025-04-23
*
Remove assertion based on pending_since in pgstat_report_stat()
Michael Paquier
2025-04-23
*
Rename injection point for invalidation messages at end of transaction
Michael Paquier
2025-04-22
*
Avoid ERROR at ON COMMIT DELETE ROWS after relhassubclass=f.
Noah Misch
2025-04-20
*
Fix issue with ORDER BY / DISTINCT aggregates and FILTER
David Rowley
2025-04-20
*
Fix failure for generated column with a not-null domain constraint.
Tom Lane
2025-04-15
*
Fix GIN's shimTriConsistentFn to not corrupt its input.
Tom Lane
2025-04-12
*
Fix race with synchronous_standby_names at startup
Michael Paquier
2025-04-11
*
Fix data loss in logical replication.
Amit Kapila
2025-04-10
*
Fix PG 17 [NOT] NULL optimization bug for domains
Bruce Momjian
2025-04-07
*
Flush the IO statistics of active WAL senders more frequently
Michael Paquier
2025-04-08
*
Fix parse_cte.c's failure to examine sub-WITHs in DML statements.
Tom Lane
2025-04-05
*
Avoid double transformation of json_array()'s subquery.
Tom Lane
2025-04-05
*
Repair misbehavior with duplicate entries in FK SET column lists.
Tom Lane
2025-04-04
*
Relax assertion in finding correct GiST parent
Heikki Linnakangas
2025-04-04
*
Restrict copying of invalidated replication slots.
Masahiko Sawada
2025-04-03
*
Remove unnecessary type violation in tsvectorrecv().
Tom Lane
2025-04-02
*
Remove HeapBitmapScan's skip_fetch optimization
Andres Freund
2025-04-02
*
Need to do CommandCounterIncrement after StoreAttrMissingVal.
Tom Lane
2025-04-02
*
Fix planner's failure to identify multiple hashable ScalarArrayOpExprs
David Rowley
2025-04-02
*
Fix MERGE with DO NOTHING actions into a partitioned table.
Dean Rasheed
2025-03-29
*
Fix guc_malloc calls for consistency and OOM checks
Daniel Gustafsson
2025-03-27
*
doc: Correct description of values used in FSM for indexes
Michael Paquier
2025-03-27
*
Keep the decompressed filter in brin_bloom_union
Tomas Vondra
2025-03-26
*
Fix rare assertion failure in standby, if primary is restarted
Heikki Linnakangas
2025-03-23
*
Fix assertion failure in parallel vacuum with minimal maintenance_work_mem se...
Masahiko Sawada
2025-03-18
*
smgr: Make SMgrRelation initialization safer against errors
Andres Freund
2025-03-18
*
Fix ARRAY_SUBLINK and ARRAY[] for int2vector and oidvector input.
Tom Lane
2025-03-13
*
Fix read_stream.c for changing io_combine_limit.
Thomas Munro
2025-03-13
*
Fix copy-paste error in datum_to_jsonb_internal()
Amit Langote
2025-03-13
*
Handle interrupts while waiting on Append's async subplans
Heikki Linnakangas
2025-03-12
*
Build whole-row Vars the same way during parsing and planning.
Tom Lane
2025-03-12
*
BRIN: be more strict about required support procs
Álvaro Herrera
2025-03-11
*
Fix a few more redundant calls of GetLatestSnapshot()
Heikki Linnakangas
2025-03-10
*
Fix snapshot used in logical replication index lookup
Heikki Linnakangas
2025-03-10
*
Don't try to parallelize array_agg() on an anonymous record type.
Tom Lane
2025-03-09
*
Clear errno before calling strtol() in spell.c.
Tom Lane
2025-03-08
*
Fix some performance issues in GIN query startup.
Tom Lane
2025-03-06
*
Fix ALTER TABLE error message
Álvaro Herrera
2025-03-04
*
Avoid NullTest deduction for clone clauses
Richard Guo
2025-03-04
*
Fix broken handling of domains in atthasmissing logic.
Tom Lane
2025-03-03
*
Doc: Fix pg_copy_logical_replication_slot description.
Amit Kapila
2025-02-25
*
Fix assertion when decoding XLOG_PARAMETER_CHANGE on promoted primary.
Masahiko Sawada
2025-02-24
*
Fix a WARNING for data origin discrepancies.
Amit Kapila
2025-02-21
[next]