aboutsummaryrefslogtreecommitdiff
path: root/src/tools
Commit message (Expand)AuthorAge
* Link libpgport into pg_test_fsync on msvcMagnus Hagander2011-01-22
* Move test_fsync to /contrib.Bruce Momjian2011-01-21
* In test_fsync, adjust test headings to match wal_sync_method values;Bruce Momjian2011-01-18
* Remove "github test" that somehow got into my tree. Sorry.Bruce Momjian2011-01-17
* github testBruce Momjian2011-01-17
* Add getopt() support to test_fsync; also fix printf() format problem.Bruce Momjian2011-01-17
* In test_fsync, use #define for printf format of ops/sec.Bruce Momjian2011-01-16
* Use O_DIRECT in O_SYNC test of different size. Restructure O_DIRECTBruce Momjian2011-01-15
* Reverse number of stars used for test_fsync details.Bruce Momjian2011-01-15
* In test_fsync, warn about options without o_direct that are not used byBruce Momjian2011-01-15
* Have test_fsync output details that fdatasync is the defaultBruce Momjian2011-01-15
* Restructure test_fync to use modular C so there is less duplicate codeBruce Momjian2011-01-15
* Improve output display of test_fsync.Bruce Momjian2011-01-15
* Apply patch for test_fsync to add tests for O_DIRECT.Bruce Momjian2011-01-15
* Use a lexer and grammar for parsing walsender commandsMagnus Hagander2011-01-14
* Ensure the directory for gram.h is created on win32Magnus Hagander2011-01-09
* Properly install gram.h on MSVC buildsMagnus Hagander2011-01-09
* perltidy run on the MSVC build systemMagnus Hagander2011-01-03
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove -fno-operator-names switch from cpluspluscheck.Tom Lane2010-12-27
* Rearrange cpluspluscheck to check just one .h file at a time.Tom Lane2010-12-27
* Tweak cpluspluscheck to avoid directly #include'ing gram.h.Tom Lane2010-12-27
* Add required new port files to MSVC builds.Magnus Hagander2010-12-11
* Add inet_net_ntop.c as needed by MSVC, per Magnus.Bruce Momjian2010-11-26
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-23
* Attempt to fix MSVC builds broken by parallel make changes.Andrew Dunstan2010-11-12
* Improved parallel make supportPeter Eisentraut2010-11-12
* Fix msvc build for localized versions of Visual C++Magnus Hagander2010-10-17
* Remove excess argument to open(2).Tom Lane2010-10-02
* Fix MSVC builds for dummy_seclabel breakage.Andrew Dunstan2010-09-28
* Improve git_changelog as per discussion with Robert Haas.Tom Lane2010-09-26
* Still more tweaking of git_changelog.Tom Lane2010-09-26
* Fix some more bugs in git_changelog.Tom Lane2010-09-26
* Minor improvements to git_changelog.Tom Lane2010-09-25
* Rename git_topo_order -> git_changelog, per discussion.Tom Lane2010-09-25
* Fix remaining stray references to CVS.Tom Lane2010-09-22
* pgcvslog isn't useful anymore, either.Tom Lane2010-09-21
* add_cvs_markers isn't useful anymore.Tom Lane2010-09-21
* Remove various mentions of CVS from src/tools/RELEASE_CHANGES.Robert Haas2010-09-21
* git_topo_order script, to match up commits across branches.Robert Haas2010-09-21
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Introduce latches. A latch is a boolean variable, with the capability toHeikki Linnakangas2010-09-11
* Remove extra newlines at end and beginning of files, add missing newlinesPeter Eisentraut2010-08-19
* Print each test_fsync description while test is running, rather than atBruce Momjian2010-07-13
* Document bump of minor library version numbers.Bruce Momjian2010-07-12
* Stamp HEAD as 9.1devel.Tom Lane2010-07-09
* Mention why one C file fails pgindent.Bruce Momjian2010-07-06
* pgindent run for 9.0, second runBruce Momjian2010-07-06
* Update pgindent testing instructions.Bruce Momjian2010-07-06
* Split the LDFLAGS make variable into two parts: LDFLAGS is now used forTom Lane2010-07-05