summaryrefslogtreecommitdiff
path: root/src/tools
AgeCommit message (Expand)Author
2020-09-08Add support for partitioned tables and indexes in REINDEXMichael Paquier
2020-09-07Skip unnecessary stat() calls in walkdir().Thomas Munro
2020-09-04Remove arbitrary restrictions on password length.Tom Lane
2020-09-03Add support for streaming to built-in logical replication.Amit Kapila
2020-08-14snapshot scalability: Move subxact info to ProcGlobal, remove PGXACT.Andres Freund
2020-08-12snapshot scalability: Don't compute global horizons while building snapshots.Andres Freund
2020-08-10Move connect.h from fe_utils to src/include/common.Noah Misch
2020-07-24Rename configure.in to configure.acPeter Eisentraut
2020-07-19Define OPENSSL_API_COMPATPeter Eisentraut
2020-07-10Revert "Remove reset of testtablespace from pg_regress on Windows"Michael Paquier
2020-07-06Improve perl script in MSVC to build binariesMichael Paquier
2020-07-01Improve vacuum error context handling.Amit Kapila
2020-06-29Remove support for timezone "posixrules" file.Tom Lane
2020-06-18Remove reset of testtablespace from pg_regress on WindowsMichael Paquier
2020-06-13Create by default sql/ and expected/ for output directory in pg_regressMichael Paquier
2020-06-11Move frontend-side archive APIs from src/common/ to src/fe_utils/Michael Paquier
2020-06-09Avoid need for valgrind suppressions for pg_atomic_init_u64 on some platforms.Andres Freund
2020-06-07MSVC: Avoid warning when testing a TAP suite without PROVE_FLAGS.Noah Misch
2020-06-07Stamp HEAD as 14devel.Tom Lane
2020-06-07pgindent run prior to branching v13.Tom Lane
2020-06-06Refresh function name in CRC-associated Valgrind suppressions.Noah Misch
2020-05-21Fix MSVC installations with multiple "configure" files detectedMichael Paquier
2020-05-16Run pgindent with new pg_bsd_indent version 2.1.1.Tom Lane
2020-05-16Final pgindent run with pg_bsd_indent version 2.1.Tom Lane
2020-05-14Initial pgindent and pgperltidy run for v13.Tom Lane
2020-05-09Fix findoidjoins to recognize oidvector columns.Tom Lane
2020-05-09Update oidjoins regression test for v13.Tom Lane
2020-05-06Handle spaces for Python install location in MSVC scriptsMichael Paquier
2020-04-24Update Windows timezone name list to include currently-known zones.Tom Lane
2020-04-24Improve placement of "display name" comment in win32_tzmap[] entries.Tom Lane
2020-04-24git_changelog: use modern format for rel branch names in exampleBruce Momjian
2020-04-23Fix handling of WAL segments ready to be archived during crash recoveryMichael Paquier
2020-04-17Use a slightly more liberal regex to detect Visual Studio versionAndrew Dunstan
2020-04-14Stop requiring an explicit return from perl subroutinesAndrew Dunstan
2020-04-14Set Perl search path more idiomaticallyAndrew Dunstan
2020-04-13Use perl's $/ more idiomaticallyAndrew Dunstan
2020-04-13Use perl warnings pragma consistentlyAndrew Dunstan
2020-04-13Print policy name in perlcritic messagesAndrew Dunstan
2020-04-08Revert 0f5ca02f53Alexander Korotkov
2020-04-07Implement waiting for given lsn at transaction startAlexander Korotkov
2020-04-07Introduce xid8-based functions to replace txid_XXX.Thomas Munro
2020-04-04Add infrastructure to track WAL usage.Amit Kapila
2020-04-03Add checksum helper functions.Robert Haas
2020-04-02Allow pg_stat_statements to track planning statistics.Fujii Masao
2020-04-01Add -c/--restore-target-wal to pg_rewindMichael Paquier
2020-03-30Implement operator class parametersAlexander Korotkov
2020-03-30Introduce vacuum errcontext to display additional information.Amit Kapila
2020-03-28Enable Unix-domain sockets support on WindowsPeter Eisentraut
2020-03-25Provide a TLS init hookAndrew Dunstan
2020-03-25Define EXEC_BACKEND in pg_config_manual.hPeter Eisentraut