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