aboutsummaryrefslogtreecommitdiff
path: root/src/tools
Commit message (Expand)AuthorAge
* Add comment about pg_ctl stopAlvaro Herrera2011-06-10
* Mention "pg_ctl stop" in pgindent README instructions.Bruce Momjian2011-06-09
* Update typedef list for upcoming pgindent run.Bruce Momjian2011-06-09
* Convert builddoc.bat into a perl script that actually works.Andrew Dunstan2011-05-25
* Remove spurious underscore in name of isolation tester on MSVC.Andrew Dunstan2011-05-22
* Add required psqldir setting for isolation checks.Andrew Dunstan2011-05-15
* Add missing check function lookup.Andrew Dunstan2011-05-15
* Build and run isolation test programs under MSVC.Andrew Dunstan2011-05-15
* Adjust yywrap macro for non-reentrant scanners for MSVC.Andrew Dunstan2011-04-25
* Improve findoidjoins to cover more cases.Tom Lane2011-04-23
* Update oidjoins regression test for 9.1 catalog schema additions.Tom Lane2011-04-23
* Small update to emacs example configurationPeter Eisentraut2011-04-23
* Add fill-column setting to emacs example configurationsPeter Eisentraut2011-04-23
* Refix the unaccent regression test on MSVC properlyPeter Eisentraut2011-04-19
* Treat config.pl as optional in vcregress.plPeter Eisentraut2011-04-19
* Fix typoPeter Eisentraut2011-04-19
* Rename pg_regress option --multibyte to --encodingPeter Eisentraut2011-04-15
* Latest consolidated typedef list from buildfarm.Andrew Dunstan2011-04-08
* Avoid use of mixed slash style paths in arguments to xcopy in MSVC builds.Andrew Dunstan2011-04-07
* Update MSVC toolchain to match SGML entity uppercasingAlvaro Herrera2011-04-04
* Add comment to tools/git-external-diff.Bruce Momjian2011-03-11
* Add proper git-external-diff script to src/tools.Bruce Momjian2011-03-10
* Add PL extension files to MSVC Install procedure.Andrew Dunstan2011-03-05
* Make plpythonu language use plpython2 shared library directly.Tom Lane2011-03-05
* Create extension infrastructure for the core procedural languages.Tom Lane2011-03-04
* PL/Python custom SPI exceptionsPeter Eisentraut2011-02-28
* Use $INDENT instead of `which` to find the indent binaryAlvaro Herrera2011-02-18
* Use $INDENT rather than indent throughout the pgindent codeAlvaro Herrera2011-02-17
* Fix MSVC build scripts for recent extension-related changes.Tom Lane2011-02-14
* Remove no-longer-needed special case hacks in MSVC build scripts.Tom Lane2011-02-13
* Implement genuine serializable isolation level.Heikki Linnakangas2011-02-08
* Rename macro DECIMAL to DECIMAL_T to help pgindent; this is alreadyBruce Momjian2011-02-06
* Attempt to unbreak MSVC builds after pipe.c move.Andrew Dunstan2011-02-04
* Make handling of errcodes.h more consistent with other generated headers.Robert Haas2011-02-04
* Use single quotes when there are backslashes in the filenameMagnus Hagander2011-02-04
* Avoid maintaining three separate copies of the error codes list.Robert Haas2011-02-03
* Exclude sepgsql from MSVC regression testing as wellMagnus Hagander2011-01-24
* Blind attempt to exclude sepgsql from MSVC build system.Robert Haas2011-01-23
* Silence flex warnings about DOS file paths in MSVC buildsAndrew Dunstan2011-01-23
* Add pg_basebackup tool for streaming base backupsMagnus Hagander2011-01-23
* 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