summaryrefslogtreecommitdiff
path: root/src/tools
AgeCommit message (Expand)Author
2010-01-20Adjust MSVC build script too, now that the walreceiver dynamic moduleHeikki Linnakangas
2010-01-20Fix typo in Mkvcbuild.plAndrew Dunstan
2010-01-20Build plperl's new Util.xsAndrew Dunstan
2010-01-17Add include directory for dblink to find fmgroids.h on VS2008 builds.Magnus Hagander
2010-01-16Build the walreceiver library on MSVC as well.Magnus Hagander
2010-01-11remove use of temp file for perlchunks.h, as in recent change to plperl GNUma...Andrew Dunstan
2010-01-09Provide regression testing for plperlu, and for plperl+plperlu interaction.Andrew Dunstan
2010-01-09Build perlchunks.h for plperl on MSVCAndrew Dunstan
2010-01-05Move the default configuration for the MSVC build system to config_default.pl,Magnus Hagander
2010-01-05Disable linker warning 4197 on Win64, that is caused by the fact that we exportMagnus Hagander
2010-01-05Get rid of the need for manual maintenance of the initial contents ofTom Lane
2010-01-02Update copyright for the year 2010.Bruce Momjian
2010-01-02Silence compiler warning about size of size_t being larger than the resultMagnus Hagander
2010-01-01Detect a 64-bit build environment on Windows, and generate the appropriateMagnus Hagander
2010-01-01Delete solution cache file on clean, if it exists.Magnus Hagander
2009-12-30Exclude part of the product name string that is localized in Japanese versionsMagnus Hagander
2009-12-23Add basic build support for Visual Studio 2008, without resorting toMagnus Hagander
2009-12-19plpgsql patch broke the MSVC build, too.Tom Lane
2009-12-09Add notes about updating disk and shared memory size information in theMagnus Hagander
2009-11-28test_fsync:Bruce Momjian
2009-11-12Remove plpgsql's separate lexer (finally!), in favor of using the core lexerTom Lane
2009-10-20Update translation updating procedure. This pertains to some changes IPeter Eisentraut
2009-10-01Support "samehost" and "samenet" specifications in pg_hba.conf,Tom Lane
2009-09-27Ooops, fix to Genbki.pm for ROWTYPE_OID wasn't quite right. Also, make a fewTom Lane
2009-09-26Extend the BKI infrastructure to allow system catalogs to be givenTom Lane
2009-09-21fsync test filesBruce Momjian
2009-09-19Fix MSVC build breakage from psql help changes. Per Josh Williams.Andrew Dunstan
2009-08-29Remove handling of CVS entries for TODO/FAQ, because they are removedBruce Momjian
2009-08-19Fix version_stamp.pl to allow 'alphaN' version stamps. Not sure howTom Lane
2009-08-18Pick up REGRESS_OPTS from contrib makefiles. Along the way, fix ordering of m...Andrew Dunstan
2009-08-10Adjust test_fsync code to be more sane.Bruce Momjian
2009-08-07Expand test coverage support to entire treePeter Eisentraut
2009-07-27Enable the use of multiple CPUs/cores when building on MSVC. This onlyMagnus Hagander
2009-07-21Add a further customization to the SGML Emacs mode to prevent the use ofPeter Eisentraut
2009-07-16Add erand48() to the set of functions supported by our src/port/ library,Tom Lane
2009-07-16Make backend header files C++ safePeter Eisentraut
2009-07-01Stamp HEAD as 8.5devel.Tom Lane
2009-06-12Tighten typedef check for Linux.Bruce Momjian
2009-06-12Mention BSD/OS find_typedef behavior.Bruce Momjian
2009-06-11Document struct/union problem with pgindent.Bruce Momjian
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-06-11Add FreeBSD support for find_typedef, per request from Andrew.Bruce Momjian
2009-06-10Fix Linux typedef code.Bruce Momjian
2009-06-10Fix BSD find_typedef logic.Bruce Momjian
2009-06-10Update pgindent instructions.Bruce Momjian
2009-06-10Document new location for typedef list.Bruce Momjian
2009-06-05Search for versioned perl library instead of using hardcoded name on Windows....Andrew Dunstan
2009-05-20Fix sgml-mode example. thanks Andrew DunstanPeter Eisentraut
2009-05-18Add some instructions on how to customize emacs for working on the SGMLPeter Eisentraut
2009-05-08Add missing third argument to open().Bruce Momjian