summaryrefslogtreecommitdiff
path: root/src/tools
AgeCommit message (Expand)Author
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
2020-03-24Move routine building restore_command to src/common/Michael Paquier
2020-03-23Fix ordering in typedefs.listAlexander Korotkov
2020-03-21Fix up recent breakage of headerscheck and cpluspluscheck.Tom Lane
2020-03-20Turn off deprecated bison warnings under MSVCAndrew Dunstan
2020-03-19Add new typedefs introduced in 773df883e8 to typedefs.listAlexander Korotkov
2020-03-10Remove win32ver.rc from version_stamp.plPeter Eisentraut
2020-03-06Create contrib/bool_plperl to provide a bool transform for PL/Perl[U].Tom Lane
2020-03-04Move pg_upgrade's Windows link() implementation to AC_REPLACE_FUNCSPeter Eisentraut
2020-03-02Blacklist port/win32_msvc/utime.h in cpluspluscheck and headerscheck.Tom Lane
2020-02-28Add PostgreSQL home page to --help outputPeter Eisentraut
2020-02-27Move src/backend/utils/hash/hashfn.c to src/commonRobert Haas
2020-02-25Fix build failure on header generation with repetitive builds of MSVCMichael Paquier
2020-02-21Adjust Solution.pm to set HAVE_STDINT_H.Tom Lane