summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-04-29Fix assertion failure during decoding from synced slots.Amit Kapila
2025-04-29pg_verifybackup: Message style improvementsPeter Eisentraut
2025-04-29test_slru: Fix incorrect format placeholdersPeter Eisentraut
2025-04-29Doc: Specify the interaction of publish_generated_columns with column list.Amit Kapila
2025-04-28Add maintenance_io_concurrency flag to some read stream usersMelanie Plageman
2025-04-28Fix obsolete nbtree array advancement comment.Peter Geoghegan
2025-04-28Make NULL tuple values always advance skip arrays.Peter Geoghegan
2025-04-28Fix pg_dump for inherited validated not-null constraintsÁlvaro Herrera
2025-04-28pg_combinebackup: Message style improvementsPeter Eisentraut
2025-04-28Restore comments in ChangeVarNodesExtended()Alexander Korotkov
2025-04-28Fix xmin advancement during fast_forward decoding.Amit Kapila
2025-04-28Remove circular #include's between wait_event.h and wait_event_types.hMichael Paquier
2025-04-27Disallow removing placeholders during Self-Join Elimination.Alexander Korotkov
2025-04-27Remove inappropriate inclusions of c.h and postgres_fe.h.Tom Lane
2025-04-27Don't use double-quotes in #include's of system headers, redux.Tom Lane
2025-04-27Remove circular #include's between plpython.h and plpy_util.h.Tom Lane
2025-04-27Don't use double-quotes in #include's of system headers.Tom Lane
2025-04-26Eliminate divide in new fast-path locking codeDavid Rowley
2025-04-26Match parameter in new function to earlier equivalentsJohn Naylor
2025-04-26doc: improve wording of vacuum_max_eager_freeze_failure_rateBruce Momjian
2025-04-25aio: Improve debug logging around waiting for IOsAndres Freund
2025-04-25Fix bug allowing io_combine_limit > io_max_combine_combine limitAndres Freund
2025-04-25aio: Fix crash potential for pg_aios views due to late state updateAndres Freund
2025-04-25Fix incorrect format placeholdersPeter Eisentraut
2025-04-25Fix terminology in comment and messagePeter Eisentraut
2025-04-25Small code consistency improvementPeter Eisentraut
2025-04-25Fix typo in test file name added in commit 4909b38af0.Amit Kapila
2025-04-25doc: remove unnecessary secondary index terms for replication settings.Fujii Masao
2025-04-25doc: simplify new EXPLAIN ANALYZE BUFFERS descriptionBruce Momjian
2025-04-24psql: Fix assertion failures with pipeline modeMichael Paquier
2025-04-24Add sanity check for dshash entries when reading pgstats fileMichael Paquier
2025-04-23Avoid possibly-theoretical OOM crash hazard in hash_create().Tom Lane
2025-04-23oauth: Support Python 3.6 in testsJacob Champion
2025-04-23Maintain RelIdToTypeIdCacheHash in TypeCacheOpcCallback()Alexander Korotkov
2025-04-23Properly prepare varinfos in estimate_multivariate_bucketsize()Alexander Korotkov
2025-04-23Change the names generated for child foreign key constraints.Tom Lane
2025-04-23Allocate JsonLexContexts on the heap to avoid warningsDaniel Gustafsson
2025-04-23psql: Rework TAP routine psql_fails_like() to define WAL sender contextMichael Paquier
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-22Re-enable SSL connect_fails tests, and fix related race conditions.Tom Lane
2025-04-22Avoid depending on post-UPDATE row order in float4/float8 tests.Tom Lane
2025-04-22gen_node_support.pl: improve error message for unclosed struct.Tom Lane
2025-04-22doc: Mention naming convention used by injection pointsMichael Paquier
2025-04-22Doc: reword text explaining the --maintenance-db optionDavid Rowley
2025-04-22Rename injection point for invalidation messages at end of transactionMichael Paquier
2025-04-21Doc: various fixupsDavid Rowley
2025-04-21Doc: fix incorrect punctuationDavid Rowley
2025-04-21Fix INITCAP() word boundaries for PG_UNICODE_FAST.Jeff Davis
2025-04-21Use the same cmd_context throughout a walsender's lifetime.Tom Lane