summaryrefslogtreecommitdiff
path: root/src/tools
AgeCommit message (Expand)Author
2010-09-21pgcvslog isn't useful anymore, either.Tom Lane
2010-09-21add_cvs_markers isn't useful anymore.Tom Lane
2010-09-21Remove various mentions of CVS from src/tools/RELEASE_CHANGES.Robert Haas
2010-09-21git_topo_order script, to match up commits across branches.Robert Haas
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-09-11Introduce latches. A latch is a boolean variable, with the capability toHeikki Linnakangas
2010-08-19Remove extra newlines at end and beginning of files, add missing newlinesPeter Eisentraut
2010-07-13Print each test_fsync description while test is running, rather than atBruce Momjian
2010-07-12Document bump of minor library version numbers.Bruce Momjian
2010-07-09Stamp HEAD as 9.1devel.Tom Lane
2010-07-06Mention why one C file fails pgindent.Bruce Momjian
2010-07-06pgindent run for 9.0, second runBruce Momjian
2010-07-06Update pgindent testing instructions.Bruce Momjian
2010-07-05Split the LDFLAGS make variable into two parts: LDFLAGS is now used forTom Lane
2010-07-04Simplify test_fsync duration computation.Bruce Momjian
2010-07-04Report test_fynsc times in tests per second, instead of total seconds.Bruce Momjian
2010-07-02Unbreak MSVC builds by removing copydir.c from list of libpgport filesAndrew Dunstan
2010-06-15Unbreak MSVC builds for pg_archivecleanup by linking with libpgportAndrew Dunstan
2010-05-13Fix MSVC builds for recent plperl changes. Go back to version 8.2, which isAndrew Dunstan
2010-05-13Properly support multi-line entires (such as OBJS=) when buildingMagnus Hagander
2010-05-13Add missing library and include support for pg_upgrade to MSVC build system.Andrew Dunstan
2010-04-23Fix various instances of "the the".Robert Haas
2010-04-15Add script to enumerate the timezones in the Windows registry and compareMagnus Hagander
2010-04-09Perltidy run over the MSVC build system files, to clean up code formattingMagnus Hagander
2010-04-05Exclude unwanted typedef symbols in pgindent, including FD_SET which is found...Andrew Dunstan
2010-04-01Use a file of patterns of filenames to exclude from pgindent runs, instead if...Andrew Dunstan
2010-03-21Adding special command line option that is now needed for the one ecpg regres...Michael Meskes
2010-03-18Mention way to get commit details for release notes.Bruce Momjian
2010-03-14Update oidjoins regression test for 9.0.Tom Lane
2010-03-03Make iconv work like other optional libraries for MSVC.Andrew Dunstan
2010-03-02Add missing library and include dir for XSLT in MSVC buildsAndrew Dunstan
2010-03-02Do not run regression tests for contrib/xml2 on MSVC unless building with XMLAndrew Dunstan
2010-03-02Add XSLT defines for MSVC buildsAndrew Dunstan
2010-02-26Suggest gmake installcheck-world for pgindent testing.Bruce Momjian
2010-02-26Revert pgindent changes to ecpg include files that are part of ecpgBruce Momjian
2010-02-26Wording improvements to README.Bruce Momjian
2010-02-26Update pgindent docs to use maintainer-clean.Bruce Momjian
2010-02-26Document why pgindent wants a fresh CVS checkout.Bruce Momjian
2010-02-26Call output file typedefs.list; update README.Bruce Momjian
2010-02-26Update pgindent instructions.Bruce Momjian
2010-02-26pgindent run for 9.0Bruce Momjian
2010-02-26Add pgindent typedefs file to CVS.Bruce Momjian
2010-02-26Update pgindent instructions to avoid changes to flex output files.Bruce Momjian
2010-02-17Stamp HEAD as 9.0devel, and update various places that were referring to 8.5Tom Lane
2010-02-15Fix another stupid typo...Magnus Hagander
2010-02-14Make the msvc build system ask python about details of version and installationMagnus Hagander
2010-01-20Adjust MSVC build script too, now that the walreceiver dynamic moduleHeikki Linnakangas
2010-01-20Fix typo in Mkvcbuild.plAndrew Dunstan
2010-01-20Build plperl's new Util.xsAndrew Dunstan
2010-01-17Add include directory for dblink to find fmgroids.h on VS2008 builds.Magnus Hagander