aboutsummaryrefslogtreecommitdiff
path: root/src/tools
Commit message (Expand)AuthorAge
* Create infrastructure to reliably prevent leakage of PGresults.Tom Lane2025-07-25
* Introduce field tracking cached plan type in PlannedStmtMichael Paquier2025-07-24
* Preserve conflict-relevant data during logical replication.Amit Kapila2025-07-23
* Reduce "Var IS [NOT] NULL" quals during constant foldingRichard Guo2025-07-22
* aio: Regularize IO worker internal naming.Thomas Munro2025-07-12
* aio: Combine io_uring memory mappings, if supportedAndres Freund2025-07-07
* Add cross-type comparisons to contrib/btree_gin.Tom Lane2025-07-03
* Refactor subtype field of AlterDomainStmtMichael Paquier2025-07-03
* Support multi-line headers in COPY FROM command.Fujii Masao2025-07-03
* Add InjectionPointList() to retrieve list of injection pointsMichael Paquier2025-07-03
* Add GetNamedDSA() and GetNamedDSHash().Nathan Bossart2025-07-02
* Show sizes of FETCH queries as constants in pg_stat_statementsMichael Paquier2025-07-02
* Control ctype behavior internally with a method table.Jeff Davis2025-07-01
* Silence valgrind about pg_numa_touch_mem_if_requiredTomas Vondra2025-07-01
* pgflex: propagate environment to flex subprocessPeter Eisentraut2025-06-30
* Fix whitespacePeter Eisentraut2025-06-30
* Align log_line_prefix in CI and TAP tests with pg_regress.cMichael Paquier2025-06-30
* Stamp HEAD as 19devel.Joe Conway2025-06-29
* Sync typedefs.list with the buildfarm.Tom Lane2025-06-15
* Revert function to get memory context stats for processesDaniel Gustafsson2025-05-23
* Replace deprecated log_connections values in docs and testsMelanie Plageman2025-05-22
* Doc: add pre-branch task to run src/tools/copyright.pl.Tom Lane2025-05-18
* Refactor ChangeVarNodesExtended() using the custom callbackAlexander Korotkov2025-05-07
* Revert "Refactor ChangeVarNodesExtended() using the custom callback"Alexander Korotkov2025-05-03
* Refactor ChangeVarNodesExtended() using the custom callbackAlexander Korotkov2025-05-03
* pg_restore cleanupsAndrew Dunstan2025-04-16
* Fix recently introduced typosDaniel Gustafsson2025-04-11
* Introduce file_copy_method setting.Thomas Munro2025-04-08
* Add function to get memory context stats for processesDaniel Gustafsson2025-04-08
* Speedup child EquivalenceMember lookup in plannerDavid Rowley2025-04-08
* Add pg_buffercache_numa view with NUMA node infoTomas Vondra2025-04-07
* Fix memory leaks in px_crypt_shacrypt().Tom Lane2025-04-06
* Relax ordering-related hardcoded btree requirements in planningPeter Eisentraut2025-04-06
* add new list type simple_oid_string_list to fe-utils/simple_listAndrew Dunstan2025-04-04
* Use streaming read I/O in autoprewarmMelanie Plageman2025-04-04
* Add nbtree skip scan optimization.Peter Geoghegan2025-04-04
* Make derived clause lookup in EquivalenceClass more efficientAmit Langote2025-04-04
* Change SQL-language functions to use the plan cache.Tom Lane2025-04-02
* Introduce a SQL-callable function array_sort(anyarray).Tom Lane2025-04-01
* amcheck: Add gin_index_check() to verify GIN indexTomas Vondra2025-03-29
* amcheck: Move common routines into a separate moduleTomas Vondra2025-03-29
* Use streaming read I/O in heap amcheckMelanie Plageman2025-03-27
* aio: Add io_method=io_uringAndres Freund2025-03-26
* pg_overexplain: Additional EXPLAIN options for debugging.Robert Haas2025-03-26
* Introduce PG_MODULE_MAGIC_EXT macro.Tom Lane2025-03-26
* Detect and Log multiple_unique_conflicts type conflict.Amit Kapila2025-03-24
* meson: Flush stdout in testwrapAndres Freund2025-03-19
* aio: Add io_method=workerAndres Freund2025-03-18
* Make it possible for loadable modules to add EXPLAIN options.Robert Haas2025-03-18
* aio: Add core asynchronous I/O infrastructureAndres Freund2025-03-17