summaryrefslogtreecommitdiff
path: root/src/tools
Commit message (Expand)AuthorAgeFilesLines
* Fix MSVC build for new ways to pull in keywords.c and kwlookup.c.Magnus Hagander2009-03-081-17/+23
* Remove references to foreign data wrapper libraries, since they haveMagnus Hagander2009-02-251-10/+1
* Make win32 builds always do SetEnvironmentVariable() when doing putenv().Magnus Hagander2009-01-211-3/+3
* Install .mo files for NLS as <program>-<version>.mo when building with MSVCMagnus Hagander2009-01-211-4/+13
* Make 'find' syntax consistent; add .git exclusion to make_ctags.Bruce Momjian2009-01-142-12/+14
* Avoid version-control system directories when creating TAGS. BesidesPeter Eisentraut2009-01-141-2/+2
* Remove useless (and insecure) temp file handling.Peter Eisentraut2009-01-131-2/+1
* Make the MSVC build output "32-bit" at the end of the version string, theMagnus Hagander2009-01-061-2/+3
* Be smarter --- accept missing comma, and force comma if missing.Bruce Momjian2009-01-011-3/+3
* Mention src/interfaces/libpq/libpq.rc.in needs to be updated forBruce Momjian2009-01-011-2/+2
* Make comma optional for copyright text change.Bruce Momjian2009-01-011-3/+3
* Update copyright for 2009.Bruce Momjian2009-01-015-10/+10
* Teach MSVC build system about building foreign data wrappers.Magnus Hagander2008-12-201-1/+10
* Attempt to fix MSVC breakage from Major Version patch.Andrew Dunstan2008-12-161-1/+2
* Change wildcard cerfificate mapping to be much simler - we now only matchMagnus Hagander2008-12-021-2/+2
* Remove the last traces of --temp-port.Tom Lane2008-12-011-13/+2
* Partial fix for fallout from temp-port changes. ecpg still needs more work,Tom Lane2008-11-281-4/+3
* Add support for matching wildcard server certificates to the new SSL code.Magnus Hagander2008-11-241-2/+2
* Exclude contrib/intagg from the list of MSVC project files to be generated,Magnus Hagander2008-11-141-2/+2
* Enable script to generate preproc.y in build process.Michael Meskes2008-11-141-1/+14
* Small shell syntax improvement.Bruce Momjian2008-11-031-2/+2
* Update oidjoins test to match CVS HEAD.Tom Lane2008-10-131-5/+26
* Fix bogus comment emitted by make_oidjoins_check, per Greg Stark.Tom Lane2008-10-131-2/+2
* Improve backend flowchart to show more detail.Bruce Momjian2008-10-073-121/+131
* Experimental patch to see if it fixes MSVC builds ...Tom Lane2008-10-061-1/+3
* Add an "events" system to libpq, whereby applications can get callbacks thatTom Lane2008-09-171-2/+4
* Add Win32 MSVC code to support this recent patch:Bruce Momjian2008-09-051-1/+4
* Fix (hopefully) some oversights in recent Bison cleanup patch.Tom Lane2008-08-302-8/+6
* Remove all traces that suggest that a non-Bison yacc might be supported, andPeter Eisentraut2008-08-292-6/+5
* Remove tools and documention for generating TODO.html.Bruce Momjian2008-08-201-24/+0
* Properly remove src\include\utils\probes.h when running clean.bat.Magnus Hagander2008-08-181-1/+2
* probes.h is generated from probes.d, not pg_trace.d.Magnus Hagander2008-08-161-2/+2
* Avoid substituting NAMEDATALEN, FLOAT4PASSBYVAL, and FLOAT8PASSBYVAL intoTom Lane2008-07-191-17/+1
* Oops, make the MSVC build put fmgroids.h where it needs to be.Tom Lane2008-06-242-2/+4
* Fix Gen_fmgrtab.sh to not rely on hard-wired knowledge of the column numbersTom Lane2008-06-231-54/+5
* Prevent CVS from mangling scriptAndrew Dunstan2008-06-151-3/+3
* Add script to find .c and .h files that are missing CVS PostgreSQL markersAndrew Dunstan2008-06-151-0/+50
* Create a script to handle stamping release version numbers into files,Tom Lane2008-06-102-8/+124
* Copy refint.so and autoinc.so into the src/test/regress directory duringTom Lane2008-05-302-4/+6
* Link in keywords file instead of copying it.Michael Meskes2008-05-211-2/+2
* Add include directory required after the latest changes to the ecpg build.Magnus Hagander2008-05-211-1/+2
* Add $PostgreSQL$ markers to a lot of files that were missing them.Andrew Dunstan2008-05-171-0/+3
* Remaining pieces of fix for contrib makefilesAndrew Dunstan2008-05-101-4/+8
* Improve logic for finding object files on OBJS lines in contrib Makefiles. If...Andrew Dunstan2008-05-091-2/+4
* Provide for MSVC config equivalents of recently added configure options. RemoveAndrew Dunstan2008-05-032-2/+31
* FAQ2txt now only controls the main FAQ, not FAQ_DEV.Bruce Momjian2008-04-221-3/+2
* Clean up float4byval and float8byval handling by dealing with them completelyMagnus Hagander2008-04-211-7/+12
* Make float4byval and float8byval configurable on MSVC.Magnus Hagander2008-04-212-1/+19
* Allow float8, int8, and related datatypes to be passed by value on machinesTom Lane2008-04-211-1/+11
* Update doc script comments.Bruce Momjian2008-04-192-4/+5