summaryrefslogtreecommitdiff
path: root/src/tools
Commit message (Expand)AuthorAgeFilesLines
* Reconsider pg_stat_subscription_workers view.Amit Kapila2022-03-011-4/+4
* Allow specifying row filters for logical replication of tables.Amit Kapila2022-02-221-0/+3
* Add support for building with ZSTD.Robert Haas2022-02-183-0/+15
* Suppress warning about stack_base_ptr with late-model GCC.Tom Lane2022-02-171-0/+1
* plpython: Reject Python 2 during build configuration.Andres Freund2022-02-161-0/+4
* Split xlog.c into xlog.c and xlogrecovery.c.Heikki Linnakangas2022-02-161-0/+2
* Remove REGRESS_OUTPUTDIR environment variable.Thomas Munro2022-02-141-2/+0
* pg_basebackup: Allow client-side LZ4 (de)compression.Robert Haas2022-02-111-0/+1
* Test honestly for <sys/signalfd.h>.Tom Lane2022-02-091-0/+1
* Reduce non-leaf keys overlap in GiST indexes produced by a sorted buildAlexander Korotkov2022-02-071-1/+1
* Remove configure's check for rl_completion_append_character.Tom Lane2022-02-021-1/+0
* Add bbstreamer_gzip.c to Mkvcbuild.pm.Robert Haas2022-01-281-0/+1
* Fix various typos, grammar and code style in comments and docsMichael Paquier2022-01-251-3/+1
* Allow clean.bat to be run from anywhereAndrew Dunstan2022-01-201-3/+4
* Move 027_stream_regress.pl's output to tmp_check.Thomas Munro2022-01-181-1/+1
* Test replay of regression tests, attempt II.Thomas Munro2022-01-171-0/+2
* Revert "Test replay of regression tests."Thomas Munro2022-01-151-2/+0
* Test replay of regression tests.Thomas Munro2022-01-151-0/+2
* Use in-place tablespaces in regression test.Thomas Munro2022-01-151-2/+0
* Improve error handling of HMAC computationsMichael Paquier2022-01-131-0/+1
* Add missing include guard to win32ntdll.h.Thomas Munro2022-01-122-0/+2
* Clean up messy API for src/port/thread.c.Tom Lane2022-01-111-1/+1
* Improve error handling of cryptohash computationsMichael Paquier2022-01-111-0/+1
* Avoid warning about uninitialized value in MSVC python3 testsAndrew Dunstan2022-01-101-1/+1
* Make EXEC_BACKEND more convenient on Linux and FreeBSD.Thomas Munro2022-01-111-0/+1
* Update copyright for 2022Bruce Momjian2022-01-0731-32/+32
* Allow MSVC .bat wrappers to be called from anywhereAndrew Dunstan2022-01-075-5/+5
* Skip install/test of pgcrypto on MSVC when not built with opensslAndrew Dunstan2022-01-072-0/+2
* ci: Add continuous integration for github repositories via cirrus-ci.Andres Freund2021-12-305-0/+168
* Move parallel vacuum code to vacuumparallel.c.Amit Kapila2021-12-231-5/+4
* Move index vacuum routines to vacuum.c.Amit Kapila2021-12-221-1/+1
* Add option -N/--no-sync to pg_upgradeMichael Paquier2021-12-181-1/+3
* Improve parallel vacuum implementation.Amit Kapila2021-12-151-0/+2
* Adjust behavior of some env settings for the TAP tests of MSVCMichael Paquier2021-12-151-7/+7
* Check for STATUS_DELETE_PENDING on Windows.Thomas Munro2021-12-101-1/+2
* Enable settings used in TAP tests for MSVC buildsAndrew Dunstan2021-12-071-0/+15
* Add configure probe for rl_variable_bind().Tom Lane2021-12-021-0/+1
* Disable unused-variable warning C4101 in MSVCDaniel Gustafsson2021-11-301-1/+1
* Add a view to show the stats of subscription workers.Amit Kapila2021-11-301-0/+4
* Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.Tom Lane2021-11-283-29/+14
* Add support for Visual Studio 2022 in build scriptsMichael Paquier2021-11-244-11/+84
* Remove check for accept() argument typesPeter Eisentraut2021-11-091-4/+1
* Blind attempt to fix MSVC pgcrypto build.Tom Lane2021-11-061-1/+1
* Un-break pg_basebackup's MSVC build.Tom Lane2021-11-061-0/+4
* pgcrypto: Remove non-OpenSSL supportPeter Eisentraut2021-11-052-43/+3
* Rework compression options of pg_receivewalMichael Paquier2021-11-041-0/+1
* Allow publishing the tables of schema.Amit Kapila2021-10-271-0/+5
* Add replication command READ_REPLICATION_SLOTMichael Paquier2021-10-251-0/+1
* Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURRENTLY.Noah Misch2021-10-231-0/+1
* Add module build directory to the PATH for TAP testsAndrew Dunstan2021-10-221-0/+3