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