]> granicus.if.org Git - postgresql/history - src/tools
Some code review for xml.c:
[postgresql] / src / tools /
2007-11-05 Bruce MomjianProperly pass third argument to open() in fsync test...
2007-10-30 Marc G. Fournierremoved from CVS
2007-10-30 Marc G. Fourniersimple script to pull together a very small (<500k...
2007-10-23 Tom LaneRename and slightly redefine the default text search...
2007-10-16 Tom LaneTeach pgxs.mk and Install.pm how to install files from...
2007-10-13 Tom LaneOoops, forgot about adding -DFRONTEND.
2007-10-13 Tom LaneTry to fix msvc build for recent initdb changes.
2007-10-09 Bruce MomjianAdd comment.
2007-10-05 Bruce MomjianAdd comment about cvs branch numbers.
2007-10-05 Bruce MomjianAdd pgcvslog '-d' capability to allow stripping of...
2007-10-03 Magnus HaganderBuild two more .DEF files for ecpg instead of using...
2007-10-03 Magnus HaganderMore detailed error msg (with stack trace) if a file...
2007-10-03 Magnus HaganderUse snprintf from libpgport in ecpg compatlib. Required...
2007-10-03 Magnus HaganderFix commandlines for final two ECPG regression tests
2007-10-03 Magnus HaganderBuild DEF file for libecpg instead of generating a...
2007-10-03 Magnus HaganderMake ECPG regression tests run with -c only for array_o...
2007-10-03 Magnus HaganderFix typo
2007-10-01 Bruce MomjianUpdate pgcvslog text to simply "<branch>"
2007-10-01 Bruce MomjianFixup for new pgcvslog feature.
2007-10-01 Bruce MomjianHave pgcvslog mark back-branch commits with "<back...
2007-09-29 Bruce MomjianIn the release checklist, mention packagers will see...
2007-09-29 Magnus HaganderAdd chklocale.c to pgport files for msvc builds, per
2007-09-28 Andrew Dunstanexclude contrib/tsearch2 from regression tests.
2007-09-27 Andrew DunstanTurn build and vcregress .bat files into pure one line...
2007-09-27 Tom LaneDefine the FRONTEND symbol in postgres_fe.h, which...
2007-09-26 Magnus HaganderProperly pass -c parameter to ecpg when building regres...
2007-09-24 Andrew DunstanUse proper search for contrib makefiles in vcregress.pl
2007-09-24 Andrew Dunstanfix typo in vcregress.pl
2007-09-23 Andrew DunstanAdd perl replacements for build.bat and vcregress.bat...
2007-09-23 Andrew DunstanRestrict overly broad searches, and fix typo, in recent...
2007-09-22 Andrew DunstanReplace calls to external dir program with perlish...
2007-09-18 Bruce MomjianDoc reminder that integer pg version also needs updating.
2007-09-12 Bruce MomjianWhitespace improvement.
2007-09-12 Magnus HaganderInstall dictionary sample files.
2007-09-12 Bruce MomjianDocument an efficient way to create documentation for...
2007-09-10 Tom LaneRevert temporary patch that made synchronous_commit...
2007-09-03 Tom LaneFix MSVC build (I think) for recent pg_proc.h column...
2007-08-27 Magnus HaganderExclude tsearch2 contrib tests in regression tests,
2007-08-27 Magnus HaganderInstall stopword files
2007-08-27 Magnus HaganderFix generation of snowball_create.sql on msvc builds.
2007-08-21 Tom LaneExclude snowball/libstemmer/ files from the set process...
2007-08-21 Magnus HaganderBuild snowball DLL for tsearch-in-core.
2007-08-21 Tom LaneTsearch2 functionality migrates to core. The bulk...
2007-08-13 Tom LaneTEMPORARILY make synchronous_commit default to OFF...
2007-07-25 Magnus HaganderDisable warning 4090 = different const qualifiers on...
2007-07-24 Magnus HaganderMake it possible, and default, for MingW to build with...
2007-07-23 Magnus HaganderSSPI authentication on Windows. GSSAPI compatible clien...
2007-07-12 Magnus HaganderEnable GSSAPI to build using MSVC. Always build GSSAPI...
2007-07-12 Magnus HaganderFix freenig of names in Kerberos when using MIT - need...
2007-07-07 Magnus HaganderMove parse.h into src/backend on msvc, which is where...
2007-07-01 Magnus HaganderAdd notes about configuring Visual Studio Express for...
2007-06-26 Magnus HaganderAdd extra checks for buildfarm to pick up errors when...
2007-06-20 Andrew DunstanQuiet warnings about redefined PGPORT macros for MSVC.
2007-06-12 Magnus HaganderECPG requires a local include directory to override...
2007-06-12 Magnus HaganderRewrite ECPG regression test driver in C, by splitting...
2007-05-27 Michael MeskesApplied Joachim's patch for ecpg_config.h creation...
2007-05-15 Andrew Dunstanfix perl thinko
2007-05-15 Andrew DunstanUse configured pgport in MSVC config file.
2007-05-13 Magnus HaganderLog directory we're installing into.
2007-05-11 Tom LaneSupport arrays of composite types, including the rowtyp...
2007-05-03 Magnus HaganderRelease builds generate different strangely formatted...
2007-05-01 Magnus HaganderAdd wrapper script around install.pl that calls builden...
2007-04-27 Magnus HaganderProperly set MODULE_PATHNAME based on module name inste...
2007-04-26 Magnus Haganderlibpgtypes is a client lib, should not link with backend.
2007-04-26 Magnus HaganderGenerate "fake configure output" for pg_config, so...
2007-04-25 Magnus HaganderInstall libpgport.lib as needed by some client programs.
2007-04-25 Magnus HaganderInstall headers in the same directory structure as...
2007-04-23 Magnus HaganderDon't try to install uuid-ossp since we don't build it.
2007-04-21 Magnus HaganderFix build for directories with spaces in them by quotin...
2007-04-21 Magnus HaganderDon't try to build uuid-ossp on msvc.
2007-04-20 Bruce MomjianAdd script major_release_split to simplify creating...
2007-04-20 Bruce MomjianAdd mention of checking <link> behavior of HISTORY...
2007-04-18 Magnus HaganderChange default build to release, to be consistent with...
2007-04-16 Magnus HaganderEnable IPV6 for all MSVC builds, including the VC6...
2007-04-12 Magnus HaganderInstall debugger symbols (in their own directory)
2007-04-12 Magnus HaganderEnable IPV6 when building with MSVC.
2007-04-06 Andrew DunstanOnly run contrib check if there is a Makefile
2007-04-05 Magnus HaganderContinue running contrib regression tests if one fails...
2007-04-05 Magnus HaganderMake sure list of tests is cleared out before getting...
2007-04-04 Andrew Dunstanimprove test headings
2007-04-04 Andrew DunstanDon't install files for xml2 when building without...
2007-04-04 Magnus HaganderDon't install files for sslinfo when building without...
2007-04-02 Magnus Haganderxcopy can only deal with forward-slashed paths when...
2007-03-29 Magnus HaganderInstall include files
2007-03-29 Magnus HaganderMake ECPG regression tests use native threading instead...
2007-03-27 Magnus HaganderInstall import libraries used to link to libpq, ecpg...
2007-03-24 Magnus HaganderSupport for installing NLS files, and update support...
2007-03-24 Magnus HaganderInstall contrib sql and readme files
2007-03-24 Magnus HaganderProperly parse the name of contrib modules that aren...
2007-03-23 Magnus HaganderForgot commit: support for special-cases in pgcrypto
2007-03-23 Magnus HaganderSupport for running contribcheck on msvc
2007-03-23 Magnus HaganderGenerate SQL files for /contrib (based on .sql.in)
2007-03-23 Magnus HaganderAdd define to exclude configured libraries, to be able...
2007-03-22 Magnus HaganderForgot to add file needed for PL regression tests
2007-03-21 Magnus HaganderAdd support for running regression tests on procedural...
2007-03-21 Magnus HaganderProperly return exitcode when regression tests fails.
2007-03-21 Magnus HaganderNative shared memory implementation for win32.
2007-03-19 Magnus Haganderecpglib requires libpgport, per Andrew Dunstan
2007-03-17 Magnus Hagandermsvc build actually needs Bison 2.2 or later, not 2...
2007-03-17 Magnus HaganderAdd cvs tags to msvc build files, along with a (very...
next