]> granicus.if.org Git - postgresql/history - src/backend
Replace the BufMgrLock with separate locks on the lookup hashtable and
[postgresql] / src / backend /
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 LaneRemove direct inclusions of <com_err.h> as well as...
2004-12-18 Bruce MomjianAllow NetBSD, m64k to compile the ASM spinlock code.
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 LaneFix is-it-time-for-a-checkpoint logic so that checkpoin...
2004-12-16 Peter EisentrautTranslation updates
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 EisentrautTranslation update
2004-12-13 Peter EisentrautNew translation
2004-12-13 Peter EisentrautTranslation updates
2004-12-13 Peter EisentrautTranslation updates
2004-12-13 Tom LaneAvoid generating excess (and illegal) parentheses aroun...
2004-12-12 Tom LanePREPARE and EXPLAIN need to copy the source query just...
2004-12-12 Peter EisentrautTranslation updates
2004-12-12 Tom LaneUpgrade formrdesc() so that it can correctly initialize...
2004-12-11 Tom LaneInstead of supposing (wrongly, in the general case...
2004-12-11 Peter EisentrautTranslation updates
2004-12-11 Peter EisentrautTranslation updates
2004-12-11 Peter EisentrautTranslation updates
2004-12-11 Peter EisentrautTranslation updates
2004-12-11 Peter EisentrautTranslation updates
2004-12-11 Peter EisentrautTranslation updates
2004-12-06 Tom LaneActiveSnapshot must be set to something valid while...
2004-12-04 Bruce MomjianBack out addition of Win1252 encoding.
2004-12-03 Tom LaneUse StrNCpy not strncpy to fill hash key, to ensure...
2004-12-03 Bruce Momjian> If it bothers you that much. I'd make a flag, cleared...
2004-12-03 Bruce MomjianBack out fix for Unicode characters above 0x10000
2004-12-02 Bruce Momjian> I have installed your patch and adjusted the names...
2004-12-02 Bruce Momjian> I enclose a short patch to reduce the PGARCH_RESTART_...
2004-12-02 Bruce MomjianFix for Unicode characters above 0x10000.
2004-12-02 Bruce MomjianOn win32, there is currently no way to get the equivale...
2004-12-02 Bruce MomjianAdd Charset WIN1252 support.
2004-12-02 Bruce MomjianChange Win32 dlerror message to:
2004-12-02 Tom LaneDisallow the combination VACUUM FULL FREEZE for safety...
2004-12-02 Tom LaneTeach regex_fixed_prefix() the correct handling of...
2004-12-02 Tom LaneMake some adjustments to reduce platform dependencies...
2004-12-01 Tom LaneFix timestamptz_age() to do calculation in local timezo...
2004-12-01 Tom LaneChange planner to use the current true disk file size...
2004-11-28 Tom LaneAvoid scribbling on original parsetree during DECLARE...
2004-11-27 Peter EisentrautWork around lack of NLS support in libpgport by making...
2004-11-27 Peter EisentrautUpdate of conformance information to SQL:2003
2004-11-24 Tom LaneInstall Tcl regex fixes to sync our regex engine with...
2004-11-24 Tom LaneOur interface code for Spencer's regexp package was...
2004-11-24 Tom LaneA client_encoding specification coming from the connect...
2004-11-24 Neil ConwayAssert that BufferIsPinned() in IncrBufferRefCount...
2004-11-21 Tom LaneFix rounding problem in dynahash.c's decision about...
2004-11-21 Tom LaneReduce the default size of the PortalHashTable in order...
2004-11-20 Tom LanePatch of 2004-03-30 corrected date_part(timestamp)...
2004-11-20 Tom LaneAvoid scanning the relcache during AtEOSubXact_Relation...
2004-11-20 Tom LaneReduce the default size of the local lock hash table...
2004-11-20 Tom LaneFix one more place where we were expecting lcons()...
2004-11-20 Tom LaneFix unportable isdigit() call --- must cast arg to...
2004-11-20 Tom LaneMove pgstat_report_tabstat() call so that stats are...
2004-11-20 Tom LaneImprove error reporting for SSL connection failures...
2004-11-18 Tom LaneWhoops, missed converting the other sleep() call to...
2004-11-18 Tom LaneForce pg_database updates out to disk immediately after...
2004-11-17 Tom LaneFix off-by-one memory allocation, as reported by Rod...
2004-11-17 Tom LaneUse pg_usleep() not sleep(), per Andrew Dunstan.
2004-11-17 Tom LaneMinor adjustment of message style.
2004-11-17 Neil ConwayWin32 build cleanups, from Andrew Dunstan.
2004-11-17 Neil ConwayRemove debugging printf from #ifdef WIN32 section.
2004-11-17 Neil ConwayMicro-optimization of markpos() and restrpos() in btree...
2004-11-17 Neil ConwayDon't allow pg_start_backup() to be invoked if archive_...
2004-11-17 Tom LaneFix Win32 problems with signals and sockets, by making...
2004-11-16 Neil ConwayPrevent a backend crash when processing CREATE TABLE...
2004-11-16 Peter EisentrautTranslation update
2004-11-16 Tom LaneUse dynamically-sized buffers in pgwin32_is_service().
2004-11-16 Tom LaneRethink plpgsql's way of handling SPI execution during...
2004-11-14 Tom LaneRemove GUC USERLIMIT variable category, making the...
2004-11-14 Neil ConwayThere is no need for ReadBuffer() call sites to check...
2004-11-12 Bruce Momjian> I think in addition the system global name "sharemem...
2004-11-12 Tom LaneRemember to close the file on failure (pretty much...
2004-11-11 Tom LaneUn-break custom_variable_classes kluge ... mea culpa.
2004-11-11 Neil ConwayRemove obsolete comment from btbuild() and hashbuild...
2004-11-09 Tom LaneAllow planner to fold "stable" functions to constants...
2004-11-09 Tom LanePut in place some defenses against being fooled by...
2004-11-09 Peter EisentrautTranslation updates
2004-11-09 Peter EisentrautClarify some error messages
2004-11-09 Peter EisentrautTranslation update
2004-11-09 Tom LaneUse a hopefully-more-reliable method of detecting defau...
2004-11-08 Tom LaneKris Jurka pointed out that the qualified_name producti...
2004-11-08 Tom LaneFix unportable code in SockAddr_cidr_mask: you can...
2004-11-07 Peter EisentrautTranslation update
2004-11-06 Tom LaneWhen implementing a coercion to a domain type with...
2004-11-06 Bruce MomjianNow that we advertize only CIDR address in pg_hba.conf...
2004-11-05 Tom Lanepred_test() logic was being too narrow-minded about...
2004-11-05 Tom LaneCreate 'default_tablespace' GUC variable that supplies...
2004-11-05 Peter EisentrautSmall message clarifications
2004-11-05 Peter EisentrautTranslation update
2004-11-04 Tom LaneMinor documentation updates from Simon Riggs.
2004-11-02 Peter EisentrautTranslation updates
2004-11-02 Bruce MomjianAdd comment to postmaster.c that get_progname() will...
2004-11-01 Tom Lanetimestamptz_trunc() should only recalculate the timezon...
2004-11-01 Tom LaneInvent pg_next_dst_boundary() and rewrite DetermineLoca...
2004-11-01 Bruce MomjianUpdate comment to point to proper file.
next