]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2004-12-27  Bruce MomjianAdd:
2004-12-27  Tom LaneMore minor updates and copy-editing.
2004-12-27  Tom LaneMake sure --with-pgport option propagates into postgres...
2004-12-27  Tom LaneMove info about psql console code page issues out of...
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 LaneMore minor updates and copy-editing.
2004-12-26  Tom LaneRearrange include file contents into a saner order...
2004-12-24  Bruce MomjianImprove Win32 install instructions.
2004-12-24  Tom LaneMinor updates and copy-editing.
2004-12-24  Bruce MomjianBack out Win32 changes until Tom is done.
2004-12-24  Bruce MomjianAdjust documention for Win32 installation options.
2004-12-24  Bruce MomjianUpdate docs for Win32 installation, per Tom.
2004-12-24  Bruce MomjianUpdates from Ian Barwick.
2004-12-24  Bruce MomjianUpdate FAQ.
2004-12-24  Tom LaneRemove 'optimization' to skip resolve_symlinks() when...
2004-12-24  Bruce MomjianUpdate FAQ with new URL's for site.
2004-12-24  Tom LaneSwitch order of WHERE clauses in tab completion queries...
2004-12-23  Tom LaneMore minor updates and copy-editing.
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 LaneA small pass of docs review and copy-editing.
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-22  Bruce MomjianAdd mention that pg_ctl will return an accurate exit...
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... tag files for rc2 REL8_0_0RC2
2004-12-21  Tom LanePatch to make libpq.rc be a built-for-distribution...
2004-12-21  Bruce MomjianAdd:
2004-12-21  Bruce MomjianAdd:
2004-12-21  Bruce MomjianI was recently surprised to find that EXTRACT's day...
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 LaneFix broken markup.
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 MomjianAdd:
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-18  Tom LaneAdd note warning that OS X updates usually overwrite...
2004-12-18  Bruce MomjianChanges the doc's to reflect what the user will find...
2004-12-18  Bruce MomjianMany thanks to Joachim Wieland for a big list of correc...
2004-12-18  Bruce MomjianUpdate from Ian Barwick
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 LaneMinor copy-editing in tutorial.
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-17  Bruce MomjianAdd Win32:
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-16  Peter EisentrautAdd port report
2004-12-16  Bruce MomjianAdd French IRC channel.
2004-12-16  Bruce MomjianAdd Spanish IRC channel to FAQ.
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-15  Bruce MomjianUpdate IRC mention.
2004-12-14  Tom LaneIn 'make installcheck' for contrib/, insert 'sleep...
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  Bruce MomjianUpdate aix cc_r wording.
2004-12-14  Bruce MomjianMention aix cc_r is not supported, and why
2004-12-14  Peter EisentrautFix typo
2004-12-14  Peter EisentrautAdd port reports
2004-12-14  Neil ConwayPrevent pg_resetxlog from being run as root. If this...
2004-12-14  Peter EisentrautAdd more port reports.
2004-12-13  Peter EisentrautNew translation
2004-12-13  Peter EisentrautTranslation updates
2004-12-13  Bruce MomjianRemove:
2004-12-13  Peter EisentrautSpell checker run
2004-12-13  Bruce MomjianDone:
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  Bruce MomjianAdd:
2004-12-13  Bruce MomjianUpdate FAQ.
next