aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* With GB18030, prevent SIGSEGV from reading past end of allocation.Noah Misch2025-05-05
* Translation updatesPeter Eisentraut2025-05-05
* Fix typos in comments.Etsuro Fujita2025-05-03
* Handle self-referencing FKs correctly in partitioned tablesÁlvaro Herrera2025-05-02
* Fix xmin advancement during fast_forward decoding.Amit Kapila2025-04-28
* Avoid possibly-theoretical OOM crash hazard in hash_create().Tom Lane2025-04-23
* Fix an oversight in 3f28b2fcac.Amit Kapila2025-04-23
* Remove assertion based on pending_since in pgstat_report_stat()Michael Paquier2025-04-23
* Rename injection point for invalidation messages at end of transactionMichael Paquier2025-04-22
* Avoid ERROR at ON COMMIT DELETE ROWS after relhassubclass=f.Noah Misch2025-04-20
* Fix issue with ORDER BY / DISTINCT aggregates and FILTERDavid Rowley2025-04-20
* Fix failure for generated column with a not-null domain constraint.Tom Lane2025-04-15
* Fix GIN's shimTriConsistentFn to not corrupt its input.Tom Lane2025-04-12
* Fix race with synchronous_standby_names at startupMichael Paquier2025-04-11
* Fix data loss in logical replication.Amit Kapila2025-04-10
* Fix PG 17 [NOT] NULL optimization bug for domainsBruce Momjian2025-04-07
* Flush the IO statistics of active WAL senders more frequentlyMichael Paquier2025-04-08
* Fix parse_cte.c's failure to examine sub-WITHs in DML statements.Tom Lane2025-04-05
* Avoid double transformation of json_array()'s subquery.Tom Lane2025-04-05
* Repair misbehavior with duplicate entries in FK SET column lists.Tom Lane2025-04-04
* Relax assertion in finding correct GiST parentHeikki Linnakangas2025-04-04
* Restrict copying of invalidated replication slots.Masahiko Sawada2025-04-03
* Remove unnecessary type violation in tsvectorrecv().Tom Lane2025-04-02
* Remove HeapBitmapScan's skip_fetch optimizationAndres Freund2025-04-02
* Need to do CommandCounterIncrement after StoreAttrMissingVal.Tom Lane2025-04-02
* Fix planner's failure to identify multiple hashable ScalarArrayOpExprsDavid Rowley2025-04-02
* Fix MERGE with DO NOTHING actions into a partitioned table.Dean Rasheed2025-03-29
* Fix guc_malloc calls for consistency and OOM checksDaniel Gustafsson2025-03-27
* doc: Correct description of values used in FSM for indexesMichael Paquier2025-03-27
* Keep the decompressed filter in brin_bloom_unionTomas Vondra2025-03-26
* Fix rare assertion failure in standby, if primary is restartedHeikki Linnakangas2025-03-23
* Fix assertion failure in parallel vacuum with minimal maintenance_work_mem se...Masahiko Sawada2025-03-18
* smgr: Make SMgrRelation initialization safer against errorsAndres Freund2025-03-18
* Fix ARRAY_SUBLINK and ARRAY[] for int2vector and oidvector input.Tom Lane2025-03-13
* Fix read_stream.c for changing io_combine_limit.Thomas Munro2025-03-13
* Fix copy-paste error in datum_to_jsonb_internal()Amit Langote2025-03-13
* Handle interrupts while waiting on Append's async subplansHeikki Linnakangas2025-03-12
* Build whole-row Vars the same way during parsing and planning.Tom Lane2025-03-12
* BRIN: be more strict about required support procsÁlvaro Herrera2025-03-11
* Fix a few more redundant calls of GetLatestSnapshot()Heikki Linnakangas2025-03-10
* Fix snapshot used in logical replication index lookupHeikki Linnakangas2025-03-10
* Don't try to parallelize array_agg() on an anonymous record type.Tom Lane2025-03-09
* Clear errno before calling strtol() in spell.c.Tom Lane2025-03-08
* Fix some performance issues in GIN query startup.Tom Lane2025-03-06
* Fix ALTER TABLE error messageÁlvaro Herrera2025-03-04
* Avoid NullTest deduction for clone clausesRichard Guo2025-03-04
* Fix broken handling of domains in atthasmissing logic.Tom Lane2025-03-03
* Doc: Fix pg_copy_logical_replication_slot description.Amit Kapila2025-02-25
* Fix assertion when decoding XLOG_PARAMETER_CHANGE on promoted primary.Masahiko Sawada2025-02-24
* Fix a WARNING for data origin discrepancies.Amit Kapila2025-02-21