summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2025-04-30Update time zone data files to tzdata release 2025b.Tom Lane
2025-04-28Fix xmin advancement during fast_forward decoding.Amit Kapila
2025-04-23Avoid possibly-theoretical OOM crash hazard in hash_create().Tom Lane
2025-04-23Fix an oversight in 3f28b2fcac.Amit Kapila
2025-04-23Remove assertion based on pending_since in pgstat_report_stat()Michael Paquier
2025-04-22Rename injection point for invalidation messages at end of transactionMichael Paquier
2025-04-20Test restartpoints in archive recovery.Noah Misch
2025-04-20Avoid ERROR at ON COMMIT DELETE ROWS after relhassubclass=f.Noah Misch
2025-04-20Fix issue with ORDER BY / DISTINCT aggregates and FILTERDavid Rowley
2025-04-16Fix pg_dump --clean with partitioned indexes.Tom Lane
2025-04-15Fix failure for generated column with a not-null domain constraint.Tom Lane
2025-04-15pg_combinebackup: Fix incorrect code documentationDaniel Gustafsson
2025-04-12Fix GIN's shimTriConsistentFn to not corrupt its input.Tom Lane
2025-04-11Fix race with synchronous_standby_names at startupMichael Paquier
2025-04-10Fix data loss in logical replication.Amit Kapila
2025-04-09Fix test races between syscache-update-pruned.spec and autovacuum.Noah Misch
2025-04-08Stabilize 035_standby_logical_decoding.pl.Amit Kapila
2025-04-08Fix PG 17 [NOT] NULL optimization bug for domainsBruce Momjian
2025-04-07Flush the IO statistics of active WAL senders more frequentlyMichael Paquier
2025-04-06Fix unintentional 'NULL' string literal in pg_upgrade.Jeff Davis
2025-04-05Fix parse_cte.c's failure to examine sub-WITHs in DML statements.Tom Lane
2025-04-05Avoid double transformation of json_array()'s subquery.Tom Lane
2025-04-05Repair misbehavior with duplicate entries in FK SET column lists.Tom Lane
2025-04-04Relax assertion in finding correct GiST parentHeikki Linnakangas
2025-04-04Fix logical decoding test to correctly check slot removal on standby.Fujii Masao
2025-04-04Fix logical decoding regression tests to correctly check slot existence.Fujii Masao
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