summaryrefslogtreecommitdiff
path: root/src/tools
AgeCommit message (Expand)Author
2022-02-18Suppress warning about stack_base_ptr with late-model GCC.Tom Lane
2022-02-17plpython: Reject Python 2 during build configuration.Andres Freund
2022-02-16Split xlog.c into xlog.c and xlogrecovery.c.Heikki Linnakangas
2022-02-13Remove REGRESS_OUTPUTDIR environment variable.Thomas Munro
2022-02-11pg_basebackup: Allow client-side LZ4 (de)compression.Robert Haas
2022-02-09Test honestly for <sys/signalfd.h>.Tom Lane
2022-02-07Reduce non-leaf keys overlap in GiST indexes produced by a sorted buildAlexander Korotkov
2022-02-03Remove configure's check for rl_completion_append_character.Tom Lane
2022-01-28Add bbstreamer_gzip.c to Mkvcbuild.pm.Robert Haas
2022-01-25Fix various typos, grammar and code style in comments and docsMichael Paquier
2022-01-20Allow clean.bat to be run from anywhereAndrew Dunstan
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