summaryrefslogtreecommitdiff
path: root/src/tools
Commit message (Expand)AuthorAgeFilesLines
* Remove -fno-operator-names switch from cpluspluscheck.Tom Lane2010-12-271-3/+1
* Rearrange cpluspluscheck to check just one .h file at a time.Tom Lane2010-12-271-25/+26
* Tweak cpluspluscheck to avoid directly #include'ing gram.h.Tom Lane2010-12-271-6/+8
* Add required new port files to MSVC builds.Magnus Hagander2010-12-111-2/+3
* Add inet_net_ntop.c as needed by MSVC, per Magnus.Bruce Momjian2010-11-261-1/+1
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-2316-43/+43
* Attempt to fix MSVC builds broken by parallel make changes.Andrew Dunstan2010-11-121-1/+1
* Improved parallel make supportPeter Eisentraut2010-11-122-4/+4
* Fix msvc build for localized versions of Visual C++Magnus Hagander2010-10-171-1/+1
* Remove excess argument to open(2).Tom Lane2010-10-021-1/+1
* Fix MSVC builds for dummy_seclabel breakage.Andrew Dunstan2010-09-281-0/+1
* Improve git_changelog as per discussion with Robert Haas.Tom Lane2010-09-261-21/+119
* Still more tweaking of git_changelog.Tom Lane2010-09-261-5/+19
* Fix some more bugs in git_changelog.Tom Lane2010-09-261-18/+19
* Minor improvements to git_changelog.Tom Lane2010-09-251-6/+16
* Rename git_topo_order -> git_changelog, per discussion.Tom Lane2010-09-252-6/+12
* Fix remaining stray references to CVS.Tom Lane2010-09-222-1/+2
* pgcvslog isn't useful anymore, either.Tom Lane2010-09-211-293/+0
* add_cvs_markers isn't useful anymore.Tom Lane2010-09-211-49/+0
* Remove various mentions of CVS from src/tools/RELEASE_CHANGES.Robert Haas2010-09-211-8/+8
* git_topo_order script, to match up commits across branches.Robert Haas2010-09-211-0/+155
* Remove cvs keywords from all files.Magnus Hagander2010-09-2064-64/+64
* Introduce latches. A latch is a boolean variable, with the capability toHeikki Linnakangas2010-09-111-1/+2
* Remove extra newlines at end and beginning of files, add missing newlinesPeter Eisentraut2010-08-1912-21/+9
* Print each test_fsync description while test is running, rather than atBruce Momjian2010-07-131-33/+33
* Document bump of minor library version numbers.Bruce Momjian2010-07-121-4/+4
* Stamp HEAD as 9.1devel.Tom Lane2010-07-091-2/+2
* Mention why one C file fails pgindent.Bruce Momjian2010-07-061-2/+4
* pgindent run for 9.0, second runBruce Momjian2010-07-061-7/+7
* Update pgindent testing instructions.Bruce Momjian2010-07-062-54/+24
* Split the LDFLAGS make variable into two parts: LDFLAGS is now used forTom Lane2010-07-053-6/+6
* Simplify test_fsync duration computation.Bruce Momjian2010-07-041-13/+6
* Report test_fynsc times in tests per second, instead of total seconds.Bruce Momjian2010-07-041-23/+32
* Unbreak MSVC builds by removing copydir.c from list of libpgport filesAndrew Dunstan2010-07-021-2/+2
* Unbreak MSVC builds for pg_archivecleanup by linking with libpgportAndrew Dunstan2010-06-151-2/+2
* Fix MSVC builds for recent plperl changes. Go back to version 8.2, which isAndrew Dunstan2010-05-131-4/+19
* Properly support multi-line entires (such as OBJS=) when buildingMagnus Hagander2010-05-131-2/+3
* Add missing library and include support for pg_upgrade to MSVC build system.Andrew Dunstan2010-05-131-3/+5
* Fix various instances of "the the".Robert Haas2010-04-231-1/+1
* Add script to enumerate the timezones in the Windows registry and compareMagnus Hagander2010-04-152-1/+136
* Perltidy run over the MSVC build system files, to clean up code formattingMagnus Hagander2010-04-097-247/+286
* Exclude unwanted typedef symbols in pgindent, including FD_SET which is found...Andrew Dunstan2010-04-051-5/+5
* Use a file of patterns of filenames to exclude from pgindent runs, instead if...Andrew Dunstan2010-04-012-6/+11
* Adding special command line option that is now needed for the one ecpg regres...Michael Meskes2010-03-211-0/+3
* Mention way to get commit details for release notes.Bruce Momjian2010-03-181-0/+1
* Update oidjoins regression test for 9.0.Tom Lane2010-03-141-6/+7
* Make iconv work like other optional libraries for MSVC.Andrew Dunstan2010-03-031-2/+6
* Add missing library and include dir for XSLT in MSVC buildsAndrew Dunstan2010-03-021-1/+6
* Do not run regression tests for contrib/xml2 on MSVC unless building with XMLAndrew Dunstan2010-03-021-1/+4
* Add XSLT defines for MSVC buildsAndrew Dunstan2010-03-021-1/+6