]> granicus.if.org Git - postgresql/history - src
Fix typo.
[postgresql] / src /
2004-01-19 Peter EisentrautFix typo.
2004-01-19 Tom LaneDon't return an overoptimistic result from join_in_sele...
2004-01-19 Tom LaneRecognize that IN subqueries return already-unique...
2004-01-19 Tom LaneAdd a hash table to cache lookups of 'C'-language funct...
2004-01-18 Peter EisentrautTranslation update
2004-01-18 Tom LaneDon't use %s-with-precision format spec to truncate...
2004-01-18 Tom LaneWhen testing whether a sub-plan can do projection,...
2004-01-17 Tom LaneRepair misestimation of indexscan CPU costs. When...
2004-01-16 Tom LaneTighten short-circuit tests for deciding whether we...
2004-01-15 Jan WieckAdjusted calculation of shared memory requirements...
2004-01-14 Tom LaneFix permission-checking bug reported by Tim Burgess...
2004-01-14 Dennis BjorklundTranslation updates
2004-01-14 Tom Lanepg_settings should have UPDATE privilege allowed to...
2004-01-14 Tom LaneThe no-updates-to-system-catalogs-unless-usecatupd...
2004-01-14 Tom LaneRevert ill-starred change of 13-Feb-02: it appeared...
2004-01-13 Peter EisentrautTranslation update
2004-01-13 Bruce MomjianFix ecpg test program to properly access int* null...
2004-01-12 Tom LaneFix another place that wasn't maintaining AND/OR flatne...
2004-01-12 Tom LanePreserve AND/OR flatness during eval_const_expressions...
2004-01-11 Dennis BjorklundTranslation updates
2004-01-11 Dennis BjorklundMark string for translation.
2004-01-11 Dennis BjorklundTranslation updates
2004-01-11 Dennis BjorklundTranslation updates
2004-01-11 Neil ConwayAdd CREATE TRIGGER, CREATE INDEX, and CREATE SEQUENCE...
2004-01-11 Bruce MomjianDrops in the CreateProcess calls for Win32 (essentially...
2004-01-10 Neil ConwayRemove the following unused type definitions: bool8...
2004-01-10 Neil ConwayImplement "WITH / WITHOID OIDS" clause for CREATE TABLE...
2004-01-10 Peter EisentrautTranslation updates
2004-01-10 Tom LaneImprove has_nullable_targetlist() to allow strict funct...
2004-01-10 Dennis BjorklundTranslation updates
2004-01-10 Dennis BjorklundTranslation updates
2004-01-10 Dennis BjorklundTranslation updates
2004-01-10 Bruce MomjianMake non-wait pg_ctl start/stop message more accurate.
2004-01-10 Bruce MomjianAllow BEGIN WORK to specify transaction isolation level...
2004-01-10 Tom LaneFix subquery pullup logic to not be fooled when a view...
2004-01-09 Bruce MomjianOops, can't do cpp tests inside macros; make two macros...
2004-01-09 Bruce MomjianRemove ereport() from failed connection; already done...
2004-01-09 Bruce MomjianFix for cancel key restarting postmaster, from Claudio
2004-01-09 Bruce MomjianHave psql help show \w parameter as requied.
2004-01-09 Bruce MomjianAllow psql to handle tilde user expansion for file...
2004-01-09 Bruce MomjianChange PG_DELAY from msec to usec and use it consistenl...
2004-01-09 Dennis BjorklundTranslation updates
2004-01-09 Bruce MomjianAdd WIN32 pipe implementation that uses sockets.
2004-01-09 Bruce MomjianRemove duplicate include of value.h. I think it got...
2004-01-09 Bruce MomjianAdd comment about synchronous signals.
2004-01-09 Bruce MomjianAllow libpq to do thread-safe SIGPIPE handling. This...
2004-01-09 Tom LaneFix incorrect SQL syntax emitted when -E is given witho...
2004-01-08 Neil ConwayFix a spelling mistake in a comment.
2004-01-08 Bruce MomjianThrow compile error if our non-thread-safe snprintf...
2004-01-08 Bruce MomjianUpdate OSF thread flags for non-gcc compiles.
2004-01-08 Dennis BjorklundTranslation updates
2004-01-08 Dennis BjorklundTranslation updates
2004-01-08 Tom Lane[Forced commit to add log message that I fat-fingered...
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 Tom LaneSupport function parameter names in plpgsql. This...
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 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 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-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 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...
next