summaryrefslogtreecommitdiff
path: root/src/tools
AgeCommit message (Expand)Author
2012-02-03Revert "Stamp HEAD as 1.0devel."Michael P
2012-01-26Stamp HEAD as 1.0devel.Michael P
2011-06-10Add comment about pg_ctl stopAlvaro Herrera
2011-06-10Mention "pg_ctl stop" in pgindent README instructions.Bruce Momjian
2011-06-09Update typedef list for upcoming pgindent run.Bruce Momjian
2011-05-25Convert builddoc.bat into a perl script that actually works.Andrew Dunstan
2011-05-23Remove spurious underscore in name of isolation tester on MSVC.Andrew Dunstan
2011-05-16Add required psqldir setting for isolation checks.Andrew Dunstan
2011-05-15Add missing check function lookup.Andrew Dunstan
2011-05-15Build and run isolation test programs under MSVC.Andrew Dunstan
2011-04-25Adjust yywrap macro for non-reentrant scanners for MSVC.Andrew Dunstan
2011-04-23Improve findoidjoins to cover more cases.Tom Lane
2011-04-23Update oidjoins regression test for 9.1 catalog schema additions.Tom Lane
2011-04-22Small update to emacs example configurationPeter Eisentraut
2011-04-22Add fill-column setting to emacs example configurationsPeter Eisentraut
2011-04-19Refix the unaccent regression test on MSVC properlyPeter Eisentraut
2011-04-19Treat config.pl as optional in vcregress.plPeter Eisentraut
2011-04-19Fix typoPeter Eisentraut
2011-04-15Rename pg_regress option --multibyte to --encodingPeter Eisentraut
2011-04-09Latest consolidated typedef list from buildfarm.Andrew Dunstan
2011-04-08Avoid use of mixed slash style paths in arguments to xcopy in MSVC builds.Andrew Dunstan
2011-04-04Update MSVC toolchain to match SGML entity uppercasingAlvaro Herrera
2011-03-11Add comment to tools/git-external-diff.Bruce Momjian
2011-03-10Add proper git-external-diff script to src/tools.Bruce Momjian
2011-03-05Add PL extension files to MSVC Install procedure.Andrew Dunstan
2011-03-05Make plpythonu language use plpython2 shared library directly.Tom Lane
2011-03-05Create extension infrastructure for the core procedural languages.Tom Lane
2011-02-28PL/Python custom SPI exceptionsPeter Eisentraut
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