summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
2004-02-27genericcostestimate() neglected to include qual startup cost inTom Lane
2004-02-27Fix a few omissions in the initcap() documentation & source codeNeil Conway
2004-02-25For application to HEAD, following community review.Bruce Momjian
2004-02-24Add %option nodefault to all our flex lexers. Fix a couple of rule gapsTom Lane
2004-02-23Do a direct probe during postmaster startup to determine the maximumTom Lane
2004-02-22Move responsibility for copying argv[] array into ps_status.c, where itTom Lane
2004-02-21Implement a solution to the 'Turkish locale downcases I incorrectly'Tom Lane
2004-02-18Improve the consistency of the error message emitted when rejectingNeil Conway
2004-02-17This patch brings up to date what I did last year (now unfortunatelyBruce Momjian
2004-02-17Under Win32, stat() returns an st_ino field, but it has no meaning (onBruce Momjian
2004-02-17Make use of statistics on index expressions. There are still someTom Lane
2004-02-16Change may -> might, and remove an extra tab.Bruce Momjian
2004-02-14Create crosstype comparison operators for date vs. timestamp and dateTom Lane
2004-02-12Added hints about the reason, why the command string inJan Wieck
2004-02-10Centralize implementation of delay code by creating a pg_usleep()Tom Lane
2004-02-10Restructure smgr API as per recent proposal. smgr no longer depends onTom Lane
2004-02-08Win32 signals cleanup. Patch by Magnus Hagander, with input from ClaudioNeil Conway
2004-02-06Cost based vacuum delay feature.Jan Wieck
2004-02-04Backing out the background writer sync() option.Jan Wieck
2004-02-04Use memmove() rather than memcpy() in set_var_from_var(). If this functionNeil Conway
2004-02-03pwdTom Lane
2004-02-03Rename SortMem and VacuumMem to work_mem and maintenance_work_mem.Tom Lane
2004-02-03Add function (actually an int4 and an int8 version) that generatesJoe Conway
2004-02-02Avoid generating invalid character encoding sequences in make_greater_string.Tom Lane
2004-02-02Adjust rename on Win32 to only link to temp name while holding lock,Bruce Momjian
2004-02-02Briefly,Bruce Momjian
2004-02-01Make length() disregard trailing spaces in char(n) values, per discussionTom Lane
2004-01-31Micro-opt: replace calls likeNeil Conway
2004-01-31Fix text_position to not scan past end of source string in multibyteTom Lane
2004-01-28Review uses of IsUnderPostmaster, change some tests to look atTom Lane
2004-01-27Here's the latest win32 signals code, this time in the form of a patchBruce Momjian
2004-01-26[all] Removed call to getppid in SendPostmasterSignal, replacing with aBruce Momjian
2004-01-26Back out win32 patch so we can apply it separately.Bruce Momjian
2004-01-26Attached is a patch that fixes some trivial typos and alignment. PleaseBruce Momjian
2004-01-26Ensure that close() and fclose() are checked for errors, at least inTom Lane
2004-01-24Added GUC variable bgwriter_flush_method controlling the actionJan Wieck
2004-01-23Revise GEQO planner to make use of some heuristic knowledge about SQL, namelyTom Lane
2004-01-22Remove ExpandDatabasePath(), which is unused and must have been so sinceTom Lane
2004-01-21Repair error apparently introduced in the initial coding of GUC: theTom Lane
2004-01-21If we don't have shared libraries, we don't have conversions. MakeTom Lane
2004-01-21Fix bit-rot in support for building with --disable-shared. This patchTom Lane
2004-01-19Repair problem identified by Olivier Prenant: ALTER DATABASE SET search_pathTom Lane
2004-01-19Add a hash table to cache lookups of 'C'-language functions (that is,Tom Lane
2004-01-17Repair misestimation of indexscan CPU costs. When an indexqual containsTom Lane
2004-01-08[Forced commit to add log message that I fat-fingered last time]Tom Lane
2004-01-07makeTom Lane
2004-01-07More janitorial work: remove the explicit casting of NULL literals to aNeil Conway
2004-01-06Apply the core parts of Dennis Bjorklund's patch to allow functionTom Lane
2004-01-06Remove unused 'noversion' command-line option processing from theNeil Conway
2004-01-06Make the 'wal_debug' GUC variable a boolean (rather than an integer), andNeil Conway