aboutsummaryrefslogtreecommitdiff
path: root/src/tools
Commit message (Expand)AuthorAge
* In the release checklist, mention packagers will see the minor upgradeBruce Momjian2007-09-29
* Add chklocale.c to pgport files for msvc builds, perMagnus Hagander2007-09-29
* exclude contrib/tsearch2 from regression tests.Andrew Dunstan2007-09-28
* Turn build and vcregress .bat files into pure one line wrappers forAndrew Dunstan2007-09-27
* Define the FRONTEND symbol in postgres_fe.h, which allows us to eliminateTom Lane2007-09-27
* Properly pass -c parameter to ecpg when building regression tests.Magnus Hagander2007-09-26
* Use proper search for contrib makefiles in vcregress.plAndrew Dunstan2007-09-24
* fix typo in vcregress.plAndrew Dunstan2007-09-24
* Add perl replacements for build.bat and vcregress.bat. In due courseAndrew Dunstan2007-09-23
* Restrict overly broad searches, and fix typo, in recent fix. Per Hannes Eder.Andrew Dunstan2007-09-23
* Replace calls to external dir program with perlish globs and File::FindAndrew Dunstan2007-09-22
* Doc reminder that integer pg version also needs updating.Bruce Momjian2007-09-18
* Whitespace improvement.Bruce Momjian2007-09-12
* Install dictionary sample files.Magnus Hagander2007-09-12
* Document an efficient way to create documentation for back branches.Bruce Momjian2007-09-12
* Revert temporary patch that made synchronous_commit default to OFF.Tom Lane2007-09-10
* Fix MSVC build (I think) for recent pg_proc.h column addition.Tom Lane2007-09-03
* Exclude tsearch2 contrib tests in regression tests,Magnus Hagander2007-08-27
* Install stopword filesMagnus Hagander2007-08-27
* Fix generation of snowball_create.sql on msvc builds.Magnus Hagander2007-08-27
* Exclude snowball/libstemmer/ files from the set processed by pgindent.Tom Lane2007-08-21
* Build snowball DLL for tsearch-in-core.Magnus Hagander2007-08-21
* Tsearch2 functionality migrates to core. The bulk of this work is byTom Lane2007-08-21
* TEMPORARILY make synchronous_commit default to OFF, so that we can get moreTom Lane2007-08-13
* Disable warning 4090 = different const qualifiers on msvc since itMagnus Hagander2007-07-25
* Make it possible, and default, for MingW to build with SSPI supportMagnus Hagander2007-07-24
* SSPI authentication on Windows. GSSAPI compatible client when doing KerberosMagnus Hagander2007-07-23
* Enable GSSAPI to build using MSVC. Always build GSSAPI when Kerberos isMagnus Hagander2007-07-12
* Fix freenig of names in Kerberos when using MIT - need to use theMagnus Hagander2007-07-12
* Move parse.h into src/backend on msvc, which is where it is on Unix.Magnus Hagander2007-07-07
* Add notes about configuring Visual Studio Express for use with theMagnus Hagander2007-07-01
* Add extra checks for buildfarm to pick up errors when runningMagnus Hagander2007-06-26
* Quiet warnings about redefined PGPORT macros for MSVC.Andrew Dunstan2007-06-20
* ECPG requires a local include directory to override the project-wide ones.Magnus Hagander2007-06-12
* Rewrite ECPG regression test driver in C, by splitting the standardMagnus Hagander2007-06-12
* Applied Joachim's patch for ecpg_config.h creation on Vista.Michael Meskes2007-05-27
* fix perl thinkoAndrew Dunstan2007-05-15
* Use configured pgport in MSVC config file.Andrew Dunstan2007-05-15
* Log directory we're installing into.Magnus Hagander2007-05-13
* Support arrays of composite types, including the rowtypes of regular tablesTom Lane2007-05-11
* Release builds generate different strangely formatted export namesMagnus Hagander2007-05-03
* Add wrapper script around install.pl that calls buildenv.bat before doingMagnus Hagander2007-05-01
* Properly set MODULE_PATHNAME based on module name instead of incorrectly basedMagnus Hagander2007-04-27
* libpgtypes is a client lib, should not link with backend.Magnus Hagander2007-04-26
* Generate "fake configure output" for pg_config, so that external buildsMagnus Hagander2007-04-26
* Install libpgport.lib as needed by some client programs.Magnus Hagander2007-04-25
* Install headers in the same directory structure as Mingw.Magnus Hagander2007-04-25
* Don't try to install uuid-ossp since we don't build it.Magnus Hagander2007-04-23
* Fix build for directories with spaces in them by quoting properly.Magnus Hagander2007-04-21
* Don't try to build uuid-ossp on msvc.Magnus Hagander2007-04-21