aboutsummaryrefslogtreecommitdiff
path: root/src/tools
Commit message (Expand)AuthorAge
* Fix MSVC builds for recent plperl changes. Go back to version 8.2, which isAndrew Dunstan2010-05-13
* Properly support multi-line entires (such as OBJS=) when buildingMagnus Hagander2010-05-13
* Add missing library and include support for pg_upgrade to MSVC build system.Andrew Dunstan2010-05-13
* Fix various instances of "the the".Robert Haas2010-04-23
* Add script to enumerate the timezones in the Windows registry and compareMagnus Hagander2010-04-15
* Perltidy run over the MSVC build system files, to clean up code formattingMagnus Hagander2010-04-09
* Exclude unwanted typedef symbols in pgindent, including FD_SET which is found...Andrew Dunstan2010-04-05
* Use a file of patterns of filenames to exclude from pgindent runs, instead if...Andrew Dunstan2010-04-01
* Adding special command line option that is now needed for the one ecpg regres...Michael Meskes2010-03-21
* Mention way to get commit details for release notes.Bruce Momjian2010-03-18
* Update oidjoins regression test for 9.0.Tom Lane2010-03-14
* Make iconv work like other optional libraries for MSVC.Andrew Dunstan2010-03-03
* Add missing library and include dir for XSLT in MSVC buildsAndrew Dunstan2010-03-02
* Do not run regression tests for contrib/xml2 on MSVC unless building with XMLAndrew Dunstan2010-03-02
* Add XSLT defines for MSVC buildsAndrew Dunstan2010-03-02
* Suggest gmake installcheck-world for pgindent testing.Bruce Momjian2010-02-26
* Revert pgindent changes to ecpg include files that are part of ecpgBruce Momjian2010-02-26
* Wording improvements to README.Bruce Momjian2010-02-26
* Update pgindent docs to use maintainer-clean.Bruce Momjian2010-02-26
* Document why pgindent wants a fresh CVS checkout.Bruce Momjian2010-02-26
* Call output file typedefs.list; update README.Bruce Momjian2010-02-26
* Update pgindent instructions.Bruce Momjian2010-02-26
* pgindent run for 9.0Bruce Momjian2010-02-26
* Add pgindent typedefs file to CVS.Bruce Momjian2010-02-26
* Update pgindent instructions to avoid changes to flex output files.Bruce Momjian2010-02-26
* Stamp HEAD as 9.0devel, and update various places that were referring to 8.5Tom Lane2010-02-17
* Fix another stupid typo...Magnus Hagander2010-02-15
* Make the msvc build system ask python about details of version and installationMagnus Hagander2010-02-14
* Adjust MSVC build script too, now that the walreceiver dynamic moduleHeikki Linnakangas2010-01-20
* Fix typo in Mkvcbuild.plAndrew Dunstan2010-01-20
* Build plperl's new Util.xsAndrew Dunstan2010-01-20
* Add include directory for dblink to find fmgroids.h on VS2008 builds.Magnus Hagander2010-01-17
* Build the walreceiver library on MSVC as well.Magnus Hagander2010-01-16
* remove use of temp file for perlchunks.h, as in recent change to plperl GNUma...Andrew Dunstan2010-01-11
* Provide regression testing for plperlu, and for plperl+plperlu interaction.Andrew Dunstan2010-01-09
* Build perlchunks.h for plperl on MSVCAndrew Dunstan2010-01-09
* Move the default configuration for the MSVC build system to config_default.pl,Magnus Hagander2010-01-05
* Disable linker warning 4197 on Win64, that is caused by the fact that we exportMagnus Hagander2010-01-05
* Get rid of the need for manual maintenance of the initial contents ofTom Lane2010-01-05
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Silence compiler warning about size of size_t being larger than the resultMagnus Hagander2010-01-02
* Detect a 64-bit build environment on Windows, and generate the appropriateMagnus Hagander2010-01-01
* Delete solution cache file on clean, if it exists.Magnus Hagander2010-01-01
* Exclude part of the product name string that is localized in Japanese versionsMagnus Hagander2009-12-30
* Add basic build support for Visual Studio 2008, without resorting toMagnus Hagander2009-12-23
* plpgsql patch broke the MSVC build, too.Tom Lane2009-12-19
* Add notes about updating disk and shared memory size information in theMagnus Hagander2009-12-09
* test_fsync:Bruce Momjian2009-11-28
* Remove plpgsql's separate lexer (finally!), in favor of using the core lexerTom Lane2009-11-12
* Update translation updating procedure. This pertains to some changes IPeter Eisentraut2009-10-20