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