summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2025-05-20aio: Fix possible state confusions due to interrupt processingAndres Freund
2025-05-19Fix deparsing FETCH FIRST <expr> ROWS WITH TIESHeikki Linnakangas
2025-05-19Don't retreat slot's confirmed_flush LSN.Amit Kapila
2025-05-19Doc: add pre-branch task to run src/tools/copyright.pl.Tom Lane
2025-05-19Fix incorrect year in some copyright noticesMichael Paquier
2025-05-19ecpg: Add missing newline in meson.buildMichael Paquier
2025-05-18Fix tuple_fraction calculation in generate_orderedappend_paths()Alexander Korotkov
2025-05-18Make our usage of memset_s() conform strictly to the C11 standard.Tom Lane
2025-05-18Fix function name reference in commentDaniel Gustafsson
2025-05-15Fix Assert failure in XMLTABLE parserRichard Guo
2025-05-14Add explicit initialization for all PlannerGlobal fieldsRichard Guo
2025-05-13Fix order of parameters in POD documentationDaniel Gustafsson
2025-05-13Fix the race condition in the test added by 7c99dc587.Amit Kapila
2025-05-11Add tab-complete for ALTER DOMAIN ADD [CONSTRAINT]Álvaro Herrera
2025-05-11Fix comment of tsquerysend()Álvaro Herrera
2025-05-11relcache: Avoid memory leak on tables with no CHECK constraintsÁlvaro Herrera
2025-05-11Sort includes in alphabetical orderÁlvaro Herrera
2025-05-11Fix incorrect "return NULL" in BumpAllocLarge().Tom Lane
2025-05-10Remove GLOBALTABLESPACE_OID assert for locked buffers.Noah Misch
2025-05-10aio: Use runtime arguments with injections points in testsMichael Paquier
2025-05-09injection_points: Add support and tests for runtime argumentsMichael Paquier
2025-05-09Add support for runtime arguments in injection pointsMichael Paquier
2025-05-09Skip RSA-PSS ssl test when using LibreSSL.Tom Lane
2025-05-09Hack one ssl test case to pass with current LibreSSL.Tom Lane
2025-05-09Centralize ssl tests' check for whether we're using LibreSSL.Tom Lane
2025-05-08Use 'void *' for arbitrary buffers, 'uint8 *' for byte arraysHeikki Linnakangas
2025-05-08Use more mundane 'int' type for cancel key lengths in libpqHeikki Linnakangas
2025-05-08Track the number of presorted outer pathkeys in MergePathRichard Guo
2025-05-08Suppress unnecessary explicit sorting for EPQ mergejoin pathRichard Guo
2025-05-07Remove pg_replication_origin's TOAST table.Nathan Bossart
2025-05-07Prevent premature nbtree array advancement.Peter Geoghegan
2025-05-07nbtree: tighten up array recheck rules.Peter Geoghegan
2025-05-07pg_dumpall: Add --sequence-data.Nathan Bossart
2025-05-07Refactor ChangeVarNodesExtended() using the custom callbackAlexander Korotkov
2025-05-07Remove some tabs in C string literalsPeter Eisentraut
2025-05-07Fix some comments related to IO workersMichael Paquier
2025-05-05With GB18030, prevent SIGSEGV from reading past end of allocation.Noah Misch
2025-05-05Refactor test_escape.c for additional ways of testing.Noah Misch
2025-05-05Translation updatesPeter Eisentraut
2025-05-03Revert "Refactor ChangeVarNodesExtended() using the custom callback"Alexander Korotkov
2025-05-03Refactor ChangeVarNodesExtended() using the custom callbackAlexander Korotkov
2025-05-03Fix memory allocation/copy mistakes.Etsuro Fujita
2025-05-03Fix typos in comments.Etsuro Fujita
2025-05-02Avoid treating nonrequired nbtree keys as required.Peter Geoghegan
2025-05-02Fix memory leak in _gin_parallel_mergeTomas Vondra
2025-05-02Don't use a tuplestore if we don't have to for SQL-language functions.Tom Lane
2025-05-02Handle self-referencing FKs correctly in partitioned tablesÁlvaro Herrera
2025-05-02oauth: Correct SSL dependency for libpq-oauth.aJacob Champion
2025-05-02Make "directory" setting work with extension_control_pathPeter Eisentraut
2025-05-01oauth: Fix Autoconf build on macOSJacob Champion