OSDN Git Service

Replace strdup() with pstrdup(), to avoid leaking memory.
[pg-rex/syncrep.git] / src / tools /
2011-05-16 Andrew DunstanAdd required psqldir setting for isolation checks.
2011-05-15 Andrew DunstanAdd missing check function lookup.
2011-05-15 Andrew DunstanBuild and run isolation test programs under MSVC.
2011-04-25 Andrew DunstanAdjust yywrap macro for non-reentrant scanners for...
2011-04-23 Tom LaneImprove findoidjoins to cover more cases.
2011-04-23 Tom LaneUpdate oidjoins regression test for 9.1 catalog schema...
2011-04-22 Peter EisentrautSmall update to emacs example configuration
2011-04-22 Peter EisentrautAdd fill-column setting to emacs example configurations
2011-04-19 Peter EisentrautRefix the unaccent regression test on MSVC properly
2011-04-19 Peter EisentrautTreat config.pl as optional in vcregress.pl
2011-04-19 Peter EisentrautFix typo
2011-04-15 Peter EisentrautRename pg_regress option --multibyte to --encoding
2011-04-09 Andrew DunstanLatest consolidated typedef list from buildfarm.
2011-04-08 Andrew DunstanAvoid use of mixed slash style paths in arguments to...
2011-04-04 Alvaro HerreraUpdate MSVC toolchain to match SGML entity uppercasing
2011-03-11 Bruce MomjianAdd comment to tools/git-external-diff.
2011-03-10 Bruce MomjianAdd proper git-external-diff script to src/tools.
2011-03-05 Andrew DunstanAdd PL extension files to MSVC Install procedure.
2011-03-05 Tom LaneMake plpythonu language use plpython2 shared library...
2011-03-05 Tom LaneCreate extension infrastructure for the core procedural...
2011-02-28 Peter EisentrautPL/Python custom SPI exceptions
2011-02-18 Alvaro HerreraUse $INDENT instead of `which` to find the indent binary
2011-02-18 Alvaro HerreraUse $INDENT rather than indent throughout the pgindent...
2011-02-15 Tom LaneFix MSVC build scripts for recent extension-related...
2011-02-14 Tom LaneRemove no-longer-needed special case hacks in MSVC...
2011-02-07 Heikki LinnakangasImplement genuine serializable isolation level.
2011-02-06 Bruce MomjianRename macro DECIMAL to DECIMAL_T to help pgindent...
2011-02-05 Andrew DunstanAttempt to unbreak MSVC builds after pipe.c move.
2011-02-04 Robert HaasMake handling of errcodes.h more consistent with other...
2011-02-04 Magnus HaganderUse single quotes when there are backslashes in the...
2011-02-04 Robert HaasAvoid maintaining three separate copies of the error...
2011-01-24 Magnus HaganderExclude sepgsql from MSVC regression testing as well
2011-01-24 Robert HaasBlind attempt to exclude sepgsql from MSVC build system.
2011-01-23 Andrew DunstanSilence flex warnings about DOS file paths in MSVC...
2011-01-23 Magnus HaganderAdd pg_basebackup tool for streaming base backups
2011-01-22 Magnus HaganderLink libpgport into pg_test_fsync on msvc
2011-01-21 Bruce MomjianMove test_fsync to /contrib.
2011-01-18 Bruce MomjianIn test_fsync, adjust test headings to match wal_sync_m...
2011-01-18 Bruce MomjianRemove "github test" that somehow got into my tree...
2011-01-18 Bruce Momjiangithub test
2011-01-17 Bruce MomjianAdd getopt() support to test_fsync; also fix printf...
2011-01-16 Bruce MomjianIn test_fsync, use #define for printf format of ops...
2011-01-16 Bruce MomjianUse O_DIRECT in O_SYNC test of different size. Restruc...
2011-01-15 Bruce MomjianReverse number of stars used for test_fsync details.
2011-01-15 Bruce MomjianIn test_fsync, warn about options without o_direct...
2011-01-15 Bruce MomjianHave test_fsync output details that fdatasync is the...
2011-01-15 Bruce MomjianRestructure test_fync to use modular C so there is...
2011-01-15 Bruce MomjianImprove output display of test_fsync.
2011-01-15 Bruce MomjianApply patch for test_fsync to add tests for O_DIRECT.
2011-01-14 Magnus HaganderUse a lexer and grammar for parsing walsender commands
2011-01-09 Magnus HaganderEnsure the directory for gram.h is created on win32
2011-01-09 Magnus HaganderProperly install gram.h on MSVC builds
2011-01-03 Magnus Haganderperltidy run on the MSVC build system
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-27 Tom LaneRemove -fno-operator-names switch from cpluspluscheck.
2010-12-27 Tom LaneRearrange cpluspluscheck to check just one .h file...
2010-12-27 Tom LaneTweak cpluspluscheck to avoid directly #include'ing...
2010-12-11 Magnus HaganderAdd required new port files to MSVC builds.
2010-11-26 Bruce MomjianAdd inet_net_ntop.c as needed by MSVC, per Magnus.
2010-11-23 Peter EisentrautRemove useless whitespace at end of lines
2010-11-13 Andrew DunstanAttempt to fix MSVC builds broken by parallel make...
2010-11-12 Peter EisentrautImproved parallel make support
2010-10-17 Magnus HaganderFix msvc build for localized versions of Visual C++
2010-10-02 Tom LaneRemove excess argument to open(2).
2010-09-28 Andrew DunstanFix MSVC builds for dummy_seclabel breakage.
2010-09-27 Tom LaneImprove git_changelog as per discussion with Robert...
2010-09-26 Tom LaneStill more tweaking of git_changelog.
2010-09-26 Tom LaneFix some more bugs in git_changelog.
2010-09-26 Tom LaneMinor improvements to git_changelog.
2010-09-25 Tom LaneRename git_topo_order -> git_changelog, per discussion.
2010-09-22 Tom LaneFix remaining stray references to CVS.
2010-09-21 Tom Lanepgcvslog isn't useful anymore, either.
2010-09-21 Tom Laneadd_cvs_markers isn't useful anymore.
2010-09-21 Robert HaasRemove various mentions of CVS from src/tools/RELEASE_C...
2010-09-21 Robert Haasgit_topo_order script, to match up commits across branches.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-09-11 Heikki LinnakangasIntroduce latches. A latch is a boolean variable, with...
2010-08-19 Peter EisentrautRemove extra newlines at end and beginning of files...
2010-07-13 Bruce MomjianPrint each test_fsync description while test is running...
2010-07-12 Bruce MomjianDocument bump of minor library version numbers.
2010-07-09 Tom LaneStamp HEAD as 9.1devel.
2010-07-06 Bruce MomjianMention why one C file fails pgindent.
2010-07-06 Bruce Momjianpgindent run for 9.0, second run
2010-07-06 Bruce MomjianUpdate pgindent testing instructions.
2010-07-05 Tom LaneSplit the LDFLAGS make variable into two parts: LDFLAGS...
2010-07-04 Bruce MomjianSimplify test_fsync duration computation.
2010-07-04 Bruce MomjianReport test_fynsc times in tests per second, instead...
2010-07-02 Andrew DunstanUnbreak MSVC builds by removing copydir.c from list...
2010-06-15 Andrew DunstanUnbreak MSVC builds for pg_archivecleanup by linking...
2010-05-13 Andrew DunstanFix MSVC builds for recent plperl changes. Go back...
2010-05-13 Magnus HaganderProperly support multi-line entires (such as OBJS=...
2010-05-13 Andrew DunstanAdd missing library and include support for pg_upgrade...
2010-04-23 Robert HaasFix various instances of "the the".
2010-04-15 Magnus HaganderAdd script to enumerate the timezones in the Windows...
2010-04-09 Magnus HaganderPerltidy run over the MSVC build system files, to clean...
2010-04-05 Andrew DunstanExclude unwanted typedef symbols in pgindent, including...
2010-04-01 Andrew DunstanUse a file of patterns of filenames to exclude from...
2010-03-21 Michael MeskesAdding special command line option that is now needed...
2010-03-18 Bruce MomjianMention way to get commit details for release notes.
2010-03-14 Tom LaneUpdate oidjoins regression test for 9.0.
next