summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-10-09Clarify user of "postmaster" vs. "server" in FAQs.Bruce Momjian
2007-10-08Faster test for overflow in str2txid, from Marko.Tom Lane
2007-10-08Get rid of dependency on strtoull() --- Marko Kreen.Tom Lane
2007-10-08Add:Bruce Momjian
2007-10-07Added the Skytools extended transaction ID module to contrib as discussedJan Wieck
2007-10-07A few improvements to analyze and vacuum sections in documentation: add "seeAlvaro Herrera
2007-10-07Change π to plain "pi" in index entry, to avoid double escaping issues.Alvaro Herrera
2007-10-07Clean up the doc makefile for draft HTML generation. It no longer worksAlvaro Herrera
2007-10-07Remove stylesheet.css file on "make clean", created only on VPATH builds.Alvaro Herrera
2007-10-06Fix missing parenthesis, per Guillaume Lelarge.Alvaro Herrera
2007-10-06Make dumpcolors() have tolerable performance when using 32-bit chr,Tom Lane
2007-10-06Adjust some regex debugging printouts to not give wrong-format-widthTom Lane
2007-10-06Adjust regcustom.h so that all those assert() calls in the regex packageTom Lane
2007-10-06Fix SGML markup, from Guillaume Lelarge.Alvaro Herrera
2007-10-05Add comment about cvs branch numbers.Bruce Momjian
2007-10-05Fix plperl and pltcl to include the name of the current function whenTom Lane
2007-10-05Add pgcvslog '-d' capability to allow stripping of commit messages thatBruce Momjian
2007-10-05Remove some cross-references that don't seem to work in HISTORYTom Lane
2007-10-05tag it 8.3beta1 ... the beta cycle beginsMarc G. Fournier
2007-10-05Fix distprep and maintainer-clean targets so that ecpg's .def files areTom Lane
2007-10-05Add .cvsignore files to suppress CVS gripes about ecpg .def files.Tom Lane
2007-10-04Some desultory markup improvements in the new release notes.Tom Lane
2007-10-04Results from buildfarm show that ecpglib was depending on pg_strcasecmp,Tom Lane
2007-10-04Keep the planner from failing on "WHERE false AND something IN (SELECT ...)".Tom Lane
2007-10-04Stamp 8.3beta1, except in configure.in/configure.Tom Lane
2007-10-04Update timezone data files to release 2007h of the zic database.Tom Lane
2007-10-04DLL_DEFFILE should be defined when PORTNAME is win32, not when it isn't,Tom Lane
2007-10-04Replaced tabs by white spacesMichael Meskes
2007-10-04Removed newline at end of exports files.Michael Meskes
2007-10-04Change Assert() to a plain test and elog, just to see if that worksTom Lane
2007-10-04Added def-files to all: target so they are build everytime.Michael Meskes
2007-10-04Two fixes for the release notes from Guillaume Smet. In passing, makeNeil Conway
2007-10-04First pass at SGML-ifying the 8.3 release notes. Plenty of improvementsNeil Conway
2007-10-03Second pass at 8.3 release notes: put items in a bit more logical orderTom Lane
2007-10-03Various minor improvements to the 8.3 release notes.Neil Conway
2007-10-03Teach chklocale.c how to extract encoding info from Windows localeTom Lane
2007-10-03Some editorial improvements for recently-added ALTER SEQUENCE/VIEWTom Lane
2007-10-03Suppress compiler warning in non-threaded build.Tom Lane
2007-10-03Tweak recently-added tests to suppress scary-looking warnings on 64-bitTom Lane
2007-10-03Argh, missing dll in filenameMichael Meskes
2007-10-03Minor improvements to hack for old OpenSSL libraries: avoid unusedTom Lane
2007-10-03Fix command for fetching snprintf.c.Tom Lane
2007-10-03This could be what's missing on some systems.Michael Meskes
2007-10-03Stripped two symbols that are needed.Michael Meskes
2007-10-03Attempt to open certificate file "manually" using fopen beforeMagnus Hagander
2007-10-03Build two more .DEF files for ecpg instead of using default ones.Magnus Hagander
2007-10-03Also build snprintf from pgport if needed.Michael Meskes
2007-10-03Remove exports.list in clean target.Michael Meskes
2007-10-03More detailed error msg (with stack trace) if a file copy fails.Magnus Hagander
2007-10-03Also created export list for pgytpeslib and compatlib.Michael Meskes