summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-02-06Cost based vacuum delay feature.Jan Wieck
2004-02-05Documentation for generate_series() functions committed a few days ago.Joe Conway
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:Bruce Momjian
2004-02-03Add function (actually an int4 and an int8 version) that generatesJoe Conway
2004-02-02Win32 adjustments for dirmod and configure/configure.in.Bruce Momjian
2004-02-02autoconf run.Tom Lane
2004-02-02Set only LC_ALL for sort in tags creation.Bruce Momjian
2004-02-02> src/backend/commands/user.c file has some parse error at repalloc(),Bruce Momjian
2004-02-02Fix a read of uninitialized memory in next_token() of hba.c, spotted viaNeil Conway
2004-02-02Adjustments for Win32-specific rename code, and add include file.Bruce Momjian
2004-02-02Move win32 changes from configure to configure.in, per Tom, autoconfBruce Momjian
2004-02-02Do not let external specification of CFLAGS stop us from addingTom Lane
2004-02-02Avoid generating invalid character encoding sequences in make_greater_string.Tom Lane
2004-02-02Use Tcl_PutEnv() in place of putenv() in libpgtcl, as the latter canNeil Conway
2004-02-02Adjust rename on Win32 to only link to temp name while holding lock,Bruce Momjian
2004-02-02Briefly,Bruce Momjian
2004-02-01Set locale to C before doing sort in make_ctags.Bruce Momjian
2004-02-01Update char_length() example for new semantics.Tom Lane
2004-02-01Make length() disregard trailing spaces in char(n) values, per discussionTom Lane
2004-01-31Fix a probably-harmless read of uninitialized memory in mkdir_p(), toNeil Conway
2004-01-31Remove a superfluous semi-colon.Neil Conway
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-30Fix debug elog message to agree with name of its routine.Tom Lane
2004-01-30Remove sleep() and use single PG_SLEEP call for Win32 signal handlingBruce Momjian
2004-01-30Add:Bruce Momjian
2004-01-29Fix (debatable) spelling mistake in a comment: 'concatenate' is the usualNeil Conway
2004-01-28Make USING and WITH optional to bring the syntax of \copy into exactTom Lane
2004-01-28Review uses of IsUnderPostmaster, change some tests to look atTom Lane
2004-01-28Fix typo.Tom Lane
2004-01-28Removed some debugging output.Michael Meskes
2004-01-28- Issue a warning if a cursor is declared but not opened.Michael Meskes
2004-01-28Fix oversight in check_ungrouped_columns optimization that avoidsTom Lane
2004-01-28simplify_function() mustn't try to evaluate functions that returnTom Lane
2004-01-27Improve the documentation of the 'join_collapse_limit' GUC var. Thanks toNeil Conway
2004-01-27Run stats test separately, not as part of a parallel group, to avoidTom Lane
2004-01-27Pgindent win32 signal code.Bruce Momjian
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-26Add Name:Bruce Momjian
2004-01-26Done:Bruce Momjian
2004-01-26Ensure that close() and fclose() are checked for errors, at least inTom Lane
2004-01-26The attached patch clarifies (or, rather, makes explicit) to readers howNeil Conway
2004-01-26Repair incorrect order of operations in GetNewTransactionId(). We mustTom Lane