summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2025-04-03Restrict copying of invalidated replication slots.Masahiko Sawada
2025-04-02Remove unnecessary type violation in tsvectorrecv().Tom Lane
2025-04-02Remove HeapBitmapScan's skip_fetch optimizationAndres Freund
2025-04-02Need to do CommandCounterIncrement after StoreAttrMissingVal.Tom Lane
2025-04-02Fix code commentPeter Eisentraut
2025-04-01Fix planner's failure to identify multiple hashable ScalarArrayOpExprsDavid Rowley
2025-04-01Fix detection and handling of strchrnul() for macOS 15.4.Tom Lane
2025-03-29Fix MERGE with DO NOTHING actions into a partitioned table.Dean Rasheed
2025-03-27Fix guc_malloc calls for consistency and OOM checksDaniel Gustafsson
2025-03-27doc: Correct description of values used in FSM for indexesMichael Paquier
2025-03-26Keep the decompressed filter in brin_bloom_unionTomas Vondra
2025-03-26Fix integer-overflow problem in scram_SaltedPassword()Richard Guo
2025-03-26Fix order of -I switches for building pg_regress.o.Tom Lane
2025-03-23Fix rare assertion failure in standby, if primary is restartedHeikki Linnakangas
2025-03-21Fix plpgsql's handling of simple expressions in scrollable cursors.Tom Lane
2025-03-19meson: Flush stdout in testwrapAndres Freund
2025-03-18Fix assertion failure in parallel vacuum with minimal maintenance_work_mem se...Masahiko Sawada
2025-03-18smgr: Make SMgrRelation initialization safer against errorsAndres Freund
2025-03-16reindexdb: Fix the index-level REINDEX with multiple jobsAlexander Korotkov
2025-03-13Fix ARRAY_SUBLINK and ARRAY[] for int2vector and oidvector input.Tom Lane
2025-03-13Fix read_stream.c for changing io_combine_limit.Thomas Munro
2025-03-13Fix copy-paste error in datum_to_jsonb_internal()Amit Langote
2025-03-12Handle interrupts while waiting on Append's async subplansHeikki Linnakangas
2025-03-12Build whole-row Vars the same way during parsing and planning.Tom Lane
2025-03-11BRIN: be more strict about required support procsÁlvaro Herrera
2025-03-10Fix a few more redundant calls of GetLatestSnapshot()Heikki Linnakangas
2025-03-10Fix snapshot used in logical replication index lookupHeikki Linnakangas
2025-03-09Don't try to parallelize array_agg() on an anonymous record type.Tom Lane
2025-03-08Clear errno before calling strtol() in spell.c.Tom Lane
2025-03-07Assert that wrapper_handler()'s argument is within expected range.Nathan Bossart
2025-03-06Fix some performance issues in GIN query startup.Tom Lane
2025-03-04Fix ALTER TABLE error messageÁlvaro Herrera
2025-03-04Avoid NullTest deduction for clone clausesRichard Guo
2025-03-03Fix broken handling of domains in atthasmissing logic.Tom Lane
2025-03-01Fix pg_strtof() to not crash on NULL endptr.Tom Lane
2025-02-28pg_upgrade: Fix inconsistency in memory freeingMichael Paquier
2025-02-27pg_amcheck: Fix inconsistency in memory freeingMichael Paquier
2025-02-25Doc: Fix pg_copy_logical_replication_slot description.Amit Kapila
2025-02-24Fix assertion when decoding XLOG_PARAMETER_CHANGE on promoted primary.Masahiko Sawada
2025-02-24Silence warning in older versions of ValgrindJohn Naylor
2025-02-21Fix pg_dumpall to cope with dangling OIDs in pg_auth_members.Tom Lane
2025-02-21Make test portlock logic work with mesonAndres Freund
2025-02-21Fix cross-version upgrades with XMLSERIALIZE(NO INDENT)Michael Paquier
2025-02-21Fix a WARNING for data origin discrepancies.Amit Kapila
2025-02-21Add missing deparsing of [NO] IDENT to XMLSERIALIZE()Michael Paquier
2025-02-21Fix explicit valgrind interaction in read_stream.c.Thomas Munro
2025-02-20Fix FATAL message for invalid recovery timeline at beginning of recoveryMichael Paquier
2025-02-20test_escape: Fix output of --helpMichael Paquier
2025-02-19Correct relation size estimate with low fillfactorTomas Vondra
2025-02-19Fix crash in brininsertcleanup during logical replication.Tom Lane