aboutsummaryrefslogtreecommitdiff
path: root/src/tools
Commit message (Expand)AuthorAge
* Adjust valgrind suppression to the changes in 2c03216d8311.Andres Freund2014-12-18
* Recognize Makefile line continuations in fetchRegressOpts().Noah Misch2014-12-18
* Lock down regression testing temporary clusters on Windows.Noah Misch2014-12-17
* Clarify the regexp used to detect source files in MSVC builds.Heikki Linnakangas2014-12-17
* Add missing documentation for some vcregress modesMagnus Hagander2014-12-17
* Update comments in find_typedef.Tom Lane2014-11-18
* Add valgrind suppression for pg_atomic_init_u64.Andres Freund2014-11-14
* Adapt valgrind.supp to the XLogInsert() split.Andres Freund2014-11-14
* Add valgrind suppression for padding bytes in twophase records.Andres Freund2014-09-01
* Rework 'MOVE ALL' to 'ALTER .. ALL IN TABLESPACE'Stephen Frost2014-08-21
* Finish adding file version information to installed Windows binaries.Noah Misch2014-08-18
* Break out OpenSSL-specific code to separate files.Heikki Linnakangas2014-08-11
* MSVC: Substitute $(top_builddir) in REGRESS_OPTS.Noah Misch2014-07-23
* Remove dependency on wsock32.lib in favor of ws2_32Magnus Hagander2014-07-15
* Move view reloptions into their own varlena structAlvaro Herrera2014-07-14
* Add file version information to most installed Windows binaries.Noah Misch2014-07-14
* MSVC: Apply icons to all binaries having them in a MinGW build.Noah Misch2014-07-14
* MSVC: Process Makefile line continuations more like "make" does.Noah Misch2014-07-14
* MSVC: Recognize PGFILEDESC in contrib and conversion_procs modules.Noah Misch2014-07-14
* Fix warnings added in 8d9a0e85bd6ab4fe5268a1d759a787f72ff9333e.Noah Misch2014-07-14
* Support --with-extra-version equivalent functionality in MSVC buildMagnus Hagander2014-07-12
* Fix the MSVC build process for uuid-ossp.Noah Misch2014-06-18
* Add mkdtemp() to libpgport.Noah Misch2014-06-14
* emacs.samples: Reliably override ".dir-locals.el".Noah Misch2014-06-13
* Stamp shared-library minor version numbers for 9.5.Tom Lane2014-06-10
* Stamp HEAD as 9.5devel.Tom Lane2014-06-10
* Fix typos in MSVC solution file.Heikki Linnakangas2014-05-30
* Fix obsolete config-module-exclusion logic in vcregress.pl.Tom Lane2014-05-27
* Add Valgrind suppression for reorderbuffer padding bytes.Noah Misch2014-05-12
* Ignore config.pl and buildenv.pl in src/tools/msvc.Tom Lane2014-05-12
* Remove pgindent ecpg exclusion patternBruce Momjian2014-05-06
* Improve pgindent test instructionsBruce Momjian2014-05-06
* pgindent run for 9.4Bruce Momjian2014-05-06
* Adjust pgindent to remove tabs after periods in C comments.Bruce Momjian2014-05-06
* Update typedef list in preparation for pgindent runBruce Momjian2014-05-06
* Replace SYSTEMQUOTEs with Windows-specific wrapper functions.Heikki Linnakangas2014-05-05
* Properly build pg_recvlogical in the msvc build systemMagnus Hagander2014-04-24
* Update oidjoins regression test for 9.4.Tom Lane2014-04-16
* Attempt to get plpython regression tests working again for MSVC builds.Andrew Dunstan2014-04-16
* The new pointer_to_struct test needs a special command line parameter to ecpg.Michael Meskes2014-04-10
* Allow logical decoding via the walsender interface.Robert Haas2014-03-10
* Introduce logical decoding.Robert Haas2014-03-03
* Disable RandomizedBaseAddress on MSVC buildsMagnus Hagander2014-02-18
* Rename 'gmake' to 'make' in docs and recommended commandsBruce Momjian2014-02-12
* Make gendef.pl emit DATA annotations for global variables.Tom Lane2014-02-11
* Don't generate plain-text HISTORY and src/test/regress/README anymore.Tom Lane2014-02-10
* Introduce replication slots.Robert Haas2014-01-31
* pgindent: add Perl commentBruce Momjian2014-01-31
* pgindent: add --list-of-typedefs optionBruce Momjian2014-01-31
* entab: add new optionsBruce Momjian2014-01-31