summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-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-22Rename injection point for invalidation messages at end of transactionMichael Paquier
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
2025-04-21MemoryContextCreate: assert parent is valid and different from node.Tom Lane
2025-04-21Fix a few more duplicate words in commentsDavid Rowley
2025-04-20Fix a few duplicate words in commentsDavid Rowley
2025-04-20Comment on need to MarkBufferDirty() if omitting DELAY_CHKPT_START.Noah Misch
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-19psql: Split extended query protocol meta-commands in --help=commandsMichael Paquier
2025-04-19psql: Improve descriptions of \\flush[request] in --helpMichael Paquier
2025-04-19psql: Fix incorrect status code returned by \getresultsMichael Paquier
2025-04-19Fix typos and grammar in the codeMichael Paquier
2025-04-19Rename injection points used in AIO testsMichael Paquier
2025-04-18Make pg_upgrade log message with control file path translatable.Fujii Masao
2025-04-18Fixup various older misuses of appendPQExpBufferDavid Rowley
2025-04-17Make levels 1-based in pg_log_backend_memory_contexts()David Rowley
2025-04-17Suppress "may be used uninitialized" warnings from older compilers.Tom Lane
2025-04-17Portability fix: isdigit() must be passed an unsigned char.Tom Lane
2025-04-17Cache typlens of a SQL function's input arguments.Tom Lane
2025-04-17Make SQLFunctionCache long-lived again.Tom Lane
2025-04-17Split some storage out to separate subcontexts of fcontext.Tom Lane
2025-04-17Make functions.c mostly run in a short-lived memory context.Tom Lane
2025-04-17Minor performance improvement for SQL-language functions.Tom Lane
2025-04-17Assert lack of hazardous buffer locks before possible catalog read.Noah Misch
2025-04-17pg_dump: Set private_date pointer to NULL in callbackDaniel Gustafsson
2025-04-17pg_dump: Fix incorrect archive format shown in error message.Fujii Masao
2025-04-16Another unintentional behavior change in commit e9931bfb75.Jeff Davis
2025-04-16Improve comment in regc_pg_locale.c.Jeff Davis