summaryrefslogtreecommitdiff
path: root/src/tools
AgeCommit message (Expand)Author
2025-07-08aio: Combine io_uring memory mappings, if supportedAndres Freund
2025-07-03Add cross-type comparisons to contrib/btree_gin.Tom Lane
2025-07-03Refactor subtype field of AlterDomainStmtMichael Paquier
2025-07-03Support multi-line headers in COPY FROM command.Fujii Masao
2025-07-02Add InjectionPointList() to retrieve list of injection pointsMichael Paquier
2025-07-02Add GetNamedDSA() and GetNamedDSHash().Nathan Bossart
2025-07-01Show sizes of FETCH queries as constants in pg_stat_statementsMichael Paquier
2025-07-01Control ctype behavior internally with a method table.Jeff Davis
2025-07-01Silence valgrind about pg_numa_touch_mem_if_requiredTomas Vondra
2025-06-30pgflex: propagate environment to flex subprocessPeter Eisentraut
2025-06-30Fix whitespacePeter Eisentraut
2025-06-30Align log_line_prefix in CI and TAP tests with pg_regress.cMichael Paquier
2025-06-30Stamp 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
2025-03-12Add connection establishment duration loggingMelanie Plageman