aboutsummaryrefslogtreecommitdiff
path: root/src/tools
Commit message (Expand)AuthorAge
* Remove tools and documention for generating TODO.html.Bruce Momjian2008-08-20
* Properly remove src\include\utils\probes.h when running clean.bat.Magnus Hagander2008-08-18
* probes.h is generated from probes.d, not pg_trace.d.Magnus Hagander2008-08-16
* Avoid substituting NAMEDATALEN, FLOAT4PASSBYVAL, and FLOAT8PASSBYVAL intoTom Lane2008-07-19
* Oops, make the MSVC build put fmgroids.h where it needs to be.Tom Lane2008-06-24
* Fix Gen_fmgrtab.sh to not rely on hard-wired knowledge of the column numbersTom Lane2008-06-23
* Prevent CVS from mangling scriptAndrew Dunstan2008-06-15
* Add script to find .c and .h files that are missing CVS PostgreSQL markersAndrew Dunstan2008-06-15
* Create a script to handle stamping release version numbers into files,Tom Lane2008-06-10
* Copy refint.so and autoinc.so into the src/test/regress directory duringTom Lane2008-05-30
* Link in keywords file instead of copying it.Michael Meskes2008-05-21
* Add include directory required after the latest changes to the ecpg build.Magnus Hagander2008-05-21
* Add $PostgreSQL$ markers to a lot of files that were missing them.Andrew Dunstan2008-05-17
* Remaining pieces of fix for contrib makefilesAndrew Dunstan2008-05-10
* Improve logic for finding object files on OBJS lines in contrib Makefiles. If...Andrew Dunstan2008-05-09
* Provide for MSVC config equivalents of recently added configure options. RemoveAndrew Dunstan2008-05-03
* FAQ2txt now only controls the main FAQ, not FAQ_DEV.Bruce Momjian2008-04-22
* Clean up float4byval and float8byval handling by dealing with them completelyMagnus Hagander2008-04-21
* Make float4byval and float8byval configurable on MSVC.Magnus Hagander2008-04-21
* Allow float8, int8, and related datatypes to be passed by value on machinesTom Lane2008-04-21
* Update doc script comments.Bruce Momjian2008-04-19
* Add script FAQ2txt to convert HTML files to txt. Add comment to TODO2html.Bruce Momjian2008-04-19
* Add TODO2html tool to convert TODO to HTML.Bruce Momjian2008-04-19
* Ignore blank lines in typedef file.Bruce Momjian2008-04-16
* Avoid using unnecessary pgwin32_safestat in libpq.Andrew Dunstan2008-04-16
* Add multi-line flag to regex that needs it. Backpatch to 8.2. Fix from Andrea...Andrew Dunstan2008-04-15
* Make integer_datetimes the default for MSVC even if not mentioned in config.pl.Andrew Dunstan2008-04-15
* Make integer_datetimes the default on msvc as well, to have the sameMagnus Hagander2008-04-08
* More README src cleanups.Bruce Momjian2008-03-21
* Generate dummy probes.h for MSVC builds.Andrew Dunstan2008-03-21
* Add find_typedef comments for Linux.Bruce Momjian2008-03-18
* Add find_typedef comment.Bruce Momjian2008-03-18
* Add Linux support to find_typedefs, with help from Alvaro.Bruce Momjian2008-03-18
* Support for building contrib/uuid-ossp with MSVC.Magnus Hagander2008-02-28
* Un-break msvc port yet again (it started pulling in the DarwinMagnus Hagander2008-02-19
* Unbreak MSVC build after recent addition of HTMLDIR.Magnus Hagander2008-02-19
* Replace time_t with pg_time_t (same values, but always int64) in on-diskTom Lane2008-02-17
* Update minor version bumping policy.Alvaro Herrera2008-02-13
* As sub-bullet decoration.Bruce Momjian2008-02-13
* Update wording for minor library bumping.Bruce Momjian2008-02-13
* No longer necessary:Bruce Momjian2008-02-13
* Fix msvc install for cases where msgfmt (from gettext) is in a directoryMagnus Hagander2008-02-07
* Fix msvc install script to properly install NLS files when built withMagnus Hagander2008-02-07
* Fix very broken clean.bat for msvc install. The way we used subroutinesMagnus Hagander2008-02-06
* Handle libraries in directories with spaces in them.Magnus Hagander2008-02-05
* Remove 3 hex digit limit on symbol number in recent fix.Andrew Dunstan2008-01-31
* Fix test that wrongly excluded some dumpbin symbols.Andrew Dunstan2008-01-31
* Change /contrib to contrib for consistency.Peter Eisentraut2008-01-24
* Improve usage message for pgindent.Bruce Momjian2008-01-16
* Mention use of src/tools/major_release_split for creating back-branchBruce Momjian2008-01-07