]> granicus.if.org Git - postgresql/shortlog
postgresql
2004-01-08 Bruce MomjianFix Solaris thread build settings for non-gcc compilers.
2004-01-07 Tom Lanemake
2004-01-07 Tom LaneMake some improvements in the intelligence of the parti...
2004-01-07 Dennis BjorklundTranslation updates
2004-01-07 Tom LaneAdd missing inclusion of nodes/value.h.
2004-01-07 Neil ConwayMore janitorial work: remove the explicit casting of...
2004-01-07 Neil ConwayCleanup: move the 'Value' node into a separate file...
2004-01-07 Bruce MomjianNot done, per Tom:
2004-01-07 Tom LaneSupport function parameter names in plpgsql. This...
2004-01-07 Bruce MomjianCompleted, I am pretty sure:
2004-01-07 Tom Lanepg_dump support for function parameter names.
2004-01-06 Tom LaneApply the core parts of Dennis Bjorklund's patch to...
2004-01-06 Bruce MomjianFinal rearrangement of main postgresql child process...
2004-01-06 Tom LaneSuppress compiler warning (xlog_outrec is unused if...
2004-01-06 Bruce MomjianFavor Freenode rather than EFnet in IRC listing. Freen...
2004-01-06 Bruce MomjianDone:
2004-01-06 Neil ConwayCode cleanup, mostly in the smgr:
2004-01-06 Neil ConwayRemove unused 'noversion' command-line option processin...
2004-01-06 Neil ConwayMake the 'wal_debug' GUC variable a boolean (rather...
2004-01-06 Tom LaneInstead of rechecking lossy index operators by putting...
2004-01-05 Tom LaneAdjust indexscan planning logic to keep RestrictInfo...
2004-01-05 Neil ConwayTrivial refactoring: move analysis of ViewStmt into...
2004-01-05 Neil ConwayRemove an old and out-of-date SGML comment from this...
2004-01-05 Neil ConwayFix (yet another) instance of incorrect markup for...
2004-01-05 Neil ConwayFix three trivial typos in comments.
2004-01-05 Peter EisentrautTranslation updates
2004-01-05 Tom LaneImprove UniquePath logic to detect the case where the...
2004-01-05 Tom LaneDept. of second thoughts: clause_selectivity shouldn...
2004-01-05 Tom LaneAdd the ability to extract OR indexscan conditions...
2004-01-05 Bruce MomjianUpdate for 7.4.1 as newest version.
2004-01-04 Peter EisentrautCorrect gettext URL.
2004-01-04 Michael MeskesFixed bug in GRANT OPTION FOR parsing.
2004-01-04 Tom LaneThere's no longer any good reason for genbki.sh and...
2004-01-04 Tom LaneFix portability bugs: char values passed to <ctype...
2004-01-04 Tom LaneFix discrepancy in prototypes for HPUX pg_dlerror.
2004-01-04 Tom LaneFix ReadOffset() to work correctly when off_t is wider...
2004-01-04 Tom LaneMerge restrictlist_selectivity into clauselist_selectiv...
2004-01-04 Bruce MomjianRemove trailing newline from file.
2004-01-04 Bruce MomjianRemove trailing semicolons from macro initializations...
2004-01-04 Bruce MomjianMention grabbing typedefs from pgsql/lib too.
2004-01-04 Tom LaneRewrite OR indexscan processing to be more flexible...
2004-01-03 Tom LaneMust test for __hppa__ as well as __hppa to make linux...
2004-01-01 Tom LaneDo an explicit fflush after writing a progress message...
2003-12-31 Bruce MomjianMake Solaris non-gcc thread flag "-mt" a compile flag...
2003-12-30 Tom LaneAdjust the definition of RestrictInfo's left_relids...
2003-12-30 Tom LaneRecommend SHOW, instead of pg_controldata, for checking...
2003-12-30 Bruce MomjianAdd "-mt" link flag for Solaris non-gcc compiles when...
2003-12-30 Tom LaneInstead of trying to force WHERE clauses into CNF or...
2003-12-30 Tom LaneAvoid running out of memory during hash_create, by...
2003-12-30 Tom LaneShmemInitHash forgot to specify HASH_ALLOC flag bit...
2003-12-29 Tom LaneUse hash table name, not one-size-fits-all 'DynaHashTab...
2003-12-29 Tom LaneUsing canonicalize_qual() to get rid of duplicate index...
2003-12-29 Tom LaneImprove comment.
2003-12-29 Tom LaneTweak OpernameGetCandidates() to reduce palloc overhead...
2003-12-29 Michael MeskesAdded missing whitespaces to array argument parsing.
2003-12-28 Tom LaneClean up the usage of canonicalize_qual(): in particula...
2003-12-28 Tom LaneFix sanity-check code that mistakenly assumed error...
2003-12-28 Tom LaneAvoid infinite loop if connection is lost during PQexec...
2003-12-27 Tom LaneImprove spinlock code for recent x86 processors: insert...
2003-12-27 Tom LaneRemove incorrect remark about having to restart backend...
2003-12-26 Tom LaneBe a little more consistent about which terms are upper...
2003-12-26 Michael MeskesFixed docs to clearly note that ecpg is originally...
2003-12-25 Bruce MomjianContinued rearrangement to permit pgstat + BootstrapMai...
2003-12-25 Bruce MomjianPatch that makes quoting "sameuser", "samegroup", and...
2003-12-25 Bruce Momjian> > I have no idea if this in Oracle or not. But it...
2003-12-24 Michael MeskesFixed segfault in parsing of EXEC SQL SELECT * FROM...
2003-12-23 Bruce MomjianSupress non-temp schemas from psql \dn display.
2003-12-23 Tom LaneUse inlined TAS() on PA-RISC, if we are compiling with...
2003-12-23 Tom LaneFix a number of places where reconfiguring with a diffe...
2003-12-23 Tom LaneFix compile warning.
2003-12-23 Tom LaneMore bogosity in alter_table test: sometimes causes...
2003-12-23 Tom Lanealter_table test sometimes failed in parallel mode...
2003-12-23 Tom LanePush responsibility for selecting out-of-line-assembler...
2003-12-23 Tom LaneMop-up for HAS_TEST_AND_SET refactoring. Un-break...
2003-12-23 Bruce MomjianHave configure --without-spinlocks actually not use...
2003-12-23 Bruce MomjianMove slock_t typdefs into s_lock.h from include/port...
2003-12-23 Bruce MomjianRemove __alpha__ additions in main.c but document that...
2003-12-23 Bruce MomjianRemove NEED_I386_TAS_ASM and just test for compiler...
2003-12-23 Tom LaneAllow plpgsql variables' default value expressions...
2003-12-22 Bruce MomjianThis applied patch remove NEED_SPARC_TAS_ASM and instea...
2003-12-22 Bruce MomjianTest for __alpha and __alpha__.
2003-12-22 Bruce MomjianClarification:
2003-12-22 Bruce MomjianRegenerate HISTORY for release.
2003-12-21 Tom LaneFix broken markup, adjust 7.4.1 release date, re-sync...
2003-12-21 Tom LaneFurther cleanup in _bt_first: eliminate duplicate code...
2003-12-21 Bruce MomjianUpdate 7.4.1 release notes in preparation for release.
2003-12-21 Bruce MomjianBack out:
2003-12-21 Bruce Momjian[ This description should have been on the earlier...
2003-12-21 Tom LanePrevious change exposed some opportunities for further...
2003-12-21 Tom LaneImprove btree's initial-positioning-strategy code so...
2003-12-21 Tom LaneThe recent DUMMY_PROCS patch broke accounting for the...
2003-12-20 Tom Lanebufmgr.c failed to compile on Darwin, because it didn...
2003-12-20 Tom LaneDept. of third thoughts: in fact, libpq should support...
2003-12-20 Tom LaneFix broken IDENT support for FreeBSD (appears to have...
2003-12-20 Bruce MomjianThis patch is the next step towards (re)allowing fork...
2003-12-20 Bruce MomjianAnother markup fix for recent patch.
2003-12-20 Bruce MomjianFix broken markup.
2003-12-20 Bruce MomjianIn my mind there were two categories of open issues
2003-12-20 Bruce MomjianUpdate HISTORY file for 7.4.1.
2003-12-19 Bruce MomjianSupress ecpg thread test if configure didn't enable...
next