]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2004-03-02  Bruce MomjianFix sizeof(Oid) in PGSTAT_NUM_TABPURGE. (Actually...
2004-03-02  Bruce MomjianAdd missing checks for Borland C compiler.
2004-03-02  Tom LaneTeach is_distinct_query to recognize that GROUP BY...
2004-03-02  Bruce MomjianUpdate Turkish FAQ, Devrim GUNDUZ
2004-03-02  Bruce MomjianAdd missing sprompt.obj psql usage for Borland compiler...
2004-03-02  Michael MeskesAdded partly missing VOLATILE keyword.
2004-03-02  Tom LaneUpdate release notes for 7.3.6.
2004-03-02  Tom LaneReplace unportable use of /dev/stdin with lynx's -stdin...
2004-03-01  Neil ConwayAdd a few more xrefs, where they seemed appropriate...
2004-03-01  Neil ConwayEnable some additional warnings when running openjade...
2004-02-29  Tom Lanemake_sort_from_pathkeys()'s method for choosing which...
2004-02-29  Neil ConwayFix a typo in a recent commit to func.sgml that apparen...
2004-02-29  Neil ConwayFix a bunch (~88) typos that the OpenJade tools don...
2004-02-29  Bruce Momjian"Corrects" the int8/float4/float8 tests under win32.
2004-02-28  Tom LaneRemove unneeded indxqual field in IndexScanState, and...
2004-02-28  Dennis BjorklundTranslation updates
2004-02-28  Dennis BjorklundTranslation update
2004-02-28  Dennis BjorklundTranslation updates
2004-02-28  Dennis BjorklundTranslation updates
2004-02-27  Tom LaneAdjust remove_redundant_join_clauses() so that when...
2004-02-27  Tom Lanegenericcostestimate() neglected to include qual startup...
2004-02-27  Tom Laneprocess_implied_equality must copy the substructure...
2004-02-27  Neil ConwayFix a few omissions in the initcap() documentation...
2004-02-27  Bruce MomjianUpdate plpython docs to mention shared libs are possibl...
2004-02-26  Bruce MomjianFor immediate application to HEAD.
2004-02-26  Bruce MomjianUpdate the pl/python shared build docs to match the...
2004-02-25  Bruce MomjianFor application to HEAD, following community review.
2004-02-25  Tom LaneTeach plpgsql's lexer about dollar-quoted literals.
2004-02-24  Tom Laneanyarray really needs to be declared with typalign...
2004-02-24  Tom LaneAdd %option nodefault to all our flex lexers. Fix...
2004-02-24  Tom LaneImplement dollar-quoting in the backend lexer and psql...
2004-02-24  Michael Meskes- Corrected error handling in PGTYPEStimestamp_from_asc.
2004-02-24  Joe ConwayWhen returning type "record", replace use of pgresultGe...
2004-02-24  Joe ConwayApply quote_literal to the start_with argument of conne...
2004-02-24  Tom LaneCause pg_dump to emit a 'SET client_encoding' command...
2004-02-24  Tom LaneDon't crash when a rowtype argument to a plpgsql functi...
2004-02-23  Tom LaneFix obsolete comment.
2004-02-23  Tom LaneReplace opendir/closedir calls throughout the backend...
2004-02-23  Tom LaneNOFILE isn't used anywhere any more.
2004-02-23  Tom LaneDo a direct probe during postmaster startup to determin...
2004-02-23  Michael MeskesFixed incorrect output of indicator structs using the...
2004-02-23  Tom LaneWrite #include <dl.h>, not #include "dl.h", to correctl...
2004-02-22  Tom LaneMove responsibility for copying argv[] array into ps_st...
2004-02-22  Neil ConwayDocument the family() function (added during the 7...
2004-02-21  Tom LaneFix random build breakage from log_disconnections patch.
2004-02-21  Tom LaneImplement a solution to the 'Turkish locale downcases...
2004-02-20  Bruce MomjianThe following bug has been logged online:
2004-02-20  Bruce MomjianAdd:
2004-02-20  Bruce MomjianAdd:
2004-02-20  Bruce MomjianAdd to PL/java description.
2004-02-19  Tom LaneRe-implement psql's input scanning to use a flex-genera...
2004-02-19  Tom LaneCosmetic changes (mostly whitespace) to make it easier...
2004-02-18  Bruce MomjianUpdate:
2004-02-18  Bruce MomjianHere is a patch that implements setitimer() on win32...
2004-02-18  Michael MeskesAdded missing rule for DOUBLE variables.
2004-02-18  Neil ConwayImprove the consistency of the error message emitted...
2004-02-17  Neil ConwayRemove a caveat from the "backup" documentation: pg_dum...
2004-02-17  Bruce MomjianDone:
2004-02-17  Bruce MomjianAdd:
2004-02-17  Neil ConwayAdd a few more <xref> tags to the SGML docs, where...
2004-02-17  Tom LaneMinor editorializing on cost-based vacuum description.
2004-02-17  Neil ConwaySignificant improvements to the documentation for the...
2004-02-17  Neil ConwayFix a minor SGML markup infelicity in recently-applied...
2004-02-17  Bruce MomjianRename function log_session_end to log_disconnections.
2004-02-17  Bruce MomjianFix prototype for on_proc_exit in log_disconnections...
2004-02-17  Bruce MomjianThis patch brings up to date what I did last year ...
2004-02-17  Bruce MomjianHere is an updated version of the win32 readdir patch.
2004-02-17  Bruce MomjianUnder Win32, stat() returns an st_ino field, but it...
2004-02-17  Bruce MomjianPlease apply this patch to contrib/dbmirror
2004-02-17  Neil ConwayMinor SGML markup improvements.
2004-02-17  Tom LaneMake use of statistics on index expressions. There...
2004-02-16  Bruce MomjianChange may -> might, and remove an extra tab.
2004-02-16  Michael Meskes- Cleaned up parser a little bit. It does not make...
2004-02-15  Tom LaneFirst steps towards statistics on expressional (nee...
2004-02-15  Peter EisentrautNew translation
2004-02-15  Michael Meskes- Allowed some C keywords to be used as SQL column...
2004-02-15  Michael Meskes - Added missing braces to array parsing.
2004-02-15  Neil ConwayMinor documentation tweak.
2004-02-14  Tom LaneCreate crosstype comparison operators for date vs....
2004-02-13  Tom LaneRepair optimization bug I introduced in a moment of...
2004-02-13  Jan WieckDocumentation for vacuum_cost config options.
2004-02-13  Tom LaneAfter further thought about support for gathering stats...
2004-02-13  Bruce MomjianMention psql variable names are case-sensitive.
2004-02-13  Bruce MomjianFix typo:
2004-02-13  Bruce MomjianTom Lane wrote:
2004-02-13  Bruce MomjianAdd:
2004-02-13  Bruce MomjianAdd:
2004-02-13  Tom LaneTry to make 'cross-database references are not implemen...
2004-02-12  Tom LaneAdd hooks for type-specific calculation of ANALYZE...
2004-02-12  Bruce MomjianAdd from Joe Conway:
2004-02-12  Bruce MomjianAdd CVS ID tags to port/win32/files.
2004-02-12  Bruce MomjianJan:
2004-02-12  Tom LaneAvoid delaying postmaster shutdown by up to 10 seconds...
2004-02-12  Bruce MomjianImprove \? wording, remove 'internal'.
2004-02-12  Peter EisentrautTranslation updates
2004-02-12  Bruce MomjianAdd bitmap discussion to performance TODO.detail.
2004-02-12  Bruce MomjianRemove TODO.detail files that contained useless or...
2004-02-12  Bruce MomjianDone:
2004-02-12  Bruce MomjianFile not needed:
2004-02-12  Bruce MomjianMostly done:
next