summaryrefslogtreecommitdiff
path: root/src/tools
AgeCommit message (Expand)Author
2024-11-15Avoid deleting critical WAL segments during pg_rewindÁlvaro Herrera
2024-11-11src/tools/msvc: Respect REGRESS_OPTS in plcheck.Noah Misch
2024-11-11Ensure cached plans are correctly marked as dependent on role.Nathan Bossart
2024-11-06Monkey-patch LLVM code to fix ARM relocation bug.Thomas Munro
2024-11-02Revert "For inplace update, send nontransactional invalidations."Noah Misch
2024-10-25For inplace update, send nontransactional invalidations.Noah Misch
2024-10-22Restructure foreign key handling code for ATTACH/DETACHÁlvaro Herrera
2024-10-09Remove incorrect function import from pgindentDaniel Gustafsson
2024-09-19Improve Perl script which adds commit links to release notesBruce Momjian
2024-09-16scripts: add Perl script to add links to release notesBruce Momjian
2024-09-14Only define NO_THREAD_SAFE_LOCALE for MSVC plperl when requiredAndrew Dunstan
2024-08-18ci: Upgrade MacPorts version to 2.10.1.Thomas Munro
2024-07-26Fix building with MSVC for TLS session disablingDaniel Gustafsson
2024-07-25ci: Pin MacPorts version to 2.9.3.Thomas Munro
2024-07-24ci: Upgrade macOS version from 13 to 14.Thomas Munro
2024-07-05Cope with <regex.h> name clashes.Thomas Munro
2024-06-27Fix MVCC bug with prepared xact with subxacts on standbyHeikki Linnakangas
2024-06-26Remove redundant perl version checksAndrew Dunstan
2024-04-25Fix the missing table sync due to improper invalidation handling.Amit Kapila
2024-04-19Fix MSVC recipe for ecpg regression tests, redux.Tom Lane
2024-04-19Fix MSVC recipe for ecpg regression tests.Tom Lane
2024-01-31Fix various issues with ALTER TEXT SEARCH CONFIGURATIONMichael Paquier
2023-11-28Use BIO_{get,set}_app_data instead of BIO_{get,set}_data.Tom Lane
2023-09-13Fix exception safety bug in typcache.c.Thomas Munro
2023-08-23ci: Make compute resources for CI configurableAndres Freund
2023-08-22Cache by-reference missing values in a long lived contextAndrew Dunstan
2023-08-19ci: macos: use cached macports installAndres Freund
2023-06-14Fix make_etags breakage on certain platforms.Tatsuo Ishii
2023-04-12Fix detection of unseekable files for fseek() and ftello() with MSVCMichael Paquier
2023-02-26Don't force SQL_ASCII/no-locale for installcheck in vcregress.plAndrew Dunstan
2023-02-15Fix handling of SCRAM-SHA-256's channel binding with RSA-PSS certificatesMichael Paquier
2022-11-27Fix binary mismatch for MSVC plperl vs gcc built perl libsAndrew Dunstan
2022-09-27ci: Add hint about downloadable logs to READMEAndres Freund
2022-09-01Revert SQL/JSON featuresAndrew Dunstan
2022-07-05expression eval: Fix EEOP_JSON_CONSTRUCTOR and EEOP_JSONEXPR size.Andres Freund
2022-05-13Add a new shmem_request_hook hook.Robert Haas
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-05-12Add some missing PGDLLIMPORT markingsMichael Paquier
2022-05-11Improve setup of environment values for commands in MSVC's vcregress.plMichael Paquier
2022-05-04Simplify configure testPeter Eisentraut
2022-05-04Rename libpq test programs with libpq_ prefixDaniel Gustafsson
2022-04-16Build libpq test programs under MSVCAndrew Dunstan
2022-04-12Rename backup_compression.{c,h} to compression.{c,h}Michael Paquier
2022-04-11Avoid re-writing files unnecessarily in src/tools/copyright.pl.Tom Lane
2022-04-11Fix various typos and spelling mistakes in code commentsDavid Rowley
2022-04-10Fix pgperlsyncheck following SSL TAP test refactoringAndrew Dunstan
2022-04-09Fix whitespacePeter Eisentraut
2022-04-08Helper script to apply PGDLLIMPORT markings.Robert Haas
2022-04-07Prefetch data referenced by the WAL, take II.Thomas Munro
2022-04-07pgstat: store statistics in shared memory.Andres Freund