| Commit message (Expand) | Author | Age | Files | Lines |
* | Change the name of dtrace wal tracepoints: | Bruce Momjian | 2008-12-24 | 1 | -3/+3 |
* | The attached patch contains a couple of fixes in the existing probes and | Bruce Momjian | 2008-12-17 | 1 | -1/+15 |
* | If pg_stop_backup() is called just after switching to a new xlog file, | Heikki Linnakangas | 2008-12-03 | 1 | -4/+10 |
* | Add a startup check that pg_xlog and pg_xlog/archive_status exist. | Tom Lane | 2008-11-09 | 1 | -1/+56 |
* | Unite ReadBufferWithFork, ReadBufferWithStrategy, and ZeroOrReadBuffer | Heikki Linnakangas | 2008-10-31 | 1 | -3/+3 |
* | Fix recoveryLastXTime logic so that it actually does what one would expect. | Tom Lane | 2008-10-30 | 1 | -4/+12 |
* | Make LC_COLLATE and LC_CTYPE database-level settings. Collation and | Heikki Linnakangas | 2008-09-23 | 1 | -43/+2 |
* | Fix a couple of problems pointed out by Fujii Masao in the 2008-Apr-05 patch | Tom Lane | 2008-09-08 | 1 | -22/+70 |
* | Introduce the concept of relation forks. An smgr relation can now consist | Heikki Linnakangas | 2008-08-11 | 1 | -4/+4 |
* | Clean up the use of some page-header-access macros: principally, use | Tom Lane | 2008-07-13 | 1 | -7/+7 |
* | Fix recovery.conf boolean variables to take the same range of string | Bruce Momjian | 2008-06-30 | 1 | -15/+9 |
* | Refactor XLogOpenRelation() and XLogReadBuffer() in preparation for relation | Heikki Linnakangas | 2008-06-12 | 1 | -12/+3 |
* | Move BufferGetPageSize and BufferGetPage from bufpage.h to bufmgr.h. It is | Alvaro Herrera | 2008-06-08 | 1 | -2/+2 |
* | Set hidden field for guc enum missed in previous commit. | Magnus Hagander | 2008-05-28 | 1 | -7/+7 |
* | Fix a subtle bug exposed by recent wal_sync_method rearrangements. | Tom Lane | 2008-05-17 | 1 | -3/+1 |
* | Reduce unnecessary PANIC to ERROR, improve a couple of comments. | Tom Lane | 2008-05-16 | 1 | -15/+11 |
* | Remove the special variable for open_sync_bit used in O_SYNC and O_DSYNC | Magnus Hagander | 2008-05-14 | 1 | -31/+32 |
* | Don't try to close negative file descriptors, since this can cause | Magnus Hagander | 2008-05-13 | 1 | -3/+6 |
* | Fix breakage by the wal_sync_method patch in installations that use | Magnus Hagander | 2008-05-12 | 1 | -1/+2 |
* | Put back bufmgr.h in bufpage.h -- it is needed by some macros. | Alvaro Herrera | 2008-05-12 | 1 | -2/+1 |
* | Report which WAL sync method we are trying to change *to* when it fails, | Magnus Hagander | 2008-05-12 | 1 | -2/+2 |
* | Convert wal_sync_method to guc enum. | Magnus Hagander | 2008-05-12 | 1 | -40/+53 |
* | Restructure some header files a bit, in particular heapam.h, by removing some | Alvaro Herrera | 2008-05-12 | 1 | -2/+2 |
* | Fix Assert introduced in previous patch. | Heikki Linnakangas | 2008-05-09 | 1 | -2/+2 |
* | Fix incorrect archive truncation point calculation in the %r recovery_command | Heikki Linnakangas | 2008-05-09 | 1 | -6/+30 |
* | Update error messages, per notes from Tom. | Magnus Hagander | 2008-04-24 | 1 | -3/+4 |
* | Prevent shutdown in normal mode if online backup is running, and | Magnus Hagander | 2008-04-23 | 1 | -1/+51 |
* | Allow float8, int8, and related datatypes to be passed by value on machines | Tom Lane | 2008-04-21 | 1 | -5/+39 |
* | Repair two places where SIGTERM exit could leave shared memory state | Tom Lane | 2008-04-16 | 1 | -15/+17 |
* | Have pg_stop_backup() wait for all archive files to be sent, rather than | Bruce Momjian | 2008-04-05 | 1 | -6/+43 |
* | Simplify and standardize conversions between TEXT datums and ordinary C | Tom Lane | 2008-03-25 | 1 | -35/+11 |
* | Remove no-longer-used XLogCacheByte field of XLogCtl. | Tom Lane | 2008-03-10 | 1 | -4/+1 |
* | Replace time_t with pg_time_t (same values, but always int64) in on-disk | Tom Lane | 2008-02-17 | 1 | -13/+13 |
* | Provide a clearer error message if the pg_control version number looks | Peter Eisentraut | 2008-01-21 | 1 | -1/+12 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 | 1 | -2/+2 |
* | Re-run pgindent with updated list of typedefs. (Updated README should | Bruce Momjian | 2007-11-15 | 1 | -3/+3 |
* | When logging the recovery.conf parameters, show them quoted as they would | Peter Eisentraut | 2007-11-15 | 1 | -4/+4 |
* | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 | 1 | -72/+78 |
* | Prevent re-use of a deleted relation's relfilenode until after the next | Tom Lane | 2007-11-15 | 1 | -1/+15 |
* | When telling the bgwriter that we need a checkpoint because too much xlog | Tom Lane | 2007-10-12 | 1 | -23/+43 |
* | Adjust recovery PS display as agreed with Simon: 'waiting for XXX' | Tom Lane | 2007-09-30 | 1 | -4/+10 |
* | Make recovery show the current input WAL segment name in the startup | Tom Lane | 2007-09-29 | 1 | -2/+9 |
* | Make archive recovery always start a new timeline, rather than only when a | Tom Lane | 2007-09-29 | 1 | -12/+18 |
* | Minor improvements in backup and recovery: | Tom Lane | 2007-09-26 | 1 | -10/+59 |
* | Replace the former method of determining snapshot xmax --- to wit, calling | Tom Lane | 2007-09-08 | 1 | -1/+5 |
* | Implement lazy XID allocation: transactions that do not modify any database | Tom Lane | 2007-09-05 | 1 | -39/+9 |
* | Add a debug logging message when a resource manager rejects an attempted | Tom Lane | 2007-08-28 | 1 | -1/+7 |
* | Fix two bugs induced in VACUUM FULL by async-commit patch. | Tom Lane | 2007-08-13 | 1 | -1/+5 |
* | Switch over to using the src/timezone functions for formatting timestamps | Tom Lane | 2007-08-04 | 1 | -28/+18 |
* | Support an optional asynchronous commit mode, in which we don't flush WAL | Tom Lane | 2007-08-01 | 1 | -8/+40 |