summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2004-12-14Prevent pg_resetxlog from being run as root. If this is allowed, someNeil Conway
2004-12-13New translationPeter Eisentraut
2004-12-13Translation updatesPeter Eisentraut
2004-12-13Clearify which version numbers are bumped for major and minor releases.Bruce Momjian
2004-12-13New translationsPeter Eisentraut
2004-12-13Translation updatesPeter Eisentraut
2004-12-13Avoid generating excess (and illegal) parentheses around an aliased JOINTom Lane
2004-12-12Add regression tests for the fix committed by Tom for casting betweenNeil Conway
2004-12-12PREPARE and EXPLAIN need to copy the source query just like we recentlyTom Lane
2004-12-12Add missing newlines at end of error messages.Peter Eisentraut
2004-12-12Translation updatesPeter Eisentraut
2004-12-12Fix problems with certain shells (e.g., FreeBSD, Cygwin) clearing thePeter Eisentraut
2004-12-12Upgrade formrdesc() so that it can correctly initialize the tupledescTom Lane
2004-12-11Instead of supposing (wrongly, in the general case) that the rowtypeTom Lane
2004-12-11Translation updatesPeter Eisentraut
2004-12-11Translation updatesPeter Eisentraut
2004-12-11Translation updatesPeter Eisentraut
2004-12-11Translation updatesPeter Eisentraut
2004-12-11Translation updatesPeter Eisentraut
2004-12-11Translation updatesPeter Eisentraut
2004-12-06ActiveSnapshot must be set to something valid while running deferredTom Lane
2004-12-06Translation updatesPeter Eisentraut
2004-12-06Fixed bug in parsing of typedef'ed array sizes.Michael Meskes
2004-12-06Fix off-by-1 bug in pg_ctl in -D handling, per report from pjmodos@parba.czNeil Conway
2004-12-04Back out addition of Win1252 encoding.Bruce Momjian
2004-12-03As long as we're forcing an ORDER BY in these four join queries, we hadTom Lane
2004-12-03Use StrNCpy not strncpy to fill hash key, to ensure the resulting keyTom Lane
2004-12-03Adjust help message for --no-owner, per Alvaro Herrera.Tom Lane
2004-12-03> If it bothers you that much. I'd make a flag, cleared at the start ofBruce Momjian
2004-12-03Fix compile breakage from SIGPIPE fix for threading.Bruce Momjian
2004-12-03Back out fix for Unicode characters above 0x10000Bruce Momjian
2004-12-02Code review for recent libpq changes. Be more careful about errorTom Lane
2004-12-02> I have installed your patch and adjusted the names of the standardsBruce Momjian
2004-12-02> I enclose a short patch to reduce the PGARCH_RESTART_INTERVAL from 60Bruce Momjian
2004-12-02Fix for Unicode characters above 0x10000.Bruce Momjian
2004-12-02On win32, there is currently no way to get the equivalent function ofBruce Momjian
2004-12-02Add Charset WIN1252 support.Bruce Momjian
2004-12-02Change Win32 dlerror message to:Bruce Momjian
2004-12-02Disallow the combination VACUUM FULL FREEZE for safety's sake, for theTom Lane
2004-12-02Don't bother adding to cflags/cppflags, just set them because configureBruce Momjian
2004-12-02Rework libpq threaded SIGPIPE handling to avoid interference withBruce Momjian
2004-12-02Teach regex_fixed_prefix() the correct handling of advanced regexTom Lane
2004-12-02Make some adjustments to reduce platform dependencies in plan selection.Tom Lane
2004-12-01Allow libpq to build on MS Visual Studio .NET 2003 on Windows XP.Bruce Momjian
2004-12-01Fix timestamptz_age() to do calculation in local timezone not GMT, per bug 1332.Tom Lane
2004-12-01Change planner to use the current true disk file size as its estimate ofTom Lane
2004-11-30Add \n to end of output for psql \s with no history file name.Bruce Momjian
2004-11-30Quote SHELL arguments only on Win32.Bruce Momjian
2004-11-30Fix a few typos in comments.Neil Conway
2004-11-29Update plperl to use ereport() not elog() for user-facing messages,Tom Lane