]> granicus.if.org Git - postgresql/history - src
New translations
[postgresql] / src /
2005-01-09 Peter EisentrautNew translations
2005-01-09 Peter EisentrautTranslation updates
2005-01-09 Peter EisentrautNew translation
2005-01-09 Peter EisentrautTranslation updates
2005-01-08 Tom LaneConsistently use geteuid() not getuid(); there were...
2005-01-07 Tom LaneImprove comments in sample config files.
2005-01-07 PostgreSQL Daemonupgrade tags to rc4 REL8_0_0RC4
2005-01-06 Tom LaneMinor mop-up for Windows home-directory stuff, per...
2005-01-06 Tom LaneDon't list port twice in SUBDIRS. Caught by Honda...
2005-01-06 Tom LaneRevert -Wl, change to Makefile.osf, as the allegedly...
2005-01-06 Tom LaneInstead of a bare recv() to read the server's response...
2005-01-06 Tom LaneAdjust lookup of client-side profile files (.pgpass...
2005-01-06 Dennis BjorklundTranslation updates
2005-01-06 Dennis BjorklundTranslation updates
2005-01-06 Dennis BjorklundTranslation updates
2005-01-06 Peter EisentrautTranslation updates
2005-01-06 Peter EisentrautTranslation updates
2005-01-06 Tom LaneMake the various places that determine the user's ...
2005-01-06 Tom LaneKeep translations in step with synopses.
2005-01-04 Tom LaneClean up code in libpq that obtains user's home directo...
2005-01-04 Tom LaneMake pg_dump --oids work when default_with_oids = off...
2005-01-04 Peter EisentrautTranslation update
2005-01-04 Peter EisentrautFix typo
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...
next