summaryrefslogtreecommitdiff
path: root/src/tools
AgeCommit message (Expand)Author
2011-02-18Use $INDENT instead of `which` to find the indent binaryAlvaro Herrera
2011-02-18Use $INDENT rather than indent throughout the pgindent codeAlvaro Herrera
2011-02-15Fix MSVC build scripts for recent extension-related changes.Tom Lane
2011-02-14Remove no-longer-needed special case hacks in MSVC build scripts.Tom Lane
2011-02-07Implement genuine serializable isolation level.Heikki Linnakangas
2011-02-06Rename macro DECIMAL to DECIMAL_T to help pgindent; this is alreadyBruce Momjian
2011-02-05Attempt to unbreak MSVC builds after pipe.c move.Andrew Dunstan
2011-02-04Make handling of errcodes.h more consistent with other generated headers.Robert Haas
2011-02-04Use single quotes when there are backslashes in the filenameMagnus Hagander
2011-02-04Avoid maintaining three separate copies of the error codes list.Robert Haas
2011-01-24Exclude sepgsql from MSVC regression testing as wellMagnus Hagander
2011-01-24Blind attempt to exclude sepgsql from MSVC build system.Robert Haas
2011-01-23Silence flex warnings about DOS file paths in MSVC buildsAndrew Dunstan
2011-01-23Add pg_basebackup tool for streaming base backupsMagnus Hagander
2011-01-22Link libpgport into pg_test_fsync on msvcMagnus Hagander
2011-01-21Move test_fsync to /contrib.Bruce Momjian
2011-01-18In test_fsync, adjust test headings to match wal_sync_method values;Bruce Momjian
2011-01-18Remove "github test" that somehow got into my tree. Sorry.Bruce Momjian
2011-01-18github testBruce Momjian
2011-01-17Add getopt() support to test_fsync; also fix printf() format problem.Bruce Momjian
2011-01-16In test_fsync, use #define for printf format of ops/sec.Bruce Momjian
2011-01-16Use O_DIRECT in O_SYNC test of different size. Restructure O_DIRECTBruce Momjian
2011-01-15Reverse number of stars used for test_fsync details.Bruce Momjian
2011-01-15In test_fsync, warn about options without o_direct that are not used byBruce Momjian
2011-01-15Have test_fsync output details that fdatasync is the defaultBruce Momjian
2011-01-15Restructure test_fync to use modular C so there is less duplicate codeBruce Momjian
2011-01-15Improve output display of test_fsync.Bruce Momjian
2011-01-15Apply patch for test_fsync to add tests for O_DIRECT.Bruce Momjian
2011-01-14Use a lexer and grammar for parsing walsender commandsMagnus Hagander
2011-01-09Ensure the directory for gram.h is created on win32Magnus Hagander
2011-01-09Properly install gram.h on MSVC buildsMagnus Hagander
2011-01-03perltidy run on the MSVC build systemMagnus Hagander
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-12-27Remove -fno-operator-names switch from cpluspluscheck.Tom Lane
2010-12-27Rearrange cpluspluscheck to check just one .h file at a time.Tom Lane
2010-12-27Tweak cpluspluscheck to avoid directly #include'ing gram.h.Tom Lane
2010-12-11Add required new port files to MSVC builds.Magnus Hagander
2010-11-26Add inet_net_ntop.c as needed by MSVC, per Magnus.Bruce Momjian
2010-11-23Remove useless whitespace at end of linesPeter Eisentraut
2010-11-13Attempt to fix MSVC builds broken by parallel make changes.Andrew Dunstan
2010-11-12Improved parallel make supportPeter Eisentraut
2010-10-17Fix msvc build for localized versions of Visual C++Magnus Hagander
2010-10-02Remove excess argument to open(2).Tom Lane
2010-09-28Fix MSVC builds for dummy_seclabel breakage.Andrew Dunstan
2010-09-27Improve git_changelog as per discussion with Robert Haas.Tom Lane
2010-09-26Still more tweaking of git_changelog.Tom Lane
2010-09-26Fix some more bugs in git_changelog.Tom Lane
2010-09-26Minor improvements to git_changelog.Tom Lane
2010-09-25Rename git_topo_order -> git_changelog, per discussion.Tom Lane
2010-09-22Fix remaining stray references to CVS.Tom Lane