Age | Commit message (Expand) | Author |
2004-02-11 | Commit the reasonably uncontroversial parts of J.R. Nield's PITR patch, to | Tom Lane |
2004-02-10 | Restructure smgr API as per recent proposal. smgr no longer depends on | Tom Lane |
2004-01-26 | Ensure that close() and fclose() are checked for errors, at least in | Tom Lane |
2004-01-19 | Repair problem identified by Olivier Prenant: ALTER DATABASE SET search_path | Tom Lane |
2004-01-06 | 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 |
2003-12-20 | This patch is the next step towards (re)allowing fork/exec. | Bruce Momjian |
2003-12-14 | I posted some bufmgr cleanup a few weeks ago, but it conflicted with | Neil Conway |
2003-12-12 | This patch properly sets the prototype for the on_shmem_exit and | Peter Eisentraut |
2003-11-29 | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon |
2003-09-27 | Fix typo in message. | Tom Lane |
2003-09-26 | Various message fixes, among those fixes for the previous round of fixes | Peter Eisentraut |
2003-09-25 | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut |
2003-08-04 | Update copyrights to 2003. | Bruce Momjian |
2003-08-04 | pgindent run. | Bruce Momjian |
2003-07-28 | A visit from the message-style police ... | Tom Lane |
2003-07-21 | Error message editing in backend/access. | Tom Lane |
2003-07-17 | Repair boundary-case bug introduced by patch of two months ago that | Tom Lane |
2003-06-26 | Add comment pointing out that XLByteToPrevSeg macro is not broken. | Tom Lane |
2003-05-22 | Repair sometimes-incorrect computation of StartUpID after a crash, per | Tom Lane |
2003-05-10 | Adjust CreateCheckpoint so that buffer dumping activities and cleanup of | Tom Lane |
2003-04-25 | In the continuing saga of FE/BE protocol revisions, add reporting of | Tom Lane |
2003-04-18 | Make Win32 tests to match existing Cygwin tests, where appropriate. | Bruce Momjian |
2003-02-21 | Make btree index structure adjustments and WAL logging changes needed to | Tom Lane |
2003-01-25 | Use stat(2) to probe for existing xlog segments in InstallXLogFileSegment, | Tom Lane |
2002-11-08 | This patch removes a bunch of superfluous #include directives: if | Bruce Momjian |
2002-11-02 | Clean up a few fprintf(stderr)'s that should be elog's. | Tom Lane |
2002-10-07 | Change order of operations during XLogFlush so that we try to include | Tom Lane |
2002-09-26 | Ensure that before truncating CLOG, we force a checkpoint even if no | Tom Lane |
2002-09-04 | pgindent run. | Bruce Momjian |
2002-09-02 | Remove sys/types.h in files that include postgres.h, and hence c.h, | Bruce Momjian |
2002-09-01 | Remove code that suggested increasing wal_files. | Bruce Momjian |
2002-08-30 | Complete TODO item: | Bruce Momjian |
2002-08-17 | Reverse out XLogDir/-X write-ahead log handling, per discussion. | Bruce Momjian |
2002-08-06 | Restructure local-buffer handling per recent pghackers discussion. | Tom Lane |
2002-08-05 | Fix compilation problem with assert checking enabled for recent xlog | Thomas G. Lockhart |
2002-08-04 | Implement WAL log location control using "-X" or PGXLOG. | Thomas G. Lockhart |
2002-06-20 | Update copyright to 2002. | Bruce Momjian |
2002-06-11 | Katherine Ward wrote: | Jan Wieck |
2002-06-07 | The attached patch fixes a problem with InstallXLogFileSegment()'s use | Bruce Momjian |
2002-05-17 | Merge the last few variable.c configuration variables into the generic | Tom Lane |
2002-05-09 | Make initdb print a message about which locale it is about to use. | Peter Eisentraut |
2002-04-24 | xlog.c: If possible please add the following patch to better support NetWare. | Bruce Momjian |
2002-04-21 | Add fields in the control file to check for whether the backend was | Thomas G. Lockhart |
2002-04-03 | Locale support is on by default. The choice of locale is done in initdb | Peter Eisentraut |
2002-03-15 | Repair two problems with WAL logging of sequence nextvalI() ops, as | Tom Lane |
2002-03-06 | Change made to elog: | Bruce Momjian |
2002-03-02 | Commit to match discussed elog() changes. Only update is that LOG is | Bruce Momjian |
2002-02-18 | Add better error text: | Bruce Momjian |
2002-01-14 | Reduce severity of 'XLogFlush: request is not satisfied' error condition, | Tom Lane |