| Age | Commit message (Expand) | Author |
| 2004-02-27 | genericcostestimate() neglected to include qual startup cost in | Tom Lane |
| 2004-02-27 | Fix a few omissions in the initcap() documentation & source code | Neil Conway |
| 2004-02-25 | For application to HEAD, following community review. | Bruce Momjian |
| 2004-02-24 | Add %option nodefault to all our flex lexers. Fix a couple of rule gaps | Tom Lane |
| 2004-02-23 | Do a direct probe during postmaster startup to determine the maximum | Tom Lane |
| 2004-02-22 | Move responsibility for copying argv[] array into ps_status.c, where it | Tom Lane |
| 2004-02-21 | Implement a solution to the 'Turkish locale downcases I incorrectly' | Tom Lane |
| 2004-02-18 | Improve the consistency of the error message emitted when rejecting | Neil Conway |
| 2004-02-17 | This patch brings up to date what I did last year (now unfortunately | Bruce Momjian |
| 2004-02-17 | Under Win32, stat() returns an st_ino field, but it has no meaning (on | Bruce Momjian |
| 2004-02-17 | Make use of statistics on index expressions. There are still some | Tom Lane |
| 2004-02-16 | Change may -> might, and remove an extra tab. | Bruce Momjian |
| 2004-02-14 | Create crosstype comparison operators for date vs. timestamp and date | Tom Lane |
| 2004-02-12 | Added hints about the reason, why the command string in | Jan Wieck |
| 2004-02-10 | 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-08 | Win32 signals cleanup. Patch by Magnus Hagander, with input from Claudio | Neil Conway |
| 2004-02-06 | Cost based vacuum delay feature. | Jan Wieck |
| 2004-02-04 | 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-03 | 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-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-01 | Make length() disregard trailing spaces in char(n) values, per discussion | Tom Lane |
| 2004-01-31 | 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-28 | Review uses of IsUnderPostmaster, change some tests to look at | Tom Lane |
| 2004-01-27 | Here's the latest win32 signals code, this time in the form of a patch | Bruce Momjian |
| 2004-01-26 | [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-24 | Added GUC variable bgwriter_flush_method controlling the action | Jan Wieck |
| 2004-01-23 | Revise GEQO planner to make use of some heuristic knowledge about SQL, namely | Tom Lane |
| 2004-01-22 | Remove ExpandDatabasePath(), which is unused and must have been so since | Tom Lane |
| 2004-01-21 | 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-19 | Repair problem identified by Olivier Prenant: ALTER DATABASE SET search_path | Tom Lane |
| 2004-01-19 | Add a hash table to cache lookups of 'C'-language functions (that is, | Tom Lane |
| 2004-01-17 | Repair misestimation of indexscan CPU costs. When an indexqual contains | Tom Lane |
| 2004-01-08 | [Forced commit to add log message that I fat-fingered last time] | Tom Lane |
| 2004-01-07 | make | Tom Lane |
| 2004-01-07 | More janitorial work: remove the explicit casting of NULL literals to a | Neil Conway |
| 2004-01-06 | Apply the core parts of Dennis Bjorklund's patch to allow function | Tom Lane |
| 2004-01-06 | Remove unused 'noversion' command-line option processing from the | Neil Conway |
| 2004-01-06 | Make the 'wal_debug' GUC variable a boolean (rather than an integer), and | Neil Conway |