summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2004-02-12Fixed bug where FlushRelationBuffers() did call StrategyInvalidateBuffer()Jan Wieck
2004-02-12Check only live tuples for OID validity, to avoid issues after ALTERTom Lane
2004-02-12Added hints about the reason, why the command string inJan Wieck
2004-02-11Commit the reasonably uncontroversial parts of J.R. Nield's PITR patch, toTom Lane
2004-02-11Repair some problems in bgwriter start/stop logic. In particular, don'tTom Lane
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-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-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-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-28Review uses of IsUnderPostmaster, change some tests to look atTom Lane
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-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-26Ensure that close() and fclose() are checked for errors, at least inTom Lane
2004-01-26Repair incorrect order of operations in GetNewTransactionId(). We mustTom Lane
2004-01-24Support named parameters in information_schema.parameters,Tom Lane
2004-01-24Added GUC variable bgwriter_flush_method controlling the actionJan Wieck
2004-01-24Translation updatesDennis Bjorklund
2004-01-24Repair planner failure for cases involving Cartesian products insideTom Lane
2004-01-23Revise GEQO planner to make use of some heuristic knowledge about SQL, namelyTom Lane
2004-01-23Fix a minor bug introduced by the recent CREATE TABLE AS / WITH OIDSNeil Conway
2004-01-22Remove ExpandDatabasePath(), which is unused and must have been so sinceTom Lane
2004-01-22Translation updatesDennis Bjorklund
2004-01-22Fix oversight in optimization that avoids an unnecessary projection stepTom Lane
2004-01-22Correct error introduced in recent hasoids changes --- it's not a boolTom 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-21Translation updatesDennis Bjorklund
2004-01-19Repair problem identified by Olivier Prenant: ALTER DATABASE SET search_pathTom Lane