summaryrefslogtreecommitdiff
path: root/src/tools
Commit message (Expand)AuthorAgeFilesLines
* Add REL9_1_STABLE to the set of branches tracked by git_changelog.Tom Lane2011-06-191-3/+5
* Stamp HEAD as 9.2devel.Tom Lane2011-06-111-1/+1
* Add comment about pg_ctl stopAlvaro Herrera2011-06-101-0/+2
* Mention "pg_ctl stop" in pgindent README instructions.Bruce Momjian2011-06-091-0/+1
* Update typedef list for upcoming pgindent run.Bruce Momjian2011-06-091-4/+5
* Convert builddoc.bat into a perl script that actually works.Andrew Dunstan2011-05-252-63/+126
* Remove spurious underscore in name of isolation tester on MSVC.Andrew Dunstan2011-05-222-2/+2
* Add required psqldir setting for isolation checks.Andrew Dunstan2011-05-151-3/+5
* Add missing check function lookup.Andrew Dunstan2011-05-151-1/+2
* Build and run isolation test programs under MSVC.Andrew Dunstan2011-05-154-1/+39
* Adjust yywrap macro for non-reentrant scanners for MSVC.Andrew Dunstan2011-04-251-1/+11
* Improve findoidjoins to cover more cases.Tom Lane2011-04-233-36/+138
* Update oidjoins regression test for 9.1 catalog schema additions.Tom Lane2011-04-232-7/+16
* Small update to emacs example configurationPeter Eisentraut2011-04-231-1/+1
* Add fill-column setting to emacs example configurationsPeter Eisentraut2011-04-231-0/+3
* Refix the unaccent regression test on MSVC properlyPeter Eisentraut2011-04-191-0/+8
* Treat config.pl as optional in vcregress.plPeter Eisentraut2011-04-191-1/+2
* Fix typoPeter Eisentraut2011-04-191-1/+1
* Rename pg_regress option --multibyte to --encodingPeter Eisentraut2011-04-151-3/+3
* Latest consolidated typedef list from buildfarm.Andrew Dunstan2011-04-081-141/+175
* Avoid use of mixed slash style paths in arguments to xcopy in MSVC builds.Andrew Dunstan2011-04-071-3/+5
* Update MSVC toolchain to match SGML entity uppercasingAlvaro Herrera2011-04-041-2/+2
* Add comment to tools/git-external-diff.Bruce Momjian2011-03-111-1/+3
* Add proper git-external-diff script to src/tools.Bruce Momjian2011-03-101-0/+22
* Add PL extension files to MSVC Install procedure.Andrew Dunstan2011-03-051-0/+19
* Make plpythonu language use plpython2 shared library directly.Tom Lane2011-03-051-4/+7
* Create extension infrastructure for the core procedural languages.Tom Lane2011-03-041-2/+2
* PL/Python custom SPI exceptionsPeter Eisentraut2011-02-281-0/+6
* Use $INDENT instead of `which` to find the indent binaryAlvaro Herrera2011-02-181-1/+4
* Use $INDENT rather than indent throughout the pgindent codeAlvaro Herrera2011-02-172-4/+6
* Fix MSVC build scripts for recent extension-related changes.Tom Lane2011-02-141-6/+31
* Remove no-longer-needed special case hacks in MSVC build scripts.Tom Lane2011-02-132-8/+0
* Implement genuine serializable isolation level.Heikki Linnakangas2011-02-081-0/+18
* Rename macro DECIMAL to DECIMAL_T to help pgindent; this is alreadyBruce Momjian2011-02-061-2/+1
* Attempt to unbreak MSVC builds after pipe.c move.Andrew Dunstan2011-02-041-1/+2
* Make handling of errcodes.h more consistent with other generated headers.Robert Haas2011-02-041-0/+1
* Use single quotes when there are backslashes in the filenameMagnus Hagander2011-02-041-2/+2
* Avoid maintaining three separate copies of the error codes list.Robert Haas2011-02-032-0/+14
* Exclude sepgsql from MSVC regression testing as wellMagnus Hagander2011-01-242-4/+2
* Blind attempt to exclude sepgsql from MSVC build system.Robert Haas2011-01-232-0/+4
* Silence flex warnings about DOS file paths in MSVC buildsAndrew Dunstan2011-01-231-0/+3
* Add pg_basebackup tool for streaming base backupsMagnus Hagander2011-01-231-0/+2
* Link libpgport into pg_test_fsync on msvcMagnus Hagander2011-01-221-2/+4
* Move test_fsync to /contrib.Bruce Momjian2011-01-213-599/+0
* In test_fsync, adjust test headings to match wal_sync_method values;Bruce Momjian2011-01-181-107/+63
* Remove "github test" that somehow got into my tree. Sorry.Bruce Momjian2011-01-171-3/+0
* github testBruce Momjian2011-01-171-0/+3
* Add getopt() support to test_fsync; also fix printf() format problem.Bruce Momjian2011-01-172-18/+49
* In test_fsync, use #define for printf format of ops/sec.Bruce Momjian2011-01-161-2/+2
* Use O_DIRECT in O_SYNC test of different size. Restructure O_DIRECTBruce Momjian2011-01-151-41/+45