summaryrefslogtreecommitdiff
path: root/src/tools
AgeCommit message (Expand)Author
2018-11-08Adjust valgrind fix in commit 517b0d0b5fAndrew Dunstan
2018-11-07Use parallel installcheck in vcregress.pl's upgrade testAndrew Dunstan
2018-11-07Quiet valgrind complaints following pread/pwrite changesAndrew Dunstan
2018-11-06Provide pg_pread() and pg_pwrite() for random I/O.Thomas Munro
2018-11-02Fix spelling errors and typos in commentsMagnus Hagander
2018-10-29Exclude temporary directories from pgindentPeter Eisentraut
2018-10-28Fix perl searchpath for modern perl for MSVC toolsAndrew Dunstan
2018-10-11Remove timetravel extension.Andres Freund
2018-09-28Tweak MSVC build system to match changes in 7143b3e82.Tom Lane
2018-09-28Tweak MSVC build system to match changes in 7143b3e82.Tom Lane
2018-09-26Convert elog.c's useful_strerror() into a globally-used strerror wrapper.Tom Lane
2018-09-20Add missing pg_description strings for pg_type entries.Tom Lane
2018-09-16Fix out-of-tree build for transform modules.Andrew Gierth
2018-09-09Install a check for mis-linking of src/port and src/common functions.Tom Lane
2018-09-06Refactor dlopen() supportPeter Eisentraut
2018-08-24Require C99 (and thus MSCV 2013 upwards).Andres Freund
2018-08-19MSVC: Finish clean.bat tmp_check coverage.Noah Misch
2018-08-19MSVC: Remove any tmp_check directory before running a TAP test suite.Noah Misch
2018-07-31Provide for contrib and pgxs modules to install include files.Andrew Gierth
2018-07-28pgtest: run clean, build, and check stages separatelyBruce Momjian
2018-07-28pgtest: grab possible warnings from install.logBruce Momjian
2018-07-24Refactor cluster_rel() to handle more optionsMichael Paquier
2018-07-16Add subtransaction handling for table synchronization workers.Robert Haas
2018-07-13Update documentation editor setup instructionsPeter Eisentraut
2018-07-13Remove obsolete documentation build tools for WindowsPeter Eisentraut
2018-07-01Use more modern instructions for creating a new dev cycleAndrew Dunstan
2018-06-30Stamp HEAD as 12develAndrew Dunstan
2018-06-30perltidy run prior to branchingAndrew Dunstan
2018-06-30Update typedefs listAndrew Dunstan
2018-06-27Fix whitespacePeter Eisentraut
2018-06-12Exclude files in .git from list of perl filesAndrew Dunstan
2018-06-11Move perlcritic files to new perlcheck directoryAndrew Dunstan
2018-06-11Add a script to detect perl compile time errors and warningsAndrew Dunstan
2018-05-31Fix compile-time warnings on all perl codeAndrew Dunstan
2018-05-28Return a value from Install.pm's lcopy functionAndrew Dunstan
2018-05-27Don't fall off the end of perl functionsAndrew Dunstan
2018-05-27Don't force a blank line before comments in perl codeAndrew Dunstan
2018-05-24Preserve information on use of git-external-diffAndrew Dunstan
2018-05-18MSVC builds must use a separate stamp file for copying generated headers.Tom Lane
2018-05-18Prevent possibly spurious error when running perl -cwAndrew Dunstan
2018-05-09Restrict vertical tightness to parentheses in Perl codeAndrew Dunstan
2018-05-09perltidy some recent code changes before changing perltidy settingsAndrew Dunstan
2018-05-09Add a script and a config file to run perlcriticAndrew Dunstan
2018-05-07Update oidjoins regression test for v11.Tom Lane
2018-05-06Clear severity 5 perlcritic warnings from vcregress.plAndrew Dunstan
2018-05-04Provide for testing on python3 modules when under MSVCAndrew Dunstan
2018-05-03Blindly try to fix MSVC build's use of genbki.pl and Gen_fmgrtab.pl.Tom Lane
2018-04-30Remove Windows module-list-dumping code.Tom Lane
2018-04-30clean up pg_upgrade tmp_check under MSVCAndrew Dunstan
2018-04-30Dump full memory maps around failing Windows reattach code.Tom Lane