]> granicus.if.org Git - postgresql/history - src/tools
Collect and use element-frequency statistics for arrays.
[postgresql] / src / tools /
2012-02-29 Tom LaneFix MSVC builds for previous patch's addition of a...
2012-02-29 Tom LaneMove CRC tables to libpgport, and provide them in a...
2012-02-27 Peter EisentrautCall check_keywords.pl in maintainer-check
2012-02-24 Bruce MomjianMention original ctags option name.
2012-02-24 Bruce MomjianUpdate src/tools/make_ctags to avoid Exuberant tags...
2012-02-15 Robert HaasSpeed up in-memory tuplesorting.
2012-02-13 Heikki LinnakangasSilence warning about deprecated assignment to $[ in...
2012-02-09 Robert HaasAttempt to fix MSVC builds and other fls-related breakage.
2012-01-09 Robert HaasFix pathname in pgindent README.
2012-01-09 Magnus HaganderAdd .gitignore file for entab
2012-01-03 Andrew DunstanSupport for building with MS Visual Studio 2010.
2012-01-02 Bruce MomjianAdd comment about skipping binary files for copyright...
2012-01-02 Bruce MomjianUpdate copyright git skip comment.
2012-01-02 Bruce MomjianSkip any .git directory for copyright changes, not...
2012-01-02 Bruce MomjianSkip 'ico' and 'bin' extensions in copyright changes.
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2012-01-01 Bruce MomjianDon't use tabs in Perl scripts, for consistency.
2012-01-01 Bruce MomjianFix Perl copyright script to skip .git subdirectory...
2011-12-30 Bruce MomjianModify tools/pgtest to run the 'make' command from...
2011-12-01 Robert HaasMake pgcompinclude/pgrminclude less tied to Bruce's...
2011-11-29 Bruce MomjianSimplify the pg_dump/pg_restore error reporting macros...
2011-11-29 Bruce MomjianDocument that perl needs to be indented during the...
2011-11-28 Andrew DunstanMake pg_dumpall build with the right object files under...
2011-11-27 Andrew DunstanFix MSVC builds broken by xsubpp change
2011-11-26 Andrew DunstanUse the preferred version of xsubpp, not necessarily...
2011-11-15 Tom LaneUpdate oidjoins regression test to match git HEAD.
2011-11-14 Bruce MomjianRerun pgindent with updated typedef list.
2011-10-27 Tom LaneAdd simple script to check for right recursion in Bison...
2011-10-26 Bruce MomjianFix pg_bsd_indent bug where newlines were not being...
2011-10-26 Magnus HaganderImplement streaming xlog for backup tools
2011-10-23 Tom LaneImprove git_changelog's handling of inconsistent commit...
2011-10-12 Bruce MomjianModify pgindent to use a renamed pg_bsd_indent binary...
2011-10-11 Bruce MomjianImprove entab's Makefile install entry.
2011-09-25 Bruce MomjianIn pgrminclude, document requirement to use pgcompinclu...
2011-09-24 Bruce MomjianDocument pgrminclude limitations.
2011-09-24 Bruce MomjianExpand pgrminclude to exclude use of macros CppAsString...
2011-09-24 Tom LaneUpdate win32tzlist.pl for the new location of our Windo...
2011-09-10 Tom LaneTry to un-break MSVC build.
2011-09-07 Bruce MomjianHave pgrminclude skip files that use CppAsString2 becau...
2011-09-03 Bruce MomjianRemove find_lt sgml tool, as it is not needed.
2011-09-01 Bruce MomjianImprove method of avoiding fcinfo compile errors.
2011-09-01 Bruce MomjianIn SGML we only need to worry about "<", not ">"; ...
2011-09-01 Heikki LinnakangasFix MinGW build, broken by my previous patch to add...
2011-08-30 Andrew DunstanDetect out of date flex in MSVC builds.
2011-08-28 Bruce MomjianModify pgrminclude -v to report include files that...
2011-08-27 Bruce MomjianAllow more include files to be compiled in their own...
2011-08-27 Bruce MomjianAdd support for #elif to pgrminclude.
2011-08-27 Bruce MomjianAdd another pgdefine path check, and a cvs-git change.
2011-08-27 Bruce MomjianChange references of CVS to .git.
2011-08-26 Bruce MomjianFix missing pgdefine detection in pgrminclude.
2011-08-26 Bruce MomjianModify pgrminclude to include all code, even in #if...
2011-08-26 Bruce MomjianCleanup of script.
2011-08-26 Bruce Momjiando include files first
2011-08-26 Bruce MomjianFix #if blocks.
2011-08-26 Bruce MomjianFix pgrminclude regex pattern.
2011-08-26 Andrew DunstanUnbreak MSVC build broken by my port of flex check.
2011-08-26 Bruce MomjianIn pgrminclude, add code to skip includes with a marker...
2011-08-26 Bruce MomjianIn pgrminclude, make skipped include names constent...
2011-08-25 Andrew DunstanPort backup check on psql lexer to MSVC.
2011-08-23 Bruce MomjianMark cpluspluscheck as excutable in git.
2011-08-19 Bruce MomjianFix copyright.pl to properly us 'tie' function.
2011-08-19 Bruce MomjianFix problem with regex in copyright test.
2011-08-19 Bruce MomjianRemove use of 'tie' in perl for copyright.pl; instead...
2011-08-19 Bruce MomjianAdd executable bit to file.
2011-08-19 Bruce MomjianImplement src/tools/copyright as a Perl program, so...
2011-07-13 Alvaro HerreraBlind attempt at fixing isolation_tester on Win32
2011-07-12 Magnus Haganderperltidy run over msvc build system
2011-07-07 Andrew DunstanFix comments over eagerly c&p'd.
2011-07-06 Andrew DunstanReimplement pgbison and pgflex as perl scripts instead...
2011-07-03 Andrew DunstanFix bat file quoting of %ENV.
2011-06-19 Tom LaneAdd REL9_1_STABLE to the set of branches tracked by...
2011-06-11 Tom LaneStamp HEAD as 9.2devel.
2011-06-10 Alvaro HerreraAdd comment about pg_ctl stop
2011-06-10 Bruce MomjianMention "pg_ctl stop" in pgindent README instructions.
2011-06-09 Bruce MomjianUpdate typedef list for upcoming pgindent run.
2011-05-25 Andrew DunstanConvert builddoc.bat into a perl script that actually...
2011-05-23 Andrew DunstanRemove spurious underscore in name of isolation tester...
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...
next