aboutsummaryrefslogtreecommitdiff
path: root/src/tools
Commit message (Expand)AuthorAge
* 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
* Replace BASE_BACKUP COMPRESSION_LEVEL option with COMPRESSION_DETAIL.Robert Haas2022-03-23
* pgstat: run pgindent on pgstat.c/h.Andres Freund2022-03-19
* Add circular WAL decoding buffer, take II.Thomas Munro2022-03-18
* Split ExecUpdate and ExecDelete into reusable piecesAlvaro Herrera2022-03-17
* dshash: Add sequential scan support.Andres Freund2022-03-10
* Add support for zstd base backup compression.Robert Haas2022-03-08
* plpython: Remove regression test infrastructure for Python 2.Andres Freund2022-03-07
* Reconsider pg_stat_subscription_workers view.Amit Kapila2022-03-01
* Allow specifying row filters for logical replication of tables.Amit Kapila2022-02-22
* Add support for building with ZSTD.Robert Haas2022-02-18
* Suppress warning about stack_base_ptr with late-model GCC.Tom Lane2022-02-17
* plpython: Reject Python 2 during build configuration.Andres Freund2022-02-16
* Split xlog.c into xlog.c and xlogrecovery.c.Heikki Linnakangas2022-02-16
* Remove REGRESS_OUTPUTDIR environment variable.Thomas Munro2022-02-14
* pg_basebackup: Allow client-side LZ4 (de)compression.Robert Haas2022-02-11
* Test honestly for <sys/signalfd.h>.Tom Lane2022-02-09
* Reduce non-leaf keys overlap in GiST indexes produced by a sorted buildAlexander Korotkov2022-02-07
* Remove configure's check for rl_completion_append_character.Tom Lane2022-02-02
* Add bbstreamer_gzip.c to Mkvcbuild.pm.Robert Haas2022-01-28
* Fix various typos, grammar and code style in comments and docsMichael Paquier2022-01-25
* Allow clean.bat to be run from anywhereAndrew Dunstan2022-01-20
* Move 027_stream_regress.pl's output to tmp_check.Thomas Munro2022-01-18
* Test replay of regression tests, attempt II.Thomas Munro2022-01-17
* Revert "Test replay of regression tests."Thomas Munro2022-01-15
* Test replay of regression tests.Thomas Munro2022-01-15
* Use in-place tablespaces in regression test.Thomas Munro2022-01-15
* Improve error handling of HMAC computationsMichael Paquier2022-01-13
* Add missing include guard to win32ntdll.h.Thomas Munro2022-01-12
* Clean up messy API for src/port/thread.c.Tom Lane2022-01-11
* Improve error handling of cryptohash computationsMichael Paquier2022-01-11
* Avoid warning about uninitialized value in MSVC python3 testsAndrew Dunstan2022-01-10
* Make EXEC_BACKEND more convenient on Linux and FreeBSD.Thomas Munro2022-01-11
* Update copyright for 2022Bruce Momjian2022-01-07
* Allow MSVC .bat wrappers to be called from anywhereAndrew Dunstan2022-01-07
* Skip install/test of pgcrypto on MSVC when not built with opensslAndrew Dunstan2022-01-07
* ci: Add continuous integration for github repositories via cirrus-ci.Andres Freund2021-12-30
* Move parallel vacuum code to vacuumparallel.c.Amit Kapila2021-12-23
* Move index vacuum routines to vacuum.c.Amit Kapila2021-12-22
* Add option -N/--no-sync to pg_upgradeMichael Paquier2021-12-18
* Improve parallel vacuum implementation.Amit Kapila2021-12-15
* Adjust behavior of some env settings for the TAP tests of MSVCMichael Paquier2021-12-15
* Check for STATUS_DELETE_PENDING on Windows.Thomas Munro2021-12-10
* Enable settings used in TAP tests for MSVC buildsAndrew Dunstan2021-12-07