aboutsummaryrefslogtreecommitdiff
path: root/src/tools
Commit message (Expand)AuthorAge
* Create a script to handle stamping release version numbers into files,Tom Lane2008-06-10
* Backpatch fixes for contrib makefiles.Andrew Dunstan2008-05-10
* 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
* Support for building contrib/uuid-ossp with MSVC.Magnus Hagander2008-02-28
* 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
* Modify copyright script to handle cases where there is only one yearBruce Momjian2008-01-02
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Update find_typedefs to handle simple 'typedef X' cases, per requestBruce Momjian2007-12-21
* Modify pgindent to use an external typedefs file rather than includedBruce Momjian2007-12-21
* Remove unnecessary logo output from msbuild when cleaning ecpg regressionMagnus Hagander2007-12-19
* Make all msvc build scripts use buildenv.pl, not buildenv.bat.Magnus Hagander2007-12-19
* Mention use all configure options when getting pgindent typedefs.Bruce Momjian2007-12-17
* Mention installing /contrib libraries for pgindent.Bruce Momjian2007-12-17
* Mark items needing updating for beta stamping.Bruce Momjian2007-12-13
* Use _USE_32BIT_TIME_T when building with MSVC. Also, enforce that it'sMagnus Hagander2007-12-11
* Disable asserts by default on msvc build (to make it the sameMagnus Hagander2007-12-06
* Default to integer timestamps being off until 8.4, to correspondMagnus Hagander2007-12-03
* Don't try to install README.spiMagnus Hagander2007-12-03
* Better guard token used by pgindent.Bruce Momjian2007-11-16
* Cleanup for new else/comment handling.Bruce Momjian2007-11-16
* Fix pgindent to properly handle 'else' and single-line comments on theBruce Momjian2007-11-15
* Beef up README instructions, again.Bruce Momjian2007-11-15
* CUpdate README to suggest 'gmake distclean'. Add library typedefs.Bruce Momjian2007-11-15
* Update pgtools README to be clearer about typdefs.Bruce Momjian2007-11-15
* Update pgindent with current typedefs.Bruce Momjian2007-11-15
* Add blank lines to pgindent.Bruce Momjian2007-11-15
* pgindent run for 8.3.Bruce Momjian2007-11-15
* contrib/tsearch2 need not be special-cased any longer.Tom Lane2007-11-13
* Properly pass third argument to open() in fsync test program.Bruce Momjian2007-11-05
* removed from CVSMarc G. Fournier2007-10-30
* simple script to pull together a very small (<500k) tar file that buildsMarc G. Fournier2007-10-30
* Rename and slightly redefine the default text search parser's "word"Tom Lane2007-10-23
* Teach pgxs.mk and Install.pm how to install files from a contrib moduleTom Lane2007-10-16
* Ooops, forgot about adding -DFRONTEND.Tom Lane2007-10-13
* Try to fix msvc build for recent initdb changes.Tom Lane2007-10-13
* Add comment.Bruce Momjian2007-10-09
* Add comment about cvs branch numbers.Bruce Momjian2007-10-05
* Add pgcvslog '-d' capability to allow stripping of commit messages thatBruce Momjian2007-10-05
* Build two more .DEF files for ecpg instead of using default ones.Magnus Hagander2007-10-03
* More detailed error msg (with stack trace) if a file copy fails.Magnus Hagander2007-10-03
* Use snprintf from libpgport in ecpg compatlib. Required sinceMagnus Hagander2007-10-03