| Commit message (Expand) | Author | Age |
* | Error message style adjustments, per Alvaro Herrera. | Tom Lane | 2004-08-01 |
* | Add cross-check that current timeline of pg_control is an ancestor of | Tom Lane | 2004-07-22 |
* | Add a check on file size as an additional safety check that a WAL file | Tom Lane | 2004-07-22 |
* | Invent WAL timelines, as per recent discussion, to make point-in-time | Tom Lane | 2004-07-21 |
* | Remove unportable use of strptime() to parse recovery target time spec. | Tom Lane | 2004-07-19 |
* | XLOG file archiving and point-in-time recovery. There are still some | Tom Lane | 2004-07-19 |
* | Nested transactions. There is still much left to do, especially on the | Tom Lane | 2004-07-01 |
* | Adjust our timezone library to use pg_time_t (typedef'd as int64) in | Tom Lane | 2004-06-03 |
* | Separate out bgwriter code into a logically separate module, rather | Tom Lane | 2004-05-29 |
* | Code review for EXEC_BACKEND changes. Reduce the number of #ifdefs by | Tom Lane | 2004-05-28 |
* | Get rid of the former rather baroque mechanism for propagating the values | Tom Lane | 2004-05-27 |
* | Put back #include <sys/time.h> in files that seem to need it on Linux. | Tom Lane | 2004-05-21 |
* | Integrate src/timezone library for all platforms. There is more we can | Tom Lane | 2004-05-21 |
* | Solve the 'Turkish problem' with undesirable locale behavior for case | Tom Lane | 2004-05-07 |
* | * Most changes are to fix warnings issued when compiling win32 | Bruce Momjian | 2004-04-19 |
* | Increase xlog str_time() static string variable, per Korean User's Group. | Bruce Momjian | 2004-03-22 |
* | Replace opendir/closedir calls throughout the backend with AllocateDir | Tom Lane | 2004-02-23 |
* | Here is an updated version of the win32 readdir patch. | Bruce Momjian | 2004-02-17 |
* | Commit the reasonably uncontroversial parts of J.R. Nield's PITR patch, to | Tom Lane | 2004-02-11 |
* | Restructure smgr API as per recent proposal. smgr no longer depends on | Tom Lane | 2004-02-10 |
* | Ensure that close() and fclose() are checked for errors, at least in | Tom Lane | 2004-01-26 |
* | Repair problem identified by Olivier Prenant: ALTER DATABASE SET search_path | Tom Lane | 2004-01-19 |
* | Suppress compiler warning (xlog_outrec is unused if not WAL_DEBUG). | Tom Lane | 2004-01-06 |
* | Make the 'wal_debug' GUC variable a boolean (rather than an integer), and | Neil Conway | 2004-01-06 |
* | This patch is the next step towards (re)allowing fork/exec. | Bruce Momjian | 2003-12-20 |
* | I posted some bufmgr cleanup a few weeks ago, but it conflicted with | Neil Conway | 2003-12-14 |
* | This patch properly sets the prototype for the on_shmem_exit and | Peter Eisentraut | 2003-12-12 |
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 |
* | Fix typo in message. | Tom Lane | 2003-09-27 |
* | Various message fixes, among those fixes for the previous round of fixes | Peter Eisentraut | 2003-09-26 |
* | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut | 2003-09-25 |
* | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 |
* | pgindent run. | Bruce Momjian | 2003-08-04 |
* | A visit from the message-style police ... | Tom Lane | 2003-07-28 |
* | Error message editing in backend/access. | Tom Lane | 2003-07-21 |
* | Repair boundary-case bug introduced by patch of two months ago that | Tom Lane | 2003-07-17 |
* | Add comment pointing out that XLByteToPrevSeg macro is not broken. | Tom Lane | 2003-06-26 |
* | Repair sometimes-incorrect computation of StartUpID after a crash, per | Tom Lane | 2003-05-22 |
* | Adjust CreateCheckpoint so that buffer dumping activities and cleanup of | Tom Lane | 2003-05-10 |
* | In the continuing saga of FE/BE protocol revisions, add reporting of | Tom Lane | 2003-04-25 |
* | Make Win32 tests to match existing Cygwin tests, where appropriate. | Bruce Momjian | 2003-04-18 |
* | Make btree index structure adjustments and WAL logging changes needed to | Tom Lane | 2003-02-21 |
* | Use stat(2) to probe for existing xlog segments in InstallXLogFileSegment, | Tom Lane | 2003-01-25 |
* | This patch removes a bunch of superfluous #include directives: if | Bruce Momjian | 2002-11-08 |
* | Clean up a few fprintf(stderr)'s that should be elog's. | Tom Lane | 2002-11-02 |
* | Change order of operations during XLogFlush so that we try to include | Tom Lane | 2002-10-07 |
* | Ensure that before truncating CLOG, we force a checkpoint even if no | Tom Lane | 2002-09-26 |
* | pgindent run. | Bruce Momjian | 2002-09-04 |
* | Remove sys/types.h in files that include postgres.h, and hence c.h, | Bruce Momjian | 2002-09-02 |
* | Remove code that suggested increasing wal_files. | Bruce Momjian | 2002-09-01 |