summaryrefslogtreecommitdiff
path: root/src/tools
AgeCommit message (Expand)Author
46 hoursaio: Regularize IO worker internal naming.Thomas Munro
6 daysaio: Combine io_uring memory mappings, if supportedAndres Freund
10 daysAdd cross-type comparisons to contrib/btree_gin.Tom Lane
11 daysRefactor subtype field of AlterDomainStmtMichael Paquier
11 daysSupport multi-line headers in COPY FROM command.Fujii Masao
11 daysAdd InjectionPointList() to retrieve list of injection pointsMichael Paquier
11 daysAdd GetNamedDSA() and GetNamedDSHash().Nathan Bossart
12 daysShow sizes of FETCH queries as constants in pg_stat_statementsMichael Paquier
12 daysControl ctype behavior internally with a method table.Jeff Davis
13 daysSilence valgrind about pg_numa_touch_mem_if_requiredTomas Vondra
14 dayspgflex: propagate environment to flex subprocessPeter Eisentraut
14 daysFix whitespacePeter Eisentraut
14 daysAlign log_line_prefix in CI and TAP tests with pg_regress.cMichael Paquier
14 daysStamp HEAD as 19devel.Joe Conway
2025-06-15Sync typedefs.list with the buildfarm.Tom Lane
2025-05-23Revert function to get memory context stats for processesDaniel Gustafsson
2025-05-22Replace deprecated log_connections values in docs and testsMelanie Plageman
2025-05-19Doc: add pre-branch task to run src/tools/copyright.pl.Tom Lane
2025-05-07Refactor ChangeVarNodesExtended() using the custom callbackAlexander Korotkov
2025-05-03Revert "Refactor ChangeVarNodesExtended() using the custom callback"Alexander Korotkov
2025-05-03Refactor ChangeVarNodesExtended() using the custom callbackAlexander Korotkov
2025-04-16pg_restore cleanupsAndrew Dunstan
2025-04-11Fix recently introduced typosDaniel Gustafsson
2025-04-08Introduce file_copy_method setting.Thomas Munro
2025-04-08Add function to get memory context stats for processesDaniel Gustafsson
2025-04-08Speedup child EquivalenceMember lookup in plannerDavid Rowley
2025-04-07Add pg_buffercache_numa view with NUMA node infoTomas Vondra
2025-04-06Fix memory leaks in px_crypt_shacrypt().Tom Lane
2025-04-06Relax ordering-related hardcoded btree requirements in planningPeter Eisentraut
2025-04-04add new list type simple_oid_string_list to fe-utils/simple_listAndrew Dunstan
2025-04-04Use streaming read I/O in autoprewarmMelanie Plageman
2025-04-04Add nbtree skip scan optimization.Peter Geoghegan
2025-04-04Make derived clause lookup in EquivalenceClass more efficientAmit Langote
2025-04-02Change SQL-language functions to use the plan cache.Tom Lane
2025-04-01Introduce a SQL-callable function array_sort(anyarray).Tom Lane
2025-03-29amcheck: Add gin_index_check() to verify GIN indexTomas Vondra
2025-03-29amcheck: Move common routines into a separate moduleTomas Vondra
2025-03-27Use streaming read I/O in heap amcheckMelanie Plageman
2025-03-26aio: Add io_method=io_uringAndres Freund
2025-03-26pg_overexplain: Additional EXPLAIN options for debugging.Robert Haas
2025-03-26Introduce PG_MODULE_MAGIC_EXT macro.Tom Lane
2025-03-24Detect and Log multiple_unique_conflicts type conflict.Amit Kapila
2025-03-19meson: Flush stdout in testwrapAndres Freund
2025-03-18aio: Add io_method=workerAndres Freund
2025-03-18Make it possible for loadable modules to add EXPLAIN options.Robert Haas
2025-03-17aio: Add core asynchronous I/O infrastructureAndres Freund
2025-03-17aio: Basic subsystem initializationAndres Freund
2025-03-17Apply more consistent style for command options in TAP testsMichael Paquier
2025-03-13pg_noreturn to replace pg_attribute_noreturn()Peter Eisentraut
2025-03-13Fix incorrect handling of subquery pullupRichard Guo