summaryrefslogtreecommitdiff
path: root/src/tools
AgeCommit message (Expand)Author
2022-01-17Move 027_stream_regress.pl's output to tmp_check.Thomas Munro
2022-01-17Test replay of regression tests, attempt II.Thomas Munro
2022-01-14Revert "Test replay of regression tests."Thomas Munro
2022-01-14Test replay of regression tests.Thomas Munro
2022-01-14Use in-place tablespaces in regression test.Thomas Munro
2022-01-13Improve error handling of HMAC computationsMichael Paquier
2022-01-11Add missing include guard to win32ntdll.h.Thomas Munro
2022-01-11Clean up messy API for src/port/thread.c.Tom Lane
2022-01-11Improve error handling of cryptohash computationsMichael Paquier
2022-01-10Avoid warning about uninitialized value in MSVC python3 testsAndrew Dunstan
2022-01-10Make EXEC_BACKEND more convenient on Linux and FreeBSD.Thomas Munro
2022-01-08Update copyright for 2022Bruce Momjian
2022-01-07Allow MSVC .bat wrappers to be called from anywhereAndrew Dunstan
2022-01-07Skip install/test of pgcrypto on MSVC when not built with opensslAndrew Dunstan
2021-12-31ci: Add continuous integration for github repositories via cirrus-ci.Andres Freund
2021-12-23Move parallel vacuum code to vacuumparallel.c.Amit Kapila
2021-12-22Move index vacuum routines to vacuum.c.Amit Kapila
2021-12-18Add option -N/--no-sync to pg_upgradeMichael Paquier
2021-12-15Improve parallel vacuum implementation.Amit Kapila
2021-12-15Adjust behavior of some env settings for the TAP tests of MSVCMichael Paquier
2021-12-10Check for STATUS_DELETE_PENDING on Windows.Thomas Munro
2021-12-07Enable settings used in TAP tests for MSVC buildsAndrew Dunstan
2021-12-02Add configure probe for rl_variable_bind().Tom Lane
2021-11-30Disable unused-variable warning C4101 in MSVCDaniel Gustafsson
2021-11-30Add a view to show the stats of subscription workers.Amit Kapila
2021-11-29Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.Tom Lane
2021-11-24Add support for Visual Studio 2022 in build scriptsMichael Paquier
2021-11-09Remove check for accept() argument typesPeter Eisentraut
2021-11-06Blind attempt to fix MSVC pgcrypto build.Tom Lane
2021-11-06Un-break pg_basebackup's MSVC build.Tom Lane
2021-11-05pgcrypto: Remove non-OpenSSL supportPeter Eisentraut
2021-11-04Rework compression options of pg_receivewalMichael Paquier
2021-10-27Allow publishing the tables of schema.Amit Kapila
2021-10-24Add replication command READ_REPLICATION_SLOTMichael Paquier
2021-10-24Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURRENTLY.Noah Misch
2021-10-22Add module build directory to the PATH for TAP testsAndrew Dunstan
2021-10-20Fix build of MSVC with OpenSSL 3.0.0Michael Paquier
2021-09-29Fix WAL replay in presence of an incomplete recordAlvaro Herrera
2021-09-23Add exception for unicode_east_asian_fw_table.h to headerscheck alsoJohn Naylor
2021-09-23Add exception for unicode_east_asian_fw_table.h to cpluspluscheckJohn Naylor
2021-09-16Fix performance regression from session statistics.Andres Freund
2021-09-06Add PublicationTable and PublicationRelInfo structsAlvaro Herrera
2021-08-31Prohibit map and grep in void contextDaniel Gustafsson
2021-08-30Refactor sharedfileset.c to separate out fileset implementation.Amit Kapila
2021-08-27Add logical change details to logical replication worker errcontext.Amit Kapila
2021-08-19Revert refactoring of hex code to src/common/Michael Paquier
2021-08-12Speed up generation of Unicode hash functions.John Naylor
2021-08-09Remove some special cases from MSVC build scriptsDavid Rowley
2021-07-29Adjust MSVC build scripts to parse Makefiles for definesDavid Rowley
2021-07-28Don't duplicate references and libraries in MSVC scriptsDavid Rowley