summaryrefslogtreecommitdiff
path: root/src/tools
Commit message (Expand)AuthorAgeFilesLines
* MSVC: Substitute $(top_builddir) in REGRESS_OPTS.Noah Misch2014-07-231-3/+7
* Remove dependency on wsock32.lib in favor of ws2_32Magnus Hagander2014-07-151-8/+5
* Move view reloptions into their own varlena structAlvaro Herrera2014-07-141-0/+1
* Add file version information to most installed Windows binaries.Noah Misch2014-07-141-0/+6
* MSVC: Apply icons to all binaries having them in a MinGW build.Noah Misch2014-07-141-3/+4
* MSVC: Process Makefile line continuations more like "make" does.Noah Misch2014-07-145-11/+11
* MSVC: Recognize PGFILEDESC in contrib and conversion_procs modules.Noah Misch2014-07-142-56/+16
* Fix warnings added in 8d9a0e85bd6ab4fe5268a1d759a787f72ff9333e.Noah Misch2014-07-141-2/+4
* Support --with-extra-version equivalent functionality in MSVC buildMagnus Hagander2014-07-122-21/+23
* Fix the MSVC build process for uuid-ossp.Noah Misch2014-06-181-0/+1
* Add mkdtemp() to libpgport.Noah Misch2014-06-141-1/+1
* emacs.samples: Reliably override ".dir-locals.el".Noah Misch2014-06-131-1/+6
* Stamp shared-library minor version numbers for 9.5.Tom Lane2014-06-101-1/+1
* Stamp HEAD as 9.5devel.Tom Lane2014-06-102-2/+2
* Fix typos in MSVC solution file.Heikki Linnakangas2014-05-301-6/+6
* Fix obsolete config-module-exclusion logic in vcregress.pl.Tom Lane2014-05-272-2/+7
* Add Valgrind suppression for reorderbuffer padding bytes.Noah Misch2014-05-121-0/+12
* Ignore config.pl and buildenv.pl in src/tools/msvc.Tom Lane2014-05-121-0/+3
* Remove pgindent ecpg exclusion patternBruce Momjian2014-05-061-2/+0
* Improve pgindent test instructionsBruce Momjian2014-05-061-0/+2
* pgindent run for 9.4Bruce Momjian2014-05-067-155/+169
* Adjust pgindent to remove tabs after periods in C comments.Bruce Momjian2014-05-061-1/+1
* Update typedef list in preparation for pgindent runBruce Momjian2014-05-061-25/+128
* Replace SYSTEMQUOTEs with Windows-specific wrapper functions.Heikki Linnakangas2014-05-051-1/+1
* Properly build pg_recvlogical in the msvc build systemMagnus Hagander2014-04-241-0/+5
* Update oidjoins regression test for 9.4.Tom Lane2014-04-162-5/+13
* Attempt to get plpython regression tests working again for MSVC builds.Andrew Dunstan2014-04-161-2/+9
* The new pointer_to_struct test needs a special command line parameter to ecpg.Michael Meskes2014-04-101-0/+3
* Allow logical decoding via the walsender interface.Robert Haas2014-03-101-0/+1
* Introduce logical decoding.Robert Haas2014-03-031-0/+33
* Disable RandomizedBaseAddress on MSVC buildsMagnus Hagander2014-02-182-0/+2
* Rename 'gmake' to 'make' in docs and recommended commandsBruce Momjian2014-02-121-4/+4
* Make gendef.pl emit DATA annotations for global variables.Tom Lane2014-02-111-51/+154
* Don't generate plain-text HISTORY and src/test/regress/README anymore.Tom Lane2014-02-101-1/+0
* Introduce replication slots.Robert Haas2014-01-311-0/+2
* pgindent: add Perl commentBruce Momjian2014-01-311-0/+2
* pgindent: add --list-of-typedefs optionBruce Momjian2014-01-311-1/+9
* entab: add new optionsBruce Momjian2014-01-311-3/+33
* pgindent: preserve blank lines around #else/#endifBruce Momjian2014-01-301-7/+1
* Fix pointer processing in new entab.c functionBruce Momjian2014-01-291-1/+1
* Add C functions to centralize entab processingBruce Momjian2014-01-291-23/+23
* Add more C comments to entab.c.Bruce Momjian2014-01-291-5/+28
* Relax the requirement that all lwlocks be stored in a single array.Robert Haas2014-01-271-1/+0
* Provide for client-only installs with MSVC.Andrew Dunstan2014-01-264-57/+89
* Enable building with Visual Studion 2013.Andrew Dunstan2014-01-264-5/+84
* Allow case insensitive build version argument for MSVC.Andrew Dunstan2014-01-231-2/+2
* Rename msvc build option krb5 to gssMagnus Hagander2014-01-191-7/+7
* Remove support for native krb5 authenticationMagnus Hagander2014-01-192-6/+1
* Add ALTER TABLESPACE ... MOVE commandStephen Frost2014-01-181-0/+1
* Move username lookup functions from /port to /commonBruce Momjian2014-01-101-2/+2