summaryrefslogtreecommitdiff
path: root/src/tools
AgeCommit message (Expand)Author
2019-01-13Make Emacs perl-mode indent more like perltidy.Noah Misch
2019-01-13Improve missing-program error handling in make_ctags and make_etags.Tom Lane
2019-01-10Use perfect hashing, instead of binary search, for keyword lookup.Tom Lane
2019-01-06Replace the data structure used for keyword lookup.Tom Lane
2019-01-04Move the built-in conversions into the initial catalog data.Tom Lane
2019-01-03Use symbolic references for pg_language OIDs in the bootstrap data.Tom Lane
2019-01-02Update copyright for 2019Bruce Momjian
2018-12-13Create a separate oid range for oids assigned by genbki.pl.Andres Freund
2018-12-01Eliminate parallel-make hazard in ecpg/preproc.Tom Lane
2018-11-29Add support for NO_INSTALLCHECK in MSVC scriptsMichael Paquier
2018-11-21Remove WITH OIDS support, change oid catalog column visibility.Andres Freund
2018-11-17Add valgrind suppressions for wcsrtombs optimizationsTomas Vondra
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