| Age | Commit message (Expand) | Author |
| 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-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 | Win32 adjustments for dirmod and configure/configure.in. | Bruce Momjian |
| 2004-02-02 | Fix a read of uninitialized memory in next_token() of hba.c, spotted via | Neil Conway |
| 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-01-30 | Remove sleep() and use single PG_SLEEP call for Win32 signal handling | Bruce Momjian |
| 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-25 | Fix an obsolete file path mentioned in a comment. | Neil Conway |
| 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-23 | Fix a minor bug introduced by the recent CREATE TABLE AS / WITH OIDS | Neil Conway |
| 2004-01-22 | Remove ExpandDatabasePath(), which is unused and must have been so since | Tom Lane |
| 2004-01-22 | Fix oversight in optimization that avoids an unnecessary projection step | Tom Lane |
| 2004-01-21 | Repair error apparently introduced in the initial coding of GUC: the | 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-18 | When testing whether a sub-plan can do projection, use a general-purpose | Tom Lane |
| 2004-01-16 | Tighten short-circuit tests for deciding whether we need to invoke | Tom Lane |
| 2004-01-15 | Adjusted calculation of shared memory requirements to new | Jan Wieck |
| 2004-01-14 | Fix permission-checking bug reported by Tim Burgess 10-Feb-03 (this time | Tom Lane |
| 2004-01-10 | Remove the following unused type definitions: bool8, bool16, bool32, word8, | Neil Conway |
| 2004-01-10 | Implement "WITH / WITHOID OIDS" clause for CREATE TABLE AS. This is | Neil Conway |
| 2004-01-09 | Oops, can't do cpp tests inside macros; make two macros instead. | Bruce Momjian |
| 2004-01-09 | Change PG_DELAY from msec to usec and use it consistenly rather than | Bruce Momjian |
| 2004-01-07 | Cleanup: move the 'Value' node into a separate file, rather than putting | Neil Conway |
| 2004-01-06 | Apply the core parts of Dennis Bjorklund's patch to allow function | Tom Lane |
| 2004-01-06 | Final rearrangement of main postgresql child process (ie. | Bruce Momjian |
| 2004-01-06 | Code cleanup, mostly in the smgr: | Neil Conway |
| 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 |
| 2004-01-06 | Instead of rechecking lossy index operators by putting them into the | Tom Lane |
| 2004-01-05 | Adjust indexscan planning logic to keep RestrictInfo nodes associated | Tom Lane |
| 2004-01-05 | Improve UniquePath logic to detect the case where the input is already | Tom Lane |
| 2004-01-05 | Add the ability to extract OR indexscan conditions from OR-of-AND | Tom Lane |
| 2004-01-04 | There's no longer any good reason for genbki.sh and Gen_fmgrtab.sh to | Tom Lane |
| 2004-01-04 | Merge restrictlist_selectivity into clauselist_selectivity by | Tom Lane |
| 2004-01-04 | Rewrite OR indexscan processing to be more flexible. We can now for the | Tom Lane |
| 2004-01-03 | Must test for __hppa__ as well as __hppa to make linux-hppa happy. | Tom Lane |
| 2003-12-30 | Adjust the definition of RestrictInfo's left_relids and right_relids | Tom Lane |
| 2003-12-28 | Clean up the usage of canonicalize_qual(): in particular, be consistent | Tom Lane |
| 2003-12-27 | Improve spinlock code for recent x86 processors: insert a PAUSE | Tom Lane |
| 2003-12-25 | Continued rearrangement to permit pgstat + BootstrapMain processes to be | Bruce Momjian |