summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-04-18Doc: fix missing comma at the end of a line.Tatsuo Ishii
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-15doc: Fix missing whitespace in pg_restore documentation.Fujii Masao
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-10Doc: remove long-obsolete advice about generated constraint names.Tom Lane
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-06doc: Clarify project namingDaniel Gustafsson
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-04doc: Clarify the system value for sslrootcertDaniel Gustafsson
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-02Doc: add information about partition lockingDavid Rowley
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-27Prevent assertion failure in contrib/pg_freespacemap.Tom Lane
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-25postgres_fdw: Remove redundant check in semijoin_target_ok()Alexander Korotkov
2025-03-25postgres_fdw: Avoid pulling up restrict infos from subqueriesAlexander Korotkov
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-21doc: Remove incorrect description about dropping replication slots.Fujii Masao
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