summaryrefslogtreecommitdiff
path: root/src/tools
AgeCommit message (Expand)Author
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-26ci: 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-06pgstat: store statistics in shared memory.Andres Freund
2022-04-06pgstat: scaffolding for transactional stats creation / drop.Andres Freund
2022-04-06pgstat: prepare APIs used by pgstatfuncs for shared memory stats.Andres Freund
2022-04-06pgstat: introduce PgStat_Kind enum.Andres Freund
2022-04-05PLAN clauses for JSON_TABLEAndrew Dunstan
2022-04-04JSON_TABLEAndrew Dunstan
2022-04-02Make upgradecheck a no-op in MSVC's vcregress.plMichael Paquier
2022-04-01libpq: Allow IP address SANs in server certificatesPeter Eisentraut
2022-04-01Switch the regression tests of pg_upgrade to use TAP testsMichael Paquier
2022-03-30Skip empty transactions for logical replication.Amit Kapila
2022-03-29Add new block-by-block strategy for CREATE DATABASE.Robert Haas
2022-03-29Revert "Fix replay of create database records on standby"Alvaro Herrera
2022-03-28Add support for MERGE SQL commandAlvaro Herrera
2022-03-25Fix replay of create database records on standbyAlvaro Herrera
2022-03-25Refactor DLSUFFIX handlingPeter Eisentraut
2022-03-24Refactor code related to pg_hba_file_rules() into new fileMichael Paquier
2022-03-23Replace BASE_BACKUP COMPRESSION_LEVEL option with COMPRESSION_DETAIL.Robert Haas
2022-03-19pgstat: run pgindent on pgstat.c/h.Andres Freund
2022-03-18Add circular WAL decoding buffer, take II.Thomas Munro
2022-03-17Split ExecUpdate and ExecDelete into reusable piecesAlvaro Herrera
2022-03-10dshash: Add sequential scan support.Andres Freund
2022-03-08Add support for zstd base backup compression.Robert Haas
2022-03-07plpython: Remove regression test infrastructure for Python 2.Andres Freund