]> granicus.if.org Git - postgresql/history - src
Fix format string error.
[postgresql] / src /
2005-01-17 Peter EisentrautFix format string error.
2005-01-17 Neil ConwayThis trivial patch adds a regression test for CASE...
2005-01-17 Peter EisentrautTranslation updates
2005-01-17 Peter EisentrautNew translation
2005-01-17 Peter EisentrautTranslation updates
2005-01-15 Tom LaneAdjust warning message about Windows console code page...
2005-01-15 Tom Lanepg_regress now needs to know that Windows hasn't got...
2005-01-14 Tom Lanepostgres -boot would print the wrong program name in...
2005-01-14 Tom LaneUpdate obsolete comment, per Alvaro.
2005-01-14 Tom LaneAdd missing gettext() calls in find_my_exec(). It...
2005-01-14 Tom Laneplperl trigger handler tried to fetch new/old tuples...
2005-01-14 Peter EisentrautTranslation updates
2005-01-14 Bruce MomjianChange Win32 client configuration files from *.txt...
2005-01-13 Tom LaneChange exec_eval_simple_expr's param list allocation...
2005-01-13 Peter EisentrautTranslation updates
2005-01-13 Peter EisentrautTranslation updates
2005-01-13 Tom LaneAdjust src/tutorial Makefile so that it can use pgxs...
2005-01-13 Tom Laneget_names_for_var didn't do recursion for unnamed JOIN...
2005-01-13 Tom LaneRemove unportable assumption that it's okay to use...
2005-01-12 Tom LaneAdd conditional inclusion of <com_err.h> to support...
2005-01-12 Tom LaneRe-allow an untyped literal as the test expression...
2005-01-12 Tom LaneIncrease MAXLISTEN to a more generous value, and add...
2005-01-12 Tom LaneEnsure that the test postmaster started by 'make check...
2005-01-11 Tom Laneinterval_out failed to mention 'ago' for negative inter...
2005-01-11 Tom LaneFix tracking of dump-order dependencies for stand-alone...
2005-01-11 Tom Laneplperl was not being quite paranoid enough about detect...
2005-01-11 PostgreSQL Daemonup release to rc5 REL8_0_0RC5
2005-01-11 Tom LaneClean up pg_dump's handling of ownership for indexes...
2005-01-10 Tom LaneSeparate the functions of relcache entry flush and...
2005-01-10 Tom LanePhase 1 of fix for 'SMgrRelation hashtable corrupted...
2005-01-10 Michael MeskesFixed segfault in adjust_informix due to missing varcha...
2005-01-10 Peter EisentrautTranslation updates
2005-01-10 Tom LaneComment out check for substitution of private key file...
2005-01-10 Tom LaneUn-break MSVC build, per Andrew Dunstan.
2005-01-09 Tom LaneUndo an unadvertised change in the API of pg_atoi....
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...
next