summaryrefslogtreecommitdiff
path: root/src/tools
AgeCommit message (Expand)Author
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
2009-05-04Replace a couple of references to files that no longer exist in the sourcePeter Eisentraut
2009-05-02We don't need major_release_split any more.Tom Lane
2009-04-30Clean up check_keywords.pl script, making it 'strict' and removing a fewHeikki Linnakangas
2009-04-29Add check_keyword.pl script to perform some basic sanity checks to theHeikki Linnakangas
2009-04-20Read nls.nk files to determine the proper name of NLS catalogs to install.Magnus Hagander
2009-04-09No more need to update FAQs.Bruce Momjian
2009-04-09Add URL for config.guess/sub updatesPeter Eisentraut
2009-04-07Support Perl 5.10 and TCL 8.5 in MSVC builds.Magnus Hagander
2009-03-08Fix MSVC build for new ways to pull in keywords.c and kwlookup.c.Magnus Hagander
2009-02-25Remove references to foreign data wrapper libraries, since they haveMagnus Hagander
2009-01-21Make win32 builds always do SetEnvironmentVariable() when doing putenv().Magnus Hagander
2009-01-21Install .mo files for NLS as <program>-<version>.mo when building with MSVCMagnus Hagander
2009-01-14Make 'find' syntax consistent; add .git exclusion to make_ctags.Bruce Momjian
2009-01-14Avoid version-control system directories when creating TAGS. BesidesPeter Eisentraut
2009-01-13Remove useless (and insecure) temp file handling.Peter Eisentraut