aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Centralize implementation of delay code by creating a pg_usleep()Tom Lane2004-02-10
* Restructure smgr API as per recent proposal. smgr no longer depends onTom Lane2004-02-10
* Win32 signals cleanup. Patch by Magnus Hagander, with input from ClaudioNeil Conway2004-02-08
* Cost based vacuum delay feature.Jan Wieck2004-02-06
* Backing out the background writer sync() option.Jan Wieck2004-02-04
* Use memmove() rather than memcpy() in set_var_from_var(). If this functionNeil Conway2004-02-04
* pwdTom Lane2004-02-03
* Rename SortMem and VacuumMem to work_mem and maintenance_work_mem.Tom Lane2004-02-03
* Add function (actually an int4 and an int8 version) that generatesJoe Conway2004-02-03
* > src/backend/commands/user.c file has some parse error at repalloc(),Bruce Momjian2004-02-02
* Fix a read of uninitialized memory in next_token() of hba.c, spotted viaNeil Conway2004-02-02
* Adjustments for Win32-specific rename code, and add include file.Bruce Momjian2004-02-02
* Avoid generating invalid character encoding sequences in make_greater_string.Tom Lane2004-02-02
* Adjust rename on Win32 to only link to temp name while holding lock,Bruce Momjian2004-02-02
* Briefly,Bruce Momjian2004-02-02
* Make length() disregard trailing spaces in char(n) values, per discussionTom Lane2004-02-01
* Micro-opt: replace calls likeNeil Conway2004-01-31
* Fix text_position to not scan past end of source string in multibyteTom Lane2004-01-31
* Fix debug elog message to agree with name of its routine.Tom Lane2004-01-30
* Remove sleep() and use single PG_SLEEP call for Win32 signal handlingBruce Momjian2004-01-30
* Review uses of IsUnderPostmaster, change some tests to look atTom Lane2004-01-28
* Fix oversight in check_ungrouped_columns optimization that avoidsTom Lane2004-01-28
* simplify_function() mustn't try to evaluate functions that returnTom Lane2004-01-28
* Pgindent win32 signal code.Bruce Momjian2004-01-27
* Here's the latest win32 signals code, this time in the form of a patchBruce Momjian2004-01-27
* [all] Removed call to getppid in SendPostmasterSignal, replacing with aBruce Momjian2004-01-26
* Back out win32 patch so we can apply it separately.Bruce Momjian2004-01-26
* Attached is a patch that fixes some trivial typos and alignment. PleaseBruce Momjian2004-01-26
* Ensure that close() and fclose() are checked for errors, at least inTom Lane2004-01-26
* Repair incorrect order of operations in GetNewTransactionId(). We mustTom Lane2004-01-26
* Support named parameters in information_schema.parameters,Tom Lane2004-01-24
* Added GUC variable bgwriter_flush_method controlling the actionJan Wieck2004-01-24
* Translation updatesDennis Bjorklund2004-01-24
* Repair planner failure for cases involving Cartesian products insideTom Lane2004-01-24
* Revise GEQO planner to make use of some heuristic knowledge about SQL, namelyTom Lane2004-01-23
* Fix a minor bug introduced by the recent CREATE TABLE AS / WITH OIDSNeil Conway2004-01-23
* Remove ExpandDatabasePath(), which is unused and must have been so sinceTom Lane2004-01-22
* Translation updatesDennis Bjorklund2004-01-22
* Fix oversight in optimization that avoids an unnecessary projection stepTom Lane2004-01-22
* Correct error introduced in recent hasoids changes --- it's not a boolTom Lane2004-01-22
* Repair error apparently introduced in the initial coding of GUC: theTom Lane2004-01-21
* If we don't have shared libraries, we don't have conversions. MakeTom Lane2004-01-21
* Fix bit-rot in support for building with --disable-shared. This patchTom Lane2004-01-21
* Translation updatesDennis Bjorklund2004-01-21
* Repair problem identified by Olivier Prenant: ALTER DATABASE SET search_pathTom Lane2004-01-19
* Fix typo.Peter Eisentraut2004-01-19
* Don't return an overoptimistic result from join_in_selectivity whenTom Lane2004-01-19
* Recognize that IN subqueries return already-unique results if they useTom Lane2004-01-19
* Add a hash table to cache lookups of 'C'-language functions (that is,Tom Lane2004-01-19
* Don't use %s-with-precision format spec to truncate data being displayedTom Lane2004-01-18