| Commit message (Expand) | Author | Age |
* | Conditionalize variable that is only used conditionally, to avoid warning. | Peter Eisentraut | 2003-11-27 |
* | Second try at fixing no-room-to-move-down PANIC in compact_fsm_storage. | Tom Lane | 2003-11-26 |
* | Repair subselect.c's occasional assignment of the wrong vartypmod to | Tom Lane | 2003-11-25 |
* | Get rid of hashkeys field of Hash plan node, since it's redundant with | Tom Lane | 2003-11-25 |
* | Overdue code review for ALTER SEQUENCE patch. Don't generate illegal Node | Tom Lane | 2003-11-24 |
* | Repair missed renamings of show_statement_stats and show_executor_stats. | Tom Lane | 2003-11-24 |
* | COMMENT ON casts, conversions, languages, operator classes, and | Tom Lane | 2003-11-21 |
* | Remove unused variable. | Tom Lane | 2003-11-21 |
* | Background writer process | Jan Wieck | 2003-11-19 |
* | Fix datetime input parsing to accept YYYY-MONTHNAME-DD and related syntaxes, | Tom Lane | 2003-11-16 |
* | Changed parameter name for shared cache status report interval to | Jan Wieck | 2003-11-16 |
* | Make creation of statistics collection socket more robust, by allowing it | Tom Lane | 2003-11-15 |
* | Translation updates | Peter Eisentraut | 2003-11-14 |
* | Add CHECK_FOR_INTERRUPTS() to bootstrap command loop, so that control-C | Tom Lane | 2003-11-14 |
* | Added documentation for the new interface between the buffer manager | Jan Wieck | 2003-11-14 |
* | Translation updates | Peter Eisentraut | 2003-11-14 |
* | Dunno why this got committed with DOS newlines, but fix that, and | Tom Lane | 2003-11-13 |
* | 2nd try for the ARC strategy. | Jan Wieck | 2003-11-13 |
* | ARC strategy backed out ... sorry | Jan Wieck | 2003-11-13 |
* | Replacement of the buffer replacement strategy with an ARC | Jan Wieck | 2003-11-13 |
* | Cross-data-type comparisons are now indexable by btrees, pursuant to my | Tom Lane | 2003-11-12 |
* | Cleanup for recent .exe Win32 fix. | Bruce Momjian | 2003-11-12 |
* | Add .exe to Win32 stat calls. Don't symlink postmaster on Win32. | Bruce Momjian | 2003-11-11 |
* | Add system_views.sql to CVS. | Bruce Momjian | 2003-11-11 |
* | Move system_views.sql into backend/catalog, per Tom. | Bruce Momjian | 2003-11-11 |
* | * ioctlsocket_ret | Bruce Momjian | 2003-11-11 |
* | Remove rcsid CVS header variable --- not used. | Bruce Momjian | 2003-11-10 |
* | Add operator strategy and comparison-value datatype fields to ScanKey. | Tom Lane | 2003-11-09 |
* | Correct misspellings of REFERENCES. | Tom Lane | 2003-11-08 |
* | Don't need hack copy of system() anymore in OS X 10.3. | Tom Lane | 2003-11-08 |
* | Fix process-status handling for OS X 10.3. | Tom Lane | 2003-11-08 |
* | Cause stats processes to detach from shared memory when started, so that | Tom Lane | 2003-11-07 |
* | zero_damaged_pages must absolutely NOT be marked GUC_DISALLOW_IN_FILE, | Tom Lane | 2003-11-07 |
* | Implement isolation levels read uncommitted and repeatable read as acting | Peter Eisentraut | 2003-11-06 |
* | Fix for this problem: | Tom Lane | 2003-11-05 |
* | Update future-tense comments in README to present tense. Noted by | Tom Lane | 2003-10-31 |
* | When a superuser does GRANT or REVOKE on an object he doesn't own, | Tom Lane | 2003-10-31 |
* | Fix for possible referential integrity violation when a qualified ON INSERT | Jan Wieck | 2003-10-31 |
* | Fix some corner cases in ACL manipulation: don't foul up on an empty | Tom Lane | 2003-10-29 |
* | Give a useful error message if a RangeVar is encountered in an expression. | Tom Lane | 2003-10-29 |
* | compact_fsm_storage() does need to handle the case where a relation's | Tom Lane | 2003-10-29 |
* | Change Solaris tests to test for SHM_SHARE_MMU, per Tom. | Bruce Momjian | 2003-10-27 |
* | 'sun' => '__sun__' | Bruce Momjian | 2003-10-26 |
* | Test for 'sun' rather than 'solaris' for intimate shared memory. | Bruce Momjian | 2003-10-26 |
* | Translation update | Peter Eisentraut | 2003-10-25 |
* | Remove socket credentials defines not referenced. | Bruce Momjian | 2003-10-25 |
* | Translation updates | Peter Eisentraut | 2003-10-24 |
* | It is possible for ResolveNew to be used to insert a sublink into a | Tom Lane | 2003-10-20 |
* | Improve error reporting in parseTypeString(), motivated by confusing | Tom Lane | 2003-10-20 |
* | Save_r, Save_t should be static not global variables. | Tom Lane | 2003-10-19 |