Commit Graph

1031 Commits (fea10a64340e529805609126740a540c8f9daab4)

Author SHA1 Message Date
Tom Lane 06288d4e22 Suppress compiler warning (xlog_outrec is unused if not WAL_DEBUG). 22 years ago
Neil Conway bc028beb16 Make the 'wal_debug' GUC variable a boolean (rather than an integer), and 22 years ago
Bruce Momjian d75b2ec4eb This patch is the next step towards (re)allowing fork/exec. 22 years ago
Neil Conway fef0c8345a I posted some bufmgr cleanup a few weeks ago, but it conflicted with 22 years ago
Peter Eisentraut 2afacfc403 This patch properly sets the prototype for the on_shmem_exit and 22 years ago
PostgreSQL Daemon 969685ad44 $Header: -> $PostgreSQL Changes ... 22 years ago
Tom Lane 4f7a2fa0c3 Fix typo in message. 22 years ago
Peter Eisentraut d84b6ef56b Various message fixes, among those fixes for the previous round of fixes 22 years ago
Peter Eisentraut feb4f44d29 Message editing: remove gratuitous variations in message wording, standardize 22 years ago
Bruce Momjian f3c3deb7d0 Update copyrights to 2003. 22 years ago
Bruce Momjian 089003fb46 pgindent run. 22 years ago
Tom Lane 81b5c8a136 A visit from the message-style police ... 22 years ago
Tom Lane ec7aa4b515 Error message editing in backend/access. 22 years ago
Tom Lane 8cf63ba920 Repair boundary-case bug introduced by patch of two months ago that 22 years ago
Tom Lane 0c985ab5a8 Add comment pointing out that XLByteToPrevSeg macro is not broken. 23 years ago
Tom Lane 39e98d9563 Repair sometimes-incorrect computation of StartUpID after a crash, per 23 years ago
Tom Lane 8d86a96068 Adjust CreateCheckpoint so that buffer dumping activities and cleanup of 23 years ago
Tom Lane 9cbaf72177 In the continuing saga of FE/BE protocol revisions, add reporting of 23 years ago
Bruce Momjian 4d4953fc41 Make Win32 tests to match existing Cygwin tests, where appropriate. 23 years ago
Tom Lane 70508ba7ae Make btree index structure adjustments and WAL logging changes needed to 23 years ago
Tom Lane 80727ce14f Use stat(2) to probe for existing xlog segments in InstallXLogFileSegment, 23 years ago
Bruce Momjian bea4792125 This patch removes a bunch of superfluous #include directives: if 23 years ago
Tom Lane f6e0130b5b Clean up a few fprintf(stderr)'s that should be elog's. 23 years ago
Tom Lane 4e9b159484 Change order of operations during XLogFlush so that we try to include 23 years ago
Tom Lane b2ab1e6bc9 Ensure that before truncating CLOG, we force a checkpoint even if no 23 years ago
Bruce Momjian e50f52a074 pgindent run. 23 years ago
Bruce Momjian 97ac103289 Remove sys/types.h in files that include postgres.h, and hence c.h, 23 years ago
Bruce Momjian d64e6392fb Remove code that suggested increasing wal_files. 23 years ago
Bruce Momjian 63653f7ffa Complete TODO item: 23 years ago
Bruce Momjian d04e9137c9 Reverse out XLogDir/-X write-ahead log handling, per discussion. 23 years ago
Tom Lane 5df307c778 Restructure local-buffer handling per recent pghackers discussion. 23 years ago
Thomas G. Lockhart ac1a3dcf24 Fix compilation problem with assert checking enabled for recent xlog 23 years ago
Thomas G. Lockhart c755f6027f Implement WAL log location control using "-X" or PGXLOG. 23 years ago
Bruce Momjian d84fe82230 Update copyright to 2002. 24 years ago
Jan Wieck 469cb65aca Katherine Ward wrote: 24 years ago
Bruce Momjian 2f297a2fcf The attached patch fixes a problem with InstallXLogFileSegment()'s use 24 years ago
Tom Lane f0811a74b3 Merge the last few variable.c configuration variables into the generic 24 years ago
Peter Eisentraut 1944bff1d6 Make initdb print a message about which locale it is about to use. 24 years ago
Bruce Momjian d37134085b xlog.c: If possible please add the following patch to better support NetWare. 24 years ago
Thomas G. Lockhart f56e8fec31 Add fields in the control file to check for whether the backend was 24 years ago
Peter Eisentraut 867901db9e Locale support is on by default. The choice of locale is done in initdb 24 years ago
Tom Lane 01747692fe Repair two problems with WAL logging of sequence nextvalI() ops, as 24 years ago
Bruce Momjian 92288a1cf9 Change made to elog: 24 years ago
Bruce Momjian a033daf566 Commit to match discussed elog() changes. Only update is that LOG is 24 years ago
Bruce Momjian c448847378 Add better error text: 24 years ago
Tom Lane 2004337785 Reduce severity of 'XLogFlush: request is not satisfied' error condition, 24 years ago
Tom Lane d3fc362ec2 Ensure that all direct uses of spinlock-protected data structures use 24 years ago
Tom Lane aed0c29f7e Fix mispeling ... 24 years ago
Tom Lane 9aa2e7da51 Temporarily dike out GetUndoRecPtr() in checkpoint generation, since we 24 years ago
Bruce Momjian ea08e6cd55 New pgindent run with fixes suggested by Tom. Patch manually reviewed, 24 years ago