summaryrefslogtreecommitdiff
path: root/src/tools
AgeCommit message (Expand)Author
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
2009-01-06Make the MSVC build output "32-bit" at the end of the version string, theMagnus Hagander
2009-01-01Be smarter --- accept missing comma, and force comma if missing.Bruce Momjian
2009-01-01Mention src/interfaces/libpq/libpq.rc.in needs to be updated forBruce Momjian
2009-01-01Make comma optional for copyright text change.Bruce Momjian
2009-01-01Update copyright for 2009.Bruce Momjian
2008-12-20Teach MSVC build system about building foreign data wrappers.Magnus Hagander
2008-12-16Attempt to fix MSVC breakage from Major Version patch.Andrew Dunstan
2008-12-02Change wildcard cerfificate mapping to be much simler - we now only matchMagnus Hagander
2008-12-01Remove the last traces of --temp-port.Tom Lane
2008-11-28Partial fix for fallout from temp-port changes. ecpg still needs more work,Tom Lane
2008-11-24Add support for matching wildcard server certificates to the new SSL code.Magnus Hagander
2008-11-14Exclude contrib/intagg from the list of MSVC project files to be generated,Magnus Hagander
2008-11-14Enable script to generate preproc.y in build process.Michael Meskes
2008-11-03Small shell syntax improvement.Bruce Momjian
2008-10-13Update oidjoins test to match CVS HEAD.Tom Lane
2008-10-13Fix bogus comment emitted by make_oidjoins_check, per Greg Stark.Tom Lane
2008-10-07Improve backend flowchart to show more detail.Bruce Momjian
2008-10-06Experimental patch to see if it fixes MSVC builds ...Tom Lane
2008-09-17Add an "events" system to libpq, whereby applications can get callbacks thatTom Lane
2008-09-05Add Win32 MSVC code to support this recent patch:Bruce Momjian
2008-08-30Fix (hopefully) some oversights in recent Bison cleanup patch.Tom Lane
2008-08-29Remove all traces that suggest that a non-Bison yacc might be supported, andPeter Eisentraut