]> granicus.if.org Git - postgresql/history - src/tools
Fix typo in the header comment. Per request from Masao Fujii.
[postgresql] / src / tools /
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.
2010-03-03 Andrew DunstanMake iconv work like other optional libraries for MSVC.
2010-03-02 Andrew DunstanAdd missing library and include dir for XSLT in MSVC...
2010-03-02 Andrew DunstanDo not run regression tests for contrib/xml2 on MSVC...
2010-03-02 Andrew DunstanAdd XSLT defines for MSVC builds
2010-02-26 Bruce MomjianSuggest gmake installcheck-world for pgindent testing.
2010-02-26 Bruce MomjianRevert pgindent changes to ecpg include files that...
2010-02-26 Bruce MomjianWording improvements to README.
2010-02-26 Bruce MomjianUpdate pgindent docs to use maintainer-clean.
2010-02-26 Bruce MomjianDocument why pgindent wants a fresh CVS checkout.
2010-02-26 Bruce MomjianCall output file typedefs.list; update README.
2010-02-26 Bruce MomjianUpdate pgindent instructions.
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-26 Bruce MomjianAdd pgindent typedefs file to CVS.
2010-02-26 Bruce MomjianUpdate pgindent instructions to avoid changes to flex...
2010-02-17 Tom LaneStamp HEAD as 9.0devel, and update various places that...
2010-02-15 Magnus HaganderFix another stupid typo...
2010-02-14 Magnus HaganderMake the msvc build system ask python about details...
2010-01-20 Heikki LinnakangasAdjust MSVC build script too, now that the walreceiver...
2010-01-20 Andrew DunstanFix typo in Mkvcbuild.pl
2010-01-20 Andrew DunstanBuild plperl's new Util.xs
2010-01-17 Magnus HaganderAdd include directory for dblink to find fmgroids.h...
2010-01-16 Magnus HaganderBuild the walreceiver library on MSVC as well.
2010-01-11 Andrew Dunstanremove use of temp file for perlchunks.h, as in recent...
2010-01-09 Andrew DunstanProvide regression testing for plperlu, and for plperl...
2010-01-09 Andrew DunstanBuild perlchunks.h for plperl on MSVC
2010-01-05 Magnus HaganderMove the default configuration for the MSVC build syste...
2010-01-05 Magnus HaganderDisable linker warning 4197 on Win64, that is caused...
2010-01-05 Tom LaneGet rid of the need for manual maintenance of the initi...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2010-01-02 Magnus HaganderSilence compiler warning about size of size_t being...
2010-01-01 Magnus HaganderDetect a 64-bit build environment on Windows, and gener...
2010-01-01 Magnus HaganderDelete solution cache file on clean, if it exists.
2009-12-30 Magnus HaganderExclude part of the product name string that is localiz...
2009-12-23 Magnus HaganderAdd basic build support for Visual Studio 2008, without...
2009-12-19 Tom Laneplpgsql patch broke the MSVC build, too.
2009-12-09 Magnus HaganderAdd notes about updating disk and shared memory size...
2009-11-28 Bruce Momjiantest_fsync:
2009-11-12 Tom LaneRemove plpgsql's separate lexer (finally!), in favor...
2009-10-20 Peter EisentrautUpdate translation updating procedure. This pertains...
2009-10-01 Tom LaneSupport "samehost" and "samenet" specifications in...
2009-09-27 Tom LaneOoops, fix to Genbki.pm for ROWTYPE_OID wasn't quite...
2009-09-26 Tom LaneExtend the BKI infrastructure to allow system catalogs...
2009-09-21 Bruce Momjianfsync test files
2009-09-19 Andrew DunstanFix MSVC build breakage from psql help changes. Per...
2009-08-29 Bruce MomjianRemove handling of CVS entries for TODO/FAQ, because...
2009-08-19 Tom LaneFix version_stamp.pl to allow 'alphaN' version stamps...
2009-08-18 Andrew DunstanPick up REGRESS_OPTS from contrib makefiles. Along...
2009-08-10 Bruce MomjianAdjust test_fsync code to be more sane.
2009-08-07 Peter EisentrautExpand test coverage support to entire tree
2009-07-27 Magnus HaganderEnable the use of multiple CPUs/cores when building...
2009-07-21 Peter EisentrautAdd a further customization to the SGML Emacs mode...
2009-07-16 Tom LaneAdd erand48() to the set of functions supported by...
2009-07-16 Peter EisentrautMake backend header files C++ safe
2009-07-01 Tom LaneStamp HEAD as 8.5devel.
2009-06-12 Bruce MomjianTighten typedef check for Linux.
2009-06-12 Bruce MomjianMention BSD/OS find_typedef behavior.
2009-06-11 Bruce MomjianDocument struct/union problem with pgindent.
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-06-11 Bruce MomjianAdd FreeBSD support for find_typedef, per request from...
2009-06-10 Bruce MomjianFix Linux typedef code.
2009-06-10 Bruce MomjianFix BSD find_typedef logic.
2009-06-10 Bruce MomjianUpdate pgindent instructions.
2009-06-10 Bruce MomjianDocument new location for typedef list.
2009-06-05 Andrew DunstanSearch for versioned perl library instead of using...
2009-05-20 Peter EisentrautFix sgml-mode example. thanks Andrew Dunstan
2009-05-18 Peter EisentrautAdd some instructions on how to customize emacs for...
2009-05-08 Bruce MomjianAdd missing third argument to open().
2009-05-04 Peter EisentrautReplace a couple of references to files that no longer...
2009-05-02 Tom LaneWe don't need major_release_split any more.
2009-04-30 Heikki LinnakangasClean up check_keywords.pl script, making it 'strict...
2009-04-29 Heikki LinnakangasAdd check_keyword.pl script to perform some basic sanit...
2009-04-20 Magnus HaganderRead nls.nk files to determine the proper name of NLS...
2009-04-09 Bruce MomjianNo more need to update FAQs.
2009-04-09 Peter EisentrautAdd URL for config.guess/sub updates
2009-04-07 Magnus HaganderSupport Perl 5.10 and TCL 8.5 in MSVC builds.
2009-03-08 Magnus HaganderFix MSVC build for new ways to pull in keywords.c and...
2009-02-25 Magnus HaganderRemove references to foreign data wrapper libraries...
2009-01-21 Magnus HaganderMake win32 builds always do SetEnvironmentVariable...
2009-01-21 Magnus HaganderInstall .mo files for NLS as <program>-<version>.mo...
2009-01-14 Bruce MomjianMake 'find' syntax consistent; add .git exclusion...
2009-01-14 Peter EisentrautAvoid version-control system directories when creating...
2009-01-13 Peter EisentrautRemove useless (and insecure) temp file handling.
2009-01-06 Magnus HaganderMake the MSVC build output "32-bit" at the end of the...
2009-01-01 Bruce MomjianBe smarter --- accept missing comma, and force comma...
2009-01-01 Bruce MomjianMention src/interfaces/libpq/libpq.rc.in needs to be...
2009-01-01 Bruce MomjianMake comma optional for copyright text change.
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-20 Magnus HaganderTeach MSVC build system about building foreign data...
2008-12-16 Andrew DunstanAttempt to fix MSVC breakage from Major Version patch.
next