aboutsummaryrefslogtreecommitdiff
path: root/src/tools
Commit message (Expand)AuthorAge
* Cope with <regex.h> name clashes.Thomas Munro2024-07-06
* Fix MVCC bug with prepared xact with subxacts on standbyHeikki Linnakangas2024-06-27
* Remove redundant perl version checksAndrew Dunstan2024-06-26
* Fix the missing table sync due to improper invalidation handling.Amit Kapila2024-04-25
* Fix MSVC recipe for ecpg regression tests, redux.Tom Lane2024-04-19
* Fix MSVC recipe for ecpg regression tests.Tom Lane2024-04-18
* Fix various issues with ALTER TEXT SEARCH CONFIGURATIONMichael Paquier2024-01-31
* Use BIO_{get,set}_app_data instead of BIO_{get,set}_data.Tom Lane2023-11-28
* Fix exception safety bug in typcache.c.Thomas Munro2023-09-13
* ci: Make compute resources for CI configurableAndres Freund2023-08-23
* Cache by-reference missing values in a long lived contextAndrew Dunstan2023-08-22
* ci: macos: use cached macports installAndres Freund2023-08-19
* Fix make_etags breakage on certain platforms.Tatsuo Ishii2023-06-14
* Fix detection of unseekable files for fseek() and ftello() with MSVCMichael Paquier2023-04-12
* Don't force SQL_ASCII/no-locale for installcheck in vcregress.plAndrew Dunstan2023-02-26
* Fix handling of SCRAM-SHA-256's channel binding with RSA-PSS certificatesMichael Paquier2023-02-15
* Fix binary mismatch for MSVC plperl vs gcc built perl libsAndrew Dunstan2022-11-27
* ci: Add hint about downloadable logs to READMEAndres Freund2022-09-26
* Revert SQL/JSON featuresAndrew Dunstan2022-09-01
* expression eval: Fix EEOP_JSON_CONSTRUCTOR and EEOP_JSONEXPR size.Andres Freund2022-07-05
* Add a new shmem_request_hook hook.Robert Haas2022-05-13
* Pre-beta mechanical code beautification.Tom Lane2022-05-12
* Add some missing PGDLLIMPORT markingsMichael Paquier2022-05-12
* Improve setup of environment values for commands in MSVC's vcregress.plMichael Paquier2022-05-11
* Simplify configure testPeter Eisentraut2022-05-04
* Rename libpq test programs with libpq_ prefixDaniel Gustafsson2022-05-04
* Build libpq test programs under MSVCAndrew Dunstan2022-04-16
* Rename backup_compression.{c,h} to compression.{c,h}Michael Paquier2022-04-12
* Avoid re-writing files unnecessarily in src/tools/copyright.pl.Tom Lane2022-04-11
* Fix various typos and spelling mistakes in code commentsDavid Rowley2022-04-11
* Fix pgperlsyncheck following SSL TAP test refactoringAndrew Dunstan2022-04-10
* Fix whitespacePeter Eisentraut2022-04-09
* Helper script to apply PGDLLIMPORT markings.Robert Haas2022-04-08
* Prefetch data referenced by the WAL, take II.Thomas Munro2022-04-07
* pgstat: store statistics in shared memory.Andres Freund2022-04-06
* pgstat: scaffolding for transactional stats creation / drop.Andres Freund2022-04-06
* pgstat: prepare APIs used by pgstatfuncs for shared memory stats.Andres Freund2022-04-06
* pgstat: introduce PgStat_Kind enum.Andres Freund2022-04-06
* PLAN clauses for JSON_TABLEAndrew Dunstan2022-04-05
* JSON_TABLEAndrew Dunstan2022-04-04
* Make upgradecheck a no-op in MSVC's vcregress.plMichael Paquier2022-04-02
* libpq: Allow IP address SANs in server certificatesPeter Eisentraut2022-04-01
* Switch the regression tests of pg_upgrade to use TAP testsMichael Paquier2022-04-01
* Skip empty transactions for logical replication.Amit Kapila2022-03-30
* Add new block-by-block strategy for CREATE DATABASE.Robert Haas2022-03-29
* Revert "Fix replay of create database records on standby"Alvaro Herrera2022-03-29
* Add support for MERGE SQL commandAlvaro Herrera2022-03-28
* Fix replay of create database records on standbyAlvaro Herrera2022-03-25
* Refactor DLSUFFIX handlingPeter Eisentraut2022-03-25
* Refactor code related to pg_hba_file_rules() into new fileMichael Paquier2022-03-24