summaryrefslogtreecommitdiff
path: root/src/tools
AgeCommit message (Expand)Author
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
2018-04-27perltidy: Add option --nooutdent-long-commentsPeter Eisentraut
2018-04-27perltidy: Add option --nooutdent-long-quotesPeter Eisentraut
2018-04-27perltidy: Don't write backup filesPeter Eisentraut
2018-04-26Preliminary work for pgindent run.Tom Lane
2018-04-25Reindent Perl files with perltidy version 20170521.Tom Lane
2018-04-25Change pgindent/README to specify that we use perltidy version 20170521.Tom Lane
2018-04-23Make Emacs settings match perltidy configurationPeter Eisentraut
2018-04-12Revert MERGE patchSimon Riggs
2018-04-09Reduce chattiness of genbki.pl and Gen_fmgrtab.pl.Tom Lane
2018-04-08Switch client-side code to include catalog/pg_foo_d.h not pg_foo.h.Tom Lane
2018-04-08Replace our traditional initial-catalog-data format with a better design.Tom Lane
2018-04-07Refactor dir/file permissionsStephen Frost
2018-04-05Install errcodes.txt for use by extensions.Andrew Gierth
2018-04-04Use ARMv8 CRC instructions where available.Heikki Linnakangas
2018-04-03Prevent accidental linking of system-supplied copies of libpq.so etc.Tom Lane
2018-04-03Attempt to fix jsonb_plperl build on WindowsPeter Eisentraut
2018-04-03MERGE SQL Command following SQL:2016Simon Riggs
2018-04-02Revert "Modified files for MERGE"Simon Riggs