summaryrefslogtreecommitdiff
path: root/src/tools
AgeCommit message (Expand)Author
2025-09-12Remove traces of support for Sun Studio compilerPeter Eisentraut
2025-08-30add_commit_links.pl: error out if missing major version numberBruce Momjian
2025-08-29Silence -Wmissing-variable-declarations in headerscheck.Tom Lane
2025-08-29headerscheck: Document that --with-llvm is requiredPeter Eisentraut
2025-08-29headerscheck: Ignore Windows-specific headerPeter Eisentraut
2025-08-29headerscheck: Use ICU_CFLAGSPeter Eisentraut
2025-08-21PL/Python: Refactor for event trigger supportPeter Eisentraut
2025-08-19Pathify RHS unique-ification for semijoin planningRichard Guo
2025-08-14ci: Per-repo configuration for manually trigger tasksAndres Freund
2025-08-06Convert src/tools/testint128.c into a test module.Dean Rasheed
2025-08-03Suppress complaints about leaks in TS dictionary loading.Tom Lane
2025-08-03Suppress complaints about leaks in function cache loading.Tom Lane
2025-07-31Rename CachedPlanType to PlannedStmtOrigin for PlannedStmtMichael Paquier
2025-07-25Create infrastructure to reliably prevent leakage of PGresults.Tom Lane
2025-07-24Introduce field tracking cached plan type in PlannedStmtMichael Paquier
2025-07-23Preserve conflict-relevant data during logical replication.Amit Kapila
2025-07-22Reduce "Var IS [NOT] NULL" quals during constant foldingRichard Guo
2025-07-12aio: Regularize IO worker internal naming.Thomas Munro
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