summaryrefslogtreecommitdiff
path: root/src/tools
Commit message (Expand)AuthorAgeFilesLines
* JSON_TABLEAndrew Dunstan2022-04-041-0/+9
* Make upgradecheck a no-op in MSVC's vcregress.plMichael Paquier2022-04-021-28/+5
* libpq: Allow IP address SANs in server certificatesPeter Eisentraut2022-04-011-0/+1
* Switch the regression tests of pg_upgrade to use TAP testsMichael Paquier2022-04-011-85/+7
* Skip empty transactions for logical replication.Amit Kapila2022-03-301-0/+1
* Add new block-by-block strategy for CREATE DATABASE.Robert Haas2022-03-291-1/+4
* Revert "Fix replay of create database records on standby"Alvaro Herrera2022-03-291-2/+0
* Add support for MERGE SQL commandAlvaro Herrera2022-03-281-0/+4
* Fix replay of create database records on standbyAlvaro Herrera2022-03-251-0/+2
* Refactor DLSUFFIX handlingPeter Eisentraut2022-03-251-0/+1
* Refactor code related to pg_hba_file_rules() into new fileMichael Paquier2022-03-241-2/+2
* Replace BASE_BACKUP COMPRESSION_LEVEL option with COMPRESSION_DETAIL.Robert Haas2022-03-231-1/+1
* pgstat: run pgindent on pgstat.c/h.Andres Freund2022-03-191-0/+3
* Add circular WAL decoding buffer, take II.Thomas Munro2022-03-181-0/+2
* Split ExecUpdate and ExecDelete into reusable piecesAlvaro Herrera2022-03-171-0/+2
* dshash: Add sequential scan support.Andres Freund2022-03-101-0/+1
* Add support for zstd base backup compression.Robert Haas2022-03-081-0/+1
* plpython: Remove regression test infrastructure for Python 2.Andres Freund2022-03-071-75/+1
* 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