]> granicus.if.org Git - postgresql/history - src
Translation updates
[postgresql] / src /
2005-01-03 Peter EisentrautTranslation updates
2005-01-03 Tom LaneRepair bufmgr deadlock problem reported by Michael...
2005-01-03 Bruce MomjianUpdate copyright script.
2005-01-01 Tom LaneAdjust a few more copyright notices to match the format...
2005-01-01 Tom LaneSome more missed copyright notices. Many of these...
2005-01-01 Bruce MomjianUpdate copyrights that were missed.
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-12-31 Tom LaneClean up win32ver.o on Windows, per Magnus.
2004-12-31 Tom Lanemake clean must remove zic$(X) for Windows, per Magnus.
2004-12-30 Michael MeskesFixed segfault in connect when specifying no database...
2004-12-29 Tom LaneSupport Sun's compiler on SunOS4 (a/k/a Solaris 9)...
2004-12-29 Tom LaneRefactor EXEC_BACKEND code so that postmaster child...
2004-12-29 Peter EisentrautTranslation updates
2004-12-28 Tom LaneMake libpq default to localhost connections on machines...
2004-12-27 Tom LaneMake sure --with-pgport option propagates into postgres...
2004-12-27 Tom LaneCause pg_hba.conf file inclusion (@file stuff) to behav...
2004-12-27 Peter EisentrautTranslation update
2004-12-26 Tom LaneFix func_ptr declaration for netbsd-mac68k, per Rémi...
2004-12-26 Tom LaneRearrange include file contents into a saner order...
2004-12-24 Tom LaneRemove 'optimization' to skip resolve_symlinks() when...
2004-12-24 Tom LaneSwitch order of WHERE clauses in tab completion queries...
2004-12-23 Tom LaneAvoid memory leakage during VACUUM FULL when an index...
2004-12-23 Bruce MomjianAdd missing ecpg prototype for newly added functions.
2004-12-23 Michael MeskesAdded PGTYPEStimestamp_add_interval written by Dave...
2004-12-23 Tom LaneUse float8-small-is-zero for netbsd on m68k, per Rémi...
2004-12-23 Tom LaneRemove extra parenthesis.
2004-12-22 Tom LaneAwhile back I added some code to StartupCLOG() to forci...
2004-12-21 Tom LaneAdd '-Wl,' prefix to linker switches consistently....
2004-12-21 Tom Laneexec_eval_simple_expr() needs to do CommandCounterIncre...
2004-12-21 Bruce MomjianAdd error checking for starting a win32 service using...
2004-12-21 Bruce MomjianReturn proper error exit code on pg_ctl -w start failure.
2004-12-21 Peter EisentrautTranslation update
2004-12-21 PostgreSQL Daemontag files for rc2 REL8_0_0RC2
2004-12-21 Tom LanePatch to make libpq.rc be a built-for-distribution...
2004-12-20 Bruce MomjianMention libpq.rc.in is now the file to update for releases.
2004-12-20 Tom LaneEnsure that 'disabling statistics collector' is logged...
2004-12-20 Tom LaneAdd support for Latin9 encoding in to_ascii(). Jaime...
2004-12-20 Tom LaneMark the TimeZone parameter as GUC_REPORT, so that...
2004-12-20 Tom LaneIn pipe_read_line Windows code, loop to ensure we get...
2004-12-20 Tom LaneRemove direct inclusions of <com_err.h> as well as...
2004-12-20 Tom LaneAdjust pg_resetxlog to handle 8.0 WAL file names properly.
2004-12-19 Tom Laneplpgsql's exec_eval_simple_expr() now has to take respo...
2004-12-19 Tom LanePrevent evaluation of backticks while discarding unwant...
2004-12-19 Bruce MomjianMention why unixware doesn't handle threading in 8.0.
2004-12-19 Bruce MomjianTest for POSIX.1c 2-arg sigwait() and fail on single...
2004-12-19 Bruce MomjianAdd Win32 version stamps that increment each day for...
2004-12-18 Bruce MomjianAllow NetBSD, m64k to compile the ASM spinlock code.
2004-12-17 Tom LaneMake array_cat more paranoid about checking datatypes...
2004-12-17 Tom Lanearray_map failed to insert correct result type in an...
2004-12-17 Tom LaneIn a PGXS build, expect to find the postgres executable...
2004-12-17 Neil ConwayAllow 'ELSEIF' as an alternative to 'ELSIF' in PL/PgSQL...
2004-12-17 Tom LaneHook up the plpython result-object nrows and status...
2004-12-17 Tom LaneFix is-it-time-for-a-checkpoint logic so that checkpoin...
2004-12-16 Bruce MomjianUpdate release changes list to mention pg_config.h...
2004-12-16 Bruce MomjianUpdate version for Win32-client include file.
2004-12-16 Tom LaneCause configure --with-tcl to check for presence of...
2004-12-16 Bruce MomjianAllow --enable-thread-safety with --disable-shared...
2004-12-16 Bruce MomjianAllow AIX to use --enable-thread-safety by passing...
2004-12-16 Peter EisentrautTranslation updates
2004-12-15 Tom LaneFix another place broken by new List implementation...
2004-12-15 Tom LaneDisallow SETOF in the input of parseTypeString(). ...
2004-12-15 Tom LaneCalculation of keys_are_unique flag was wrong for cases...
2004-12-15 Peter EisentrautNew translations
2004-12-15 Peter EisentrautTranslation updates
2004-12-15 Peter EisentrautTranslation update
2004-12-14 Tom LaneCope with circularities involving a view's ON SELECT...
2004-12-14 Tom LaneFix pg_dump to ensure that a comment on a table CHECK...
2004-12-14 Peter EisentrautFix typo
2004-12-14 Neil ConwayPrevent pg_resetxlog from being run as root. If this...
2004-12-13 Peter EisentrautNew translation
2004-12-13 Peter EisentrautTranslation updates
2004-12-13 Bruce MomjianClearify which version numbers are bumped for major...
2004-12-13 Peter EisentrautNew translations
2004-12-13 Peter EisentrautTranslation updates
2004-12-13 Tom LaneAvoid generating excess (and illegal) parentheses aroun...
2004-12-12 Neil ConwayAdd regression tests for the fix committed by Tom for...
2004-12-12 Tom LanePREPARE and EXPLAIN need to copy the source query just...
2004-12-12 Peter EisentrautAdd missing newlines at end of error messages.
2004-12-12 Peter EisentrautTranslation updates
2004-12-12 Peter EisentrautFix problems with certain shells (e.g., FreeBSD, Cygwin...
2004-12-12 Tom LaneUpgrade formrdesc() so that it can correctly initialize...
2004-12-11 Tom LaneInstead of supposing (wrongly, in the general case...
2004-12-11 Peter EisentrautTranslation updates
2004-12-11 Peter EisentrautTranslation updates
2004-12-11 Peter EisentrautTranslation updates
2004-12-11 Peter EisentrautTranslation updates
2004-12-11 Peter EisentrautTranslation updates
2004-12-11 Peter EisentrautTranslation updates
2004-12-06 Tom LaneActiveSnapshot must be set to something valid while...
2004-12-06 Peter EisentrautTranslation updates
2004-12-06 Michael MeskesFixed bug in parsing of typedef'ed array sizes.
2004-12-06 Neil ConwayFix off-by-1 bug in pg_ctl in -D handling, per report...
2004-12-04 Bruce MomjianBack out addition of Win1252 encoding.
2004-12-03 Tom LaneAs long as we're forcing an ORDER BY in these four...
2004-12-03 Tom LaneUse StrNCpy not strncpy to fill hash key, to ensure...
2004-12-03 Tom LaneAdjust help message for --no-owner, per Alvaro Herrera.
2004-12-03 Bruce Momjian> If it bothers you that much. I'd make a flag, cleared...
2004-12-03 Bruce MomjianFix compile breakage from SIGPIPE fix for threading.
2004-12-03 Bruce MomjianBack out fix for Unicode characters above 0x10000
2004-12-02 Tom LaneCode review for recent libpq changes. Be more careful...
next