summaryrefslogtreecommitdiff
path: root/src/tools
AgeCommit message (Expand)Author
2022-04-07pgstat: store statistics in shared memory.Andres Freund
2022-04-07pgstat: scaffolding for transactional stats creation / drop.Andres Freund
2022-04-07pgstat: prepare APIs used by pgstatfuncs for shared memory stats.Andres Freund
2022-04-07pgstat: introduce PgStat_Kind enum.Andres Freund
2022-04-05PLAN clauses for JSON_TABLEAndrew Dunstan
2022-04-04JSON_TABLEAndrew Dunstan
2022-04-02Make upgradecheck a no-op in MSVC's vcregress.plMichael Paquier
2022-04-01libpq: Allow IP address SANs in server certificatesPeter Eisentraut
2022-04-01Switch the regression tests of pg_upgrade to use TAP testsMichael Paquier
2022-03-30Skip empty transactions for logical replication.Amit Kapila
2022-03-29Add new block-by-block strategy for CREATE DATABASE.Robert Haas
2022-03-29Revert "Fix replay of create database records on standby"Alvaro Herrera
2022-03-28Add support for MERGE SQL commandAlvaro Herrera
2022-03-25Fix replay of create database records on standbyAlvaro Herrera
2022-03-25Refactor DLSUFFIX handlingPeter Eisentraut
2022-03-24Refactor code related to pg_hba_file_rules() into new fileMichael Paquier
2022-03-23Replace BASE_BACKUP COMPRESSION_LEVEL option with COMPRESSION_DETAIL.Robert Haas
2022-03-19pgstat: run pgindent on pgstat.c/h.Andres Freund
2022-03-18Add circular WAL decoding buffer, take II.Thomas Munro
2022-03-17Split ExecUpdate and ExecDelete into reusable piecesAlvaro Herrera
2022-03-10dshash: Add sequential scan support.Andres Freund
2022-03-08Add support for zstd base backup compression.Robert Haas
2022-03-08plpython: Remove regression test infrastructure for Python 2.Andres Freund
2022-03-01Reconsider pg_stat_subscription_workers view.Amit Kapila
2022-02-22Allow specifying row filters for logical replication of tables.Amit Kapila
2022-02-18Add support for building with ZSTD.Robert Haas
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