summaryrefslogtreecommitdiff
path: root/src/tools
AgeCommit message (Expand)Author
2015-10-03Add CASCADE support for CREATE EXTENSION.Andres Freund
2015-09-30Add a Gather executor node.Robert Haas
2015-09-26Rework the way multixact truncations work.Andres Freund
2015-09-19Glue layer to connect the executor to the shm_mq mechanism.Robert Haas
2015-09-11When trace_lwlocks is used, identify individual lwlocks by name.Robert Haas
2015-08-13MSVC: Exclude 'brin' contrib moduleAlvaro Herrera
2015-08-09docs: update major release notes item checklistBruce Momjian
2015-08-08Document items that should appear in the major release notesBruce Momjian
2015-07-30MSVC: Revert most 9.5 changes to pre-9.5 vcregress.pl tests.Noah Misch
2015-07-30MSVC: Remove duplicate PATH entry in test harness.Noah Misch
2015-07-30MSVC: Future-proof installation file skip logic.Noah Misch
2015-07-29Make TAP tests work on Windows.Heikki Linnakangas
2015-07-06Turn install.bat into a pure one line wrapper fort he perl script.Heikki Linnakangas
2015-07-02Allow MSVC's contribcheck and modulescheck to run independently.Andrew Dunstan
2015-06-30Stamp shared-library minor version numbers for 9.6.Tom Lane
2015-06-30Stamp HEAD as 9.6devel.Tom Lane
2015-06-01pgindent: add typedef blog URLBruce Momjian
2015-05-25pgindent: document location of "all" typedef listsBruce Momjian
2015-05-25pgindent: fix typoBruce Momjian
2015-05-25pgindent: more doc updates for skipping __asm__ filesBruce Momjian
2015-05-25Revert 9.5 pgindent changes to atomics directory filesBruce Momjian
2015-05-24pgindent run for 9.5Bruce Momjian
2015-05-24Update typedef file in preparation for pgindent runBruce Momjian
2015-05-24Improve pgindent instructions regarding Perl backup filesBruce Momjian
2015-05-20Fix more typos in comments.Heikki Linnakangas
2015-05-19Revert error-throwing wrappers for the printf family of functions.Tom Lane
2015-05-18Recognize "REGRESS_OPTS += ..." syntax in MSVC build scripts.Tom Lane
2015-05-18Add error-throwing wrappers for the printf family of functions.Noah Misch
2015-04-29Enable transforms tests for python 2 on MSVC buildsAndrew Dunstan
2015-04-28Fix MSVC builds for contrib transforms modules.Andrew Dunstan
2015-04-27Fix vcbuild failures and chkpass dependency caused by 854adb8Andrew Dunstan
2015-04-26Try to unbreak some MSVC builds following forward slash change.Andrew Dunstan
2015-04-25Replace backslashes by forward slashes in MSVC build codePeter Eisentraut
2015-04-24Remove superfluous -DFRONTEND.Noah Misch
2015-04-24Build every ECPG library with -DFRONTEND.Noah Misch
2015-04-23Improve speed of make check-worldPeter Eisentraut
2015-04-21Move pg_xlogdump from contrib/ to src/bin/Peter Eisentraut
2015-04-21Move pg_test_timing from contrib/ to src/bin/Peter Eisentraut
2015-04-20Move pg_test_fsync from contrib/ to src/bin/Peter Eisentraut
2015-04-17Add new target modulescheck in vcregress.plAlvaro Herrera
2015-04-16MSVC: install src/test/modules together with contribAlvaro Herrera
2015-04-16MSVC: Include modules of src/test/modules in buildAlvaro Herrera
2015-04-14Move pg_upgrade from contrib/ to src/bin/Peter Eisentraut
2015-04-14Use Intel SSE 4.2 CRC instructions where available.Heikki Linnakangas
2015-04-14Reorganize our CRC source files again.Heikki Linnakangas
2015-04-13pgbench: Attempt fix build on WindowsPeter Eisentraut
2015-04-13Move pgbench from contrib/ to src/bin/Peter Eisentraut
2015-04-13emacs: Set indent-tabs-mode in perl-modePeter Eisentraut
2015-04-12Move pg_archivecleanup from contrib/ to src/bin/Peter Eisentraut
2015-04-09Fix typoMagnus Hagander