| Commit message (Expand) | Author | Age |
* | Corrects a typo, introduces missing variables, and rearranges the | Bruce Momjian | 2004-03-09 |
* | The win32 port backend will require the functionality provided by | Bruce Momjian | 2004-03-09 |
* | Add: | Bruce Momjian | 2004-03-09 |
* | Add new SPI functions for use by PL/Java: | Bruce Momjian | 2004-03-05 |
* | Emit a warning when an empty string is input to the oid, float4, and | Neil Conway | 2004-03-04 |
* | Junkfilter logic to force a projection step during SELECT INTO was too | Tom Lane | 2004-03-02 |
* | Fix sizeof(Oid) in PGSTAT_NUM_TABPURGE. (Actually done in previous commit.) | Bruce Momjian | 2004-03-02 |
* | Add missing checks for Borland C compiler. | Bruce Momjian | 2004-03-02 |
* | Remove unneeded indxqual field in IndexScanState, and the useless work | Tom Lane | 2004-02-28 |
* | For application to HEAD, following community review. | Bruce Momjian | 2004-02-25 |
* | anyarray really needs to be declared with typalign = 'd', so that entries | Tom Lane | 2004-02-24 |
* | Fix obsolete comment. | Tom Lane | 2004-02-23 |
* | Replace opendir/closedir calls throughout the backend with AllocateDir | Tom Lane | 2004-02-23 |
* | NOFILE isn't used anywhere any more. | Tom Lane | 2004-02-23 |
* | Do a direct probe during postmaster startup to determine the maximum | Tom Lane | 2004-02-23 |
* | Move responsibility for copying argv[] array into ps_status.c, where it | Tom Lane | 2004-02-22 |
* | Fix random build breakage from log_disconnections patch. | Tom Lane | 2004-02-21 |
* | Implement a solution to the 'Turkish locale downcases I incorrectly' | Tom Lane | 2004-02-21 |
* | Here is a patch that implements setitimer() on win32. With this patch | Bruce Momjian | 2004-02-18 |
* | This patch brings up to date what I did last year (now unfortunately | Bruce Momjian | 2004-02-17 |
* | Make use of statistics on index expressions. There are still some | Tom Lane | 2004-02-17 |
* | First steps towards statistics on expressional (nee functional) indexes. | Tom Lane | 2004-02-15 |
* | Create crosstype comparison operators for date vs. timestamp and date | Tom Lane | 2004-02-14 |
* | After further thought about support for gathering stats on functional | Tom Lane | 2004-02-13 |
* | Add hooks for type-specific calculation of ANALYZE statistics. Idea and | Tom Lane | 2004-02-12 |
* | 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 |