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