aboutsummaryrefslogtreecommitdiff
path: root/src/tools
Commit message (Expand)AuthorAge
* Remove excess argument to open(2).Tom Lane2010-10-02
* Unbreak MSVC builds by removing copydir.c from list of libpgport filesAndrew Dunstan2010-07-03
* Fix regression test name for plperlu_plperl in msvc.Andrew Dunstan2010-06-03
* Run recently backported plperlu_plperl regression tests when building with MS...Andrew Dunstan2010-06-02
* Fix MSVC builds for recent plperl changes. Go back to version 8.2, which isAndrew Dunstan2010-05-13
* 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
* Backpatch MSVC build fix for XSLTAndrew Dunstan2010-03-02
* fsync test filesBruce Momjian2009-09-21
* Adjust test_fsync code to be more sane.Bruce Momjian2009-08-10
* Enable the use of multiple CPUs/cores when building on MSVC. This onlyMagnus Hagander2009-08-10
* Tighten typedef check for Linux.Bruce Momjian2009-06-12
* Mention BSD/OS find_typedef behavior.Bruce Momjian2009-06-12
* Document struct/union problem with pgindent.Bruce Momjian2009-06-11
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Add FreeBSD support for find_typedef, per request from Andrew.Bruce Momjian2009-06-11
* Fix Linux typedef code.Bruce Momjian2009-06-10
* Fix BSD find_typedef logic.Bruce Momjian2009-06-10
* Update pgindent instructions.Bruce Momjian2009-06-10
* Document new location for typedef list.Bruce Momjian2009-06-10
* Search for versioned perl library instead of using hardcoded name on Windows....Andrew Dunstan2009-06-05
* Fix sgml-mode example. thanks Andrew DunstanPeter Eisentraut2009-05-20
* Add some instructions on how to customize emacs for working on the SGMLPeter Eisentraut2009-05-18
* Add missing third argument to open().Bruce Momjian2009-05-08
* Replace a couple of references to files that no longer exist in the sourcePeter Eisentraut2009-05-04
* We don't need major_release_split any more.Tom Lane2009-05-02
* Clean up check_keywords.pl script, making it 'strict' and removing a fewHeikki Linnakangas2009-04-30
* Add check_keyword.pl script to perform some basic sanity checks to theHeikki Linnakangas2009-04-29
* Read nls.nk files to determine the proper name of NLS catalogs to install.Magnus Hagander2009-04-20
* No more need to update FAQs.Bruce Momjian2009-04-09
* Add URL for config.guess/sub updatesPeter Eisentraut2009-04-09
* Support Perl 5.10 and TCL 8.5 in MSVC builds.Magnus Hagander2009-04-07
* Fix MSVC build for new ways to pull in keywords.c and kwlookup.c.Magnus Hagander2009-03-08
* Remove references to foreign data wrapper libraries, since they haveMagnus Hagander2009-02-25
* Make win32 builds always do SetEnvironmentVariable() when doing putenv().Magnus Hagander2009-01-21
* Install .mo files for NLS as <program>-<version>.mo when building with MSVCMagnus Hagander2009-01-21
* Make 'find' syntax consistent; add .git exclusion to make_ctags.Bruce Momjian2009-01-14
* Avoid version-control system directories when creating TAGS. BesidesPeter Eisentraut2009-01-14
* Remove useless (and insecure) temp file handling.Peter Eisentraut2009-01-13
* Make the MSVC build output "32-bit" at the end of the version string, theMagnus Hagander2009-01-06
* Be smarter --- accept missing comma, and force comma if missing.Bruce Momjian2009-01-01
* Mention src/interfaces/libpq/libpq.rc.in needs to be updated forBruce Momjian2009-01-01
* Make comma optional for copyright text change.Bruce Momjian2009-01-01
* Update copyright for 2009.Bruce Momjian2009-01-01
* Teach MSVC build system about building foreign data wrappers.Magnus Hagander2008-12-20
* Attempt to fix MSVC breakage from Major Version patch.Andrew Dunstan2008-12-16
* Change wildcard cerfificate mapping to be much simler - we now only matchMagnus Hagander2008-12-02
* Remove the last traces of --temp-port.Tom Lane2008-12-01
* Partial fix for fallout from temp-port changes. ecpg still needs more work,Tom Lane2008-11-28