| Commit message (Expand) | Author | Age |
* | Fixed bug where FlushRelationBuffers() did call StrategyInvalidateBuffer() | Jan Wieck | 2004-02-12 |
* | Commit the reasonably uncontroversial parts of J.R. Nield's PITR patch, to | Tom Lane | 2004-02-11 |
* | Check and set thread-safe functions separately, rather than as a single | Bruce Momjian | 2004-02-11 |
* | Properly set NEED_REENTRANT_FUNCS for threaded libpq/ecpg. | Bruce Momjian | 2004-02-11 |
* | Add configure support for determining UINT64_FORMAT, the appropriate | Tom Lane | 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-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 |
* | 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 |
* | 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-02-02 |
* | Remove sleep() and use single PG_SLEEP call for Win32 signal handling | Bruce Momjian | 2004-01-30 |
* | 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 |
* | Fix an obsolete file path mentioned in a comment. | Neil Conway | 2004-01-25 |
* | Added GUC variable bgwriter_flush_method controlling the action | Jan Wieck | 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 |
* | Fix oversight in optimization that avoids an unnecessary projection step | Tom Lane | 2004-01-22 |
* | Repair error apparently introduced in the initial coding of GUC: the | Tom Lane | 2004-01-21 |
* | 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-19 |
* | When testing whether a sub-plan can do projection, use a general-purpose | Tom Lane | 2004-01-18 |
* | Tighten short-circuit tests for deciding whether we need to invoke | Tom Lane | 2004-01-16 |
* | Adjusted calculation of shared memory requirements to new | Jan Wieck | 2004-01-15 |
* | Fix permission-checking bug reported by Tim Burgess 10-Feb-03 (this time | Tom Lane | 2004-01-14 |
* | 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-10 |
* | 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-09 |
* | Cleanup: move the 'Value' node into a separate file, rather than putting | Neil Conway | 2004-01-07 |
* | 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-06 |
* | 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-05 |
* | There's no longer any good reason for genbki.sh and Gen_fmgrtab.sh to | Tom Lane | 2004-01-04 |