| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow read only connections during recovery, known as Hot Standby. | Simon Riggs | 2009-12-19 | 6 | -6/+165 |
* | Add an EXPLAIN (BUFFERS) option to show buffer-usage statistics. | Robert Haas | 2009-12-15 | 2 | -14/+2 |
* | Change the autovacuum launcher to read pg_database directly, rather than | Tom Lane | 2009-08-31 | 1 | -6/+5 |
* | Remove the use of the pg_auth flat file for client authentication. | Tom Lane | 2009-08-29 | 1 | -2/+1 |
* | Allow backends to start up without use of the flat-file copy of pg_database. | Tom Lane | 2009-08-12 | 1 | -2/+4 |
* | Improve error messages in md.c. When a filesystem operation like open() or | Heikki Linnakangas | 2009-08-05 | 1 | -1/+2 |
* | Create a multiplexing structure for signals to Postgres child processes. | Tom Lane | 2009-07-31 | 2 | -3/+53 |
* | Add s_lock support for SuperH architecture. | Tom Lane | 2009-07-27 | 1 | -1/+31 |
* | Fix some serious bugs in archive recovery, now that bgwriter is active | Heikki Linnakangas | 2009-06-25 | 1 | -1/+2 |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 | 13 | -59/+62 |
* | Install a "dead man switch" to allow the postmaster to detect cases where | Tom Lane | 2009-05-05 | 1 | -2/+10 |
* | A session that does not have any live snapshots does not have to be waited for | Tom Lane | 2009-04-04 | 2 | -3/+10 |
* | Remove the placeholder LWLockId in place of the removed FreeSpaceLock. | Heikki Linnakangas | 2009-03-03 | 1 | -5/+4 |
* | Change the signaling of end-of-recovery. Startup process now indicates end | Heikki Linnakangas | 2009-02-23 | 2 | -7/+7 |
* | Increase NUM_AUXILIARY_PROCS, now that the startup process can co-exist | Heikki Linnakangas | 2009-02-19 | 1 | -2/+6 |
* | Start background writer during archive recovery. Background writer now performs | Heikki Linnakangas | 2009-02-18 | 1 | -1/+4 |
* | Implement prefetching via posix_fadvise() for bitmap index scans. A new | Tom Lane | 2009-01-12 | 4 | -5/+15 |
* | Create a "shmem_startup_hook" to be called at the end of shared memory | Tom Lane | 2009-01-03 | 1 | -1/+4 |
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 | 33 | -66/+66 |
* | Remove unused include file, per ITAGAKI Takahiro. AFAICT this has been | Tom Lane | 2008-12-26 | 1 | -45/+0 |
* | Reduce some rel.h inclusions, and add pg_list.h to pg_proc_fn.h. | Alvaro Herrera | 2008-12-12 | 2 | -7/+9 |
* | Revert SIGUSR1 multiplexing patch, per Tom's objection. | Heikki Linnakangas | 2008-12-09 | 2 | -31/+3 |
* | Provide support for multiplexing SIGUSR1 signal. The upcoming synchronous | Heikki Linnakangas | 2008-12-09 | 2 | -3/+31 |
* | Introduce visibility map. The visibility map is a bitmap with one bit per | Heikki Linnakangas | 2008-12-03 | 2 | -5/+15 |
* | Rethink the way FSM truncation works. Instead of WAL-logging FSM | Heikki Linnakangas | 2008-11-19 | 5 | -36/+6 |
* | Implement ALTER DATABASE SET TABLESPACE to move a whole database (or at least | Tom Lane | 2008-11-07 | 1 | -1/+6 |
* | Improve bulk-insert performance by keeping the current target buffer pinned | Tom Lane | 2008-11-06 | 1 | -1/+2 |
* | Clean up the messy semantics (not to mention inefficiency) of PageGetTempPage | Tom Lane | 2008-11-03 | 1 | -2/+4 |
* | Remove the last vestiges of the MAKE_PTR/MAKE_OFFSET mechanism. We haven't | Tom Lane | 2008-11-02 | 3 | -47/+19 |
* | Update FSM on WAL replay. This is a bit limited; the FSM is only updated | Heikki Linnakangas | 2008-10-31 | 1 | -1/+3 |
* | Unite ReadBufferWithFork, ReadBufferWithStrategy, and ZeroOrReadBuffer | Heikki Linnakangas | 2008-10-31 | 1 | -7/+14 |
* | Support for Sun Studio compiler on Linux | Peter Eisentraut | 2008-10-29 | 1 | -3/+3 |
* | Use fork names instead of numbers in the file names for additional | Heikki Linnakangas | 2008-10-06 | 1 | -2/+2 |
* | Index FSMs needs to be vacuumed as well. Report by Jeff Davis. | Heikki Linnakangas | 2008-10-06 | 1 | -3/+3 |
* | Add relation fork support to pg_relation_size() function. You can now pass | Heikki Linnakangas | 2008-10-03 | 1 | -2/+5 |
* | Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, the | Heikki Linnakangas | 2008-09-30 | 5 | -141/+126 |
* | Allow ShowBufferUsage() to report the number of reads/writes that have | Tom Lane | 2008-09-17 | 1 | -1/+3 |
* | Widen the nLocks counts in local lock tables from int to int64. This | Tom Lane | 2008-09-16 | 1 | -3/+3 |
* | Introduce the concept of relation forks. An smgr relation can now consist | Heikki Linnakangas | 2008-08-11 | 4 | -42/+85 |
* | Improve CREATE/DROP/RENAME DATABASE so that when failing because the source | Tom Lane | 2008-08-04 | 1 | -2/+3 |
* | Clean up buildfarm failures arising from the seemingly straightforward page | Tom Lane | 2008-07-14 | 1 | -3/+3 |
* | Change the PageGetContents() macro to guarantee its result is maxalign'd, | Tom Lane | 2008-07-13 | 1 | -2/+6 |
* | Teach autovacuum how to determine whether a temp table belongs to a crashed | Tom Lane | 2008-07-01 | 1 | -1/+2 |
* | Rewrite the sinval messaging mechanism to reduce contention and avoid | Tom Lane | 2008-06-19 | 4 | -13/+14 |
* | Improve our #include situation by moving pointer types away from the | Alvaro Herrera | 2008-06-19 | 2 | -4/+6 |
* | Refactor XLogOpenRelation() and XLogReadBuffer() in preparation for relation | Heikki Linnakangas | 2008-06-12 | 2 | -5/+8 |
* | Move BufferGetPageSize and BufferGetPage from bufpage.h to bufmgr.h. It is | Alvaro Herrera | 2008-06-08 | 2 | -26/+26 |
* | Change xlog.h to xlogdefs.h in bufpage.h, and fix fallout. | Alvaro Herrera | 2008-06-06 | 1 | -2/+2 |
* | Improve snapshot manager by keeping explicit track of snapshots. | Alvaro Herrera | 2008-05-12 | 1 | -2/+2 |
* | Put back bufmgr.h in bufpage.h -- it is needed by some macros. | Alvaro Herrera | 2008-05-12 | 1 | -1/+2 |