summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2004-12-11Translation updatesPeter Eisentraut
2004-12-11Translation updatesPeter Eisentraut
2004-12-11Translation updatesPeter Eisentraut
2004-12-11Translation updatesPeter Eisentraut
2004-12-11Translation updatesPeter Eisentraut
2004-12-11Translation updatesPeter Eisentraut
2004-12-06ActiveSnapshot must be set to something valid while running deferredTom Lane
2004-12-04Back out addition of Win1252 encoding.Bruce Momjian
2004-12-03Use StrNCpy not strncpy to fill hash key, to ensure the resulting keyTom Lane
2004-12-03> If it bothers you that much. I'd make a flag, cleared at the start ofBruce Momjian
2004-12-03Back out fix for Unicode characters above 0x10000Bruce Momjian
2004-12-02> I have installed your patch and adjusted the names of the standardsBruce Momjian
2004-12-02> I enclose a short patch to reduce the PGARCH_RESTART_INTERVAL from 60Bruce Momjian
2004-12-02Fix for Unicode characters above 0x10000.Bruce Momjian
2004-12-02On win32, there is currently no way to get the equivalent function ofBruce Momjian
2004-12-02Add Charset WIN1252 support.Bruce Momjian
2004-12-02Change Win32 dlerror message to:Bruce Momjian
2004-12-02Disallow the combination VACUUM FULL FREEZE for safety's sake, for theTom Lane
2004-12-02Teach regex_fixed_prefix() the correct handling of advanced regexTom Lane
2004-12-02Make some adjustments to reduce platform dependencies in plan selection.Tom Lane
2004-12-01Fix timestamptz_age() to do calculation in local timezone not GMT, per bug 1332.Tom Lane
2004-12-01Change planner to use the current true disk file size as its estimate ofTom Lane
2004-11-28Avoid scribbling on original parsetree during DECLARE CURSOR. ThisTom Lane
2004-11-27Work around lack of NLS support in libpgport by making those componentsPeter Eisentraut
2004-11-27Update of conformance information to SQL:2003Peter Eisentraut
2004-11-24Install Tcl regex fixes to sync our regex engine with Tcl 8.4.8 (up fromTom Lane
2004-11-24Our interface code for Spencer's regexp package was checking for regexpTom Lane
2004-11-24A client_encoding specification coming from the connection request hasTom Lane
2004-11-24Assert that BufferIsPinned() in IncrBufferRefCount(), rather than usingNeil Conway
2004-11-21Fix rounding problem in dynahash.c's decision about when the targetTom Lane
2004-11-21Reduce the default size of the PortalHashTable in order to save aTom Lane
2004-11-20Patch of 2004-03-30 corrected date_part(timestamp) for extractingTom Lane
2004-11-20Avoid scanning the relcache during AtEOSubXact_RelationCache when thereTom Lane
2004-11-20Reduce the default size of the local lock hash table. There's usuallyTom Lane
2004-11-20Fix one more place where we were expecting lcons() to be nondestructiveTom Lane
2004-11-20Fix unportable isdigit() call --- must cast arg to unsigned char.Tom Lane
2004-11-20Move pgstat_report_tabstat() call so that stats are not reported to theTom Lane
2004-11-20Improve error reporting for SSL connection failures. Remove redundantTom Lane
2004-11-18Whoops, missed converting the other sleep() call to pg_usleep().Tom Lane
2004-11-18Force pg_database updates out to disk immediately after ALTER DATABASE;Tom Lane
2004-11-17Fix off-by-one memory allocation, as reported by Rod Taylor. AlsoTom Lane
2004-11-17Use pg_usleep() not sleep(), per Andrew Dunstan.Tom Lane
2004-11-17Minor adjustment of message style.Tom Lane
2004-11-17Win32 build cleanups, from Andrew Dunstan.Neil Conway
2004-11-17Remove debugging printf from #ifdef WIN32 section.Neil Conway
2004-11-17Micro-optimization of markpos() and restrpos() in btree and hash indexes.Neil Conway
2004-11-17Don't allow pg_start_backup() to be invoked if archive_command has notNeil Conway
2004-11-17Fix Win32 problems with signals and sockets, by making the forkexec codeTom Lane
2004-11-16Prevent a backend crash when processing CREATE TABLE commands withNeil Conway
2004-11-16Translation updatePeter Eisentraut